@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #4d4d4d;
  background-color: #fbfbfb; }

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

a {
  color: #52AA7F;
  text-decoration: none; }
  a:hover, a:focus {
    color: #397658;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

h1, .h1 {
  font-size: 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%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #52AA7F; }

a.text-primary:hover,
a.text-primary:focus {
  color: #418865; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #52AA7F; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #418865; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline, main-header .list-inliner {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, main-header .list-inliner > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

input[type="search"] {
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

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

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .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.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #52AA7F;
  border-color: #4a9972; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #418865;
    border-color: #204332; }
  .btn-primary:hover {
    color: #fff;
    background-color: #418865;
    border-color: #367053; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #418865;
    border-color: #367053; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #367053;
      border-color: #204332; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #52AA7F;
    border-color: #4a9972; }
  .btn-primary .badge {
    color: #52AA7F;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

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

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .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.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #52AA7F; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  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-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #52AA7F; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fbfbfb;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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: #52AA7F; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fbfbfb; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      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-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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; }
  @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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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;
      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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @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 .form-control-static {
      display: inline-block; }
    .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; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      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 {
    background-color: #e7e7e7;
    color: #555; }
  @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, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #090909; }
  .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 {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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;
      line-height: 1.42857;
      text-decoration: none;
      color: #52AA7F;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #397658;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #52AA7F;
    border-color: #52AA7F;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .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: #eeeeee; }
  .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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #52AA7F; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #418865; }

.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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #52AA7F;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .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,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #4d4d4d; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #52AA7F; }

.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .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; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #52AA7F;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-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-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.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-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #52AA7F;
  border-color: #52AA7F; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: #dbede4; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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 caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 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,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #52AA7F; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #52AA7F;
    border-color: #52AA7F; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #52AA7F; }
    .panel-primary > .panel-heading .badge {
      color: #52AA7F;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #52AA7F; }

.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,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 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 {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

.col-tn-1,
.col-tn-2,
.col-tn-3,
.col-tn-4,
.col-tn-5,
.col-tn-6,
.col-tn-7,
.col-tn-8,
.col-tn-9,
.col-tn-10,
.col-tn-11,
.col-tn-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 479px) {
  .col-tn-1,
  .col-tn-2,
  .col-tn-3,
  .col-tn-4,
  .col-tn-5,
  .col-tn-6,
  .col-tn-7,
  .col-tn-8,
  .col-tn-9,
  .col-tn-10,
  .col-tn-11,
  .col-tn-12 {
    float: left; }
  .col-tn-1 {
    width: 8.33333%; }
  .col-tn-2 {
    width: 16.66667%; }
  .col-tn-3 {
    width: 25%; }
  .col-tn-4 {
    width: 33.33333%; }
  .col-tn-5 {
    width: 41.66667%; }
  .col-tn-6 {
    width: 50%; }
  .col-tn-7 {
    width: 58.33333%; }
  .col-tn-8 {
    width: 66.66667%; }
  .col-tn-9 {
    width: 75%; }
  .col-tn-10 {
    width: 83.33333%; }
  .col-tn-11 {
    width: 91.66667%; }
  .col-tn-12 {
    width: 100%; }
  .col-tn-pull-0 {
    right: auto; }
  .col-tn-pull-1 {
    right: 8.33333%; }
  .col-tn-pull-2 {
    right: 16.66667%; }
  .col-tn-pull-3 {
    right: 25%; }
  .col-tn-pull-4 {
    right: 33.33333%; }
  .col-tn-pull-5 {
    right: 41.66667%; }
  .col-tn-pull-6 {
    right: 50%; }
  .col-tn-pull-7 {
    right: 58.33333%; }
  .col-tn-pull-8 {
    right: 66.66667%; }
  .col-tn-pull-9 {
    right: 75%; }
  .col-tn-pull-10 {
    right: 83.33333%; }
  .col-tn-pull-11 {
    right: 91.66667%; }
  .col-tn-pull-12 {
    right: 100%; }
  .col-tn-push-0 {
    left: auto; }
  .col-tn-push-1 {
    left: 8.33333%; }
  .col-tn-push-2 {
    left: 16.66667%; }
  .col-tn-push-3 {
    left: 25%; }
  .col-tn-push-4 {
    left: 33.33333%; }
  .col-tn-push-5 {
    left: 41.66667%; }
  .col-tn-push-6 {
    left: 50%; }
  .col-tn-push-7 {
    left: 58.33333%; }
  .col-tn-push-8 {
    left: 66.66667%; }
  .col-tn-push-9 {
    left: 75%; }
  .col-tn-push-10 {
    left: 83.33333%; }
  .col-tn-push-11 {
    left: 91.66667%; }
  .col-tn-push-12 {
    left: 100%; }
  .col-tn-offset-0 {
    margin-left: 0%; }
  .col-tn-offset-1 {
    margin-left: 8.33333%; }
  .col-tn-offset-2 {
    margin-left: 16.66667%; }
  .col-tn-offset-3 {
    margin-left: 25%; }
  .col-tn-offset-4 {
    margin-left: 33.33333%; }
  .col-tn-offset-5 {
    margin-left: 41.66667%; }
  .col-tn-offset-6 {
    margin-left: 50%; }
  .col-tn-offset-7 {
    margin-left: 58.33333%; }
  .col-tn-offset-8 {
    margin-left: 66.66667%; }
  .col-tn-offset-9 {
    margin-left: 75%; }
  .col-tn-offset-10 {
    margin-left: 83.33333%; }
  .col-tn-offset-11 {
    margin-left: 91.66667%; }
  .col-tn-offset-12 {
    margin-left: 100%; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../lib/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../lib/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../lib/components-font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../lib/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../lib/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../lib/components-font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

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

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ngdialog {
  box-sizing: border-box; }

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

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none !important;
  animation: none !important; }

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog-no-overlay {
  pointer-events: none; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden; }

@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px; }

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout .5s;
  animation: ngdialog-flyout .5s; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica',sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px; }

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px; }

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777; }

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: .5em; }

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em; }

.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%; }

.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none; }

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1; }

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both; }

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase; }

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none; }

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none; } }

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff; }

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777; }

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-social > :first-child, .btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .btn-lg.btn-social-icon {
    padding-left: 61px; }
    .btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .btn-lg.btn-social-icon > :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8em; }
  .btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon, .btn-sm.btn-social-icon {
    padding-left: 38px; }
    .btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .btn-sm.btn-social-icon > :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4em; }
  .btn-social.btn-xs, .btn-group-xs > .btn-social.btn, .btn-group-xs > .btn.btn-social-icon, .btn-xs.btn-social-icon {
    padding-left: 30px; }
    .btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child, .btn-group-xs > .btn.btn-social-icon > :first-child, .btn-xs.btn-social-icon > :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2em; }

.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0; }
  .btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0; }

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-adn:active, .btn-adn.active,
  .open > .btn-adn.dropdown-toggle {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus,
    .open > .btn-adn.dropdown-toggle:hover,
    .open > .btn-adn.dropdown-toggle:focus,
    .open > .btn-adn.dropdown-toggle.focus {
      color: #fff;
      background-color: #b94630;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-adn:active, .btn-adn.active,
  .open > .btn-adn.dropdown-toggle {
    background-image: none; }
  .btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus,
  fieldset[disabled] .btn-adn:hover,
  fieldset[disabled] .btn-adn:focus,
  fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-adn .badge {
    color: #d87a68;
    background-color: #fff; }

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-bitbucket:active, .btn-bitbucket.active,
  .open > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus,
    .open > .btn-bitbucket.dropdown-toggle:hover,
    .open > .btn-bitbucket.dropdown-toggle:focus,
    .open > .btn-bitbucket.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f253c;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-bitbucket:active, .btn-bitbucket.active,
  .open > .btn-bitbucket.dropdown-toggle {
    background-image: none; }
  .btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus,
  fieldset[disabled] .btn-bitbucket:hover,
  fieldset[disabled] .btn-bitbucket:focus,
  fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-bitbucket .badge {
    color: #205081;
    background-color: #fff; }

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-dropbox:active, .btn-dropbox.active,
  .open > .btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus,
    .open > .btn-dropbox.dropdown-toggle:hover,
    .open > .btn-dropbox.dropdown-toggle:focus,
    .open > .btn-dropbox.dropdown-toggle.focus {
      color: #fff;
      background-color: #0a568c;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-dropbox:active, .btn-dropbox.active,
  .open > .btn-dropbox.dropdown-toggle {
    background-image: none; }
  .btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus,
  fieldset[disabled] .btn-dropbox:hover,
  fieldset[disabled] .btn-dropbox:focus,
  fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff; }

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
    .open > .btn-facebook.dropdown-toggle:hover,
    .open > .btn-facebook.dropdown-toggle:focus,
    .open > .btn-facebook.dropdown-toggle.focus {
      color: #fff;
      background-color: #23345a;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus,
  fieldset[disabled] .btn-facebook:hover,
  fieldset[disabled] .btn-facebook:focus,
  fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook .badge {
    color: #3b5998;
    background-color: #fff; }

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-flickr:active, .btn-flickr.active,
  .open > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus,
    .open > .btn-flickr.dropdown-toggle:hover,
    .open > .btn-flickr.dropdown-toggle:focus,
    .open > .btn-flickr.dropdown-toggle.focus {
      color: #fff;
      background-color: #a80057;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-flickr:active, .btn-flickr.active,
  .open > .btn-flickr.dropdown-toggle {
    background-image: none; }
  .btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus,
  fieldset[disabled] .btn-flickr:hover,
  fieldset[disabled] .btn-flickr:focus,
  fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-flickr .badge {
    color: #ff0084;
    background-color: #fff; }

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-foursquare:active, .btn-foursquare.active,
  .open > .btn-foursquare.dropdown-toggle {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus,
    .open > .btn-foursquare.dropdown-toggle:hover,
    .open > .btn-foursquare.dropdown-toggle:focus,
    .open > .btn-foursquare.dropdown-toggle.focus {
      color: #fff;
      background-color: #e30742;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-foursquare:active, .btn-foursquare.active,
  .open > .btn-foursquare.dropdown-toggle {
    background-image: none; }
  .btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus,
  fieldset[disabled] .btn-foursquare:hover,
  fieldset[disabled] .btn-foursquare:focus,
  fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-foursquare .badge {
    color: #f94877;
    background-color: #fff; }

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
    .open > .btn-github.dropdown-toggle:hover,
    .open > .btn-github.dropdown-toggle:focus,
    .open > .btn-github.dropdown-toggle.focus {
      color: #fff;
      background-color: #191919;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    background-image: none; }
  .btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus,
  fieldset[disabled] .btn-github:hover,
  fieldset[disabled] .btn-github:focus,
  fieldset[disabled] .btn-github.focus {
    background-color: #444444;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-github .badge {
    color: #444444;
    background-color: #fff; }

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
    .open > .btn-google.dropdown-toggle:hover,
    .open > .btn-google.dropdown-toggle:focus,
    .open > .btn-google.dropdown-toggle.focus {
      color: #fff;
      background-color: #a32b1c;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    background-image: none; }
  .btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus,
  fieldset[disabled] .btn-google:hover,
  fieldset[disabled] .btn-google:focus,
  fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google .badge {
    color: #dd4b39;
    background-color: #fff; }

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram:active, .btn-instagram.active,
  .open > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus,
    .open > .btn-instagram.dropdown-toggle:hover,
    .open > .btn-instagram.dropdown-toggle:focus,
    .open > .btn-instagram.dropdown-toggle.focus {
      color: #fff;
      background-color: #26455d;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram:active, .btn-instagram.active,
  .open > .btn-instagram.dropdown-toggle {
    background-image: none; }
  .btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus,
  fieldset[disabled] .btn-instagram:hover,
  fieldset[disabled] .btn-instagram:focus,
  fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram .badge {
    color: #3f729b;
    background-color: #fff; }

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:active, .btn-linkedin.active,
  .open > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
    .open > .btn-linkedin.dropdown-toggle:hover,
    .open > .btn-linkedin.dropdown-toggle:focus,
    .open > .btn-linkedin.dropdown-toggle.focus {
      color: #fff;
      background-color: #00405f;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:active, .btn-linkedin.active,
  .open > .btn-linkedin.dropdown-toggle {
    background-image: none; }
  .btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus,
  fieldset[disabled] .btn-linkedin:hover,
  fieldset[disabled] .btn-linkedin:focus,
  fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff; }

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:active, .btn-microsoft.active,
  .open > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus,
    .open > .btn-microsoft.dropdown-toggle:hover,
    .open > .btn-microsoft.dropdown-toggle:focus,
    .open > .btn-microsoft.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f4bac;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:active, .btn-microsoft.active,
  .open > .btn-microsoft.dropdown-toggle {
    background-image: none; }
  .btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus,
  fieldset[disabled] .btn-microsoft:hover,
  fieldset[disabled] .btn-microsoft:focus,
  fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff; }

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-odnoklassniki:active, .btn-odnoklassniki.active,
  .open > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
    .open > .btn-odnoklassniki.dropdown-toggle:hover,
    .open > .btn-odnoklassniki.dropdown-toggle:focus,
    .open > .btn-odnoklassniki.dropdown-toggle.focus {
      color: #fff;
      background-color: #b14c09;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-odnoklassniki:active, .btn-odnoklassniki.active,
  .open > .btn-odnoklassniki.dropdown-toggle {
    background-image: none; }
  .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus,
  fieldset[disabled] .btn-odnoklassniki:hover,
  fieldset[disabled] .btn-odnoklassniki:focus,
  fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff; }

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-openid:active, .btn-openid.active,
  .open > .btn-openid.dropdown-toggle {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus,
    .open > .btn-openid.dropdown-toggle:hover,
    .open > .btn-openid.dropdown-toggle:focus,
    .open > .btn-openid.dropdown-toggle.focus {
      color: #fff;
      background-color: #b86607;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-openid:active, .btn-openid.active,
  .open > .btn-openid.dropdown-toggle {
    background-image: none; }
  .btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus,
  fieldset[disabled] .btn-openid:hover,
  fieldset[disabled] .btn-openid:focus,
  fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-openid .badge {
    color: #f7931e;
    background-color: #fff; }

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest:active, .btn-pinterest.active,
  .open > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus,
    .open > .btn-pinterest.dropdown-toggle:hover,
    .open > .btn-pinterest.dropdown-toggle:focus,
    .open > .btn-pinterest.dropdown-toggle.focus {
      color: #fff;
      background-color: #801419;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest:active, .btn-pinterest.active,
  .open > .btn-pinterest.dropdown-toggle {
    background-image: none; }
  .btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus,
  fieldset[disabled] .btn-pinterest:hover,
  fieldset[disabled] .btn-pinterest:focus,
  fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff; }

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-reddit:hover {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-reddit:active, .btn-reddit.active,
  .open > .btn-reddit.dropdown-toggle {
    color: #000;
    background-color: #bcdeff;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus,
    .open > .btn-reddit.dropdown-toggle:hover,
    .open > .btn-reddit.dropdown-toggle:focus,
    .open > .btn-reddit.dropdown-toggle.focus {
      color: #000;
      background-color: #98ccff;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-reddit:active, .btn-reddit.active,
  .open > .btn-reddit.dropdown-toggle {
    background-image: none; }
  .btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus,
  fieldset[disabled] .btn-reddit:hover,
  fieldset[disabled] .btn-reddit:focus,
  fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-reddit .badge {
    color: #eff7ff;
    background-color: #000; }

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-soundcloud:hover {
    color: #fff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-soundcloud:active, .btn-soundcloud.active,
  .open > .btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus,
    .open > .btn-soundcloud.dropdown-toggle:hover,
    .open > .btn-soundcloud.dropdown-toggle:focus,
    .open > .btn-soundcloud.dropdown-toggle.focus {
      color: #fff;
      background-color: #a83800;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-soundcloud:active, .btn-soundcloud.active,
  .open > .btn-soundcloud.dropdown-toggle {
    background-image: none; }
  .btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus,
  fieldset[disabled] .btn-soundcloud:hover,
  fieldset[disabled] .btn-soundcloud:focus,
  fieldset[disabled] .btn-soundcloud.focus {
    background-color: #ff5500;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-soundcloud .badge {
    color: #ff5500;
    background-color: #fff; }

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-tumblr:hover {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-tumblr:active, .btn-tumblr.active,
  .open > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #1c2e3f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus,
    .open > .btn-tumblr.dropdown-toggle:hover,
    .open > .btn-tumblr.dropdown-toggle:focus,
    .open > .btn-tumblr.dropdown-toggle.focus {
      color: #fff;
      background-color: #111c26;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-tumblr:active, .btn-tumblr.active,
  .open > .btn-tumblr.dropdown-toggle {
    background-image: none; }
  .btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus,
  fieldset[disabled] .btn-tumblr:hover,
  fieldset[disabled] .btn-tumblr:focus,
  fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff; }

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
    .open > .btn-twitter.dropdown-toggle:hover,
    .open > .btn-twitter.dropdown-toggle:focus,
    .open > .btn-twitter.dropdown-toggle.focus {
      color: #fff;
      background-color: #1583d7;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    background-image: none; }
  .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
  fieldset[disabled] .btn-twitter:hover,
  fieldset[disabled] .btn-twitter:focus,
  fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter .badge {
    color: #55acee;
    background-color: #fff; }

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vimeo:active, .btn-vimeo.active,
  .open > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus,
    .open > .btn-vimeo.dropdown-toggle:hover,
    .open > .btn-vimeo.dropdown-toggle:focus,
    .open > .btn-vimeo.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f7b9f;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-vimeo:active, .btn-vimeo.active,
  .open > .btn-vimeo.dropdown-toggle {
    background-image: none; }
  .btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus,
  fieldset[disabled] .btn-vimeo:hover,
  fieldset[disabled] .btn-vimeo:focus,
  fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff; }

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vk:active, .btn-vk.active,
  .open > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
    .open > .btn-vk.dropdown-toggle:hover,
    .open > .btn-vk.dropdown-toggle:focus,
    .open > .btn-vk.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a526b;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-vk:active, .btn-vk.active,
  .open > .btn-vk.dropdown-toggle {
    background-image: none; }
  .btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus,
  fieldset[disabled] .btn-vk:hover,
  fieldset[disabled] .btn-vk:focus,
  fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-vk .badge {
    color: #587ea3;
    background-color: #fff; }

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:active, .btn-yahoo.active,
  .open > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus,
    .open > .btn-yahoo.dropdown-toggle:hover,
    .open > .btn-yahoo.dropdown-toggle:focus,
    .open > .btn-yahoo.dropdown-toggle.focus {
      color: #fff;
      background-color: #39074e;
      border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:active, .btn-yahoo.active,
  .open > .btn-yahoo.dropdown-toggle {
    background-image: none; }
  .btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus,
  fieldset[disabled] .btn-yahoo:hover,
  fieldset[disabled] .btn-yahoo:focus,
  fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff; }

/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

/*!
 * Cropper.js v1.5.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-03-10T09:55:50.492Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: 0.5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute; }

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%; }

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3); }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0; }

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute; }

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px; }

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px; }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px; }

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px; }

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%; }

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px; }

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%; }

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px; }

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px; }

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px; }

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px; }

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px; } }

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 *
 *
 * SCSS File
 * Author: Damian Szymczuk
 * GitHub: https://github.com/dszymczuk
 *
 */
/* Variables */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .toast-message a, .toast-message label {
    color: #ffffff; }
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
  .toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-center {
  top: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-center {
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

.toast-center {
  top: 45%; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }
  #toast-container.toast-center, #toast-container.toast-top-center, #toast-container.toast-bottom-center {
    width: 100%;
    pointer-events: none; }
  #toast-container.toast-center > div, #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    margin: auto;
    pointer-events: auto; }
  #toast-container.toast-center > button, #toast-container.toast-top-center > button, #toast-container.toast-bottom-center > button {
    pointer-events: auto; }
  #toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80); }
  #toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer; }
  #toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }
  #toast-container > .toast-wait {
    background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important; }
  #toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }
  #toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }
  #toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }
  #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info, .toast-wait {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*
 * AngularJS-Toaster
 * Version 0.3
*/
:not(.no-enter)#toast-container > div.ng-enter, :not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active {
  opacity: 0.8; }

:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8; }
  :not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
    opacity: 0; }

:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0; }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset; }
  .sidr .sidr-inner {
    padding: 0 0 15px; }
    .sidr .sidr-inner > p {
      margin-left: 15px;
      margin-right: 15px; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .sidr h1,
  .sidr h2,
  .sidr h3,
  .sidr h4,
  .sidr h5,
  .sidr h6 {
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }
  .sidr p {
    font-size: 13px;
    margin: 0 0 12px; }
    .sidr p a {
      color: rgba(255, 255, 255, 0.9); }
  .sidr > p {
    margin-left: 15px;
    margin-right: 15px; }
  .sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d; }
    .sidr ul li {
      display: block;
      margin: 0;
      line-height: 48px;
      border-top: 1px solid #4d4d4d;
      border-bottom: 1px solid #1a1a1a; }
      .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
        border-top: 0;
        line-height: 49px; }
        .sidr ul li:hover > a,
        .sidr ul li:hover > span, .sidr ul li.active > a,
        .sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
        .sidr ul li.sidr-class-active > span {
          box-shadow: 0 0 15px 3px #222 inset; }
      .sidr ul li a {
        padding: 12px 15px;
        line-height: 1.4;
        display: block;
        text-decoration: none;
        color: #fff; }
      .sidr ul li ul {
        border-bottom: 0;
        margin: 0; }
        .sidr ul li ul li {
          line-height: 40px;
          font-size: 13px; }
          .sidr ul li ul li:last-child {
            border-bottom: 0; }
          .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
            border-top: 0;
            line-height: 41px; }
            .sidr ul li ul li:hover > a,
            .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
            .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
            .sidr ul li ul li.sidr-class-active > span {
              box-shadow: 0 0 15px 3px #222 inset; }
          .sidr ul li ul li a,
          .sidr ul li ul li span {
            color: rgba(255, 255, 255, 0.8);
            padding-left: 30px; }
  .sidr form {
    margin: 0 15px; }
  .sidr label {
    font-size: 13px; }
  .sidr input[type="text"],
  .sidr input[type="password"],
  .sidr input[type="date"],
  .sidr input[type="datetime"],
  .sidr input[type="email"],
  .sidr input[type="number"],
  .sidr input[type="search"],
  .sidr input[type="tel"],
  .sidr input[type="time"],
  .sidr input[type="url"],
  .sidr textarea,
  .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    clear: both; }
  .sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none; }
  .sidr input[type=button],
  .sidr input[type=submit] {
    color: #333;
    background: #fff; }
    .sidr input[type=button]:hover,
    .sidr input[type=submit]:hover {
      background: rgba(255, 255, 255, 0.9); }

ng-swiper {
  display: block;
  position: relative; }
  ng-swiper .swiper-button-prev {
    left: -47px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#52AA7F'/></svg>"); }
  ng-swiper .swiper-button-next {
    right: -47px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#52AA7F'/></svg>"); }

.glyphicon {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-chevron-left:before {
  content: "\f053"; }

.glyphicon-chevron-right:before {
  content: "\f054"; }

.glyphicon-chevron-up:before {
  content: "\f077"; }

.glyphicon-chevron-up:before {
  content: "\f077"; }

ui-datepicker .dropdown-menu {
  padding: 5px; }

[parallax-container] {
  overflow: hidden;
  position: relative; }
  [parallax-container] [parallax-element] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  [parallax-container] .parallax-content {
    position: relative;
    z-index: 2; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-hairline.woff2") format("woff2"), url("../../fonts/montserrat-hairline.woff") format("woff"), url("../../fonts/montserrat-hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-semibold.woff2") format("woff2"), url("../../fonts/montserrat-semibold.woff") format("woff"), url("../../fonts/montserrat-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-bold.woff2") format("woff2"), url("../../fonts/montserrat-bold.woff") format("woff"), url("../../fonts/montserrat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-extrabold.woff2") format("woff2"), url("../../fonts/montserrat-extrabold.woff") format("woff"), url("../../fonts/montserrat-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-regular.woff2") format("woff2"), url("../../fonts/montserrat-regular.woff") format("woff"), url("../../fonts/montserrat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat-light.woff2") format("woff2"), url("../../fonts/montserrat-light.woff") format("woff"), url("../../fonts/montserrat-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Transat';
  src: url("../../fonts/transat_black/transatblack.woff2") format("woff2"), url("../../fonts/transat_black/transatblack.woff") format("woff"), url("../../fonts/transat_black/transatblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.centered-huge-img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.img-responsive-i {
  display: block !important;
  max-width: 100% !important;
  height: auto !important; }

.full-width {
  width: 100%; }

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

.dib-mid {
  white-space: nowrap; }
  .dib-mid:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .dib-mid > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }

.v-mid {
  vertical-align: middle; }

.bordered-img {
  border: 1px solid #ccc; }

.t-table {
  display: table;
  width: 100%; }

.t-cell {
  display: table-cell; }

.t-cell-shrink {
  width: 1px; }

.div-img, category-page category-slider .slider .slide .slide-background {
  background-size: cover;
  background-position: center; }

.circled {
  border-radius: 50%; }

.space-left {
  margin-left: 0.3rem; }

.space-right {
  margin-right: 0.3rem; }

.ratio-5-3 {
  position: relative; }
  .ratio-5-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; }
  .ratio-5-3 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ratio-1-1 {
  position: relative; }
  .ratio-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .ratio-1-1 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.text-bold {
  font-weight: 700 !important; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.transition {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.translateX {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.translateY {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Header Style
====================================*/
#header .panel-header {
  background-color: #1a1a1a; }

#header .header-wrapper {
  height: 100px;
  position: relative; }

#header .header-wrapper .site-branding {
  position: absolute;
  left: 0px;
  bottom: 20px; }

#header .header-wrapper .site-branding a {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1em; }

#header .header-wrapper .site-branding p {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1em; }

#header .header-wrapper .site-branding img {
  width: 337px;
  height: auto; }

#header .header-wrapper .right-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 65px;
  height: 65px; }

#header .header-wrapper .right-content .user-profile {
  line-height: 0px; }

#header .header-wrapper .right-content .user-profile .entry-notify {
  display: inline-block;
  position: relative;
  line-height: 65px;
  float: left;
  margin-right: 20px; }

#header .header-wrapper .right-content .user-profile .entry-notify img {
  width: 21px;
  opacity: 0.3; }

#header .header-wrapper .right-content .user-profile .entry-notify span {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 9px;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  top: 23px;
  right: -8px;
  text-indent: 1px; }

#header .header-wrapper .right-content .user-profile .entry-name {
  position: relative;
  line-height: 65px;
  float: left; }

#header .header-wrapper .right-content .user-profile .entry-name > a {
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
  text-decoration: none; }

#header .header-wrapper .right-content .user-profile .entry-name > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 7px; }

#header .header-wrapper .right-content .user-profile .entry-name .entry-hover {
  position: absolute;
  top: 100%;
  right: 0px;
  visibility: hidden;
  opacity: 0; }

#header .header-wrapper .right-content .user-profile .user-avatar {
  display: inline-block; }

#header .header-wrapper .right-content .user-profile .user-avatar img {
  height: 65px;
  width: auto; }

#header .header-wrapper .right-content .user-profile .follow-links {
  position: absolute;
  top: 0px;
  left: 100%;
  margin-left: 30px;
  white-space: nowrap;
  line-height: 65px;
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 1499px) {
  #header .header-wrapper .right-content .user-profile .follow-links {
    display: none; } }

#header .header-wrapper .right-content .user-profile .follow-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-left: 3px; }

#header nav.main-nav {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 999; }

#header nav.main-nav > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-right: 60px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header nav.main-nav > ul > li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative; }

#header nav.main-nav > ul > li > a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header nav.main-nav > ul > li:first-child:not(.menu-item-has-children) > a {
  padding-left: 0; }

#header nav.main-nav > ul > li.current-menu-item > a {
  font-weight: 700; }

#header nav.main-nav > ul > li::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #1a1a1a;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  height: calc(160%); }

#header nav.main-nav > ul > li ul {
  display: block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #1a1a1a;
  width: 186px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0; }

#header nav.main-nav > ul > li ul li {
  padding: 10px 40px;
  line-height: 1em;
  position: relative;
  text-align: left; }

#header nav.main-nav > ul > li ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 1em;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }

#header nav.main-nav > ul > li ul li:hover {
  background-color: rgba(255, 255, 255, 0.15); }

#header nav.main-nav > ul > li ul li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 15px;
  float: right; }

#header nav.main-nav > ul > li ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  top: -30px;
  left: 180px; }

#header nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #ffffff; }

#header nav.main-nav > ul > li.menu-item-has-children:hover::after {
  visibility: visible;
  opacity: 1; }

#header nav.main-nav > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1; }

#header nav.main-nav > ul > li.menu-item-mega {
  /* Mega Menu Medium*/ }

#header nav.main-nav > ul > li.menu-item-mega > ul > li {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 25px; }

#header nav.main-nav > ul > li.menu-item-mega > ul > li:hover {
  background-color: transparent; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists {
  float: left;
  width: 186px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists a {
  display: block;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-lists a:hover {
  background-color: rgba(255, 255, 255, 0.15); }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel {
  margin-left: 230px;
  padding-top: 15px;
  color: #ffffff; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel a::after {
  display: none; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-menu-column {
  padding-left: 30px;
  padding-right: 30px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-menu-column + .mega-menu-column::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-title {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .mega-title::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.1); }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post .meta span {
  color: #ffffff; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post p {
  font-size: 14px;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7); }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-medium {
  margin-bottom: 30px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-medium h4 a {
  font-size: 16px;
  line-height: 20px;
  padding: 0px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large {
  margin-bottom: 25px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large a.video-player {
  position: absolute; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large a.video-player::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: solid 9px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  margin-left: -3px;
  color: #fff;
  display: inline-block !important; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-large h4 a {
  font-size: 18px;
  line-height: 20px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-small p {
  margin-bottom: 15px; }

#header nav.main-nav > ul > li.menu-item-mega .mega-menu-panel .post.ps-small p a {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7); }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists {
  float: none;
  width: auto;
  display: block;
  padding-left: 65px; }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a {
  display: inline-block;
  padding: 0px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a::after {
  content: '';
  margin-left: 10px;
  font-family: Fontawesome; }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-lists a:hover {
  background: transparent; }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-panel {
  margin-left: 50px;
  margin-top: 25px; }

#header nav.main-nav > ul > li.menu-item-mega.mm-medium .mega-menu-panel .post.ps-large {
  margin-bottom: 0px; }

#header .right-content,
#header .left-content {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 4px; }

#header .right-content a,
#header .left-content a {
  display: inline-block;
  text-decoration: none; }

#header .right-content a + a,
#header .left-content a + a {
  margin-left: 12px; }

#header .right-content a img,
#header .left-content a img {
  width: 14px; }

#header .left-content {
  position: relative;
  right: auto;
  left: 0; }

#header .search-panel {
  position: relative;
  margin-right: 80px;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header .search-panel form input {
  border: none;
  box-shadow: none;
  width: 100%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  height: 48px;
  line-height: 48px; }

#header .search-panel form button {
  display: none; }

#header #search_handler {
  color: #000000;
  position: relative; }

#header #search_handler img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header #search_handler::after {
  content: '';
  font-family: Fontawesome;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px); }

#header.show-search:not(.header-sticky) nav.main-nav > ul {
  height: 0px;
  visibility: hidden;
  overflow: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }

#header.show-search .search-panel {
  display: block;
  position: relative;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

#header.show-search #search_handler::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

#header.show-search #search_handler img {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }

#header .panel-ticker {
  position: relative; }

#header .panel-ticker .tt-el-ticker {
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden; }

#header .panel-ticker .tt-el-ticker strong {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-right: 5px; }

#header .panel-ticker .tt-el-ticker .entry-arrows {
  margin-right: 5px; }

#header .panel-ticker .tt-el-ticker .entry-arrows a {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px; }

#header .panel-ticker .tt-el-ticker .entry-arrows a img {
  width: 6px;
  position: relative;
  top: -1px; }

#header .panel-ticker .tt-el-ticker .entry-ticker {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.75); }

#header .panel-ticker .tt-el-ticker .entry-ticker span {
  visibility: hidden;
  opacity: 0; }

#header .panel-ticker .tt-el-ticker .typed-cursor {
  font-size: 18px;
  margin-left: 3px; }

#header.header-sticky .header-wrapper {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header.header-sticky .header-wrapper .site-branding {
  position: relative;
  left: auto;
  float: left; }

#header.header-sticky .header-wrapper .site-branding img {
  height: 23px;
  width: auto; }

#header.header-sticky .header-wrapper {
  height: 85px; }

#header.header-sticky .site-branding {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

#header.header-sticky .site-branding img {
  width: auto; }

#header.header-sticky .post-title {
  font-size: 16px;
  line-height: 40px;
  font-family: 'Montserrat';
  color: #000000;
  text-transform: uppercase;
  margin-left: 40px; }

#header.header-sticky .right-content {
  margin: 0;
  width: 120px;
  text-align: right;
  z-index: 1010; }

#header.header-sticky nav.main-nav {
  border: none; }

#header.header-sticky .tools {
  display: inline-block;
  position: relative; }

#header.header-sticky .search-panel {
  background: #fff;
  width: 320px;
  position: absolute;
  right: 0;
  top: 75px;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header.header-sticky .search-panel input {
  padding: 0 20px; }

#header.header-sticky .search-panel img {
  display: none; }

#header.header-sticky #search_handler::after {
  margin-top: -30px; }

#header.sticky {
  background: #fafafa;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

#header .scroll-window-indicator {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1110; }

#header .scroll-window-indicator .width {
  background-color: rgba(0, 0, 0, 0.7);
  height: 2px;
  width: 0; }

/* Elements
====================================*/
/* Animate Element
------------------------------------ */
.beauty-hover {
  background: none;
  position: relative;
  overflow: hidden; }

.beauty-hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f84432;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.beauty-hover:hover:after {
  height: 0; }

/* Address
------------------------------------ */
address abbr[title],
address abbr[data-original-title] {
  position: relative;
  padding-left: 35px;
  display: block;
  border-bottom: none; }

address abbr[title] span,
address abbr[data-original-title] span {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 16px;
  line-height: 0;
  color: #4d4d4d; }

address abbr[title] + abbr[title] {
  border-top: 1px solid;
  border-color: rgba(77, 77, 77, 0.1);
  margin-top: 10px;
  padding-top: 10px; }

address abbr:first-child span {
  top: 12px; }

/* Element
------------------------------------ */
.simple-tab-space .tab-panel {
  position: relative; }

.simple-tab-space .tab-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px); }

.simple-tab-space .tab-content.active {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

.simple-tab-space .tab-title {
  margin: 20px 0; }

.simple-tab-space .tab-title a {
  float: left;
  font-family: 'Montserrat';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  margin: 10px 0; }

.simple-tab-space .tab-title a + a {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.3); }

.simple-tab-space .tab-title a.active {
  color: #000; }

/* Element information
------------------------------------ */
.tt-el-info {
  position: relative;
  display: inline-block;
  margin-top: 20px; }

.tt-el-info h4 {
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  color: #000000; }

.tt-el-info p {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1em;
  margin-top: 5px; }

.tt-el-info.inline-style {
  margin-top: 0; }

.tt-el-info.inline-style h4,
.tt-el-info.inline-style p {
  display: inline-block;
  margin: 0; }

.tt-el-info.inline-style h4 + p {
  margin-left: 5px; }

.tt-el-info + .tt-el-info {
  margin-left: 20px; }

@media screen and (max-width: 376px) {
  .tt-el-info + .tt-el-info {
    margin-left: 0; } }

/* Placeholder & Ads
------------------------------------ */
.ads-placeholder {
  width: 100%;
  padding: 90px 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-family: Montserrat;
  text-transform: uppercase; }

.ads-placeholder.small {
  text-transform: none;
  font-size: 18px; }

/* Border line
------------------------------------ */
.border-line {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0; }

.border-line-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0; }

/* Title
------------------------------------ */
.title-border {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 17px; }

.block-title {
  font-size: 50px;
  font-weight: 700;
  font-family: Montserrat;
  color: #52AA7F;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 19px;
  position: relative; }
  .block-title.back-small:after {
    font-size: 92px;
    top: -30px; }

.block-title::after {
  content: attr(data-title);
  position: absolute;
  opacity: .1;
  font-size: 13rem;
  top: -54px;
  left: -14px;
  color: black; }

@media screen and (max-width: 768px) {
  .block-title {
    white-space: nowrap; }
  .block-title::after {
    font-size: 100px;
    top: -36px; } }

@media screen and (max-width: 600px) {
  .block-title {
    font-size: 40px; }
  .block-title::after {
    font-size: 70px;
    top: -27px; } }

h3.block-title {
  font-size: 36px; }

h3.block-title:after {
  font-size: 120px;
  top: -54px; }

h3.block-title .category-more.text-right {
  top: 18px; }

@media screen and (max-width: 768px) {
  h3.block-title .category-more.text-right {
    top: 38px; } }

h4.block-title {
  font-size: 24px; }

h4.block-title:after {
  font-size: 100px;
  top: -48px; }

h4.block-title .category-more.text-right {
  top: 8px; }

@media screen and (max-width: 768px) {
  h4.block-title .category-more.text-right {
    top: 18px; } }

.title-middle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin-top: 0;
  width: 100%; }

.title-middle .category-more {
  margin-top: 7px;
  font-size: 12px; }

.title-middle .category-more img {
  height: 12px; }

.title-middle .category-more.text-right {
  position: relative;
  float: right;
  top: auto; }

/* Category block
------------------------------------ */
.category-block {
  margin-bottom: 20px; }

.category-block a:not(.label):hover {
  color: rgba(0, 0, 0, 0.8); }

.category-block .post {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.1em; }

.category-block .post p,
.category-block .post h6 a {
  font-size: 14px; }

.category-block .post.first p {
  color: rgba(0, 0, 0, 0.7); }

.category-block.articles .first.post {
  margin-bottom: 35px; }

.category-block.articles .first.bordered {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px; }

.category-block.articles .first h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700; }

.category-block.articles .first.text-bigger h4 {
  font-size: 26px;
  line-height: 1.1em; }

.category-block.articles .first.text-bigger p {
  font-size: 16px;
  line-height: 26px; }

.m-dimension-carousel .category-block {
  margin-bottom: 0px; }

.m-dimension-carousel .category-block .post {
  margin-bottom: 0px; }

.m-dimension-carousel .category-block.articles .post.first {
  margin-bottom: 0px; }

/* General post block
------------------------------------ */
.post {
  position: relative; }

.post h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  margin: 0;
  margin-bottom: 10px; }

.post .image {
  position: relative;
  background-position: center top;
  background-size: cover;
  margin-bottom: 20px; }

.post .image img {
  width: 100%;
  height: auto; }

.post .image .video-player,
.post .image .video-player-small {
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  right: 25px;
  z-index: 800;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.post .image .video-player:after,
.post .image .video-player-small:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: solid 9px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  margin-left: -3px; }

.post .image .video-player:hover,
.post .image .video-player-small:hover {
  background-color: #333; }

.post .image .video-player-small {
  width: 28px;
  height: 28px;
  bottom: -15px; }

.post .image .video-player-small:after {
  margin-top: -4px;
  border-left: solid 6px #FFF;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  margin-left: -2px; }

.post .image .video-player-inside {
  left: 15px;
  bottom: 15px; }

.post .image .video-player-center {
  margin-left: -23px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.post .image .video-player-large {
  width: 68px;
  height: 68px;
  margin-left: -34px;
  top: 50%;
  border-width: 3px; }

.post .image .video-player-large:after {
  margin-top: -9px;
  border-left: solid 14px #FFF;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  margin-left: -4px; }

.post .image-thumb {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px; }

.post .image-small {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 20px; }

.post .image-medium {
  height: 135px; }

.post .image-large {
  height: 435px; }

.post .video-frame:hover {
  cursor: pointer; }

.post p:last-child,
.post h4:last-child,
.post img:last-child {
  margin-bottom: 0; }

.post.cart-hover {
  position: relative; }

.post.cart-hover .post-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 10px;
  z-index: 810;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.post.cart-hover .post-title a {
  color: #f9f9f9; }

.post.cart-hover .post-title a:hover {
  color: #fff; }

.post.cart-hover:hover .post-title {
  bottom: 25px; }

/* Meta
------------------------------------ */
.meta {
  line-height: 1;
  font-size: 12px;
  margin-bottom: 10px;
  /* Meta circle treasure
    ------------------------------------ */ }

.meta .author {
  color: #000; }

.meta .date {
  color: rgba(0, 0, 0, 0.7); }

.meta span + span {
  margin-left: 5px; }

.meta.inline-meta {
  line-height: 44px;
  margin-bottom: 20px; }

.meta.small-meta {
  line-height: 36px;
  margin-bottom: 15px;
  font-size: 14px; }

.meta.small-meta .image,
.meta.small-meta .image-thumb {
  width: 36px;
  height: 36px;
  margin-right: 15px; }

.meta.bullet-style {
  position: relative;
  padding-left: 25px; }

.meta.bullet-style:before {
  content: '';
  display: block;
  border: 2px solid red;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px; }

/* Regular label
------------------------------------ */
.label {
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  font-family: 'Montserrat'; }

.label:hover {
  color: #fff; }

/* Trending
------------------------------------ */
.trending .post {
  position: relative;
  margin-bottom: 45px; }

.trending h4 {
  font-size: 16px; }

.trending .image {
  height: 100px;
  margin-bottom: 25px; }

.trending .fancy-number {
  position: absolute;
  right: 0;
  top: 100px;
  font-size: 150px;
  font-family: Montserrat;
  font-weight: bold;
  color: rgba(82, 170, 127, 0.3);
  z-index: 0;
  line-height: 105px;
  letter-spacing: -13px; }

/* More link
------------------------------------ */
.category-more {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.category-more img {
  height: 16px;
  margin-left: 10px; }

.category-more:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #000; }

.category-more.text-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 30px; }

@media screen and (max-width: 768px) {
  .category-more.text-right {
    top: 45px; } }

/* Pagination
------------------------------------ */
.pagination-next-prev {
  text-align: center; }

.pagination-next-prev .arrow-link {
  margin: 0 18px;
  position: relative;
  background-image: none; }

.pagination-next-prev .arrow-link img {
  height: 20px; }

.pagination-next-prev.bordered {
  position: relative;
  overflow: hidden; }

.pagination-next-prev.bordered:before {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px); }

.pagination-next-prev.bordered:after {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  transform: translateX(60px); }

/* News slider
------------------------------------ */
.ms-tabs-template .ms-tabs-vertical-template {
  max-width: 1170px; }

.news-slider {
  margin-bottom: 20px; }

.news-slider > .master-slider {
  border: 1px solid #999; }

.news-slider .ms-inner-controls-cont,
.news-slider .ms-container {
  margin: 0; }

.news-slider .ms-tabs .ms-thumb-frame {
  background-color: #fff;
  text-shadow: none; }

.news-slider .ms-tabs .ms-thumb {
  padding: 0;
  border: 1px solid #999; }

.news-slider .ms-thumb {
  position: relative; }

.news-slider .ms-thumb .image {
  height: 180px;
  background-size: cover;
  position: relative;
  margin-bottom: 0; }

.news-slider .ms-thumb .meta {
  float: left;
  background-color: #fff;
  padding: 15px 15px 5px 0;
  z-index: 900;
  position: relative;
  margin-bottom: 0; }

.news-slider .ms-thumb h4 {
  float: left;
  margin-bottom: 0;
  font-weight: bold; }

.news-slider .thumb-meta {
  background-color: #fff;
  width: 220px;
  z-index: 800;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding-left: 8px;
  padding-bottom: 8px; }

.news-slider .box {
  left: -3px;
  width: 60%;
  bottom: -3px;
  background: #fff;
  padding: 35px 30px 3px 4px;
  padding-left: 12px !important;
  padding-bottom: 12px !important; }

.news-slider .box p,
.news-slider .box h4,
.news-slider .box .meta {
  float: left; }

.news-slider .box .meta {
  font-size: 16px; }

.news-slider .box h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #000; }

.news-slider .box p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px; }

.news-slider .ms-view {
  background-color: #fff; }

.news-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-ol {
  top: 12px;
  width: 0;
  z-index: 600;
  border: none; }

.news-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 5px;
  background: #52AA7F;
  left: 0;
  top: 12px; }

.news-slider .ms-thumb-frame-selected .image {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.news-slider.photo-news-slider .ms-thumb {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.news-slider.photo-news-slider .ms-thumb .image {
  height: 130px;
  color: #fff; }

.news-slider.photo-news-slider .ms-thumb .meta {
  margin-top: -19px;
  padding: 10px 15px 0 0; }

.news-slider.photo-news-slider .ms-thumb h4 {
  margin-top: 5px; }

.news-slider.photo-news-slider .ms-thumb-frame-selected .image:before {
  content: '';
  position: absolute;
  z-index: 56;
  top: 50%;
  left: 80px;
  margin-top: -9px;
  border-left: solid 12px #fff;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent; }

.news-slider.photo-news-slider .ms-thumb-frame-selected .image:after {
  content: 'SELECTED';
  position: absolute;
  line-height: 130px;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 55; }

.news-slider:not(.news-slider-hover) .ms-thumb-list.ms-dir-v {
  margin-right: -10px; }

.news-slider.news-slider-hover .ms-thumb-list {
  right: 120px !important;
  width: 260px !important; }

.news-slider.news-slider-hover .ms-thumb-list.ms-dir-v {
  height: 80%;
  margin-top: 10%;
  max-height: 400px; }

.news-slider.news-slider-hover .ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 0; }

.news-slider.news-slider-hover .ms-thumb-frame {
  width: 260px !important;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6); }

.news-slider.news-slider-hover .thumb-meta {
  background-color: transparent;
  position: relative;
  width: auto; }

.news-slider.news-slider-hover .ms-thumb .meta {
  background-color: transparent; }

.news-slider.news-slider-hover .box {
  left: 65px;
  width: 60%;
  max-width: 640px;
  bottom: 65px;
  background: none;
  padding: 0;
  color: #fff; }

.news-slider.news-slider-hover .box h4 {
  font-size: 36px;
  font-weight: 400; }

.news-slider.news-slider-hover h4 {
  font-size: 18px; }

.news-slider.news-slider-hover h4,
.news-slider.news-slider-hover h4 a,
.news-slider.news-slider-hover .meta span,
.news-slider.news-slider-hover p {
  color: #fff; }

.news-slider.news-slider-hover .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: -2px; }

.news-slider.news-slider-hover .slide-pattern {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0; }

.news-slider.news-slider-hover .slide-pattern.tint {
  background: url("images/news-slider-tint.png") no-repeat;
  background-size: cover; }

/* Gallery slider
------------------------------------ */
.gallery-slider .ms-thumb-list.ms-dir-h {
  padding-top: 20px; }

.gallery-slider .ms-thumb {
  position: relative; }

.gallery-slider .ms-thumb .image {
  height: 60px;
  background-size: cover;
  position: relative;
  margin-bottom: 0; }

.gallery-slider .ms-tabs .ms-thumb {
  padding: 0; }

.gallery-slider .ms-tabs .ms-thumb-frame {
  background: none;
  text-shadow: none;
  border: none;
  opacity: 0.3;
  margin-top: 0; }

.gallery-slider .ms-tabs .ms-thumb-frame.ms-thumb-frame-selected {
  opacity: 1; }

.gallery-slider .ms-tabs .ms-thumb-frame .ms-thumb-ol {
  border: none; }

.gallery-slider .ms-layer {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  bottom: 25px;
  left: 30px; }

.gallery-slider .ms-layer a {
  color: #fff; }

.gallery-slider .ms-layer a:hover {
  color: rgba(255, 255, 255, 0.9); }

.gallery-slider .ms-layer span {
  font-size: 70%;
  font-weight: 400; }

.gallery-slider .slide-pattern {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 8;
  position: absolute;
  top: 0;
  background-position: center top; }

.gallery-slider .slide-pattern.tint {
  background: url("images/gallery-slider-tint.png") repeat-x; }

.gallery-slider.movie-slider .slide-pattern {
  background-position: center bottom; }

.gallery-slider .ms-sbar.ms-dir-h {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  height: 2px; }

.gallery-slider .image-copyright {
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4); }

/* Fullscreen & Fullwidth section
------------------------------------ */
.fullscreen-section {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 600px; }

.fullscreen-section > .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0; }

.fullwidth-section {
  min-height: 200px; }

/* Twitter share able
------------------------------------ */
.twitter-shareable {
  padding: 0 3px;
  background: #f0f0f0; }

.twitter-shareable:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  color: #000; }

.twitter-shareable:hover {
  cursor: pointer;
  background: #efefef; }

/* Entertainment
====================================*/
@media screen and (max-width: 1199px) {
  #header.header-news nav.main-nav > ul {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #header.header-news nav.main-nav > ul::-webkit-scrollbar {
    display: none; }
  #header.header-news nav.main-nav > ul > li ul {
    display: none; } }

@media screen and (max-width: 720px) {
  #header.header-news .panel-header .header-wrapper .right-content {
    display: none; } }

/* Entertainment
====================================*/
#header.header-entertainment .header-wrapper {
  height: 76px;
  padding: 0 50px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#header.header-entertainment .header-wrapper .site-branding {
  position: relative;
  left: auto;
  bottom: auto;
  float: left; }

#header.header-entertainment .header-wrapper .site-branding img {
  height: 23px;
  width: auto; }

#header.header-entertainment .header-wrapper .right-content,
#header.header-entertainment .header-wrapper .user-profile,
#header.header-entertainment .header-wrapper .user-profile .follow-links {
  position: relative;
  float: right;
  left: auto; }

#header.header-entertainment .header-wrapper .user-profile .entry-notify span {
  background: #f84432;
  color: #fff; }

#header.header-entertainment .header-wrapper .user-profile .entry-name > a,
#header.header-entertainment .header-wrapper .user-profile .follow-links > a {
  color: #fff; }

#header.header-entertainment #search_handler::after {
  top: 1px;
  margin-top: 0px;
  color: #fff; }

#header.header-entertainment .search-panel {
  position: absolute;
  top: 0px;
  left: -260px;
  width: 220px;
  height: 100%;
  opacity: 0; }

@media screen and (max-width: 425px) {
  #header.header-entertainment .search-panel {
    left: -200px;
    width: 140px; } }

#header.header-entertainment .search-panel input[type=text] {
  background: transparent;
  position: absolute;
  top: -3px;
  left: 24px;
  right: 0px;
  height: 100%;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 13px; }

#header.header-entertainment .search-panel input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

#header.header-entertainment .search-panel input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9); }

#header.header-entertainment .search-panel input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9); }

#header.header-entertainment .search-panel input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

#header.header-entertainment .search-panel img {
  width: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

#header.header-entertainment.show-search .header-wrapper {
  transform: translateX(220px); }

#header.header-entertainment.show-search .search-panel {
  opacity: 1; }

@media screen and (max-width: 1199px) {
  #header.header-entertainment .tt-info-weather {
    display: none; } }

@media screen and (max-width: 991px) {
  #header.header-entertainment .tt-info-date {
    display: none; } }

@media screen and (max-width: 767px) {
  #header.header-entertainment .user-profile {
    display: none; }
  #header.header-entertainment .header-wrapper {
    padding-left: 0px;
    padding-right: 0px; } }

/* Entertainment
------------------------------------ */
.entertainment-layout {
  background-color: #f0f0f0; }

.header-entertainment {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.3);
  z-index: 900; }

.header-entertainment.darker {
  background-color: rgba(20, 20, 20, 0.8); }

.header-entertainment .left-content {
  float: left; }

.header-entertainment .tt-el-info h4 {
  color: #ffffff; }

.header-entertainment .tt-el-info p {
  color: rgba(255, 255, 255, 0.85); }

.header-entertainment .user-profile {
  margin-left: 30px; }

.header-entertainment .tools {
  float: left; }

.header-entertainment .tools a {
  line-height: 60px; }

.header-entertainment .site-branding {
  margin-left: 30px;
  line-height: 67px; }

/* Entertainment slider
------------------------------------ */
.entertainment-slider .ms-layer {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  margin-top: 39px; }

.entertainment-slider .ms-layer .meta {
  font-size: 1.6rem;
  font-weight: 300; }

.entertainment-slider .ms-layer .meta span {
  position: relative; }

.entertainment-slider .ms-layer .meta span + span {
  margin-left: 15px;
  padding-left: 25px; }

.entertainment-slider .ms-layer .meta span + span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #52AA7F;
  position: absolute;
  left: 0;
  margin-top: 4px; }

.entertainment-slider .ms-layer h2 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px; }

.entertainment-slider .ms-layer h2 span {
  background-color: #f84432;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  position: relative;
  top: -9px; }

.entertainment-slider .ms-layer p {
  font-size: 1.8rem;
  margin: 10px 0;
  max-width: 800px; }

.entertainment-slider .button {
  background-color: #f84432;
  margin-top: 100px;
  margin-bottom: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: #f84432; }

.entertainment-slider .button:hover {
  background-color: rgba(248, 68, 50, 0.05); }

.entertainment-slider .button + .button {
  margin-left: 30px; }

.entertainment-slider .button i {
  margin-right: 10px; }

.entertainment-slider .ms-tabs .ms-thumb-frame {
  background-color: #fff;
  text-shadow: none; }

.entertainment-slider .ms-tabs .ms-thumb {
  padding: 0; }

.entertainment-slider .ms-thumb {
  position: relative;
  text-align: right; }

.entertainment-slider .ms-thumb .image {
  height: 180px;
  background-size: cover;
  position: relative;
  margin-bottom: 0; }

.entertainment-slider .ms-thumb .meta {
  background-color: #fff;
  padding: 0 0 15px;
  z-index: 900;
  position: relative;
  margin-bottom: 0; }

.entertainment-slider .ms-thumb h4 {
  margin-bottom: 0;
  font-weight: bold; }

.entertainment-slider .ms-thumb p {
  padding: 10px 0; }

.entertainment-slider .thumb-meta {
  background-color: #fff;
  width: 220px;
  z-index: 800;
  position: absolute;
  left: 0;
  bottom: -1px; }

.entertainment-slider .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-ol {
  top: 12px;
  width: 0;
  z-index: 600;
  border: none; }

.entertainment-slider .ms-thumb-frame-selected .image {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.entertainment-slider.news-slider-hover .ms-thumb-list {
  right: 120px !important;
  width: 260px !important;
  padding-right: 30px;
  border-right: 2px solid #52AA7F; }

.entertainment-slider.news-slider-hover .ms-thumb-list.ms-dir-v {
  max-height: 90%;
  height: 30em;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 39px; }

.entertainment-slider.news-slider-hover .ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 0; }

.entertainment-slider.news-slider-hover .ms-thumb-frame {
  width: 260px !important;
  background-color: transparent;
  border: none; }

.entertainment-slider.news-slider-hover .thumb-meta {
  background-color: transparent;
  position: relative;
  width: auto; }

.entertainment-slider.news-slider-hover .ms-thumb .meta {
  background-color: transparent; }

.entertainment-slider.news-slider-hover h4 {
  font-size: 18px; }

.entertainment-slider.news-slider-hover h4,
.entertainment-slider.news-slider-hover .meta span,
.entertainment-slider.news-slider-hover p {
  color: #fff; }

.entertainment-slider.news-slider-hover p {
  line-height: 1.4em; }

.entertainment-slider.news-slider-hover .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: -2px; }

.entertainment-slider .circle-chart {
  width: 115px;
  height: 115px;
  margin-left: 50px;
  bottom: 10px; }

.entertainment-slider .circle-chart .circles-text {
  font-size: 32px !important;
  line-height: 0.6 !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .entertainment-slider .ms-tabs.ms-dir-v.ms-align-right {
    height: 60%;
    margin-top: 15%;
    right: 60px !important; }
  .entertainment-slider .ms-layer {
    left: 60px !important;
    width: 60%; } }

@media screen and (max-width: 991px) {
  .entertainment-slider .ms-tabs.ms-dir-v.ms-align-right {
    display: none; }
  .entertainment-slider .ms-layer {
    position: relative !important;
    display: block;
    margin-left: 60px;
    margin-top: 180px !important; } }

@media screen and (max-width: 767px) {
  .entertainment-slider .ms-layer {
    margin-top: 130px !important; }
  .entertainment-slider .ms-layer .meta {
    font-size: 14px; }
  .entertainment-slider .ms-layer h2 {
    font-size: 40px; }
  .entertainment-slider .ms-layer p {
    font-size: 16px;
    margin-bottom: 20px; }
  .entertainment-slider .ms-layer .circle-chart {
    display: none; } }

@media screen and (max-width: 599px) {
  .entertainment-slider .ms-layer > div {
    display: none; }
  .entertainment-slider .ms-layer h2 {
    font-size: 30px; }
  .entertainment-slider .ms-layer p {
    display: none; } }

/* Movie Slider
------------------------------------ */
.movie-section {
  padding: 100px 0;
  background-image: url("images/entertainment/section-5-background.jpg");
  background-size: cover; }

.movie-section .block-title,
.movie-section .category-more {
  color: #fff; }

/* Movie slider
------------------------------------ */
.movie-slider .ms-thumb .image {
  height: 154px; }

.movie-slider .label {
  padding-left: 30px;
  font-size: 18px;
  margin-top: 70px;
  background-color: #f84432; }

.movie-slider .ms-layer.right-side {
  width: 360px !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  padding: 70px; }

.movie-slider .ms-layer.right-side h3 {
  font-size: 40px;
  line-height: 44px; }

.movie-slider h3,
.movie-slider h4 {
  margin-bottom: 20px; }

.movie-slider .rate {
  font-size: 18px; }

.movie-slider .one-half {
  width: 50%;
  float: left; }

.movie-slider .meta span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-transform: none;
  font-weight: 300; }

.movie-slider .excerpt {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.9em; }

.movie-slider .border-top {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2); }

.movie-slider .ms-nav-prev {
  margin-left: -100px; }

.movie-slider .ms-nav-prev:after {
  content: "PREVIOUS MOVIE";
  font-size: 14px;
  color: #fff;
  display: block;
  width: 130px;
  margin-left: -99px;
  text-align: right;
  margin-top: 35px; }

.movie-slider .ms-nav-next {
  margin-right: -100px;
  opacity: 1 !important; }

.movie-slider .ms-nav-next:after {
  content: "NEXT MOVIE";
  font-size: 14px;
  color: #fff;
  display: block;
  width: 130px;
  margin-right: -99px;
  margin-top: 35px; }

.movie-slider .icon-link {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-weight: 100;
  margin-top: 25px;
  display: inline-block; }

.movie-slider .icon-link img {
  margin-left: 5px; }

.movie-slider .icon-link + .icon-link {
  margin-left: 15px; }

.movie-slider .circle-chart {
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(30px) translateY(30px);
  -moz-transform: translateX(30px) translateY(30px);
  transform: translateX(30px) translateY(30px); }

.movie-slider .circle-chart .circles-text {
  font-size: 26px !important;
  line-height: .6 !important; }

.movie-slider .bottom {
  position: relative;
  top: 140px;
  left: 60px; }

@media screen and (max-width: 991px) {
  .movie-slider .movie-slider-meta {
    width: 100%; }
  .movie-slider .movie-slider-circle {
    display: none; } }

@media screen and (max-width: 767px) {
  .movie-slider .ms-layer.right-side h3 {
    font-size: 26px;
    line-height: 1.2em; }
  .movie-slider .meta span {
    font-size: 12px; }
  .movie-slider .excerpt {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 5px; } }

@media screen and (max-width: 700px) {
  .movie-slider .ms-layer.right-side {
    width: 85% !important;
    text-align: right; } }

@media screen and (max-width: 600px) {
  .movie-slider .ms-layer.right-side h3 {
    margin-bottom: 5px; }
  .movie-slider .meta,
  .movie-slider .excerpt {
    display: none; }
  .movie-slider .icon-link {
    margin-top: 5px; } }

/* Masonry layout
------------------------------------ */
.en-carousel-block .post {
  position: relative;
  width: 100%;
  height: 360px; }

.en-carousel-block .post h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s; }

.en-carousel-block .post h4.font36 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  margin: 15px 0; }

.en-carousel-block .post-content {
  padding: 35px;
  z-index: 2;
  position: relative; }

.en-carousel-block .masonry-item {
  margin-bottom: 25px !important; }

.en-carousel-block .masonry-item .meta .author {
  color: #000; }

.en-carousel-block .masonry-item.col-md-6 .post-content {
  padding: 70px; }

.en-carousel-block .masonry-item.col-md-6 h4 {
  max-width: 50%; }

.en-carousel-block .image {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0; }

.en-carousel-block .meta {
  display: inline-block;
  border-bottom: 2px solid #52AA7F;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100; }

.en-carousel-block .meta + h4 {
  margin-top: 20px; }

.en-carousel-block .meta.white {
  border-color: #fff; }

.en-carousel-block .hahah-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

.en-carousel-block .meta-bottom {
  position: relative;
  height: 100%; }

.en-carousel-block .meta-bottom .meta {
  position: absolute;
  bottom: 30px; }

.en-carousel-block .half-height {
  height: 167px; }

.en-carousel-block .half-height .post-content {
  padding-top: 30px; }

.en-carousel-block .half-height .image {
  height: 167px; }

.en-carousel-block .half-height .meta {
  padding-bottom: 10px; }

.en-carousel-block .half-height .meta + h4 {
  margin-top: 15px; }

.en-carousel-block .text-light {
  color: #fff; }

.en-carousel-block .text-light h4,
.en-carousel-block .text-light a {
  color: #fff; }

.en-carousel-block .text-light h4:hover,
.en-carousel-block .text-light a:hover {
  color: rgba(255, 255, 255, 0.9); }

.en-carousel-block .text-light .meta .author {
  color: #fff; }

/* Masonry layout
------------------------------------ */
.masonry-layout1.little-space.row {
  margin-left: -10px;
  margin-right: -10px; }

.masonry-layout1.little-space .col-lg-1,
.masonry-layout1.little-space .col-lg-10,
.masonry-layout1.little-space .col-lg-11,
.masonry-layout1.little-space .col-lg-12,
.masonry-layout1.little-space .col-lg-2,
.masonry-layout1.little-space .col-lg-3,
.masonry-layout1.little-space .col-lg-4,
.masonry-layout1.little-space .col-lg-5,
.masonry-layout1.little-space .col-lg-6,
.masonry-layout1.little-space .col-lg-7,
.masonry-layout1.little-space .col-lg-8,
.masonry-layout1.little-space .col-lg-9,
.masonry-layout1.little-space .col-md-1,
.masonry-layout1.little-space .col-md-10,
.masonry-layout1.little-space .col-md-11,
.masonry-layout1.little-space .col-md-12,
.masonry-layout1.little-space .col-md-2,
.masonry-layout1.little-space .col-md-3,
.masonry-layout1.little-space .col-md-4,
.masonry-layout1.little-space .col-md-5,
.masonry-layout1.little-space .col-md-6,
.masonry-layout1.little-space .col-md-7,
.masonry-layout1.little-space .col-md-8,
.masonry-layout1.little-space .col-md-9,
.masonry-layout1.little-space .col-sm-1,
.masonry-layout1.little-space .col-sm-10,
.masonry-layout1.little-space .col-sm-11,
.masonry-layout1.little-space .col-sm-12,
.masonry-layout1.little-space .col-sm-2,
.masonry-layout1.little-space .col-sm-3,
.masonry-layout1.little-space .col-sm-4,
.masonry-layout1.little-space .col-sm-5,
.masonry-layout1.little-space .col-sm-6,
.masonry-layout1.little-space .col-sm-7,
.masonry-layout1.little-space .col-sm-8,
.masonry-layout1.little-space .col-sm-9,
.masonry-layout1.little-space .col-xs-1,
.masonry-layout1.little-space .col-xs-10,
.masonry-layout1.little-space .col-xs-11,
.masonry-layout1.little-space .col-xs-12,
.masonry-layout1.little-space .col-xs-2,
.masonry-layout1.little-space .col-xs-3,
.masonry-layout1.little-space .col-xs-4,
.masonry-layout1.little-space .col-xs-5,
.masonry-layout1.little-space .col-xs-6,
.masonry-layout1.little-space .col-xs-7,
.masonry-layout1.little-space .col-xs-8,
.masonry-layout1.little-space .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }

.masonry-layout1.little-space .masonry-item {
  margin-bottom: 20px;
  overflow: hidden; }

.masonry-layout1.little-space .post .image {
  margin-bottom: 0px; }

.masonry-layout1.little-space .post .meta-holder {
  background-color: rgba(0, 0, 0, 0.5); }

.masonry-layout1.little-space .grid-size.sv {
  margin-bottom: 20px; }

.masonry-layout1.little-space .grid-size.svb {
  margin-bottom: -10px; }

.masonry-item img {
  width: 100%;
  height: auto; }

.masonry-item .entry-hover {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px; }

.masonry-item .label {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block; }

.masonry-item h4 {
  font-size: 20px;
  line-height: 24px; }

.masonry-item .meta .author,
.masonry-item .meta .date {
  color: #e3e3e3; }

.masonry-item .circle-chart {
  width: 36px;
  height: 36px; }

.masonry-layout1 h4 a {
  color: #fff;
  font-weight: 400;
  text-decoration: none; }

/* Testimonial slider
------------------------------------ */
.testimonial-slider.fs-blog-carousel {
  position: relative;
  margin-bottom: 25px; }

.testimonial-slider.fs-blog-carousel .swiper-holder {
  background: #fff;
  margin-top: 60px; }

.testimonial-slider.fs-blog-carousel img {
  max-width: 60%;
  margin-top: -60px; }

.testimonial-slider.fs-blog-carousel .swiper-slider {
  position: relative; }

.testimonial-slider.fs-blog-carousel blockquote {
  position: absolute;
  right: 10%;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30px;
  max-width: 50%;
  width: 380px;
  border: none; }

.testimonial-slider.fs-blog-carousel blockquote cite {
  border-bottom: 2px solid #f84432;
  display: inline-block;
  text-transform: none;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.testimonial-slider.fs-blog-carousel blockquote:before {
  left: -80px;
  font-size: 160px;
  top: 96px; }

.testimonial-slider.fs-blog-carousel .fs-pager {
  width: 150px;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 900; }

.testimonial-slider.fs-blog-carousel .fs-pager span {
  font-size: 24px; }

.testimonial-slider.fs-blog-carousel .fs-pager:before,
.testimonial-slider.fs-blog-carousel .fs-pager:after {
  display: none; }

.testimonial-slider.fs-blog-carousel .swiper-button-prev.swiper-button-prev {
  left: -60px; }

.testimonial-slider.fs-blog-carousel .swiper-button-next.swiper-button-next {
  right: -60px; }

@media screen and (max-width: 767px) {
  .testimonial-slider.fs-blog-carousel blockquote {
    font-size: 20px;
    line-height: 1.4em; }
  .testimonial-slider.fs-blog-carousel blockquote cite {
    margin-bottom: 14px; } }

@media screen and (max-width: 600px) {
  .testimonial-slider.fs-blog-carousel blockquote {
    font-size: 9px;
    line-height: 1.4em;
    padding-right: 0px;
    text-transform: none; }
  .testimonial-slider.fs-blog-carousel blockquote cite {
    padding-bottom: 0px;
    margin-bottom: 4px;
    font-size: 12px; }
  .testimonial-slider.fs-blog-carousel .fs-pager {
    bottom: -6px;
    width: 100px; }
  .testimonial-slider.fs-blog-carousel .fs-pager span {
    font-size: 14px; } }

/* PIE
------------------------------------ */
.pie {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #2f3e46;
  font-size: 44px;
  text-align: center;
  border-radius: 50%; }

.slice-right {
  position: absolute;
  z-index: 11;
  background-color: #ff913b;
  width: 100%;
  height: 100%;
  clip: rect(0, 20px, 20px, 20px);
  border-radius: 50%; }

.slice-left {
  position: absolute;
  z-index: 11;
  background-color: #ff913b;
  width: 100%;
  height: 100%;
  clip: rect(20px, 20px, 40px, 20px);
  border-radius: 50%; }

.percent {
  position: absolute;
  z-index: 20;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #1d2225;
  border-radius: 50%; }

.number {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  line-height: 0;
  font-size: .3em;
  color: #485c65; }

.slice-right {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: right-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards; }

.slice-left {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: left-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes right-slice {
  from {
    clip: rect(0, 50%, 20px, 20px); }
  50% {
    clip: rect(0, 40px, 20px, 20px); }
  to {
    clip: rect(0, 40px, 40px, 20px); } }

@-webkit-keyframes left-slice {
  from {
    clip: rect(20px, 20px, 40px, 20px); }
  50% {
    clip: rect(20px, 20px, 40px, 0); }
  to {
    clip: rect(0.3em, 20px, 40px, 0); } }

/* Entertainment block
------------------------------------ */
.post img {
  max-width: 100%; }

.post .bigger-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.post .bigger-meta .author-image {
  top: -40px;
  position: absolute; }

.post .bigger-meta .meta {
  margin-left: 80px; }

.post .meta-holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px; }

.post.boxoffice-style .pie {
  float: left; }

.post.boxoffice-style .bigger-meta {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.post.boxoffice-style .bigger-meta::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); }

.post.boxoffice-style .bigger-meta .meta-holder {
  padding: 0 5px 25px 20px; }

.post.boxoffice-style .bigger-meta span {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 12px; }

.post.boxoffice-style .image {
  margin-bottom: 18px;
  overflow: hidden; }

.post.boxoffice-style .label {
  top: 0; }

.post.boxoffice-style h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400; }

.post.boxoffice-style .rate {
  color: #9a9a9a;
  line-height: 1; }

.post.boxoffice-style .rate i {
  margin-right: 2px;
  margin-bottom: 10px; }

.post.boxoffice-style .circle-chart {
  width: 36px;
  bottom: -13px; }

.post.boxoffice-style:hover .bigger-meta {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

/* Entertainment block
------------------------------------ */
.en-block .meta {
  font-size: 18px; }

.en-block .meta .label {
  display: inline-block; }

.en-block .meta.small-meta {
  font-size: 14px; }

.en-block .meta.mb0 {
  margin-bottom: 0; }

.en-block .post h4 {
  font-size: 22px; }

.en-block .post p {
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
  margin: 0; }

.en-block .category-more {
  color: #000;
  font-size: 16px;
  padding-top: 20px;
  display: inline-block; }

.en-block .social-links a {
  margin-left: 10px;
  font-size: 14px; }

.post h4.font14 {
  font-size: 14px;
  line-height: 1; }

.post h4.font16 {
  font-size: 16px;
  line-height: 1; }

.post h4.font18 {
  font-size: 18px;
  line-height: 22px; }

.post h4.font20 {
  font-size: 20px;
  line-height: 24px; }

.post h4.font22 {
  font-size: 22px;
  line-height: 26px; }

.post h4.font24 {
  font-size: 24px;
  line-height: 28px; }

.post h4.font28 {
  font-size: 28px;
  line-height: 32px; }

@media screen and (max-width: 768px) {
  .post h4.font28 {
    font-size: 22px;
    line-height: 26px; } }

.post h4.font32 {
  font-size: 32px;
  line-height: 36px; }

.image .label {
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 25px;
  color: #fff;
  z-index: 800; }

/* Quote post layout
------------------------------------ */
@media screen and (max-width: 786px) {
  .post.quote {
    margin-bottom: 40px; } }

.post.quote blockquote {
  margin-left: 0;
  padding-left: 0;
  border: 0;
  font-size: 24px;
  text-transform: uppercase; }

.post.quote blockquote:before {
  font-size: 80px;
  left: -35px;
  top: 10px; }

@media screen and (max-width: 768px) {
  .post.quote blockquote:before {
    left: -20px; } }

.post.quote .label {
  margin-left: 50px; }

.post.quote .author {
  position: relative; }

.post.quote .author .image {
  position: relative;
  z-index: 1; }

.post.quote .author .label {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  padding: 12px 15px 12px 43px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis; }

.post.quote:hover .author .label {
  padding: 12px 25px 12px 53px;
  text-overflow: clip;
  max-width: 500px; }

.post.cart-style .image-thumb {
  width: 54px;
  height: 54px; }

.post.cart-style .label {
  font-size: 14px;
  color: #000;
  padding: 0;
  background: none;
  line-height: 36px;
  position: relative;
  display: inline-block;
  margin-top: 4px; }

.post.cart-style .label:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.post.cart-style:hover .label:before {
  width: 20px; }

.post.cart-style p {
  font-size: 14px;
  line-height: 24px; }

.post.cart-style .image-thumb {
  margin-bottom: 20px; }

.post.cart-style .meta {
  font-size: 14px; }

/* Image grid & Gallery style
------------------------------------ */
.image-grid {
  margin-top: 20px;
  clear: both; }

.image-grid .image {
  width: 48%;
  margin-bottom: 4%;
  float: left; }

.image-grid .image:nth-child(2n+1) {
  margin-right: 4%; }

.image-grid.col-3 .image {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%; }

.image-grid.col-3 .image:nth-child(3n+3) {
  margin-right: 0; }

.image-grid.col-3 .image:nth-child(3n+4) {
  clear: left; }

.image-grid.col-4 .image {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%; }

.image-grid.col-4 .image:nth-child(4n+4) {
  margin-right: 0; }

.image-grid.col-4 .image:nth-child(4n+5) {
  clear: left; }

/* Content
====================================*/
html {
  overflow-x: hidden; }

body ::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #000; }

a:focus {
  outline: none;
  text-decoration: none; }

a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none; }

.button,
button,
input[type=button],
input[type=submit] {
  box-shadow: none;
  color: #f70100;
  border: 1px solid #f70100;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #f70100;
  color: #fff; }

.button.full,
button.full,
input[type=button].full,
input[type=submit].full {
  width: 100%; }

.button.fill,
button.fill,
input[type=button].fill,
input[type=submit].fill {
  background-color: #f70100;
  color: #000000; }

.button.fill:hover,
button.fill:hover,
input[type=button].fill:hover,
input[type=submit].fill:hover {
  background-color: transparent;
  color: #f70100;
  border: 1px solid #f70100; }

.button.fill.black,
button.fill.black,
input[type=button].fill.black,
input[type=submit].fill.black {
  background-color: #222222;
  border-color: #222222;
  color: #fff; }

.button.fill.black:hover,
button.fill.black:hover,
input[type=button].fill.black:hover,
input[type=submit].fill.black:hover {
  background-color: transparent;
  color: #000000; }

.button.rectangle,
button.rectangle,
input[type=button].rectangle,
input[type=submit].rectangle {
  border-radius: 0px; }

.button.small,
button.small,
input[type=button].small,
input[type=submit].small {
  font-weight: 300;
  font-size: 12px;
  padding: 12px 35px;
  line-height: 1em; }

.button.text-light,
button.text-light,
input[type=button].text-light,
input[type=submit].text-light {
  color: #fff; }

.button.text-light,
button.text-light,
input[type=button].text-light,
input[type=submit].text-light {
  color: #fff; }

.clear-left {
  clear: left; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

.hover-zoom {
  overflow: hidden; }

.hover-zoom .image {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.hover-zoom:hover .image {
  transform: scale(1.05); }

.hover-dark .image,
.hover-light .image {
  position: relative; }

.hover-dark .image::after,
.hover-light .image::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: 777;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.hover-dark:hover .image::after,
.hover-light:hover .image::after {
  visibility: visible;
  opacity: 1; }

.hover-light .image::after {
  background-color: rgba(255, 255, 255, 0.3); }

/* Custom Bootstrap 5 Columns
------------------------------------ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }
  .row-has-5-columns {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

/* Circle chart
------------------------------------ */
.circle-chart {
  position: relative;
  display: inline-block;
  font-size: 16px; }

.circle-chart .circles-wrp {
  line-height: 0px; }

.circle-chart svg {
  width: 100%; }

.circle-chart .circles-text {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px !important;
  font-weight: 100;
  color: #fff; }

.circle-chart .circles-text small {
  font-size: 55%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5); }

.push-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu .pm-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu .pm-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu .pm-container .pm-wrap {
  margin: 44px;
  margin-bottom: 35px;
  padding-top: 60px;
  position: relative; }

.push-menu .pm-container .pm-wrap .close-menu {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px; }

.push-menu .pm-container .pm-wrap .close-menu::before,
.push-menu .pm-container .pm-wrap .close-menu::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px; }

.push-menu .pm-container .pm-wrap .close-menu::before {
  transform: rotate(-45deg); }

.push-menu .pm-container .pm-wrap .close-menu::after {
  transform: rotate(45deg); }

.push-menu .pm-container .pm-wrap .big-menu {
  margin-bottom: 25px; }

.push-menu .pm-container .pm-wrap .big-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.push-menu .pm-container .pm-wrap .big-menu ul li {
  padding-top: 7px;
  padding-bottom: 7px; }

.push-menu .pm-container .pm-wrap .big-menu ul li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 25px;
  color: #000; }

.push-menu .pm-container .pm-wrap .small-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.push-menu .pm-container .pm-wrap .small-menu ul li {
  padding-top: 2px;
  padding-bottom: 2px; }

.push-menu .pm-container .pm-wrap .small-menu ul li a {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #999; }

.push-menu .pm-container .bottom-content {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 44px;
  border-top: 2px solid #000;
  padding-top: 35px; }

.push-menu .pm-container .bottom-content .widget + .widget {
  margin-top: 20px; }

.push-menu .pm-container .bottom-content .widget .widget-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #000;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px; }

.push-menu .pm-container .bottom-content .widget p {
  font-weight: 200;
  font-size: 14px;
  color: #bbb;
  margin: 0px;
  line-height: 1.6em; }

.push-menu.pm-right .pm-container {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  transform: translateX(300px); }

.push-menu.show-pm {
  visibility: visible;
  opacity: 1; }

.push-menu.show-pm .pm-overlay {
  opacity: 1; }

.push-menu.show-pm .pm-container {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

.push-menu.pm-entertainment .pm-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.push-menu.pm-entertainment .pm-container {
  background-color: #101010;
  border-right-color: #111;
  width: 340px;
  -webkit-transform: translateX(-340px);
  -moz-transform: translateX(-340px);
  transform: translateX(-340px); }

.push-menu.pm-entertainment .pm-container::before {
  content: '';
  background-image: url(images/pattern-en.png);
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.02; }

.push-menu.pm-entertainment .pm-container .pm-viewport {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto; }

.push-menu.pm-entertainment .pm-container .pm-viewport::-webkit-scrollbar {
  display: none; }

.push-menu.pm-entertainment .pm-container .pm-wrap {
  padding-top: 0px;
  padding-bottom: 40px; }

.push-menu.pm-entertainment .pm-container .pm-wrap::before {
  content: '';
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 176px;
  height: 280px;
  background-image: url(images/pm-en-bottom-img.png);
  background-repeat: no-repeat;
  background-position: left top; }

.push-menu.pm-entertainment .pm-container .pm-wrap .close-menu {
  display: none; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
  margin-bottom: 45px;
  padding-right: 20px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form input {
  background: transparent;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  border: none; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form input::-webkit-input-placeholder {
  color: #ffffff; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form input:-moz-placeholder {
  color: #ffffff; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form input::-moz-placeholder {
  color: #ffffff; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form input:-ms-input-placeholder {
  color: #ffffff; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form button {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  top: 0px;
  right: 0px;
  padding: 0px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .search-form button img {
  width: 100%; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info {
  overflow: hidden;
  margin-bottom: 45px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  float: left; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info .auth-name {
  margin-left: 150px;
  margin-top: 30px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info .auth-name h4 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info .auth-name h4 a {
  color: #ec4343; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info .auth-name p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .author-info .auth-name p a {
  color: #fff; }

.push-menu.pm-entertainment .pm-container .pm-wrap h4.pm-en-title {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.3px;
  margin-bottom: 30px; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu {
  margin-bottom: 45px; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li {
  padding-left: 30px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 7px; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li::before {
  content: '';
  background-color: rgba(36, 36, 36, 0.6);
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: -100px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-340px);
  -moz-transform: translateX(-340px);
  transform: translateX(-340px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li a {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.3px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 10; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 18px;
  color: #fff;
  float: right;
  margin-right: 20px;
  margin-top: 3px; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li a i {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  top: 4px;
  position: relative;
  margin-right: 22px; }

.push-menu.pm-entertainment .pm-container .pm-wrap nav.big-menu ul li:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-en-recent {
  margin-bottom: 45px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-en-recent .er-item {
  display: block;
  margin-bottom: 26px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-en-recent img {
  max-width: 100%; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-socials {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 30px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-socials a {
  color: #fff;
  display: inline-block;
  margin-right: 20px; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-go-home a {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  display: block;
  line-height: 1.8em;
  position: relative; }

.push-menu.pm-entertainment .pm-container .pm-wrap .pm-go-home a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  position: relative;
  top: 4px;
  margin-right: 15px; }

.push-menu.pm-entertainment.pm-right .pm-container {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(340px);
  -moz-transform: translateX(340px);
  transform: translateX(340px); }

.push-menu.pm-entertainment.show-pm .pm-container {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

.push-menu.pm-news .pm-overlay {
  background-color: rgba(255, 255, 255, 0.8); }

.push-menu.pm-news .pm-container {
  background-color: #f9f9f9;
  border-right-color: #111;
  width: 330px;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(330px);
  -moz-transform: translateX(330px);
  transform: translateX(330px); }

.push-menu.pm-news .pm-container::before {
  content: '';
  background-image: url(images/pattern-en.png);
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.02; }

.push-menu.pm-news .pm-container .pm-viewport {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto; }

.push-menu.pm-news .pm-container .pm-viewport::-webkit-scrollbar {
  display: none; }

.push-menu.pm-news .pm-container .pm-wrap {
  padding-top: 0px; }

.push-menu.pm-news .pm-container .pm-wrap::before {
  content: '';
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 125px;
  height: 278px;
  background-image: url(images/pm-en-bottom-img.png);
  background-repeat: no-repeat;
  background-position: left top; }

.push-menu.pm-news .pm-container .pm-wrap .close-menu {
  display: none; }

.push-menu.pm-news .pm-container .pm-wrap .search-form {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
  margin-bottom: 45px;
  padding-right: 20px; }

.push-menu.pm-news .pm-container .pm-wrap .search-form input {
  background: transparent;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  border: none; }

.push-menu.pm-news .pm-container .pm-wrap .search-form input::-webkit-input-placeholder {
  color: #ffffff; }

.push-menu.pm-news .pm-container .pm-wrap .search-form input:-moz-placeholder {
  color: #ffffff; }

.push-menu.pm-news .pm-container .pm-wrap .search-form input::-moz-placeholder {
  color: #ffffff; }

.push-menu.pm-news .pm-container .pm-wrap .search-form input:-ms-input-placeholder {
  color: #ffffff; }

.push-menu.pm-news .pm-container .pm-wrap .search-form button {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  top: 0px;
  right: 0px;
  padding: 0px; }

.push-menu.pm-news .pm-container .pm-wrap .search-form button img {
  width: 100%; }

.push-menu.pm-news .pm-container .pm-wrap .author-info {
  overflow: hidden;
  margin-bottom: 45px; }

.push-menu.pm-news .pm-container .pm-wrap .author-info img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  float: left; }

.push-menu.pm-news .pm-container .pm-wrap .author-info .auth-name {
  margin-left: 145px;
  margin-top: 30px; }

.push-menu.pm-news .pm-container .pm-wrap .author-info .auth-name h4 {
  font-family: 'Montserrat';
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px; }

.push-menu.pm-news .pm-container .pm-wrap .author-info .auth-name h4 a {
  color: #000; }

.push-menu.pm-news .pm-container .pm-wrap .author-info .auth-name p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px; }

.push-menu.pm-news .pm-container .pm-wrap .author-info .auth-name p a {
  color: rgba(0, 0, 0, 0.4); }

.push-menu.pm-news .pm-container .pm-wrap h4.pm-en-title {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.3px;
  margin-bottom: 30px; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu {
  margin-bottom: 45px; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li {
  padding-left: 0px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li::before {
  content: '';
  background-color: rgba(216, 216, 216, 0.6);
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: -100px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(330px);
  -moz-transform: translateX(330px);
  transform: translateX(330px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li a {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.3px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li a::before {
  content: '';
  font-family: Fontawesome;
  font-size: 18px;
  color: #000;
  margin-right: 60px;
  margin-top: 3px; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li a i {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  top: 4px;
  position: relative;
  margin-right: 22px; }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li:hover a {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  transform: translateX(-15px); }

.push-menu.pm-news .pm-container .pm-wrap nav.big-menu ul li:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  transform: translateX(70px); }

.push-menu.pm-news .pm-container .pm-wrap .pm-en-recent {
  margin-bottom: 45px; }

.push-menu.pm-news .pm-container .pm-wrap .pm-en-recent .er-item {
  display: block;
  margin-bottom: 26px; }

.push-menu.pm-news .pm-container .pm-wrap .pm-en-recent img {
  max-width: 100%; }

.push-menu.pm-news .pm-container .pm-wrap .pm-socials {
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 30px; }

.push-menu.pm-news .pm-container .pm-wrap .pm-socials a {
  color: #1b1b1b;
  display: inline-block; }

.push-menu.pm-news .pm-container .pm-wrap .pm-socials a + a {
  margin-left: 20px; }

.push-menu.pm-news .pm-container .pm-wrap .pm-go-home a {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  display: block;
  line-height: 1.8em;
  position: relative; }

.push-menu.pm-news .pm-container .pm-wrap .pm-go-home a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  position: relative;
  top: 4px;
  margin-right: 15px; }

.push-menu.pm-news.pm-right .pm-container {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(340px);
  -moz-transform: translateX(340px);
  transform: translateX(340px); }

.push-menu.pm-news.show-pm .pm-container {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

.animated-blocks .ab-item.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.animated-blocks .ab-item.ab-visible {
  visibility: visible;
  opacity: 1; }

/* Blog
====================================*/
.content-area {
  padding-top: 60px;
  padding-bottom: 60px; }

/* Single post
------------------------------------ */
.single {
  font-size: 16px; }

.single h1,
.single h2,
.single h3,
.single h4,
.single h5 {
  font-family: 'Montserrat';
  color: #000000; }

.single .entry-details h5,
.single .entry-details .entry-views {
  font-family: 'Montserrat';
  font-size: 18px; }

.single .entry-details h5 {
  margin: 0; }

.single .entry-details a {
  color: #000; }

.single article h2:first-child {
  margin-top: 0; }

/* Blockquote
------------------------------------ */
blockquote {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat';
  color: #000;
  margin: 35px 0 40px 65px;
  padding: 0 0 0 30px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

blockquote cite {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px; }

blockquote:before {
  content: '“';
  font-family: PlayfairDisplaySC;
  font-size: 240px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 25px;
  top: 60px; }

/* Comments
====================================*/
#comments {
  margin-top: 50px;
  margin-bottom: 80px; }

#comments .comments-wrapper .comments-title {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px; }

#comments .comments-wrapper ol.comment-list {
  margin: 0;
  padding: 0 0 0 60px;
  list-style-type: none;
  margin-bottom: 30px; }

#comments .comments-wrapper ol.comment-list li {
  overflow: hidden;
  display: block; }

#comments .comments-wrapper ol.comment-list li article {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 30px; }

#comments .comments-wrapper ol.comment-list li article .avatar {
  width: 64px;
  height: 64px;
  float: left; }

#comments .comments-wrapper ol.comment-list li article .comment-body {
  margin-left: 85px; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data {
  overflow: hidden;
  position: relative;
  line-height: 1;
  margin-bottom: 10px; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-author {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #000000;
  position: relative; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-date {
  font-size: 13px;
  color: #000000;
  display: inline-block; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-reply {
  margin-left: 20px; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-reply a {
  font-size: 13px;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
  letter-spacing: 0.4px;
  color: #f70100;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-reply a::before {
  content: '';
  font-family: Fontawesome;
  position: relative;
  margin-right: 3px; }

#comments .comments-wrapper ol.comment-list li article .comment-body .comment-content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: rgba(77, 77, 77, 0.8); }

#comments .comments-wrapper ol.comment-list li li .avatar {
  width: 48px;
  height: 48px; }

#comments .comments-wrapper ol.comment-list li li .comment-body {
  margin-left: 69px; }

#comments .comments-wrapper ol.comment-list li ul,
#comments .comments-wrapper ol.comment-list li ol {
  padding-left: 85px; }

#respond .comment-reply-title {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 40px; }

#respond input,
#respond textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 15px 20px;
  margin-bottom: 25px; }

#respond textarea {
  height: 200px; }

#respond .form-submit > span {
  display: block;
  font-size: 12px;
  margin-bottom: 20px; }

#respond .form-submit input[type="submit"] {
  width: 280px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0px; }

#respond .form-submit input[type="submit"]:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3); }

/* Page
====================================*/
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover:hover {
  background: none; }

/* Layout
====================================*/
/* Boxed layout
------------------------------------ */
.boxed-layout {
  background-color: #ccc; }

.boxed-layout > .wrapper {
  background-color: #fff;
  width: 1440px;
  margin: 0 auto; }

/* Boxed block
------------------------------------ */
.boxed {
  background-color: #fff; }

.boxed.wide-space {
  padding: 60px; }

@media screen and (max-width: 768px) {
  .boxed.wide-space {
    padding: 30px; } }

.boxed.wide-space .row {
  margin-left: -25px;
  margin-right: -25px; }

.boxed.wide-space .col-lg-1,
.boxed.wide-space .col-lg-10,
.boxed.wide-space .col-lg-11,
.boxed.wide-space .col-lg-12,
.boxed.wide-space .col-lg-2,
.boxed.wide-space .col-lg-3,
.boxed.wide-space .col-lg-4,
.boxed.wide-space .col-lg-5,
.boxed.wide-space .col-lg-6,
.boxed.wide-space .col-lg-7,
.boxed.wide-space .col-lg-8,
.boxed.wide-space .col-lg-9,
.boxed.wide-space .col-md-1,
.boxed.wide-space .col-md-10,
.boxed.wide-space .col-md-11,
.boxed.wide-space .col-md-12,
.boxed.wide-space .col-md-2,
.boxed.wide-space .col-md-3,
.boxed.wide-space .col-md-4,
.boxed.wide-space .col-md-5,
.boxed.wide-space .col-md-6,
.boxed.wide-space .col-md-7,
.boxed.wide-space .col-md-8,
.boxed.wide-space .col-md-9,
.boxed.wide-space .col-sm-1,
.boxed.wide-space .col-sm-10,
.boxed.wide-space .col-sm-11,
.boxed.wide-space .col-sm-12,
.boxed.wide-space .col-sm-2,
.boxed.wide-space .col-sm-3,
.boxed.wide-space .col-sm-4,
.boxed.wide-space .col-sm-5,
.boxed.wide-space .col-sm-6,
.boxed.wide-space .col-sm-7,
.boxed.wide-space .col-sm-8,
.boxed.wide-space .col-sm-9,
.boxed.wide-space .col-xs-1,
.boxed.wide-space .col-xs-10,
.boxed.wide-space .col-xs-11,
.boxed.wide-space .col-xs-12,
.boxed.wide-space .col-xs-2,
.boxed.wide-space .col-xs-3,
.boxed.wide-space .col-xs-4,
.boxed.wide-space .col-xs-5,
.boxed.wide-space .col-xs-6,
.boxed.wide-space .col-xs-7,
.boxed.wide-space .col-xs-8,
.boxed.wide-space .col-xs-9 {
  padding-left: 25px;
  padding-right: 25px; }

.boxed.wide-space + .boxed {
  margin-top: 40px; }

.boxed .en-block .post + .post {
  margin-top: 50px; }

.boxed.post {
  padding: 40px 30px; }

/* Border line
------------------------------------ */
.vertical-middle {
  line-height: 44px; }

.vertical-middle.border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3); }

/* Fashion
====================================*/
#header.header-fashion {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999; }

#header.header-fashion .panel-header {
  background: transparent; }

#header.header-fashion .header-wrapper {
  position: relative;
  display: table; }

#header.header-fashion .header-wrapper .site-branding {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 50px; }

#header.header-fashion .header-wrapper nav.main-nav {
  display: table-cell;
  width: 100%;
  text-align: left;
  border: none;
  vertical-align: middle;
  padding: 0px; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li ul {
  background-color: #f9f9f9; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li ul li a {
  color: #000000;
  letter-spacing: 0px; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover::before {
  content: '';
  font-family: Fontawesome;
  font-size: 8px;
  line-height: 8px;
  color: #000000;
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  text-align: center; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover::after {
  background-color: transparent; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover > a {
  color: #000000; }

#header.header-fashion .header-wrapper nav.main-nav > ul > li.menu-item-has-children:hover > ul {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  transform: translateX(-25%); }

#header.header-fashion .header-wrapper .right-content {
  position: relative;
  width: auto;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: auto;
  line-height: 32px;
  min-width: 80px; }

#header.header-fashion .header-wrapper .right-content .search-handler,
#header.header-fashion .header-wrapper .right-content .burger-menu {
  display: none; }

@media screen and (max-width: 1439px) {
  #header.header-fashion .header-wrapper .right-content .search-handler,
  #header.header-fashion .header-wrapper .right-content .burger-menu {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  #header.header-fashion .header-wrapper {
    width: 100%; }
  #header.header-fashion .header-wrapper nav.main-nav {
    display: none; } }

#header.header-fashion .search-panel {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  width: 300px;
  height: auto;
  position: relative;
  margin: 0px;
  padding-right: 70px;
  line-height: 1em;
  border-bottom: 1px solid #000000;
  border-top: 1px solid transparent;
  overflow: hidden;
  top: inherit; }

@media screen and (max-width: 1439px) {
  #header.header-fashion .search-panel {
    display: none; } }

#header.header-fashion .search-panel input[type=text] {
  width: 100%;
  background: transparent;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0px; }

#header.header-fashion .search-panel input[type=text]::-webkit-input-placeholder {
  color: #fff; }

#header.header-fashion .search-panel input[type=text]:-moz-placeholder {
  color: #fff; }

#header.header-fashion .search-panel input[type=text]::-moz-placeholder {
  color: #fff; }

#header.header-fashion .search-panel input[type=text]:-ms-input-placeholder {
  color: #fff; }

#header.header-fashion .search-panel button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border: none;
  padding: 0px;
  background: none;
  color: #000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px; }

#header.header-fashion #burger_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
  display: block;
  width: 135px;
  height: 100px;
  line-height: 100px;
  text-align: center; }

#header.header-fashion #burger_menu img {
  width: 14px; }

@media screen and (max-width: 1439px) {
  #header.header-fashion #burger_menu {
    display: none; } }

/* Fashion Slide
==============================*/
.fs-slide {
  position: relative; }

.fs-slide .fs-item {
  position: relative;
  padding-top: 280px;
  padding-bottom: 160px; }

.fs-slide .fs-entry-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0; }

.fs-slide .fs-entry-item {
  margin-right: 50px; }

.fs-slide .fs-entry-item .fs-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
  margin: 0px; }

.fs-slide .fs-entry-item .fs-title::before {
  content: attr(data-label);
  position: absolute;
  left: 0px;
  bottom: 20px;
  font-size: 160px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 0.72em; }

.fs-slide .fs-entry-item .fs-title::after {
  content: '';
  width: 26px;
  height: 5px;
  display: block;
  background-color: #000000;
  margin-top: 25px;
  margin-bottom: 30px; }

.fs-slide .fs-entry-item h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
  color: #000000;
  margin: 0px;
  margin-bottom: 25px; }

.fs-slide .fs-entry-item h3 span {
  position: relative; }

.fs-slide .fs-entry-item h3 span::after {
  content: '';
  height: 2px;
  width: 96%;
  background-color: #000000;
  position: absolute;
  bottom: 2px;
  left: 2%; }

.fs-slide .fs-entry-item p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 60px; }

.fs-slide .fs-entry-item a.read-more {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  text-decoration: underline;
  display: inline-block;
  position: relative; }

.fs-slide .fs-arrows a {
  position: absolute;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.fs-slide .fs-arrows a i {
  font-size: 18px;
  position: relative;
  top: 1px; }

.fs-slide .fs-arrows a.fs-arrow-prev {
  left: 0px; }

.fs-slide .fs-arrows a.fs-arrow-prev i {
  margin-right: 4px; }

.fs-slide .fs-arrows a.fs-arrow-next {
  right: 0px; }

.fs-slide .fs-arrows a.fs-arrow-next i {
  margin-left: 4px; }

.fs-slide .fs-arrows.arrows-bottom {
  position: absolute;
  bottom: 0px;
  right: 50%;
  width: 50%; }

.fs-slide .fs-arrows.arrows-bottom a {
  transform: none;
  top: auto;
  bottom: 0px;
  width: 43px;
  height: 45px; }

.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-prev {
  background-color: #ffffff;
  color: #000000;
  bottom: 65px;
  left: auto;
  right: 138px; }

.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-prev i {
  margin: 0px; }

.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next {
  bottom: 65px;
  right: 90px; }

.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  background-color: #000000;
  z-index: 0; }

.fs-slide .fs-arrows.arrows-bottom a.fs-arrow-next i {
  margin: 0px;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 1399px) {
  .fs-slide .fs-arrows:not(.arrows-bottom) {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-slide .fs-entry-item .fs-title::before {
    font-size: 120px; }
  .fs-slide .fs-entry-item h3 {
    font-size: 46px;
    line-height: 1.1em; }
  .fs-slide .fs-entry-item p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px; }
  .fs-slide .fs-entry-item a.read-more {
    font-size: 20px; } }

@media screen and (max-width: 991px) {
  .fs-slide .fs-entry-bg {
    width: 100%;
    opacity: 0.5; }
  .fs-slide .fs-entry-item .fs-title::before {
    font-size: 120px; }
  .fs-slide .fs-entry-item h3 {
    font-size: 46px;
    line-height: 1.1em; }
  .fs-slide .fs-entry-item p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 40px; }
  .fs-slide .fs-entry-item a.read-more {
    font-size: 20px; } }

/* Fashion Carousel
==============================*/
.fs-blog-carousel .fs-title {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 15px; }

.fs-blog-carousel .fs-pager {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px; }

.fs-blog-carousel .fs-pager::before,
.fs-blog-carousel .fs-pager::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  height: 2px;
  width: 50%; }

.fs-blog-carousel .fs-pager::before {
  left: 0px;
  -webkit-transform: translateX(-75px);
  -moz-transform: translateX(-75px);
  transform: translateX(-75px); }

.fs-blog-carousel .fs-pager::after {
  right: 0px;
  -webkit-transform: translateX(75px);
  -moz-transform: translateX(75px);
  transform: translateX(75px); }

.fs-blog-carousel .fs-pager span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  width: 150px;
  text-align: center; }

.fs-blog-carousel .fs-pager span a {
  display: inline-block; }

.fs-blog-carousel .fs-pager span a img {
  width: 14px;
  opacity: 0.8; }

.fs-blog-carousel .fs-pager span a.fs-arrow-prev {
  margin-right: 12px; }

.fs-blog-carousel .fs-pager span a.fs-arrow-next {
  margin-left: 12px; }

.fs-blog-carousel .fs-pager span a.swiper-button-disabled img {
  opacity: 0.3; }

.fs-blog-carousel .fs-pager span .fs-current-index,
.fs-blog-carousel .fs-pager span .fs-current-total {
  font-style: normal; }

.fs-blog-carousel .swiper-button-prev,
.fs-blog-carousel .swiper-button-next {
  background: none;
  background-color: #000000;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 43px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fs-blog-carousel .swiper-button-prev span,
.fs-blog-carousel .swiper-button-next span {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fs-blog-carousel .swiper-button-prev i,
.fs-blog-carousel .swiper-button-next i {
  font-size: 18px; }

.fs-blog-carousel .swiper-button-prev.swiper-button-prev,
.fs-blog-carousel .swiper-button-next.swiper-button-prev {
  left: -40px; }

.fs-blog-carousel .swiper-button-prev.swiper-button-next,
.fs-blog-carousel .swiper-button-next.swiper-button-next {
  right: -40px; }

.fs-blog-carousel .swiper-button-prev:hover,
.fs-blog-carousel .swiper-button-next:hover {
  width: 90px; }

.fs-blog-carousel .swiper-button-prev:hover span,
.fs-blog-carousel .swiper-button-next:hover span {
  width: auto;
  visibility: visible;
  opacity: 1; }

.fs-blog-carousel .swiper-button-prev:hover.swiper-button-prev,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-prev {
  left: -50px; }

.fs-blog-carousel .swiper-button-prev:hover.swiper-button-prev span,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-prev span {
  margin-left: 3px; }

.fs-blog-carousel .swiper-button-prev:hover.swiper-button-next,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-next {
  right: -50px; }

.fs-blog-carousel .swiper-button-prev:hover.swiper-button-next span,
.fs-blog-carousel .swiper-button-next:hover.swiper-button-next span {
  margin-right: 3px; }

/* Fashion Blog Item
==============================*/
.fs-blog-item {
  position: relative; }

.fs-blog-item > a {
  display: inline-block; }

.fs-blog-item img {
  width: 100%;
  height: auto; }

.fs-blog-item h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0px;
  margin-top: 20px;
  line-height: 1.2em; }

.fs-blog-item h4 a {
  color: #000000; }

.fs-blog-item .fs-label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 16px;
  line-height: 1em; }

.fs-blog-item.boxed-title .entry-title {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  margin-top: -50px; }

@media screen and (max-width: 480px) {
  .fs-blog-item.boxed-title .entry-title {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px; } }

.fs-blog-item.boxed-title .entry-title h4 {
  margin-top: 0px; }

.fs-blog-item.boxed-title .entry-title .read-more {
  margin: 0px;
  margin-top: 5px; }

.fs-blog-item.boxed-title .entry-title .read-more a {
  color: #000000;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0px; }

/* Fashion Blog Filter
==============================*/
.fs-post-filter {
  overflow: hidden;
  margin-bottom: 25px; }

.fs-post-filter h4 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 46px;
  margin: 0px;
  text-transform: uppercase;
  color: #000000;
  line-height: 49px;
  letter-spacing: 0px;
  float: left; }

.fs-post-filter ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  float: right;
  line-height: 49px; }

.fs-post-filter ul li {
  display: inline-block; }

.fs-post-filter ul li + li {
  margin-left: 30px; }

.fs-post-filter ul li a {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  opacity: 0.4;
  display: inline-block;
  position: relative; }

.fs-post-filter ul li.active a {
  font-weight: bold;
  opacity: 1; }

.fs-post-filter ul li.active a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background-color: #000000; }

.fs-post-filter.bordered {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  padding-bottom: 15px; }

.fs-post-filter.bordered h4 {
  font-size: 24px; }

.fs-post-filter.bordered ul li.active a::after {
  display: none; }

.fs-post-filter.big-title {
  overflow: inherit;
  margin-bottom: 45px; }

.fs-post-filter.big-title::after {
  content: '';
  clear: both;
  position: relative;
  display: block; }

.fs-post-filter.big-title h4 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 50px;
  position: relative; }

.fs-post-filter.big-title h4::after {
  content: attr(data-title);
  position: absolute;
  opacity: .1;
  font-size: 160px;
  top: -20px;
  left: -14px; }

/* Fashion Grid Blog
==============================*/
.fs-grid-posts .fs-grid-item {
  margin-bottom: 50px; }

.fs-grid-posts .fs-grid-item .fs-entry-image {
  display: block; }

.fs-grid-posts .fs-grid-item .fs-entry-image img {
  width: 100%; }

.fs-grid-posts .fs-grid-item .fs-entry-meta {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 15px; }

.fs-grid-posts .fs-grid-item .fs-entry-meta span {
  display: inline-block; }

.fs-grid-posts .fs-grid-item .fs-entry-meta span + span::before {
  content: '|';
  margin-left: 10px;
  margin-right: 10px; }

.fs-grid-posts .fs-grid-item .fs-entry-meta span a {
  color: rgba(0, 0, 0, 0.9); }

.fs-grid-posts .fs-grid-item h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
  margin-top: 12px;
  line-height: 1.3em; }

.fs-grid-posts .fs-grid-item h3 a {
  color: #000000; }

.fs-grid-posts .fs-grid-item .read-more {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  margin: 0px;
  margin-top: 12px; }

.fs-grid-posts .fs-grid-item .read-more a {
  color: #000000;
  text-decoration: underline; }

.fs-grid-posts .fs-grid-item.fs-large h3 {
  font-size: 24px;
  line-height: 32px; }

.fs-grid-posts .fs-grid-item.fs-large .read-more {
  font-size: 15px; }

.fs-sidebar .widget {
  margin-bottom: 50px; }

.fs-sidebar .widget .widget-title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4); }

.fs-sidebar .widget.widget_search .widget-title {
  padding-bottom: 0px;
  border: 0px; }

.fs-sidebar .widget.widget_search form {
  position: relative;
  padding: 0px;
  padding-right: 70px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.fs-sidebar .widget.widget_search form input[type=text] {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  border: 0px;
  width: 100%;
  text-transform: none; }

.fs-sidebar .widget.widget_search form input[type=submit] {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 32px;
  line-height: 32px;
  width: auto; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item:last-child {
  border-bottom: 0px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image {
  float: left; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image a {
  display: inline-block; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-image img {
  width: 92px;
  height: 92px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp {
  margin-left: 110px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span {
  display: inline-block; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span + span::before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span:last-child {
  display: none; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .entry-rp .entry-meta span a {
  color: rgba(0, 0, 0, 0.9); }

.fs-sidebar .widget .fs-recent-post .fs-rp-item h4 {
  font-size: 17px;
  font-weight: 300;
  margin: 0px;
  margin-top: 5px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item h4 a {
  color: #000000; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .read-more {
  margin: 0px;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 5px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item .read-more a {
  color: #000000;
  text-decoration: underline; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp {
  margin-left: 0px; }

.fs-sidebar .widget .fs-recent-post .fs-rp-item.no-thumb .entry-rp span:last-child {
  display: inline-block; }

.fs-sidebar .widget ul {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px; }

.fs-sidebar .widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px; }

.fs-sidebar .widget ul li:last-child {
  border-bottom: 0px; }

.fs-sidebar .widget ul li a {
  display: block;
  overflow: hidden;
  color: #000000;
  line-height: 1.8em; }

.fs-sidebar .widget ul li a span {
  float: right;
  color: rgba(0, 0, 0, 0.7); }

.fs-sidebar .widget ul li a span::before {
  content: '('; }

.fs-sidebar .widget ul li a span::after {
  content: ')'; }

.fs-sidebar .widget img {
  max-width: 100%;
  height: auto; }

.fs-sidebar .widget .fs-tags {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: lowercase; }

.fs-sidebar .widget .fs-tags a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1em;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 10px; }

.fs-sidebar .widget-aboutme img {
  margin-bottom: 22px; }

.fs-sidebar .widget-aboutme h5 {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  margin: 0px; }

.fs-sidebar .widget-aboutme p {
  margin: 0px; }

.fs-sidebar .widget-aboutme .about-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 15px;
  margin-bottom: 10px; }

.fs-sidebar .widget-aboutme .read-more a {
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  letter-spacing: 0px; }

@media screen and (max-width: 426px) {
  .fs-post-table .fs-table-item {
    margin-bottom: 40px; }
  .fs-post-table .fs-table-item div[class*=col-] + div[class*=col-] {
    margin-top: 20px; } }

.fs-post-table .fs-table-item .fs-table-bg {
  background-repeat: no-repeat;
  background-position: center-top;
  background-size: cover; }

.fs-post-table .fs-table-item .fs-table-bg img {
  width: 100%; }

.fs-post-table .fs-table-item .fs-table-content {
  display: inline-block;
  padding: 100px; }

@media screen and (max-width: 786px) {
  .fs-post-table .fs-table-item .fs-table-content {
    padding: 30px; } }

@media screen and (max-width: 426px) {
  .fs-post-table .fs-table-item .fs-table-content {
    padding: 0; } }

.fs-post-table .fs-table-item .fs-table-content h4 {
  margin: 0px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px; }

@media screen and (max-width: 786px) {
  .fs-post-table .fs-table-item .fs-table-content h4 {
    font-size: 20px; } }

.fs-post-table .fs-table-item .fs-table-content h4 a {
  color: #000000; }

.fs-post-table .fs-table-item .fs-table-content .read-more {
  margin: 0px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  margin-top: 25px; }

.fs-post-table .fs-table-item .fs-table-content .read-more a {
  color: #000000;
  text-decoration: underline; }

.fs-post-table .fs-table-item .fs-table-meta {
  width: 100%;
  font-weight: 400;
  font-size: 14px; }

@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item .fs-table-meta {
    position: absolute;
    bottom: 30px;
    left: 0px;
    padding-left: 50px; } }

.fs-post-table .fs-table-item .fs-table-meta a {
  color: rgba(0, 0, 0, 0.9); }

.fs-post-table .fs-table-item .row {
  display: table;
  position: relative;
  width: 100%;
  margin: 0px; }

@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item .row > div {
    display: table-cell;
    position: relative;
    width: 50%;
    vertical-align: middle;
    padding: 0px;
    float: none; } }

.fs-post-table .fs-table-item.fs-media-right .fs-table-content {
  text-align: right; }

.fs-post-table .fs-table-item.fs-media-right .fs-table-meta {
  padding-left: 0px; }

@media screen and (min-width: 769px) {
  .fs-post-table .fs-table-item.fs-media-right .fs-table-meta {
    padding-right: 50px; } }

.sticky-parent {
  display: block;
  position: relative; }

.fs-media-play a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px; }

.fs-media-play a i {
  position: relative;
  left: 1px; }

@media screen and (min-width: 992px) {
  .fs-with-sidebar > .col-sm-9 {
    padding-right: 45px; } }

.fs-blog-item a,
.fs-grid-item:not(.fs-large) a {
  overflow: hidden; }

.fs-blog-item a > img,
.fs-grid-item:not(.fs-large) a > img {
  transition: all .35s ease; }

.fs-blog-item a > img:hover,
.fs-grid-item:not(.fs-large) a > img:hover {
  transform: scale(1.05); }

/* Footer
====================================*/
/* Background colors
------------------------------------ */
.footer-row {
  margin-top: 30px;
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .footer-row {
    margin-bottom: 20px; }
  .footer-row div[class*=col-],
  .footer-row .widget {
    margin-bottom: 30px; }
  .footer-row div:last-child {
    margin-bottom: 0; } }

.sub-footer {
  color: #414141; }

.sub-footer a {
  color: #414141; }

.sub-footer a:hover {
  color: #5a5a5a; }

.sub-footer p,
.sub-footer ul {
  margin-top: 0;
  margin-bottom: 0; }

.sub-footer ul li {
  position: relative; }

.sub-footer ul li + li {
  margin-left: 5px;
  padding-left: 10px; }

.sub-footer ul li + li:before {
  content: "|";
  position: absolute;
  left: -5px;
  top: 0; }

.sub-footer .copyright-text i {
  font-size: 24px;
  line-height: 0;
  margin-right: 10px; }

.sub-footer .copyright-text i:hover {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .sub-footer {
    text-align: center; }
  .sub-footer ul li + li {
    margin: 0;
    padding: 0 5px; }
  .sub-footer ul li + li:before {
    display: none; }
  .sub-footer .copyright-text {
    margin: 20px 0 0;
    line-height: 1.5; } }

.footer-instagram .row {
  margin: 0px; }

.footer-instagram .row > div {
  padding: 0px; }

.footer-instagram h4 {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding-bottom: 15px; }

.footer-instagram img {
  width: 100%; }

/* Widgets
====================================*/
/* Widget
============================================== */
.widget + .widget {
  margin-top: 40px; }

.widget .widget-title {
  text-transform: uppercase; }

.widget ul {
  padding: 0; }

.widget ul li {
  list-style-type: none;
  line-height: 2.5em; }

.widget ul li a {
  color: #949494; }

.widget ul li a:hover {
  text-decoration: none;
  color: #c7c7c7; }

.widget.widget_recent_posts ul li {
  padding-left: 20px;
  line-height: 1.4em;
  margin: 15px 0;
  position: relative; }

.widget.widget_recent_posts ul li:before {
  content: '';
  display: block;
  border: 1px solid #f84432;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 5px; }

.widget .social-links {
  display: block; }

.widget .social-links a {
  display: inline-block;
  color: #949494;
  font-size: 16px;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.widget .social-links a:hover {
  color: #c7c7c7; }

/* Sidebar
============================================== */
.sidebar {
  padding-left: 35px; }

.sidebar.pull-left {
  padding-left: 15px;
  padding-right: 35px; }

.sidebar .widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000000;
  margin: 0px;
  margin-bottom: 30px; }

.sidebar .widget-title span {
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px; }

.sidebar .widget-title.color-1 span {
  border-color: #f84432; }

.sidebar .widget-title.color-2 span {
  border-color: #1976d2; }

.sidebar .widget-title.color-3 span {
  border-color: #ffa018; }

.sidebar ul li {
  line-height: 2.5em;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.sidebar ul li a {
  color: #000000; }

.sidebar ul li a:hover {
  text-decoration: none;
  color: #333333; }

.pull-right + .sidebar {
  padding-left: 15px;
  padding-right: 35px; }

.widget + .widget {
  margin-top: 40px; }

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

.widget select {
  width: 100%; }

.widget ul {
  padding: 0; }

.widget ul li {
  list-style-type: none; }

.widget ul li a {
  line-height: 1.2em; }

.widget ul li ul {
  margin-left: 20px; }

.widget ul li p {
  line-height: 1.2em; }

.widget.no-border ul li {
  margin-bottom: 30px;
  border: none; }

.widget.categories ul li span {
  float: right; }

.widget.recent-posts ul li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.widget.recent-posts ul li span {
  font-size: 12px; }

.widget .widget-tags a {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px 10px;
  margin-bottom: 5px;
  font-family: 'Montserrat';
  color: #000;
  display: inline-block;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.widget .widget-tags a:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.widget .rssSummary {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8em; }

.widget #wp-calendar,
.widget table {
  width: 100%; }

.widget .search_form {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  padding-right: 50px; }

.widget .search_form input {
  display: block;
  border: 0px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent; }

.widget .search_form button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  background-color: #e6e6e6;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.3); }

.widget .tagcloud a {
  color: #000000; }

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

.subscribe-form {
  position: relative;
  border-radius: 0px; }

.subscribe-form input {
  width: 100%;
  max-width: 280px;
  height: 42px;
  font-size: 10px;
  text-transform: uppercase;
  font-style: italic;
  background: #2a2a2a;
  border: none;
  padding-left: 20px;
  letter-spacing: 1px; }

.subscribe-form button {
  height: 42px;
  width: 44px;
  color: #fff;
  background: #666666;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.subscribe-form.envelope input {
  font-style: italic;
  background-color: #1f1f1f; }

.subscribe-form.envelope button {
  background-color: #1a1a1a;
  color: #fff; }

.light .widget-title {
  color: #333333; }

.light .subscribe-form input {
  background: transparent;
  border: 1px solid #a2a2a2; }

.light .subscribe-form button {
  color: #a2a2a2;
  background-color: #e6e6e6;
  border: 1px solid #a2a2a2; }

/* Travel
====================================*/
.travel-item {
  background-color: #fff; }

.travel-item .entry-img {
  margin: 0px;
  position: relative; }

.travel-item .entry-img .entry-link {
  display: block;
  position: relative;
  overflow: hidden; }

.travel-item .entry-img .entry-link img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease; }

.travel-item .entry-img .entry-link:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

.travel-item .entry-info {
  padding: 35px; }

.travel-item .entry-info h3 {
  line-height: 1.2em;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  padding-right: 60px; }

.travel-item .entry-info h3 .price {
  display: inline-block;
  color: #f62332;
  position: absolute;
  right: 0px;
  top: 0px; }

.travel-item .entry-info .info {
  font-size: 13px;
  line-height: 1.8em;
  color: rgba(77, 77, 77, 0.8);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.travel-item .entry-info .readmore {
  text-align: center; }

.travel-item .entry-info .readmore a.button {
  font-size: 12px;
  padding: 3px 20px; }

.travel-item-boxed {
  position: relative;
  overflow: hidden; }

.travel-item-boxed a.entry-link {
  display: block;
  position: relative;
  cursor: ew-resize;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s; }

.travel-item-boxed a.entry-link::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bd000000', GradientType=0); }

.travel-item-boxed a.entry-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bd000000', GradientType=0); }

.travel-item-boxed .img-spacer {
  width: 100%; }

.travel-item-boxed .price {
  font-family: 'Montserrat';
  font-weight: bold;
  color: #fff;
  top: 50px;
  left: 60px;
  position: absolute; }

.travel-item-boxed .entry-info {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 50px; }

.travel-item-boxed .entry-info::before {
  content: '';
  width: 19px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: -27px;
  background-image: url(images/pin-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

.travel-item-boxed .entry-info h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat';
  margin: 0px; }

.travel-item-boxed .entry-info h3 a {
  color: #fff; }

.travel-item-boxed .entry-info .desc {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #d2d2d2;
  margin-top: 5px; }

.travel-item-boxed:hover a.entry-link {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

.carousel-travel {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.carousel-travel.loaded {
  visibility: visible;
  opacity: 1; }

.carousel-travel .swiper-button-prev,
.carousel-travel .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f70100;
  text-align: center;
  line-height: 50px; }

.carousel-travel .swiper-button-prev::before,
.carousel-travel .swiper-button-next::before {
  font-family: Fontawesome;
  font-size: 25px;
  color: #f70100; }

.carousel-travel .swiper-button-prev {
  background: none;
  left: -70px; }

.carousel-travel .swiper-button-prev::before {
  content: ''; }

.carousel-travel .swiper-button-next {
  background: none;
  right: -70px; }

.carousel-travel .swiper-button-next::before {
  content: ''; }

.carousel-travel .swiper-slide:nth-child(2n) .travel-item-boxed .entry-info::before {
  background-image: url(images/pin-red.png); }

/* Helpers
====================================*/
.inner-table {
  display: table;
  width: 100%;
  height: 100%; }

.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle; }

.text-light {
  color: #fff; }

.text-light.title-lg,
.text-light.title-md {
  color: #fff; }

.width-auto {
  width: auto; }

.text-thin {
  font-weight: 100; }

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

/* Background colors
------------------------------------ */
.background-gray {
  background-color: #f9f9f9; }

/* Predefined heights
------------------------------------ */
.height-tall {
  height: 720px; }

.height-middle {
  height: 540px; }

.height-short {
  height: 320px; }

.full-size {
  width: 100%;
  max-width: 100%; }

/* Font size
------------------------------------ */
.font12 {
  font-size: 12px; }

.font14 {
  font-size: 14px; }

.font16 {
  font-size: 16px; }

.font18 {
  font-size: 18px; }

.font20 {
  font-size: 20px; }

.font22 {
  font-size: 22px; }

.font24 {
  font-size: 24px; }

.font26 {
  font-size: 26px; }

.font28 {
  font-size: 28px; }

.font30 {
  font-size: 30px; }

.font32 {
  font-size: 32px; }

.font36 {
  font-size: 36px; }

.font40 {
  font-size: 40px; }

.font44 {
  font-size: 44px; }

.font48 {
  font-size: 48px; }

/* Color
------------------------------------ */
.color-brand {
  color: #f70100; }

.text-brand {
  color: #f70100; }

.color-1 {
  color: #f84432; }

.color-1 .label {
  background: #52AA7F;
  color: #fff; }

.color-1 .label:before {
  background: #f84432; }

.color-1 .meta:before {
  border-color: #f84432; }

.color-2 .label {
  background: #52AA7F;
  color: #fff; }

.color-2 .label:before {
  background: #1976d2; }

.color-2 .meta:before {
  border-color: #1976d2; }

.color-3 .label {
  background: #52AA7F;
  color: #fff; }

.color-3 .label:before {
  background: #ffa018; }

.color-3 .meta:before {
  border-color: #ffa018; }

.color-4 .label {
  background: #52AA7F;
  color: #fff; }

.color-4 .label:before {
  background: #505050; }

.color-4 .meta:before {
  border-color: #505050; }

.bgred {
  background: #f84432;
  color: #fff; }

.bgblue {
  background: #1976d2;
  color: #fff; }

.bgyellow {
  background: #ffa018;
  color: #fff; }

.bgwhite {
  background: #fff;
  color: #000; }

.bgwhite h4 a,
.bgwhite a,
.bgwhite .meta .author,
.bgwhite .meta .date {
  color: #000; }

/* Padding
------------------------------------ */
.p1 {
  padding: 10px; }

.p2 {
  padding: 20px; }

.p3 {
  padding: 30px; }

.p4 {
  padding: 40px; }

.p5 {
  padding: 50px; }

.p6 {
  padding: 60px; }

.p7 {
  padding: 70px; }

.p8 {
  padding: 80px; }

.p9 {
  padding: 90px; }

.p10 {
  padding: 100px; }

.p11 {
  padding: 110px; }

.p12 {
  padding: 120px; }

.p13 {
  padding: 130px; }

.p14 {
  padding: 140px; }

.p15 {
  padding: 150px; }

.p16 {
  padding: 160px; }

.p0 {
  padding: 0px; }

.pt1 {
  padding-top: 10px; }

.pt2 {
  padding-top: 20px; }

.pt3 {
  padding-top: 30px; }

.pt4 {
  padding-top: 40px; }

.pt5 {
  padding-top: 50px; }

.pt6 {
  padding-top: 60px; }

.pt7 {
  padding-top: 70px; }

.pt8 {
  padding-top: 80px; }

.pt9 {
  padding-top: 90px; }

.pt10 {
  padding-top: 100px; }

.pt11 {
  padding-top: 110px; }

.pt12 {
  padding-top: 120px; }

.pt13 {
  padding-top: 130px; }

.pt14 {
  padding-top: 140px; }

.pt15 {
  padding-top: 150px; }

.pt16 {
  padding-top: 160px; }

.pt0 {
  padding-top: 0px; }

.pr1 {
  padding-right: 10px; }

.pr2 {
  padding-right: 20px; }

.pr3 {
  padding-right: 30px; }

.pr4 {
  padding-right: 40px; }

.pr5 {
  padding-right: 50px; }

.pr6 {
  padding-right: 60px; }

.pr7 {
  padding-right: 70px; }

.pr8 {
  padding-right: 80px; }

.pr9 {
  padding-right: 90px; }

.pr10 {
  padding-right: 100px; }

.pr11 {
  padding-right: 110px; }

.pr12 {
  padding-right: 120px; }

.pr13 {
  padding-right: 130px; }

.pr14 {
  padding-right: 140px; }

.pr15 {
  padding-right: 150px; }

.pr16 {
  padding-right: 160px; }

.pr0 {
  padding-right: 0px; }

.pb1 {
  padding-bottom: 10px; }

.pb2 {
  padding-bottom: 20px; }

.pb3 {
  padding-bottom: 30px; }

.pb4 {
  padding-bottom: 40px; }

.pb5 {
  padding-bottom: 50px; }

.pb6 {
  padding-bottom: 60px; }

.pb7 {
  padding-bottom: 70px; }

.pb8 {
  padding-bottom: 80px; }

.pb9 {
  padding-bottom: 90px; }

.pb10 {
  padding-bottom: 100px; }

.pb11 {
  padding-bottom: 110px; }

.pb12 {
  padding-bottom: 120px; }

.pb13 {
  padding-bottom: 130px; }

.pb14 {
  padding-bottom: 140px; }

.pb15 {
  padding-bottom: 150px; }

.pb16 {
  padding-bottom: 160px; }

.pb0 {
  padding-bottom: 0px; }

.pl1 {
  padding-left: 10px; }

.pl2 {
  padding-left: 20px; }

.pl3 {
  padding-left: 30px; }

.pl4 {
  padding-left: 40px; }

.pl5 {
  padding-left: 50px; }

.pl6 {
  padding-left: 60px; }

.pl7 {
  padding-left: 70px; }

.pl8 {
  padding-left: 80px; }

.pl9 {
  padding-left: 90px; }

.pl10 {
  padding-left: 100px; }

.pl11 {
  padding-left: 110px; }

.pl12 {
  padding-left: 120px; }

.pl13 {
  padding-left: 130px; }

.pl14 {
  padding-left: 140px; }

.pl15 {
  padding-left: 150px; }

.pl16 {
  padding-left: 160px; }

.pl0 {
  padding-left: 0px; }

.ph1 {
  padding-left: 10px;
  padding-right: 10px; }

.ph2 {
  padding-left: 20px;
  padding-right: 20px; }

.ph3 {
  padding-left: 30px;
  padding-right: 30px; }

.ph4 {
  padding-left: 40px;
  padding-right: 40px; }

.ph5 {
  padding-left: 50px;
  padding-right: 50px; }

.ph6 {
  padding-left: 60px;
  padding-right: 60px; }

.ph7 {
  padding-left: 70px;
  padding-right: 70px; }

.ph8 {
  padding-left: 80px;
  padding-right: 80px; }

.ph9 {
  padding-left: 90px;
  padding-right: 90px; }

.ph10 {
  padding-left: 100px;
  padding-right: 100px; }

.ph11 {
  padding-left: 110px;
  padding-right: 101px; }

.ph12 {
  padding-left: 120px;
  padding-right: 120px; }

.ph13 {
  padding-left: 130px;
  padding-right: 130px; }

.ph14 {
  padding-left: 140px;
  padding-right: 140px; }

.ph15 {
  padding-left: 150px;
  padding-right: 150px; }

.ph16 {
  padding-left: 160px;
  padding-right: 160px; }

.ph0 {
  padding-left: 0px;
  padding-right: 0px; }

.phl0 {
  padding-left: 0px; }

.phr0 {
  padding-right: 0px; }

.pv1 {
  padding-top: 10px;
  padding-bottom: 10px; }

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

.pv3 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pv4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pv5 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pv6 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pv7 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pv8 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pv9 {
  padding-top: 90px;
  padding-bottom: 90px; }

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

.pv11 {
  padding-top: 110px;
  padding-bottom: 101px; }

.pv12 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pv13 {
  padding-top: 130px;
  padding-bottom: 130px; }

.pv14 {
  padding-top: 140px;
  padding-bottom: 140px; }

.pv15 {
  padding-top: 150px;
  padding-bottom: 150px; }

.pv16 {
  padding-top: 160px;
  padding-bottom: 160px; }

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pvt0 {
  padding-top: 0px; }

.pvb0 {
  padding-bottom: 0px; }

/* Margin
------------------------------------ */
.m1 {
  margin: 10px; }

.m2 {
  margin: 20px; }

.m3 {
  margin: 30px; }

.m4 {
  margin: 40px; }

.m5 {
  margin: 50px; }

.m6 {
  margin: 60px; }

.m7 {
  margin: 70px; }

.m8 {
  margin: 80px; }

.m9 {
  margin: 90px; }

.m10 {
  margin: 100px; }

.m11 {
  margin: 110px; }

.m12 {
  margin: 120px; }

.m13 {
  margin: 130px; }

.m14 {
  margin: 140px; }

.m15 {
  margin: 150px; }

.m16 {
  margin: 160px; }

.m0 {
  margin: 0; }

.ml1 {
  margin-left: 10px; }

.ml2 {
  margin-left: 20px; }

.ml3 {
  margin-left: 30px; }

.ml4 {
  margin-left: 40px; }

.ml5 {
  margin-left: 50px; }

.ml6 {
  margin-left: 60px; }

.ml7 {
  margin-left: 70px; }

.ml8 {
  margin-left: 80px; }

.ml9 {
  margin-left: 90px; }

.ml10 {
  margin-left: 100px; }

.ml11 {
  margin-left: 110px; }

.ml12 {
  margin-left: 120px; }

.ml13 {
  margin-left: 130px; }

.ml14 {
  margin-left: 140px; }

.ml15 {
  margin-left: 150px; }

.ml16 {
  margin-left: 160px; }

.ml0 {
  margin-left: 0; }

.mr1 {
  margin-right: 10px; }

.mr2 {
  margin-right: 20px; }

.mr3 {
  margin-right: 30px; }

.mr4 {
  margin-right: 40px; }

.mr5 {
  margin-right: 50px; }

.mr6 {
  margin-right: 60px; }

.mr7 {
  margin-right: 70px; }

.mr8 {
  margin-right: 80px; }

.mr9 {
  margin-right: 90px; }

.mr10 {
  margin-right: 100px; }

.mr11 {
  margin-right: 110px; }

.mr12 {
  margin-right: 120px; }

.mr13 {
  margin-right: 130px; }

.mr14 {
  margin-right: 140px; }

.mr15 {
  margin-right: 150px; }

.mr16 {
  margin-right: 160px; }

.mr0 {
  margin-right: 0; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mb8 {
  margin-bottom: 80px; }

.mb9 {
  margin-bottom: 90px; }

.mb10 {
  margin-bottom: 100px; }

.mb11 {
  margin-bottom: 110px; }

.mb12 {
  margin-bottom: 120px; }

.mb13 {
  margin-bottom: 130px; }

.mb14 {
  margin-bottom: 140px; }

.mb15 {
  margin-bottom: 150px; }

.mb16 {
  margin-bottom: 160px; }

.mb0 {
  margin-bottom: 0; }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }

.mt3 {
  margin-top: 30px; }

.mt4 {
  margin-top: 40px; }

.mt5 {
  margin-top: 50px; }

.mt6 {
  margin-top: 60px; }

.mt7 {
  margin-top: 70px; }

.mt8 {
  margin-top: 80px; }

.mt9 {
  margin-top: 90px; }

.mt10 {
  margin-top: 100px; }

.mt11 {
  margin-top: 110px; }

.mt12 {
  margin-top: 120px; }

.mt13 {
  margin-top: 130px; }

.mt14 {
  margin-top: 140px; }

.mt15 {
  margin-top: 150px; }

.mt16 {
  margin-top: 160px; }

.mt0 {
  margin-top: 0; }

.mv1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mv2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mv3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mv4 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mv5 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mv6 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mv7 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mv8 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mv9 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mv10 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mv11 {
  margin-top: 110px;
  margin-bottom: 101px; }

.mv12 {
  margin-top: 120px;
  margin-bottom: 120px; }

.mv13 {
  margin-top: 130px;
  margin-bottom: 130px; }

.mv14 {
  margin-top: 140px;
  margin-bottom: 140px; }

.mv15 {
  margin-top: 150px;
  margin-bottom: 150px; }

.mv16 {
  margin-top: 160px;
  margin-bottom: 160px; }

.mv0 {
  margin-top: 0;
  margin-bottom: 0; }

.mvt0 {
  margin-top: 0; }

.mvb0 {
  margin-bottom: 0; }

.mh1 {
  margin-left: 10px;
  margin-right: 10px; }

.mh2 {
  margin-left: 20px;
  margin-right: 20px; }

.mh3 {
  margin-left: 30px;
  margin-right: 30px; }

.mh4 {
  margin-left: 40px;
  margin-right: 40px; }

.mh5 {
  margin-left: 50px;
  margin-right: 50px; }

.mh6 {
  margin-left: 60px;
  margin-right: 60px; }

.mh7 {
  margin-left: 70px;
  margin-right: 70px; }

.mh8 {
  margin-left: 80px;
  margin-right: 80px; }

.mh9 {
  margin-left: 90px;
  margin-right: 90px; }

.mh10 {
  margin-left: 100px;
  margin-right: 100px; }

.mh11 {
  margin-left: 110px;
  margin-right: 101px; }

.mh12 {
  margin-left: 120px;
  margin-right: 120px; }

.mh13 {
  margin-left: 130px;
  margin-right: 130px; }

.mh14 {
  margin-left: 140px;
  margin-right: 140px; }

.mh15 {
  margin-left: 150px;
  margin-right: 150px; }

.mh16 {
  margin-left: 160px;
  margin-right: 160px; }

.mh0 {
  margin-left: 0px;
  margin-right: 0px; }

.mhl0 {
  margin-left: 0px; }

.mhr0 {
  margin-right: 0px; }

/* Background
------------------------------------ */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-center-top {
  background-position: center top; }

.bg-center-center {
  background-position: center center; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-left-top {
  background-position: left center; }

.bg-left-center {
  background-position: left center; }

.bg-right-top {
  background-position: right center; }

.bg-right-center {
  background-position: right center; }

/* Border
------------------------------------ */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.border-top.color-1 {
  border-color: #f84432; }

.border-top.color-2 {
  border-color: #1976d2; }

.border-top.color-3 {
  border-color: #ffa018; }

.border-top2 {
  border-top: 2px solid rgba(0, 0, 0, 0.2); }

.border-top2.color-1 {
  border-color: #f84432; }

.border-top2.color-2 {
  border-color: #1976d2; }

.border-top2.color-3 {
  border-color: #ffa018; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.border-bottom.color-1 {
  border-color: #f84432; }

.border-bottom.color-2 {
  border-color: #1976d2; }

.border-bottom.color-3 {
  border-color: #ffa018; }

.border-bottom2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }

.border-bottom2.color-1 {
  border-color: #52AA7F; }

.border-bottom2.color-2 {
  border-color: #52AA7F; }

.border-bottom2.color-3 {
  border-color: #52AA7F; }

/* Align
------------------------------------ */
.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.visible-hidden {
  visibility: hidden; }

/* Opacity
------------------------------------ */
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Music
====================================*/
#header.header-music .panel-header {
  background: transparent; }

#header.header-music #burger_menu {
  background-color: #ff4f4f; }

.fs-slide.ms-slide .fs-item {
  position: relative;
  padding-top: 264px;
  padding-bottom: 176px; }

.fs-slide.ms-slide .fs-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(images/pattern-music.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.05; }

.fs-slide.ms-slide .fs-entry-item .fs-title {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 55px; }

.fs-slide.ms-slide .fs-entry-item .fs-title::after {
  display: none; }

.fs-slide.ms-slide .fs-entry-item .fs-title::before {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 26px;
  background-color: #f70100;
  bottom: 0px;
  margin-right: 12px; }

.fs-slide.ms-slide .fs-entry-item h3 {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 60px; }

.fs-slide.ms-slide .fs-entry-item h3 span {
  position: relative;
  color: #fff;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px; }

.fs-slide.ms-slide .fs-entry-item h3 span::after {
  display: none; }

.fs-slide.ms-slide .fs-entry-item h3 span::before {
  content: '';
  background-color: rgba(247, 1, 0, 0.7);
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fs-slide.ms-slide .fs-entry-item h3 span:hover::before {
  background-color: rgba(247, 1, 0, 0.9); }

.fs-slide.ms-slide .fs-entry-item a.read-more {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  border: 2px solid #f70100;
  color: #f70100;
  padding: 12px 40px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fs-slide.ms-slide .fs-entry-item a.read-more::before {
  content: '';
  position: absolute;
  background-color: rgba(247, 1, 0, 0.7);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fs-slide.ms-slide .fs-entry-item a.read-more:hover {
  color: #fff; }

.fs-slide.ms-slide .fs-entry-item a.read-more:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%); }

.boxoffice-style.ms-style {
  margin-bottom: 45px; }

.boxoffice-style.ms-style .label {
  background-color: #f70100;
  width: 42px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 0px; }

.boxoffice-style.ms-style h4 {
  margin-bottom: 5px; }

.boxoffice-style.ms-style h5 {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: normal;
  margin: 0px;
  opacity: 0.7; }

.boxoffice-style.ms-style .ms-meta {
  position: relative;
  padding-right: 32px; }

.boxoffice-style.ms-style .ms-meta a.ms-love {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: -2px;
  right: 8px; }

.boxoffice-style.ms-style .ms-meta a.ms-love.active svg path {
  fill: #f70100; }

.boxoffice-style.ms-style.text-light .ms-meta h4 a,
.boxoffice-style.ms-style.text-light .ms-meta h5 a {
  color: #fff; }

.boxoffice-style.ms-style.text-light a.ms-love svg path {
  fill: #fff; }

.simple-tab-space.ms-style .tab-title a {
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  position: relative;
  color: #000000;
  padding-left: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.simple-tab-space.ms-style .tab-title a::before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.simple-tab-space.ms-style .tab-title a.active {
  opacity: 1; }

.simple-tab-space.ms-style .tab-title a.active::before {
  height: 26px;
  background-color: #f70100; }

.simple-tab-space.ms-style .tab-title a + a {
  border: 0px;
  margin-left: 40px;
  padding-left: 10px; }

.simple-tab-space.ms-style.text-light .tab-title a {
  color: #fff; }

.simple-tab-space.ms-style.text-light .tab-title a::before {
  background-color: #fff; }

.simple-tab-space.ms-style.text-light .tab-title a.active::before {
  background-color: #f70100; }

#music_player {
  height: 66px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #333;
  z-index: 1000;
  background-image: url(images/music/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: 3px 5.196px 36px 0px rgba(0, 0, 0, 0.8); }

#music_player audio {
  opacity: 0; }

#music_player .ms-table {
  width: 100%; }

#music_player .ms-table > tr > td,
#music_player .ms-table > tbody > tr > td {
  vertical-align: middle;
  height: 66px;
  text-align: left; }

#music_player .ms-table .ms-buttons {
  width: 180px;
  line-height: 66px; }

#music_player .ms-table .ms-buttons a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 34px;
  float: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#music_player .ms-table .ms-buttons a + a {
  margin-left: 30px; }

#music_player .ms-table .ms-buttons a svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

#music_player .ms-table .ms-buttons a svg path {
  fill: #fff; }

#music_player .ms-table .ms-buttons .ms-play svg {
  width: 20px;
  height: 26px; }

#music_player .ms-table .ms-buttons .ms-prev,
#music_player .ms-table .ms-buttons .ms-next {
  opacity: 0.8; }

#music_player .ms-table .ms-buttons .ms-prev:hover,
#music_player .ms-table .ms-buttons .ms-next:hover {
  opacity: 1; }

#music_player .ms-table .ms-buttons .ms-prev svg,
#music_player .ms-table .ms-buttons .ms-next svg {
  width: 20px;
  height: 14px; }

#music_player .ms-table .ms-wrap {
  width: 480px; }

#music_player .ms-table .ms-controls .ms-entry-controls {
  position: relative;
  line-height: 0px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item {
  display: inline-block;
  line-height: 0px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item + .ec-item {
  margin-left: 5px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg {
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a svg path {
  fill: rgba(255, 255, 255, 0.3); }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item > a.active svg path {
  fill: #e72971; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume {
  position: relative; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control {
  position: absolute;
  bottom: 25px;
  left: -6px;
  width: 38px;
  height: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 119px;
  background-color: #0c0c0c; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el {
  width: 2px;
  height: 94px;
  position: absolute;
  top: 13px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -1px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-range {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #e72971; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e72971;
  position: absolute;
  left: -4px;
  margin-bottom: -5px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume .ec-volume-control .ec-vol-el .ui-slider-handle:focus {
  outline: none; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-volume:hover .ec-volume-control {
  visibility: visible;
  opacity: 1; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist {
  position: relative; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control {
  position: absolute;
  width: 324px;
  height: 453px;
  left: -240px;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control::before {
  content: '';
  background-color: #090c14;
  position: absolute;
  bottom: 27px;
  top: 0px;
  left: 0px;
  right: 0px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head h5 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  line-height: 1em; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle {
  display: inline-block;
  float: right;
  position: relative;
  top: 1px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg {
  width: 24px;
  height: 16px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle svg path {
  fill: rgba(255, 255, 255, 0.2); }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-head .ms-control-shuffle.active svg path {
  fill: #e72971; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container {
  max-height: 348px;
  overflow: auto;
  position: relative; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list-container::-webkit-scrollbar {
  display: none; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list {
  width: 100%;
  position: relative; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr {
  border-top: 1px solid rgba(255, 255, 255, 0.07); }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td {
  color: #fff;
  vertical-align: middle; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td a {
  color: #fff; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-num {
  width: 86px;
  text-align: center; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title {
  padding-top: 10px;
  padding-bottom: 10px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title > a {
  margin-right: 40px;
  font-size: 14px;
  line-height: 1.3em;
  display: inline-block; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-title {
  margin-right: 5px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-duration {
  opacity: 0.2;
  font-weight: 500;
  letter-spacing: 0px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td.td-title .pl-item-artist {
  display: block;
  opacity: 0.2;
  font-weight: 500;
  letter-spacing: 0.3px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::before {
  content: attr(data-value);
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number::after {
  content: '';
  font-family: Fontawesome;
  font-size: 18px;
  color: #e72971;
  line-height: 1em;
  position: absolute;
  top: 150%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::before {
  top: 0%;
  visibility: hidden;
  opacity: 0; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist .ec-playlist-control .pl-list tr td span.number.playing::after {
  top: 50%;
  visibility: visible;
  opacity: 1; }

#music_player .ms-table .ms-controls .ms-entry-controls .ec-item.ec-playlist:hover .ec-playlist-control {
  opacity: 1;
  visibility: visible; }

#music_player .ms-table .ms-nowplaying {
  width: 280px;
  position: relative; }

#music_player .ms-table .ms-nowplaying .np-thumb {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

#music_player .ms-table .ms-nowplaying .np-meta {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 25px;
  line-height: 1.3em;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

#music_player .ms-table .ms-nowplaying .np-meta .np-title {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 5px; }

#music_player .ms-table .ms-nowplaying .np-meta .np-artist {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.4); }

#music_player .ms-table .ms-nowplaying .ms-add-fav {
  width: 15px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

#music_player .ms-table .ms-nowplaying .ms-add-fav svg {
  width: 15px;
  height: 14px; }

#music_player .ms-table .ms-nowplaying .ms-add-fav svg path {
  fill: #e72971; }

.msplayer-skin.mejs-container {
  display: inline-block;
  background: none; }

.msplayer-skin.mejs-container .mejs-offscreen {
  clip: auto;
  clip-path: none; }

.msplayer-skin.mejs-container .mejs-controls {
  background: none; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 44px; }

.msplayer-skin.mejs-container .mejs-time-total.mejs-time-slider:focus {
  outline: none; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: none; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.1); }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: none; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #e72971; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e72971;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0px;
  margin-right: -5px; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none; }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.1); }

.msplayer-skin.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none !important; }

/* Responsive
====================================*/
@media screen and (min-width: 992px) {
  .none-masonry .col-md-4:nth-child(3n+1) {
    clear: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-clear-left {
    clear: left; }
  .col-md-15.col-sm-4 {
    margin-bottom: 30px; }
  .col-md-15.col-sm-4:nth-child(3n+1) {
    clear: left; }
  .none-masonry .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media screen and (min-width: 768px) {
  .with-sidebar {
    padding-right: 35px; }
  .with-sidebar.pull-right {
    padding-right: 15px;
    padding-left: 35px; } }

@media screen and (max-width: 767px) {
  .col-sm-9.pull-right {
    float: none !important; }
  .col-md-15.col-xs-6 {
    margin-bottom: 30px; }
  .col-md-15.col-xs-6:nth-child(2n+1) {
    clear: left; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-visible-lg {
    background-image: none !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bg-visible-lg {
    background-image: none !important; }
  .bg-visible-md {
    background-image: none !important; } }

@media screen and (max-width: 767px) {
  .bg-visible-lg {
    background-image: none !important; }
  .bg-visible-md {
    background-image: none !important; }
  .bg-visible-sm {
    background-image: none !important; } }

/* Internet Explorer
====================================*/
[data-animate] {
  visibility: hidden; }

svg-img {
  vertical-align: middle;
  display: inline-block; }
  svg-img svg {
    display: inline-block;
    vertical-align: middle; }

.post-image {
  padding-bottom: 60%;
  position: relative;
  border: 1px solid #ccc;
  background-position: center;
  background-size: cover; }
  .post-image > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .post-image .background-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.category-label-overlay {
  position: absolute;
  left: 0;
  top: 6%;
  display: inline-block;
  background-color: rgba(82, 170, 127, 0.8);
  color: #fff;
  z-index: 2;
  padding: 8px 15px 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  transition: .2s color; }
  .category-label-overlay:hover {
    color: black; }
  .category-label-overlay.small-overlay {
    font-size: 1.3rem;
    padding: 6px 10px 6px 16px; }
  .category-label-overlay.smaller-overlay {
    font-size: 1.2rem;
    padding: 5px 8px 5px 14px; }
  .category-label-overlay.tiny-overlay {
    font-size: 1.1rem;
    padding: 3px 5px 3px 10px; }

ul.tag-list {
  margin: 0; }
  ul.tag-list li {
    padding: 4px 2px; }
    ul.tag-list li a {
      display: inline-block;
      color: white;
      font-family: "Montserrat", sans-serif;
      background-color: #52AA7F;
      padding: 4px 6px;
      border-radius: 2px;
      transition: background-color .2s; }
      ul.tag-list li a:before {
        content: '#'; }
      ul.tag-list li a:hover {
        background-color: #AAD076; }

.pagination-wrapper {
  text-align: center; }
  .pagination-wrapper .pagination > li > a,
  .pagination-wrapper .pagination > li > span {
    background-color: transparent;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem; }
  .pagination-wrapper .pagination > .active > a,
  .pagination-wrapper .pagination > .active > a:hover,
  .pagination-wrapper .pagination > .active > a:focus,
  .pagination-wrapper .pagination > .active > span,
  .pagination-wrapper .pagination > .active > span:hover,
  .pagination-wrapper .pagination > .active > span:focus {
    color: black;
    background-color: transparent; }
  .pagination-wrapper .pagination-prev a,
  .pagination-wrapper .pagination-next a {
    color: #52AA7F; }

.section-title-wrapper {
  background: white;
  padding-bottom: 20px; }

.section-title {
  position: relative;
  font-size: 13rem;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  padding-top: 27px;
  margin-left: -7px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap; }
  .section-title h2 {
    font-size: 5rem;
    color: #52AA7F;
    font-weight: bold;
    margin: 0;
    position: absolute;
    bottom: 16px;
    left: 14px;
    line-height: 1; }
  .section-title.section-title-small {
    font-weight: normal;
    font-size: 10.4rem; }
    .section-title.section-title-small h2 {
      font-size: 4rem;
      left: 7px;
      bottom: 20px; }
  @media (max-width: 1199px) {
    .section-title {
      font-size: 12rem; }
      .section-title h2 {
        font-size: 4.6rem; }
      .section-title.section-title-small {
        font-size: 8.6rem; }
        .section-title.section-title-small h2 {
          bottom: 14px; } }
  @media (max-width: 991px) {
    .section-title {
      font-size: 9rem; }
      .section-title h2 {
        font-size: 3.6rem; }
      .section-title.section-title-small {
        padding-top: 40px;
        font-size: 6.6rem;
        overflow: visible; }
        .section-title.section-title-small h2 {
          bottom: 4px; } }
  @media (max-width: 767px) {
    .section-title {
      font-size: 5.4rem;
      margin-left: 0; }
      .section-title h2 {
        font-size: 2.4rem;
        bottom: 8px; }
      .section-title.section-title-small {
        font-size: 5.6rem;
        white-space: normal; }
        .section-title.section-title-small h2 {
          font-size: 3.4rem; } }
  @media (max-width: 479px) {
    .section-title {
      white-space: normal; } }

.short-hr {
  display: block;
  border: none;
  width: 56px;
  height: 4px;
  background-color: #52AA7F;
  margin: 10px auto 10px 0; }
  .short-hr.white {
    background-color: white; }
  .short-hr.center {
    margin-left: auto;
    margin-right: auto; }

.goto-link .text {
  vertical-align: middle; }

.goto-link .fa {
  color: #52AA7F;
  font-size: 140%;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px; }

.visible-tn-block {
  display: none; }
  @media (max-width: 479px) {
    .visible-tn-block {
      display: block; } }

.visible-xs-notn-block {
  display: none; }
  @media (min-width: 480px) and (max-width: 767px) {
    .visible-xs-notn-block {
      display: block; } }

.btn-blue-clear {
  background-color: #293078;
  border-radius: 9px;
  color: white;
  font-weight: 300;
  padding-top: .9rem;
  padding-bottom: .9rem;
  transition: color .2s, background-color .2s; }
  .btn-blue-clear:hover, .btn-blue-clear:focus {
    background-color: #4752c0;
    color: white; }
  .btn-blue-clear .price {
    font-weight: bold; }

home-page {
  display: block; }

intro-slider {
  position: relative;
  margin-top: -78px;
  overflow: hidden;
  display: block; }
  intro-slider .slider img {
    display: inline-block; }
  intro-slider .background-slider-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    intro-slider .background-slider-wrapper .left-fade,
    intro-slider .background-slider-wrapper .right-fade {
      position: absolute;
      top: 0;
      height: 100%;
      opacity: .4; }
    intro-slider .background-slider-wrapper .left-fade {
      left: 0; }
    intro-slider .background-slider-wrapper .right-fade {
      right: 0; }
  intro-slider .background-slider {
    width: 100%; }
    intro-slider .background-slider,
    intro-slider .background-slider .slick-list,
    intro-slider .background-slider .slick-track,
    intro-slider .background-slider .slick-slide {
      height: 100%; }
    intro-slider .background-slider .slide {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      intro-slider .background-slider .slide .background-tint {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2); }
  intro-slider .sliders-container {
    height: 100%;
    padding: 78px 0 0 0;
    white-space: nowrap; }
    intro-slider .sliders-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    intro-slider .sliders-container > :first-child {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
    intro-slider .sliders-container > .row {
      margin: 0;
      width: 100%; }
      @media (min-width: 768px) {
        intro-slider .sliders-container > .row {
          white-space: nowrap;
          height: 100%;
          white-space: nowrap; }
          intro-slider .sliders-container > .row:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          intro-slider .sliders-container > .row > .col {
            display: inline-block;
            vertical-align: middle;
            white-space: normal; }
          intro-slider .sliders-container > .row .col {
            float: none; } }
  intro-slider .current-slider .slick-list {
    overflow: visible; }
  intro-slider .current-slider .slide,
  intro-slider .current-slider .slide a {
    color: white;
    transition: .2s color; }
  intro-slider .current-slider .slide a:hover {
    color: #ade264; }
  intro-slider .current-slider .slide .slide-top {
    font-size: 2.1rem; }
    intro-slider .current-slider .slide .slide-top .article-category,
    intro-slider .current-slider .slide .slide-top .bullet,
    intro-slider .current-slider .slide .slide-top .date {
      vertical-align: middle; }
    intro-slider .current-slider .slide .slide-top .article-category {
      text-transform: uppercase; }
    intro-slider .current-slider .slide .slide-top .bullet {
      height: 15px;
      display: inline-block;
      width: 1px;
      background-color: white;
      margin: 0 10px; }
  intro-slider .current-slider .slide hr.short-hr {
    background-color: black;
    width: 80px; }
  intro-slider .current-slider .slide h2 {
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 1.15;
    margin-top: 0; }
    @media (min-width: 768px) {
      intro-slider .current-slider .slide h2 {
        height: 7.7rem;
        overflow: hidden; } }
    @media (max-width: 767px) {
      intro-slider .current-slider .slide h2 {
        font-size: 3.0rem; } }
  intro-slider .current-slider .slide .slide-summary {
    font-size: 1.4rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      intro-slider .current-slider .slide .slide-summary {
        height: 5.94rem;
        overflow: hidden; } }
  intro-slider .current-slider .slide .slide-author {
    margin-top: 20px;
    font-size: 2.1rem; }
    intro-slider .current-slider .slide .slide-author img {
      margin-right: 10px; }
  @media (max-width: 768px) {
    intro-slider .intro-slider-inner {
      height: 500px !important; } }
  @media (min-width: 768px) {
    intro-slider .nav-slider-col {
      padding-top: 10px;
      padding-bottom: 10px;
      border-right: 3px solid #52AA7F; } }
  intro-slider .nav-slider .slide {
    text-align: right;
    line-height: 1;
    padding: 5px 0;
    cursor: pointer; }
    intro-slider .nav-slider .slide,
    intro-slider .nav-slider .slide a {
      color: white;
      transition: .2s color; }
    intro-slider .nav-slider .slide.current-slide,
    intro-slider .nav-slider .slide.current-slide a {
      color: #ccc; }
    intro-slider .nav-slider .slide:hover,
    intro-slider .nav-slider .slide:hover a {
      color: #ccc; }
    intro-slider .nav-slider .slide .slide-top {
      font-size: 1.2rem;
      margin-bottom: 10px; }
    intro-slider .nav-slider .slide h2 {
      margin: 0;
      font-size: 1.7rem;
      line-height: 1.15;
      text-transform: uppercase;
      height: 3.74rem;
      overflow: hidden; }
    intro-slider .nav-slider .slide hr.short-hr {
      background-color: black;
      height: 1px;
      margin: 10px 0 0 auto; }

.sub-intro-slider {
  padding: 20px 28px;
  position: relative; }
  .sub-intro-slider .slider-nav {
    color: #52AA7F;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5.8rem; }
    .sub-intro-slider .slider-nav.slider-nav-prev {
      left: 0; }
    .sub-intro-slider .slider-nav.slider-nav-next {
      right: 0; }
    .sub-intro-slider .slider-nav .fa {
      cursor: pointer; }
    @media (max-width: 479px) {
      .sub-intro-slider .slider-nav {
        display: none; } }
  .sub-intro-slider .slide {
    padding: 0 7px;
    color: black; }
    .sub-intro-slider .slide .image {
      position: relative;
      width: 100%;
      background-position: center;
      background-size: cover;
      position: relative;
      display: block; }
      .sub-intro-slider .slide .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 60%; }
      .sub-intro-slider .slide .image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .sub-intro-slider .slide .image:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        transition: .2s background-color; }
    .sub-intro-slider .slide .slide-top {
      margin-top: 10px;
      font-size: 1.2rem;
      line-height: 1; }
      .sub-intro-slider .slide .slide-top .date {
        color: rgba(0, 0, 0, 0.7); }
    .sub-intro-slider .slide .title {
      margin-top: 10px;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.2; }
    .sub-intro-slider .slide:hover .image:after {
      background-color: rgba(0, 0, 0, 0.3); }

.top-slider-container {
  overflow: hidden; }

.top-slider {
  margin-top: 50px; }
  .top-slider .slick-list {
    overflow: visible; }
  .top-slider .slide {
    background-color: white;
    position: relative; }
    .top-slider .slide .left-image {
      margin-top: -60px;
      max-width: 60%; }
    .top-slider .slide .slide-content {
      position: absolute;
      right: 10%;
      top: 50%;
      transform: translateY(-50%);
      width: 36%; }
      .top-slider .slide .slide-content blockquote {
        margin: 0;
        border: none; }
        .top-slider .slide .slide-content blockquote:before {
          left: -80px;
          font-size: 16rem;
          top: auto;
          bottom: -20px; }
        .top-slider .slide .slide-content blockquote .slide-title {
          display: inline-block;
          padding-bottom: 10px;
          margin-bottom: 30px;
          border-bottom: 2px solid #52AA7F; }
        .top-slider .slide .slide-content blockquote .slide-text {
          text-transform: uppercase;
          font-size: 2.6rem; }
    .top-slider .slide .slide-inner-1 .div-img, .top-slider category-page category-slider .slider .slide .slide-inner-1 .slide-background, category-page category-slider .slider .top-slider .slide .slide-inner-1 .slide-background {
      padding-bottom: 42.7193%;
      position: relative; }
      .top-slider .slide .slide-inner-1 .div-img > :first-child, .top-slider category-page category-slider .slider .slide .slide-inner-1 .slide-background > :first-child, category-page category-slider .slider .top-slider .slide .slide-inner-1 .slide-background > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    @media (max-width: 991px) {
      .top-slider .slide .slide-content blockquote .slide-title {
        font-size: 1.6rem;
        line-height: 1.4; }
      .top-slider .slide .slide-content blockquote .slide-text {
        font-size: 2.4rem;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .top-slider .slide .left-image {
        max-width: 100%; }
      .top-slider .slide .slide-content {
        position: static;
        transform: none;
        width: auto;
        padding: 20px; }
        .top-slider .slide .slide-content blockquote:before {
          left: -10px; } }
    @media (max-width: 479px) {
      .top-slider .slide .slide-content blockquote .slide-title {
        font-size: 1.4rem; }
      .top-slider .slide .slide-content blockquote .slide-text {
        font-size: 2rem; } }

.top-slider-wrapper {
  position: relative; }
  .top-slider-wrapper .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    color: white;
    padding: 10px 15px;
    line-height: 1;
    cursor: pointer; }
    .top-slider-wrapper .slider-nav.slider-nav-prev {
      left: 0;
      padding-right: 10px; }
      .top-slider-wrapper .slider-nav.slider-nav-prev .fa {
        margin-right: 5px; }
    .top-slider-wrapper .slider-nav.slider-nav-next {
      right: 0;
      padding-left: 10px; }
      .top-slider-wrapper .slider-nav.slider-nav-next .fa {
        margin-left: 5px; }
    .top-slider-wrapper .slider-nav .fa {
      font-size: 1.8rem;
      vertical-align: middle; }
    .top-slider-wrapper .slider-nav .text {
      display: inline-block;
      opacity: 0;
      vertical-align: middle;
      width: 0;
      transition: .15s opacity, .15s width;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem; }
    .top-slider-wrapper .slider-nav:hover .text {
      opacity: 1;
      width: 50px; }

promo-cells .cell {
  margin-top: 25px; }

latest-articles .large-post .post-image,
.latest-articles .large-post .post-image {
  margin-bottom: 10px; }

latest-articles .large-post h4,
.latest-articles .large-post h4 {
  text-transform: none; }

latest-articles .large-post .meta,
.latest-articles .large-post .meta {
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 1.4rem; }
  latest-articles .large-post .meta .author-link,
  .latest-articles .large-post .meta .author-link {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    latest-articles .large-post .meta .author-link .author-img,
    .latest-articles .large-post .meta .author-link .author-img {
      width: 25px;
      height: 25px;
      margin-right: 10px;
      margin-bottom: 0;
      float: none;
      display: inline-block;
      vertical-align: middle; }
  latest-articles .large-post .meta .date,
  .latest-articles .large-post .meta .date {
    vertical-align: middle; }

latest-articles .latest-articles-sidebar .post h4,
.latest-articles .latest-articles-sidebar .post h4 {
  margin: 14px 0 10px;
  line-height: 1.2;
  font-size: 2.2rem;
  height: 5.28rem;
  overflow: hidden; }

latest-articles .latest-articles-sidebar .post .meta,
.latest-articles .latest-articles-sidebar .post .meta {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px; }
  latest-articles .latest-articles-sidebar .post .meta img,
  .latest-articles .latest-articles-sidebar .post .meta img {
    margin-right: 8px;
    border-radius: 50%; }
  latest-articles .latest-articles-sidebar .post .meta .author-link,
  .latest-articles .latest-articles-sidebar .post .meta .author-link {
    margin-right: 8px; }

latest-articles .latest-articles-sidebar .post .summary,
latest-articles .latest-articles-sidebar .post .summary p,
.latest-articles .latest-articles-sidebar .post .summary,
.latest-articles .latest-articles-sidebar .post .summary p {
  font-size: 1.4rem;
  line-height: 1.4; }

latest-articles .bottom-articles .post .post-image,
.latest-articles .bottom-articles .post .post-image {
  margin-bottom: 13px; }

latest-articles .bottom-articles .post .meta,
.latest-articles .bottom-articles .post .meta {
  line-height: 1; }

latest-articles .bottom-articles .post .summary,
latest-articles .bottom-articles .post .summary p,
.latest-articles .bottom-articles .post .summary,
.latest-articles .bottom-articles .post .summary p {
  font-size: 1.4rem;
  line-height: 1.4; }

latest-articles .border-line,
.latest-articles .border-line {
  border-width: 1px; }

most-viewed-articles .post.cart-style {
  padding: 20px; }
  most-viewed-articles .post.cart-style h4 {
    margin: 10px 0 14px;
    font-size: 1.8rem;
    line-height: 1.1;
    height: 3.96rem;
    overflow: hidden; }
  most-viewed-articles .post.cart-style .label {
    display: block;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left; }
    most-viewed-articles .post.cart-style .label:before {
      top: 0; }
  most-viewed-articles .post.cart-style .meta .author,
  most-viewed-articles .post.cart-style .meta .date {
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  most-viewed-articles .post.cart-style .article-summary {
    text-overflow: ellipsis;
    line-height: 1.2;
    font-size: 1.3rem;
    height: 6.24rem;
    overflow: hidden; }

least-viewed-articles {
  display: block; }
  least-viewed-articles .post.large-post h4 {
    line-height: 1.2;
    font-size: 2.0rem; }
  least-viewed-articles .post.large-post .post-summary,
  least-viewed-articles .post.large-post .post-summary p {
    font-size: 1.4rem;
    line-height: 1.8; }
  least-viewed-articles .post.small-post h4 {
    line-height: 1.05;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 3.6rem;
    overflow: hidden; }
  least-viewed-articles .post.small-post .meta {
    line-height: 1;
    font-size: 1.2rem; }
  least-viewed-articles .post.small-post .border-bottom2 {
    margin-top: 25px;
    margin-bottom: 25px; }

featured-authors .post .author-name {
  margin-top: 10px; }

featured-authors .post blockquote.introduction {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none; }
  featured-authors .post blockquote.introduction:before {
    line-height: 0.5;
    top: 0;
    left: -40px; }
  featured-authors .post blockquote.introduction .crop-div {
    height: 8.64rem;
    overflow: hidden; }

featured-authors .post .category-more {
  padding-top: 0; }

main-header {
  font-family: "Montserrat", sans-serif;
  display: block;
  z-index: 801;
  position: relative;
  top: 0;
  width: 100%; }
  main-header .list-inliner {
    margin: 0;
    padding: 0;
    display: inline-block; }
  main-header ul.menu-items > li > a:not(.btn) {
    color: white;
    font-weight: 600; }
  main-header .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    display: block;
    position: relative;
    background: white; }
    main-header .header-top .header-top-background {
      background: linear-gradient(to bottom, #AAD076 0%, #52AA7F 100%);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      transition: .15s opacity; }
    main-header .header-top .menu-items.menu-items-top {
      margin-top: -5px; }
      main-header .header-top .menu-items.menu-items-top li {
        padding-top: 5px; }
        main-header .header-top .menu-items.menu-items-top li .btn-blue-1,
        main-header .header-top .menu-items.menu-items-top li .btn-purple-1 {
          color: white; }
        main-header .header-top .menu-items.menu-items-top li .btn-blue-1 {
          background-color: #169ce5; }
          main-header .header-top .menu-items.menu-items-top li .btn-blue-1:hover {
            background-color: #127cb6; }
        main-header .header-top .menu-items.menu-items-top li .btn-purple-1 {
          background-color: #c72df4; }
          main-header .header-top .menu-items.menu-items-top li .btn-purple-1:hover {
            background-color: #b20ce2; }
    main-header .header-top .subscription-expires {
      color: white;
      border-right: 1px solid white;
      padding-right: 6px;
      margin-right: 6px; }
      main-header .header-top .subscription-expires .value {
        margin-left: .2em; }
      @media (max-width: 991px) {
        main-header .header-top .subscription-expires {
          display: none; } }
    main-header .header-top .container {
      position: relative; }
      @media (min-width: 1200px) {
        main-header .header-top .container {
          padding: 0; } }
    main-header .header-top .menu-items li {
      padding: 0 5px; }
      main-header .header-top .menu-items li:first-child {
        padding-left: 0; }
      main-header .header-top .menu-items li:last-child {
        padding-right: 0; }
      main-header .header-top .menu-items li .fa {
        font-size: 2.1rem; }
      main-header .header-top .menu-items li a {
        display: inline-block;
        vertical-align: middle; }
        main-header .header-top .menu-items li a:not(.btn) {
          transition: color .3s;
          text-transform: none; }
          main-header .header-top .menu-items li a:not(.btn).active, main-header .header-top .menu-items li a:not(.btn):hover {
            color: black; }
    main-header .header-top .user-top-wrapper {
      white-space: nowrap; }
      main-header .header-top .user-top-wrapper .user-top-guest,
      main-header .header-top .user-top-wrapper .user-top-loggedin {
        display: inline-block; }
      main-header .header-top .user-top-wrapper .user-top-loggedin ul {
        margin: 0; }
        main-header .header-top .user-top-wrapper .user-top-loggedin ul li:first-child {
          padding-left: 0; }
        main-header .header-top .user-top-wrapper .user-top-loggedin ul li:last-child {
          margin-right: 0; }
      main-header .header-top .user-top-wrapper .user-top-loggedin .welcome-message .user-name {
        margin-left: 5px; }
      main-header .header-top .user-top-wrapper .user-top-loggedin .fa-caret-down {
        font-size: 1.8rem;
        vertical-align: middle;
        margin-left: 3px; }
      main-header .header-top .user-top-wrapper .user-top-loggedin .user-image {
        border-radius: 50%;
        height: 26px; }
      main-header .header-top .user-top-wrapper .user-top-loggedin [uib-dropdown-toggle] {
        cursor: pointer;
        color: white; }
      main-header .header-top .user-top-wrapper .user-top-loggedin .dropdown-menu {
        border-radius: 0;
        left: auto;
        right: 0;
        width: 292px;
        text-align: right;
        white-space: normal;
        margin-top: 5px;
        padding: 35px 41px; }
        main-header .header-top .user-top-wrapper .user-top-loggedin .dropdown-menu ul li {
          margin-bottom: 24px; }
          main-header .header-top .user-top-wrapper .user-top-loggedin .dropdown-menu ul li:last-child {
            margin-bottom: 0; }
          main-header .header-top .user-top-wrapper .user-top-loggedin .dropdown-menu ul li a {
            text-transform: uppercase; }
      main-header .header-top .user-top-wrapper .user-top-loggedin .gear-icon-container {
        display: inline-block;
        position: relative; }
        main-header .header-top .user-top-wrapper .user-top-loggedin .gear-icon-container .black {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0; }
    @media (max-width: 767px) {
      main-header .header-top {
        display: none; } }
  main-header .header-body {
    background: rgba(26, 26, 26, 0.9);
    padding-top: 18px;
    padding-bottom: 18px;
    transition: padding .2s, background-color .2s; }
    main-header .header-body > .container {
      height: 42px; }
      @media (min-width: 1200px) {
        main-header .header-body > .container {
          padding: 0; } }
    main-header .header-body .header-logo {
      display: inline-block; }
      main-header .header-body .header-logo .header-logo-icon {
        height: 26px; }
      main-header .header-body .header-logo .header-logo-text {
        width: 120px;
        margin-left: 5px;
        transition: width .2s, margin .2s; }
      @media (max-width: 991px) {
        main-header .header-body .header-logo {
          margin-top: 5px; } }
      @media (max-width: 445px) {
        main-header .header-body .header-logo .header-logo-text {
          display: none; } }
    main-header .header-body .main-menu {
      white-space: nowrap; }
      main-header .header-body .main-menu > li {
        padding: 0; }
        main-header .header-body .main-menu > li > a {
          display: inline-block;
          vertical-align: middle;
          padding: 14px 0 11px;
          border-bottom: 3px solid transparent;
          transition: color .3s, border-color .3s;
          line-height: 1;
          text-transform: uppercase; }
          main-header .header-body .main-menu > li > a.active, main-header .header-body .main-menu > li > a:hover {
            color: #cccccc;
            border-bottom-color: white; }
        main-header .header-body .main-menu > li:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 1px;
          height: 10px;
          background-color: rgba(255, 255, 255, 0.4);
          margin: 0 8px; }
    main-header .header-body .header-body-right-wrapper {
      position: relative; }
      main-header .header-body .header-body-right-wrapper .header-body-right {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2.0rem;
        height: 42px; }
        main-header .header-body .header-body-right-wrapper .header-body-right ul {
          vertical-align: middle; }
          main-header .header-body .header-body-right-wrapper .header-body-right ul li {
            margin-left: 5px; }
            main-header .header-body .header-body-right-wrapper .header-body-right ul li a {
              transition: .3s color; }
              main-header .header-body .header-body-right-wrapper .header-body-right ul li a:hover {
                color: #AAD076; }
    main-header .header-body .sticky-visible {
      visibility: hidden;
      position: absolute;
      right: 20000px;
      transform: scale(0);
      transition: transform .2s; }
    main-header .header-body .user-icon-wrapper svg {
      height: 20px;
      display: inline-block;
      width: auto;
      vertical-align: middle;
      margin-top: -4px; }
      main-header .header-body .user-icon-wrapper svg path {
        fill: white;
        transition: fill .3s; }
    main-header .header-body .user-icon-wrapper:hover svg path {
      fill: #AAD076; }
  main-header .header-cell .cell-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    color: black;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center; }
  main-header .header-cell.user-top-wrapper .cell-title {
    color: #fefefe;
    font-size: 1rem;
    text-align: right;
    padding-bottom: .4rem;
    transition: color .25s; }
  main-header .header-cell .user-top-loggedin [ui-sref="purchasedPackages"] {
    font-weight: 700; }
  main-header .header-nav-cell .header-nav-cell-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem; }
  main-header .header-nav-cell .cell-title .line {
    display: block; }
    main-header .header-nav-cell .cell-title .line:nth-child(1) {
      font-weight: 700; }
    main-header .header-nav-cell .cell-title .line:nth-child(2) {
      font-size: 0.8em;
      text-align: center; }
  main-header .header-nav-cell .header-nav-button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    display: inline-block;
    color: #000000;
    background-color: #fefefe;
    border: 1px solid transparent;
    border-radius: .6rem;
    text-transform: uppercase;
    padding: .8rem;
    line-height: 1;
    font-size: 1.5rem;
    transition: color .25s, background-color .25s; }
    main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] {
      font-size: 1.8rem; }
      main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] .fa {
        margin-right: 0.3em; }
      main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] .magadert {
        font-size: 0.8em; }
        main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] .magadert .bigger-letters {
          font-size: 1.25em; }

@keyframes header-nav-button-blink {
  from {
    color: #000000;
    background-color: #fefefe; }
  to {
    color: #fefefe;
    background-color: #000000; } }
    main-header .header-nav-cell .header-nav-button:hover {
      color: #fefefe;
      background-color: #000000; }
  main-header.is_stuck {
    position: fixed; }
    main-header.is_stuck .header-cell.user-top-wrapper .cell-title {
      color: black; }
    main-header.is_stuck .header-top .header-top-background {
      opacity: 0; }
    main-header.is_stuck .header-top ul li a:not(.btn) {
      color: #404040; }
    main-header.is_stuck .header-top .user-top-wrapper .user-top-loggedin [uib-dropdown-toggle] {
      color: black; }
    main-header.is_stuck .header-top .user-top-wrapper .user-top-loggedin .gear-icon-container .black {
      opacity: 1; }
    main-header.is_stuck .header-body {
      padding-top: 12px;
      padding-bottom: 12px; }
      main-header.is_stuck .header-body .sticky-visible {
        visibility: visible;
        transform: scale(1);
        position: static; }
      main-header.is_stuck .header-body .header-logo-text {
        width: 0; }
      main-header.is_stuck .header-body .main-menu > li:before {
        margin-left: 6px;
        margin-right: 6px; }
      main-header.is_stuck .header-body .main-menu > li > a {
        font-size: 1.3rem; }
      main-header.is_stuck .header-body .main-menu > li.extra-menu-item > a {
        color: #AAD076; }
    main-header.is_stuck .btn-white {
      color: rgba(255, 255, 255, 0.9);
      background-color: #404040; }
      main-header.is_stuck .btn-white:hover {
        color: black;
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid #404040; }
    main-header.is_stuck .header-nav-button {
      color: #fefefe;
      background-color: #000000; }
      main-header.is_stuck .header-nav-button:hover {
        color: #000000;
        background-color: #fefefe;
        border: 1px solid #000000; }
  main-header .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    transition: background-color .3s, color .3s;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1;
    font-size: 1.2rem;
    border-radius: 2px;
    border: 1px solid transparent; }
  main-header .btn-white {
    color: black;
    background-color: rgba(255, 255, 255, 0.9); }
    main-header .btn-white:hover, main-header .btn-white:focus {
      color: white;
      background-color: rgba(0, 0, 0, 0.9); }
  main-header .btn-blue {
    color: white;
    background-color: rgba(41, 48, 120, 0.9); }
    main-header .btn-blue:hover, main-header .btn-blue:focus {
      color: white;
      background-color: rgba(71, 82, 192, 0.9); }
  main-header .text-lowercase {
    text-transform: lowercase !important; }
  main-header .header-banner {
    padding: 7px;
    background-color: #1c1f20; }
  @media (max-width: 1199px) {
    main-header .header-nav-cell .header-nav-button {
      font-size: 1.3rem; }
      main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] {
        font-size: 1.6rem; } }
  @media (max-width: 991px) {
    main-header .header-nav-cell {
      text-align: center; }
      main-header .header-nav-cell .header-nav-button[ui-sref="premiumPackages"] {
        margin-bottom: .7rem; } }

.ngdialog.ngdialog-theme-default.search-dialog-wrapper {
  padding: 0;
  text-align: center;
  white-space: nowrap; }
  .ngdialog.ngdialog-theme-default.search-dialog-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .ngdialog.ngdialog-theme-default.search-dialog-wrapper > .ngdialog-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-overlay {
    background-color: rgba(0, 0, 0, 0.9); }
  .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content {
    text-align: left;
    background: none;
    padding: 0;
    width: 60%; }
    .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog {
      display: block; }
      .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container {
        border-bottom: 2px solid #909090;
        padding-bottom: 5px; }
        .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container .t-cell {
          vertical-align: middle; }
        .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container input {
          display: block;
          width: 100%;
          background: none;
          border: none;
          font-size: 3.5rem;
          color: white; }
          .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container input::-webkit-input-placeholder {
            color: #a9a9a9; }
          .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container input:-moz-placeholder {
            color: #a9a9a9; }
          .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container input::-moz-placeholder {
            color: #a9a9a9; }
          .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container input:-ms-input-placeholder {
            color: #a9a9a9; }
        .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container .btn {
          border: none;
          padding: 0;
          font-size: 3.0rem;
          color: #a9a9a9; }
          .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content search-dialog .input-container .btn:hover {
            color: white; }
    @media (max-width: 767px) {
      .ngdialog.ngdialog-theme-default.search-dialog-wrapper .ngdialog-content {
        width: 90%; } }
  .ngdialog.ngdialog-theme-default.search-dialog-wrapper .close-wrapper {
    position: fixed;
    right: 25px;
    top: 25px; }
    .ngdialog.ngdialog-theme-default.search-dialog-wrapper .close-wrapper .btn {
      font-size: 3.5rem;
      color: #a9a9a9;
      cursor: pointer; }
      .ngdialog.ngdialog-theme-default.search-dialog-wrapper .close-wrapper .btn:hover {
        color: white; }

main-menu-dropdown {
  display: block;
  white-space: normal;
  transition: .5s height ease-in-out;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
  main-menu-dropdown .dropdown-content {
    background-color: rgba(255, 255, 255, 0.94);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 17px 0;
    height: 234px; }
    main-menu-dropdown .dropdown-content .container > .row > .col {
      min-height: 200px; }
      @media (min-width: 768px) {
        main-menu-dropdown .dropdown-content .container > .row > .col:nth-child(2) {
          width: 22%; } }
      @media (min-width: 768px) {
        main-menu-dropdown .dropdown-content .container > .row > .col:nth-child(3) {
          width: 36.33333%; } }
    main-menu-dropdown .dropdown-content .ng-enter {
      opacity: 0;
      transition: opacity .4s; }
    main-menu-dropdown .dropdown-content .ng-enter.ng-enter-active {
      opacity: 1; }
    main-menu-dropdown .dropdown-content .ng-leave {
      opacity: 1;
      transition: opacity .4s; }
    main-menu-dropdown .dropdown-content .ng-leave.ng-leave-active {
      opacity: 0; }
  main-menu-dropdown .category-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2; }
  main-menu-dropdown .small-separator {
    margin: 11px 0 3px;
    display: inline-block;
    width: 56px;
    height: 4px; }
  main-menu-dropdown .category-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    text-align: justify; }
  main-menu-dropdown .col.sideways-text-col {
    padding-left: 37px; }
    main-menu-dropdown .col.sideways-text-col .sideways-text-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 32px;
      border-right: 1px solid rgba(0, 0, 0, 0.39); }
      main-menu-dropdown .col.sideways-text-col .sideways-text-wrapper:before {
        content: '';
        display: block;
        width: 4px;
        height: 56px;
        position: absolute;
        top: 0;
        right: -3px; }
      main-menu-dropdown .col.sideways-text-col .sideways-text-wrapper .sideways-text {
        position: absolute;
        right: 50%;
        top: -16px;
        transform: rotate(-90deg);
        transform-origin: right;
        white-space: nowrap;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #2e2e2e;
        font-size: 2.4rem; }
  main-menu-dropdown .col.latest-col {
    padding-left: 44px; }
    main-menu-dropdown .col.latest-col a {
      color: black;
      transition: color .2s; }
      main-menu-dropdown .col.latest-col a:hover {
        color: #666; }
    main-menu-dropdown .col.latest-col .col {
      padding: 0 3px; }
    main-menu-dropdown .col.latest-col .post .post-image-wrapper {
      margin: 0 auto; }
    main-menu-dropdown .col.latest-col .post .post-meta {
      margin-top: 3px;
      font-size: 1.1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      main-menu-dropdown .col.latest-col .post .post-meta .post-author {
        margin-right: 5px; }
      main-menu-dropdown .col.latest-col .post .post-meta .post-date {
        color: rgba(0, 0, 0, 0.7); }
    main-menu-dropdown .col.latest-col .post .post-title {
      margin-top: 3px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    main-menu-dropdown .col.latest-col .post .post-summary {
      margin-top: 3px;
      font-size: 1.1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  @media (min-width: 992px) {
    li:hover main-menu-dropdown {
      height: 234px; } }
  main-menu-dropdown a {
    color: white; }
  main-menu-dropdown .meta .author,
  main-menu-dropdown .meta .date {
    color: white; }
  main-menu-dropdown .submenu-items li a {
    line-height: 2.8;
    transition: color .3s;
    font-family: "Montserrat", sans-serif; }
    main-menu-dropdown .submenu-items li a:hover {
      color: #AAD076; }
  @media (min-width: 1200px) {
    main-menu-dropdown .container {
      padding-left: 0;
      padding-right: 0; } }
  main-menu-dropdown .row {
    margin-left: -7px;
    margin-right: -7px; }
  main-menu-dropdown .col {
    padding-left: 7px;
    padding-right: 7px; }

main-footer .widget ul li {
  line-height: 1.4em;
  margin: 15px 0; }

main-footer .widget .social-links a {
  color: #fff;
  font-size: 2.8rem;
  vertical-align: middle; }

main-footer .widget .social-links a:hover {
  color: #52AA7F; }

main-footer .subscribe label {
  display: inline-block; }

main-footer .subscribe-form {
  display: inline-block;
  width: 300px;
  max-width: 100%; }

main-footer .subscribe-form button {
  display: inline-block;
  background-color: #52AA7F;
  color: #fff; }

main-footer .tt-el-info h4 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85); }

main-footer .tt-el-info p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85); }

main-footer .footer-entertainment.light .tt-el-info h4,
main-footer .footer-entertainment.light .tt-el-info p {
  color: #000; }

@media screen and (max-width: 767px) {
  main-footer .text-right {
    text-align: left; } }

@media screen and (max-width: 768px) {
  main-footer {
    padding: 40px 0; } }

main-footer a {
  text-decoration: none; }

main-footer .border-line,
main-footer .border-line-1 {
  border-color: #414141; }

main-footer .widget-title {
  color: #fff;
  margin: 0;
  margin-bottom: 30px; }

main-footer .search_form {
  background: #2a2a2a; }

main-footer .widget.widget_contact {
  background: url(images/map.png) no-repeat center right;
  background-size: contain; }

main-footer .widget.widget_contact a,
main-footer .widget.widget_contact strong {
  color: #9c9c9c; }

main-footer .widget.categories ul li {
  border-bottom: 1px solid rgba(148, 148, 148, 0.1); }

main-footer .meta span {
  color: #949494; }

main-footer .recent-posts li {
  border-color: rgba(255, 255, 255, 0.1); }

main-footer .widget-tags a,
main-footer .ads-placeholder {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

main-footer {
  display: block;
  visibility: hidden;
  background-color: #1f1f1f;
  color: #949494;
  font-weight: 500; }
  main-footer.is-visible {
    visibility: visible; }
  main-footer .footer-inner {
    padding: 100px 0; }
  main-footer .footer-logo-container:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #333;
    width: 60px;
    margin-bottom: 20px; }
  main-footer .footer-logo-container:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #333;
    width: 60px;
    margin-top: 20px; }
  main-footer .footer-logo-icon linearGradient stop[offset="0"],
  main-footer .footer-logo-text linearGradient stop[offset="0"] {
    stop-color: #FFFFFF !important; }
  main-footer .footer-logo-icon linearGradient stop[offset="1"],
  main-footer .footer-logo-text linearGradient stop[offset="1"] {
    stop-color: #FFFFFF !important; }
  main-footer .footer-logo-icon {
    height: 26px;
    margin-right: 8px; }
  main-footer .footer-logo-text {
    height: 30px; }
  main-footer ul.tag-list li {
    margin: 0;
    line-height: 1; }
    main-footer ul.tag-list li a {
      color: white; }
      main-footer ul.tag-list li a:hover {
        color: white; }
  main-footer .follow-us {
    vertical-align: middle;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    margin-right: 30px; }
  main-footer .have-a-question {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85); }

textarea, input {
  outline: none; }

.user-dialog-wrapper .form-control,
.user-dialog-wrapper .btn,
profile-page .form-control,
profile-page .btn {
  border-radius: 2px; }

.user-dialog-wrapper input.form-control,
.user-dialog-wrapper select.form-control,
profile-page input.form-control,
profile-page select.form-control {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-color: white;
  transition: .2s border-color, .2s background-color;
  font-size: 1.7rem;
  color: white;
  outline: none; }
  .user-dialog-wrapper input.form-control:focus,
  .user-dialog-wrapper select.form-control:focus,
  profile-page input.form-control:focus,
  profile-page select.form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2); }
  .user-dialog-wrapper input.form-control::-webkit-input-placeholder, .user-dialog-wrapper select.form-control::-webkit-input-placeholder, profile-page input.form-control::-webkit-input-placeholder, profile-page select.form-control::-webkit-input-placeholder {
    color: white; }
  .user-dialog-wrapper input.form-control:-moz-placeholder, .user-dialog-wrapper select.form-control:-moz-placeholder, profile-page input.form-control:-moz-placeholder, profile-page select.form-control:-moz-placeholder {
    color: white; }
  .user-dialog-wrapper input.form-control::-moz-placeholder, .user-dialog-wrapper select.form-control::-moz-placeholder, profile-page input.form-control::-moz-placeholder, profile-page select.form-control::-moz-placeholder {
    color: white; }
  .user-dialog-wrapper input.form-control:-ms-input-placeholder, .user-dialog-wrapper select.form-control:-ms-input-placeholder, profile-page input.form-control:-ms-input-placeholder, profile-page select.form-control:-ms-input-placeholder {
    color: white; }

profile-page h2 {
  text-transform: uppercase;
  font-size: 2.6rem; }

profile-page input.form-control,
profile-page select.form-control {
  border-color: #333333;
  color: #333333;
  outline: none; }
  profile-page input.form-control:focus,
  profile-page select.form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.05); }

profile-page textarea.form-control {
  background: transparent;
  border: 1px solid #333333;
  outline: none; }
  profile-page textarea.form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.05); }

profile-page .btn-primary {
  background-color: white;
  border: 1px solid #333333;
  color: #333333;
  margin-top: 45px; }
  profile-page .btn-primary:hover {
    background-color: #333333;
    color: white; }

.ngdialog.ngdialog-theme-default.user-dialog-wrapper {
  text-align: center;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap; }
  .ngdialog.ngdialog-theme-default.user-dialog-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .ngdialog.ngdialog-theme-default.user-dialog-wrapper .dialog-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .ngdialog.ngdialog-theme-default.user-dialog-wrapper .ngdialog-content {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    padding: 0;
    max-width: 95%;
    width: auto; }

.user-dialog {
  display: inline-block;
  padding: 75px 92px;
  width: 550px;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  background: linear-gradient(to top, #52AA7F, #AAD076); }
  .user-dialog .close-wrapper {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem; }
    .user-dialog .close-wrapper a {
      color: white; }
  .user-dialog select option {
    color: black; }
    .user-dialog select option:first-child {
      background-color: #f0f0f0;
      color: #999; }
  .user-dialog .checkbox {
    color: white; }
  .user-dialog .has-error .form-control {
    border-color: red; }
  .user-dialog .btn-primary {
    background-color: white;
    border-color: white;
    color: #333; }
  .user-dialog .btn-link {
    color: #333; }
  .user-dialog .social-buttons {
    text-align: center;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #FFF; }
    .user-dialog .social-buttons .col:first-child {
      padding-left: 0;
      padding-right: 3px; }
    .user-dialog .social-buttons .col:last-child {
      padding-left: 3px;
      padding-right: 0; }
    .user-dialog .social-buttons .btn {
      text-align: center; }
  .user-dialog .dialog-header-img {
    margin-bottom: 50px;
    max-width: 100%; }
  @media (max-width: 599px) {
    .user-dialog {
      padding-left: 35px;
      padding-right: 35px; }
      .user-dialog .social-buttons .col,
      .user-dialog .social-buttons .col:first-child,
      .user-dialog .social-buttons .col:last-child {
        padding: 0; }
      .user-dialog .social-buttons .btn {
        margin-bottom: 8px; } }

register-dialog.user-dialog {
  width: 850px;
  display: block; }
  register-dialog.user-dialog .dialog-header-img {
    max-width: 350px; }
  register-dialog.user-dialog hr.short-hr {
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    height: 2px;
    margin-top: 25px;
    margin-bottom: 15px; }
  register-dialog.user-dialog button[type="submit"] {
    margin-top: 30px; }
  @media (min-width: 600px) {
    register-dialog.user-dialog {
      padding-left: 77px;
      padding-right: 77px; } }

.ngdialog.video-dialog-wrapper,
.ngdialog.home-dialog-wrapper {
  white-space: nowrap;
  text-align: center; }
  .ngdialog.video-dialog-wrapper:before,
  .ngdialog.home-dialog-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .ngdialog.video-dialog-wrapper .ngdialog-content,
  .ngdialog.home-dialog-wrapper .ngdialog-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .ngdialog.video-dialog-wrapper .ngdialog-content,
  .ngdialog.home-dialog-wrapper .ngdialog-content {
    max-width: 750px;
    width: 750px;
    padding: 2em; }
    @media (max-width: 768px) {
      .ngdialog.video-dialog-wrapper .ngdialog-content,
      .ngdialog.home-dialog-wrapper .ngdialog-content {
        width: 95%; } }
    .ngdialog.video-dialog-wrapper .ngdialog-content img,
    .ngdialog.home-dialog-wrapper .ngdialog-content img {
      width: 100% !important;
      height: auto !important; }
    .ngdialog.video-dialog-wrapper .ngdialog-content .video-wrapper,
    .ngdialog.home-dialog-wrapper .ngdialog-content .video-wrapper {
      padding-bottom: 56.25%;
      position: relative; }
      .ngdialog.video-dialog-wrapper .ngdialog-content .video-wrapper > :first-child,
      .ngdialog.home-dialog-wrapper .ngdialog-content .video-wrapper > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    .ngdialog.video-dialog-wrapper .ngdialog-content .close-wrapper,
    .ngdialog.home-dialog-wrapper .ngdialog-content .close-wrapper {
      position: absolute;
      top: 6px;
      right: 9px;
      font-family: Arial, sans-serif;
      font-size: 2.2rem;
      font-weight: bold; }

.ngdialog.adult-dialog-wrapper {
  white-space: nowrap;
  text-align: center; }
  .ngdialog.adult-dialog-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .ngdialog.adult-dialog-wrapper > .ngdialog-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .ngdialog.adult-dialog-wrapper .ngdialog-overlay {
    background-color: #fbfbfb; }
  .ngdialog.adult-dialog-wrapper .ngdialog-content {
    background-color: transparent;
    text-align: center;
    font-family: "Montserrat", sans-serif; }
    .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-title {
      font-size: 3.6rem;
      margin-top: 25px;
      color: #e90000; }
    .ngdialog.adult-dialog-wrapper .ngdialog-content hr {
      border-color: rgba(0, 0, 0, 0.45); }
    .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-question {
      font-size: 2.4rem; }
    .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-buttons {
      margin-top: 20px; }
      .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-buttons .btn {
        font-size: 1.8rem; }
        .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-buttons .btn + .btn {
          margin-left: 15px; }
        .ngdialog.adult-dialog-wrapper .ngdialog-content .dialog-buttons .btn .fa {
          font-size: 2.2rem;
          margin-right: 8px; }

.circle-18 {
  font-weight: bold;
  font-size: 4.55rem;
  border: 0.65rem solid #e90000;
  line-height: 6.5rem;
  display: inline-block;
  border-radius: 50%;
  height: 6.5rem;
  width: 6.5rem;
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle; }
  .circle-18:before {
    content: '18';
    display: inline-block;
    margin-left: 8%;
    margin-top: 3%; }
  .circle-18.circle-18-small {
    border-width: 0.42rem;
    font-size: 2.94rem;
    line-height: 4.2rem;
    height: 4.2rem;
    width: 4.2rem; }

.ngdialog.forgot-password-dialog-wrapper h2,
forgot-password-continue-page h2 {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: white; }

article-page {
  display: block;
  margin-bottom: 85px; }
  article-page .article-header {
    height: 318px;
    margin-bottom: 50px;
    margin-top: -78px; }
  article-page .col:nth-child(1) {
    border-left: 1px solid rgba(153, 153, 153, 0.37);
    border-right: 1px solid rgba(153, 153, 153, 0.37); }
  article-page .entry-details {
    color: black;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    padding-right: 25px; }
    article-page .entry-details hr {
      display: block;
      border: none;
      width: 80px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      margin: 10px 5px 10px auto; }
    article-page .entry-details .entry-date {
      font-size: 4.2rem;
      font-weight: bold;
      margin-right: -3%; }
    article-page .entry-details .entry-year {
      font-size: 1.8rem; }
    article-page .entry-details .author-image-wrapper {
      max-width: 124px;
      display: inline-block;
      width: 100%;
      margin-bottom: 18px; }
      article-page .entry-details .author-image-wrapper .div-img, article-page .entry-details .author-image-wrapper category-page category-slider .slider .slide .slide-background, category-page category-slider .slider .slide article-page .entry-details .author-image-wrapper .slide-background {
        display: inline-block;
        width: 100%;
        margin-right: -10%; }
    article-page .entry-details .author-label-text {
      font-size: 1.5rem;
      margin-bottom: 12px; }
    article-page .entry-details .author-name {
      text-transform: uppercase;
      font-size: 2.2rem;
      margin-bottom: 10px; }
    article-page .entry-details .author-title {
      font-size: 1.2rem;
      line-height: 1.3; }
    article-page .entry-details .entry-comment-count {
      font-size: 2rem;
      padding: 5px 0; }
    article-page .entry-details .entry-social li {
      margin-bottom: 15px; }
  article-page .entry-content .post-meta hr {
    display: inline-block;
    border: none;
    width: 56px;
    height: 4px;
    margin: 0; }
  article-page .entry-content .post-meta .post-category {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem; }
  article-page .entry-content .post-meta .tag-list {
    font-size: 1.4rem; }
  article-page .entry-content h2 {
    font-size: 3.6rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 35px 0 25px; }
    article-page .entry-content h2 .circle-18-wrapper {
      display: block;
      margin-bottom: 15px; }
  article-page .entry-content .post-content {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6; }
    article-page .entry-content .post-content img {
      max-width: 100%;
      height: auto; }
  article-page .entry-content .article-image {
    border: 1px solid #ccc;
    padding-bottom: 50%;
    position: relative; }
    article-page .entry-content .article-image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  article-page .entry-content .article-image-caption {
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 15px; }
  article-page aside {
    margin-bottom: 25px; }
    article-page aside .box-title {
      font-family: "Montserrat", sans-serif;
      font-size: 2rem; }
  article-page .recommended-articles .post {
    margin-bottom: 15px; }
    article-page .recommended-articles .post .post-image {
      margin-bottom: 10px; }
    article-page .recommended-articles .post .article-title {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 1.3rem;
      margin-bottom: 5px; }
    article-page .recommended-articles .post .article-date {
      font-size: 1.2rem; }
  article-page .entry-comment-count span {
    margin-right: 5px; }
  article-page .comment-form .btn {
    color: white; }
  article-page .article-comments {
    margin-top: 30px; }
    article-page .article-comments article-comment {
      margin-bottom: 35px;
      display: block; }
  article-page .cant-comment {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.6rem; }
    article-page .cant-comment a {
      margin-left: 5px;
      margin-right: 5px; }
  article-page addthis-toolbox {
    display: block;
    margin-bottom: 10px; }
  article-page banner-block[location="above_comments"] {
    margin: 15px 0; }
  article-page .social-after-content {
    height: 24px; }
    article-page .social-after-content > li {
      vertical-align: middle; }
      article-page .social-after-content > li facebook-recommend,
      article-page .social-after-content > li twitter-tweet,
      article-page .social-after-content > li google-plusone {
        display: block !important; }
        article-page .social-after-content > li facebook-recommend iframe,
        article-page .social-after-content > li twitter-tweet iframe,
        article-page .social-after-content > li google-plusone iframe {
          display: block; }

.general-page {
  display: block; }
  .general-page .section-title-wrapper {
    background-color: white; }
  .general-page section {
    margin-top: 20px;
    margin-bottom: 65px; }

.results-page .subtitle-info {
  font-family: "Montserrat", sans-serif; }
  .results-page .subtitle-info .matches-count {
    margin-top: 5px;
    font-size: 1.8rem; }
    .results-page .subtitle-info .matches-count .result-count,
    .results-page .subtitle-info .matches-count .search-query {
      font-weight: bold;
      color: #52AA7F; }
    .results-page .subtitle-info .matches-count .result-count {
      margin-right: 5px; }
    .results-page .subtitle-info .matches-count .search-query {
      margin-left: 5px;
      font-style: italic;
      quotes: '„' '”'; }
      .results-page .subtitle-info .matches-count .search-query:before {
        content: open-quote; }
      .results-page .subtitle-info .matches-count .search-query:after {
        content: close-quote; }

.results-page .result-item {
  margin-bottom: 15px; }
  .results-page .result-item .article-title {
    line-height: 1;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  .results-page .result-item .article-meta {
    margin-bottom: 10px; }
    .results-page .result-item .article-meta .author-link {
      margin-right: 10px; }
    .results-page .result-item .article-meta .article-date {
      color: rgba(0, 0, 0, 0.7); }

@media (max-width: 479px) {
  .results-page .result-item .article-title {
    margin-top: 10px; } }

tag-page .section-title:before,
tag-page .section-title h2:before {
  content: '#'; }

authors-page .section-title {
  margin-bottom: 20px; }

authors-page .post {
  margin-bottom: 25px; }
  authors-page .post .author-image {
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #ccc;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px; }
    authors-page .post .author-image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    authors-page .post .author-image .background-link {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  authors-page .post h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px; }
  authors-page .post .author-title,
  authors-page .post .author-introduction {
    font-size: 1.4rem;
    line-height: 1.1;
    height: 4.62rem;
    overflow: hidden; }
  authors-page .post .author-title {
    margin-bottom: 10px; }
  authors-page .post .author-introduction {
    quotes: '„' '”';
    font-style: italic; }
    authors-page .post .author-introduction:before {
      content: open-quote; }
    authors-page .post .author-introduction:after {
      content: close-quote; }

login-page.general-page section,
register-page.general-page section,
forgot-password-continue-page.general-page section {
  margin-top: 40px; }
  login-page.general-page section .dialog-wrapper,
  register-page.general-page section .dialog-wrapper,
  forgot-password-continue-page.general-page section .dialog-wrapper {
    text-align: center; }
  login-page.general-page section register-dialog,
  register-page.general-page section register-dialog,
  forgot-password-continue-page.general-page section register-dialog {
    margin: 0 auto; }

.extra-content-row {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px; }
  .extra-content-row .content-date {
    line-height: 96px;
    font-weight: bold;
    font-size: 2.6rem;
    white-space: nowrap; }
  .extra-content-row .content-box {
    background-color: #212121;
    border-radius: 7px;
    color: #fefefe;
    padding: 23px 15px;
    line-height: 1.2; }
    .extra-content-row .content-box .col:first-child {
      border-right: 1px solid #fefefe; }
      .extra-content-row .content-box .col:first-child .content-title {
        font-size: 2.2rem; }
      .extra-content-row .content-box .col:first-child .content-subtitle {
        font-size: 2rem;
        font-weight: 300; }
      .extra-content-row .content-box .col:first-child .content-thumb {
        float: left;
        margin-right: 15px; }
        .extra-content-row .content-box .col:first-child .content-thumb img {
          height: 55px; }
        @media (max-width: 479px) {
          .extra-content-row .content-box .col:first-child .content-thumb {
            float: none;
            margin-right: 0;
            margin-bottom: 10px; } }
    .extra-content-row .content-box .content-length,
    .extra-content-row .content-box .content-buttons .btn {
      display: inline-block; }
    .extra-content-row .content-box .content-length {
      line-height: 51px;
      font-size: 1.6rem; }
    .extra-content-row .content-box .content-buttons {
      float: right; }
      .extra-content-row .content-box .content-buttons .btn {
        background-color: #fefefe;
        color: #212121;
        font-weight: 600;
        font-size: 2.6rem;
        text-transform: uppercase;
        border-radius: 7px;
        padding: 14px 35px 9px;
        border: 1px solid #c4c4c4;
        line-height: 1;
        transition: background-color .2s, color .2s; }
        .extra-content-row .content-box .content-buttons .btn:hover {
          background-color: transparent;
          color: #fefefe; }
      .extra-content-row .content-box .content-buttons .btn + .btn {
        margin-left: 10px; }
  @media (max-width: 1199px) {
    .extra-content-row .content-box .col:last-child {
      text-align: center; }
    .extra-content-row .content-box .content-buttons {
      float: none; } }
  @media (max-width: 991px) {
    .extra-content-row .content-date {
      line-height: 146px; }
    .extra-content-row .content-box .col:last-child {
      text-align: center; }
    .extra-content-row .content-box .content-length {
      line-height: 1;
      margin-top: 10px;
      margin-bottom: 15px; }
    .extra-content-row .content-box .content-buttons .btn {
      font-size: 2.3rem;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 767px) {
    .extra-content-row .content-date {
      line-height: 186px; }
    .extra-content-row .content-box .col:first-child {
      border-right: none;
      text-align: center;
      padding-bottom: 15px; } }
  @media (max-width: 479px) {
    .extra-content-row .content-date {
      line-height: 1;
      text-align: center;
      margin-bottom: 15px; }
    .extra-content-row .content-box .content-length {
      display: block;
      text-align: center;
      line-height: 1;
      margin-bottom: 15px; }
    .extra-content-row .content-box .content-buttons .btn {
      display: block;
      margin: 0 auto 10px; }
    .extra-content-row .content-box .content-buttons .btn + .btn {
      margin-left: 0; } }

downloads-page .download-thumb,
purchased-packages-page .download-thumb {
  float: left;
  margin-right: 15px;
  margin-top: -8px;
  margin-bottom: -10px;
  border: 1px solid #ccc; }

downloads-page .no-downloads,
purchased-packages-page .no-downloads {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  color: #293078;
  margin-top: 20px; }

.important-buying-note {
  text-align: center;
  color: red;
  font-size: 2rem;
  margin-bottom: 1.8rem; }

.btn.btn-blue-small {
  white-space: normal;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: white;
  background-color: #293078;
  transition: color .2s, background-color .2s; }
  .btn.btn-blue-small:hover, .btn.btn-blue-small:focus, .btn.btn-blue-small:active {
    background-color: #4752c0;
    color: white; }

category-page .section-title-wrapper {
  background: #fff;
  margin-bottom: 50px; }

category-page .section-title {
  margin-bottom: 15px; }
  category-page .section-title h2 {
    color: black; }
    category-page .section-title h2:after {
      content: '';
      display: block;
      width: 56px;
      height: 4px;
      position: absolute;
      left: 6px;
      bottom: -8px; }

category-page category-slider {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.48); }
  category-page category-slider .main-slider-wrapper {
    position: relative; }
    category-page category-slider .main-slider-wrapper .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-shadow: 0 0 2px black;
      cursor: pointer;
      font-size: 3rem;
      opacity: 0;
      transition: opacity .2s; }
      category-page category-slider .main-slider-wrapper .slider-nav.slider-nav-prev {
        left: 15px; }
      category-page category-slider .main-slider-wrapper .slider-nav.slider-nav-next {
        right: 15px; }
    category-page category-slider .main-slider-wrapper:hover .slider-nav {
      opacity: 1; }
  category-page category-slider [class*="col-"]:first-child {
    padding-right: 7px; }
  category-page category-slider [class*="col-"]:last-child {
    padding-left: 7px; }
  category-page category-slider .slider .slide {
    position: relative; }
    category-page category-slider .slider .slide .slide-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60%;
      background: rgba(255, 255, 255, 0.95);
      padding: 15px 20px 10px 20px; }
      category-page category-slider .slider .slide .slide-content .article-meta {
        font-size: 1.6rem;
        margin-bottom: 10px; }
        category-page category-slider .slider .slide .slide-content .article-meta .author-link {
          margin-right: 7px; }
        category-page category-slider .slider .slide .slide-content .article-meta .article-author {
          color: rgba(0, 0, 0, 0.7); }
      category-page category-slider .slider .slide .slide-content .article-title {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.4rem;
        margin-bottom: 10px;
        line-height: 1.1; }
      category-page category-slider .slider .slide .slide-content .article-summary {
        font-size: 1.6rem;
        color: rgba(0, 0, 0, 0.7); }
  category-page category-slider .nav-slider .slick-list {
    margin: -5px 0; }
  category-page category-slider .nav-slider .slide {
    margin: 5px 0;
    width: 100%; }
    category-page category-slider .nav-slider .slide .slide-content {
      width: 82%;
      padding: 8px; }
      category-page category-slider .nav-slider .slide .slide-content .article-meta {
        font-size: 1.2rem; }
      category-page category-slider .nav-slider .slide .slide-content .article-title {
        font-size: 1.4rem;
        line-height: 1.15;
        margin-bottom: 0;
        word-break: break-word;
        max-height: 3.08rem;
        overflow: hidden; }
    category-page category-slider .nav-slider .slide.slick-current {
      border-top-color: transparent; }
      category-page category-slider .nav-slider .slide.slick-current .slide-background:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px; }
  @media (min-width: 480px) {
    category-page category-slider .slider .slide .slide-background {
      padding-bottom: 60%;
      position: relative; }
      category-page category-slider .slider .slide .slide-background > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (max-width: 767px) {
    category-page category-slider .slider .slide .slide-content {
      width: 90%;
      padding: 15px 10px 10px 10px; }
      category-page category-slider .slider .slide .slide-content .article-meta {
        font-size: 1.4rem; }
      category-page category-slider .slider .slide .slide-content .article-title {
        font-size: 2rem; }
      category-page category-slider .slider .slide .slide-content .article-summary {
        font-size: 1.4rem; } }
  @media (max-width: 479px) {
    category-page category-slider .slider .slide .slide-background {
      padding-bottom: 166.66667%;
      position: relative; }
      category-page category-slider .slider .slide .slide-background > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; } }

category-page .title-middle {
  font-size: 2.4rem; }

category-page .most-viewed-col .title-middle {
  position: relative; }
  category-page .most-viewed-col .title-middle:after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -3px; }

category-page .most-viewed-col .tag-list {
  margin-bottom: 20px; }

category-page .most-viewed-col .post .author-link {
  margin-right: 5px; }

category-page .most-viewed-col .post .post-image {
  margin-bottom: 20px; }

category-page .most-viewed-col .post h4 {
  text-transform: none; }

category-page .featured-tag-col .title-middle a:before {
  content: '#'; }

category-page .featured-tag-col .post h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

category-page .featured-tag-col .post .meta {
  line-height: 1.2; }
  category-page .featured-tag-col .post .meta .author-link {
    margin-right: 5px; }

category-page .featured-tag-col .post .post-image {
  margin-bottom: 10px; }

content-page {
  display: block;
  margin-bottom: 85px; }
  content-page .content-header {
    height: 318px;
    margin-bottom: 50px;
    margin-top: -78px; }
  content-page .col:nth-child(1) {
    border-left: 1px solid rgba(153, 153, 153, 0.37);
    border-right: 1px solid rgba(153, 153, 153, 0.37); }
  content-page .entry-details {
    color: black;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    padding-right: 25px; }
    content-page .entry-details hr {
      display: block;
      border: none;
      width: 80px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      margin: 10px 5px 10px auto; }
    content-page .entry-details .entry-date {
      font-size: 4.2rem;
      font-weight: bold;
      margin-right: -3%; }
    content-page .entry-details .entry-year {
      font-size: 1.8rem; }
    content-page .entry-details .author-image-wrapper {
      max-width: 124px;
      display: inline-block;
      width: 100%;
      margin-bottom: 18px; }
      content-page .entry-details .author-image-wrapper .div-img, content-page .entry-details .author-image-wrapper category-page category-slider .slider .slide .slide-background, category-page category-slider .slider .slide content-page .entry-details .author-image-wrapper .slide-background {
        display: inline-block;
        width: 100%;
        margin-right: -10%; }
    content-page .entry-details .author-label-text {
      font-size: 1.5rem;
      margin-bottom: 12px; }
    content-page .entry-details .author-name {
      text-transform: uppercase;
      font-size: 2.2rem;
      margin-bottom: 10px; }
    content-page .entry-details .author-title {
      font-size: 1.2rem;
      line-height: 1.3; }
    content-page .entry-details .entry-comment-count {
      font-size: 2rem;
      padding: 5px 0; }
    content-page .entry-details .entry-social li {
      margin-bottom: 15px; }
  content-page .entry-content .post-meta hr {
    display: inline-block;
    border: none;
    width: 56px;
    height: 4px;
    margin: 0; }
  content-page .entry-content .post-meta .post-category {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem; }
  content-page .entry-content .post-meta .tag-list {
    font-size: 1.4rem; }
  content-page .entry-content h2 {
    font-size: 3.6rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 35px 0 25px; }
    content-page .entry-content h2 .circle-18-wrapper {
      display: block;
      margin-bottom: 15px; }
  content-page .entry-content .post-content {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6; }
    content-page .entry-content .post-content img {
      max-width: 100%;
      height: auto; }
  content-page .entry-content .content-image {
    border: 1px solid #ccc;
    padding-bottom: 50%;
    position: relative; }
    content-page .entry-content .content-image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  content-page .entry-content .content-image-caption {
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 15px; }
  content-page aside {
    margin-bottom: 25px; }
    content-page aside .box-title {
      font-family: "Montserrat", sans-serif;
      font-size: 2rem; }
  content-page .recommended-articles .post {
    margin-bottom: 15px; }
    content-page .recommended-articles .post .post-image {
      margin-bottom: 10px; }
    content-page .recommended-articles .post .article-title {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 1.3rem;
      margin-bottom: 5px; }
    content-page .recommended-articles .post .article-date {
      font-size: 1.2rem; }
  content-page banner-block[location="above_comments"] {
    margin: 15px 0; }
  content-page .social-after-content {
    height: 24px; }
    content-page .social-after-content > li {
      vertical-align: middle; }
      content-page .social-after-content > li facebook-recommend,
      content-page .social-after-content > li twitter-tweet,
      content-page .social-after-content > li google-plusone {
        display: block !important; }
        content-page .social-after-content > li facebook-recommend iframe,
        content-page .social-after-content > li twitter-tweet iframe,
        content-page .social-after-content > li google-plusone iframe {
          display: block; }

author-page {
  display: block; }
  author-page .author-top {
    position: relative; }
    author-page .author-top .section-title {
      margin-bottom: 20px; }
      author-page .author-top .section-title h2 {
        color: black; }
    author-page .author-top .authors-back-container {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      author-page .author-top .authors-back-container a {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 1.8rem;
        font-weight: bold; }
        author-page .author-top .authors-back-container a img {
          margin-right: 5px; }
  author-page section {
    background-color: #f0f0f0;
    padding-top: 46px;
    padding-bottom: 50px; }
    author-page section .author-main-image,
    author-page section .author-small-image {
      background-size: cover;
      background-position: center;
      border: 1px solid #1E2329; }
    author-page section .author-image-wrapper {
      max-width: 250px;
      margin: 0 auto; }
    author-page section .author-main-image {
      padding-bottom: 150%;
      position: relative;
      margin-bottom: 10px; }
      author-page section .author-main-image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    author-page section .small-images {
      margin-left: -5px;
      margin-right: -5px; }
      author-page section .small-images [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
      author-page section .small-images .author-small-image {
        padding-bottom: 100%;
        position: relative;
        display: block; }
        author-page section .small-images .author-small-image > :first-child {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%; }
    author-page section h2 {
      margin-top: 0;
      text-transform: uppercase;
      font-size: 3.5rem;
      line-height: 1;
      display: inline-block; }
      author-page section h2:after {
        content: '';
        display: block;
        width: 56px;
        height: 5px;
        background-color: #52AA7F;
        margin-top: 9px;
        margin-left: 3px; }
    author-page section .author-title {
      font-family: "Montserrat", sans-serif;
      color: #52AA7F;
      font-size: 2.3rem;
      margin-bottom: 10px; }
    author-page section .author-introduction {
      font-family: "Montserrat", sans-serif;
      quotes: '„' '”';
      margin-bottom: 10px; }
      author-page section .author-introduction:before {
        content: open-quote; }
      author-page section .author-introduction:after {
        content: close-quote; }
    author-page section .author-biography {
      font-size: 1.3rem;
      line-height: 1.4;
      text-align: justify; }
      author-page section .author-biography a {
        color: #52AA7F !important;
        font-weight: bold;
        transition: .2s all ease; }
        author-page section .author-biography a:hover {
          opacity: .7; }
    author-page section .sidebar-container {
      background-color: white;
      padding: 38px 38px; }
      author-page section .sidebar-container h3 {
        text-transform: uppercase;
        margin-top: 0;
        display: inline-block;
        font-weight: bold;
        padding-bottom: 12px;
        border-bottom: 2px solid #52AA7F;
        margin-bottom: 25px; }
      author-page section .sidebar-container .contact-list {
        margin-bottom: 20px; }
        author-page section .sidebar-container .contact-list li {
          padding: 10px 0;
          border-bottom: 1px solid #5e5e5e; }
          author-page section .sidebar-container .contact-list li:last-child {
            border-bottom: 0; }
          author-page section .sidebar-container .contact-list li a {
            font-family: "Montserrat", sans-serif;
            font-size: 1.8rem; }
            author-page section .sidebar-container .contact-list li a .fa {
              font-size: 2.4rem;
              vertical-align: middle;
              margin-right: 8px; }
            author-page section .sidebar-container .contact-list li a .contact-type {
              vertical-align: middle; }
      author-page section .sidebar-container .tag-list {
        font-size: 1.2rem; }
    author-page section .author-articles {
      margin-top: 21px;
      padding: 40px 30px;
      background-color: white; }
      author-page section .author-articles h3 {
        color: black;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.3rem;
        margin-top: 0;
        margin-bottom: 20px; }
        author-page section .author-articles h3:after {
          content: '';
          display: block;
          width: 56px;
          height: 4px;
          background-color: #52AA7F;
          margin-top: 7px; }
        author-page section .author-articles h3 .name {
          margin-right: 8px; }
      author-page section .author-articles .row {
        margin-left: -5px;
        margin-right: -5px; }
        author-page section .author-articles .row [class*="col-"] {
          padding-left: 5px;
          padding-right: 5px; }
      author-page section .author-articles .post-image {
        margin-bottom: 10px; }
      author-page section .author-articles .article-title {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: black;
        margin-bottom: 5px;
        font-size: 1.6rem;
        line-height: 1;
        height: 3.2rem;
        overflow: hidden; }
      author-page section .author-articles .article-date {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      author-page section .author-articles .article-summary {
        font-size: 1.2rem;
        line-height: 1.2;
        height: 5.76rem;
        overflow: hidden;
        margin-bottom: 10px; }
    @media (max-width: 767px) {
      author-page section .author-image-wrapper {
        margin-bottom: 25px; }
      author-page section .sidebar-container {
        padding: 19px; } }

#toast-container {
  left: 50%;
  right: auto;
  transform: translateX(-50%); }
  #toast-container .toast {
    width: auto;
    display: inline-block;
    font-size: 1.6rem;
    opacity: .95; }
    #toast-container .toast:hover {
      opacity: 1; }

.category-eletmod main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #E9727A 0%, #E34A56 100%); }

.category-eletmod main-header .header-logo-icon linearGradient stop[offset="0"],
.category-eletmod main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #E34A56 !important; }

.category-eletmod main-header .header-logo-icon linearGradient stop[offset="1"],
.category-eletmod main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #E9727A !important; }

.category-eletmod main-header.is_stuck .header-body {
  background: rgba(227, 74, 86, 0.95); }
  .category-eletmod main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-eletmod main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-eletmod main-header .dummy-color {
  color: #E34A56;
  background-color: #E9727A; }

.category-eletmod main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-eletmod main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #E34A56 !important; }

.category-eletmod main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-eletmod main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #E9727A !important; }

.category-eletmod .category-bg-color, .category-eletmod main-menu-dropdown .small-separator, main-menu-dropdown .category-eletmod .small-separator, .category-eletmod article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-eletmod hr, .category-eletmod category-page .section-title h2:after, category-page .section-title .category-eletmod h2:after, .category-eletmod category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-eletmod .slide-background:after, .category-eletmod category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-eletmod .title-middle:after, .category-eletmod content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-eletmod hr {
  background-color: #E34A56; }

.category-eletmod .trending .fancy-number {
  color: rgba(227, 74, 86, 0.3); }

.category-eletmod main .tag-list li a {
  background-color: #E34A56; }
  .category-eletmod main .tag-list li a:hover {
    background-color: #E9727A; }

.category-eletmod main .category-color, .category-eletmod main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-eletmod main .category-subtitle, .category-eletmod main article-page .entry-details .author-title, article-page .entry-details .category-eletmod main .author-title, .category-eletmod main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-eletmod main .slider-nav, .category-eletmod main content-page .entry-details .author-title, content-page .entry-details .category-eletmod main .author-title {
  color: #E34A56; }

.category-eletmod main a.category-color:hover, .category-eletmod main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-eletmod main a.category-subtitle:hover, .category-eletmod main article-page .entry-details a.author-title:hover, article-page .entry-details .category-eletmod main a.author-title:hover, .category-eletmod main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-eletmod main a.slider-nav:hover, .category-eletmod main content-page .entry-details a.author-title:hover, content-page .entry-details .category-eletmod main a.author-title:hover {
  color: #E9727A; }

.category-eletmod main .short-hr {
  background-color: #E34A56; }

.category-eletmod main .goto-link .fa {
  color: #E34A56; }

.category-eletmod main .pagination-wrapper .pagination-prev a,
.category-eletmod main .pagination-wrapper .pagination-next a {
  color: #E34A56; }

.category-eletmod main .most-viewed-col .post h4 a {
  color: #E34A56; }
  .category-eletmod main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-eletmod main latest-articles .post h4 a {
  color: #E34A56; }
  .category-eletmod main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-eletmod main .post-content a {
  color: #E34A56; }
  .category-eletmod main .post-content a:hover {
    color: #E9727A; }

.category-eletmod main .post-content .marker {
  background-color: rgba(227, 74, 86, 0.55); }

.category-eletmod main .comment-form .btn {
  background-color: #E34A56; }
  .category-eletmod main .comment-form .btn:hover {
    background-color: #E9727A; }

.category-eletmod main .article-comments .like-toggle.active,
.category-eletmod main .article-comments .dislike-toggle.active {
  color: #E34A56; }

.category-dropdown-eletmod .tag-list li a {
  background-color: #E34A56; }
  .category-dropdown-eletmod .tag-list li a:hover {
    background-color: #E9727A; }

.category-dropdown-eletmod .sideways-text-wrapper:before {
  background-color: #E34A56; }

.category-dropdown-eletmod .category-color, .category-dropdown-eletmod main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-eletmod .category-subtitle, .category-dropdown-eletmod article-page .entry-details .author-title, article-page .entry-details .category-dropdown-eletmod .author-title, .category-dropdown-eletmod category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-eletmod .slider-nav, .category-dropdown-eletmod content-page .entry-details .author-title, content-page .entry-details .category-dropdown-eletmod .author-title {
  color: #E34A56; }

.category-dropdown-eletmod a.category-color:hover, .category-dropdown-eletmod main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-eletmod a.category-subtitle:hover, .category-dropdown-eletmod article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-eletmod a.author-title:hover, .category-dropdown-eletmod category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-eletmod a.slider-nav:hover, .category-dropdown-eletmod content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-eletmod a.author-title:hover {
  color: #E9727A; }

.category-dropdown-eletmod .short-hr {
  background-color: #E34A56; }

.category-szex main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #F8AA81 0%, #F58B52 100%); }

.category-szex main-header .header-logo-icon linearGradient stop[offset="0"],
.category-szex main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #F58B52 !important; }

.category-szex main-header .header-logo-icon linearGradient stop[offset="1"],
.category-szex main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #F8AA81 !important; }

.category-szex main-header.is_stuck .header-body {
  background: rgba(245, 139, 82, 0.95); }
  .category-szex main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-szex main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-szex main-header .dummy-color {
  color: #F58B52;
  background-color: #F8AA81; }

.category-szex main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-szex main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #F58B52 !important; }

.category-szex main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-szex main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #F8AA81 !important; }

.category-szex .category-bg-color, .category-szex main-menu-dropdown .small-separator, main-menu-dropdown .category-szex .small-separator, .category-szex article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-szex hr, .category-szex category-page .section-title h2:after, category-page .section-title .category-szex h2:after, .category-szex category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-szex .slide-background:after, .category-szex category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-szex .title-middle:after, .category-szex content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-szex hr {
  background-color: #F58B52; }

.category-szex .trending .fancy-number {
  color: rgba(245, 139, 82, 0.3); }

.category-szex main .tag-list li a {
  background-color: #F58B52; }
  .category-szex main .tag-list li a:hover {
    background-color: #F8AA81; }

.category-szex main .category-color, .category-szex main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-szex main .category-subtitle, .category-szex main article-page .entry-details .author-title, article-page .entry-details .category-szex main .author-title, .category-szex main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-szex main .slider-nav, .category-szex main content-page .entry-details .author-title, content-page .entry-details .category-szex main .author-title {
  color: #F58B52; }

.category-szex main a.category-color:hover, .category-szex main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-szex main a.category-subtitle:hover, .category-szex main article-page .entry-details a.author-title:hover, article-page .entry-details .category-szex main a.author-title:hover, .category-szex main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-szex main a.slider-nav:hover, .category-szex main content-page .entry-details a.author-title:hover, content-page .entry-details .category-szex main a.author-title:hover {
  color: #F8AA81; }

.category-szex main .short-hr {
  background-color: #F58B52; }

.category-szex main .goto-link .fa {
  color: #F58B52; }

.category-szex main .pagination-wrapper .pagination-prev a,
.category-szex main .pagination-wrapper .pagination-next a {
  color: #F58B52; }

.category-szex main .most-viewed-col .post h4 a {
  color: #F58B52; }
  .category-szex main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-szex main latest-articles .post h4 a {
  color: #F58B52; }
  .category-szex main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-szex main .post-content a {
  color: #F58B52; }
  .category-szex main .post-content a:hover {
    color: #F8AA81; }

.category-szex main .post-content .marker {
  background-color: rgba(245, 139, 82, 0.55); }

.category-szex main .comment-form .btn {
  background-color: #F58B52; }
  .category-szex main .comment-form .btn:hover {
    background-color: #F8AA81; }

.category-szex main .article-comments .like-toggle.active,
.category-szex main .article-comments .dislike-toggle.active {
  color: #F58B52; }

.category-dropdown-szex .tag-list li a {
  background-color: #F58B52; }
  .category-dropdown-szex .tag-list li a:hover {
    background-color: #F8AA81; }

.category-dropdown-szex .sideways-text-wrapper:before {
  background-color: #F58B52; }

.category-dropdown-szex .category-color, .category-dropdown-szex main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-szex .category-subtitle, .category-dropdown-szex article-page .entry-details .author-title, article-page .entry-details .category-dropdown-szex .author-title, .category-dropdown-szex category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-szex .slider-nav, .category-dropdown-szex content-page .entry-details .author-title, content-page .entry-details .category-dropdown-szex .author-title {
  color: #F58B52; }

.category-dropdown-szex a.category-color:hover, .category-dropdown-szex main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-szex a.category-subtitle:hover, .category-dropdown-szex article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-szex a.author-title:hover, .category-dropdown-szex category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-szex a.slider-nav:hover, .category-dropdown-szex content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-szex a.author-title:hover {
  color: #F8AA81; }

.category-dropdown-szex .short-hr {
  background-color: #F58B52; }

.category-helyem-a-vilagban main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #F8E372 0%, #F4D620 100%); }

.category-helyem-a-vilagban main-header .header-logo-icon linearGradient stop[offset="0"],
.category-helyem-a-vilagban main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #F4D620 !important; }

.category-helyem-a-vilagban main-header .header-logo-icon linearGradient stop[offset="1"],
.category-helyem-a-vilagban main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #F8E372 !important; }

.category-helyem-a-vilagban main-header.is_stuck .header-body {
  background: rgba(244, 214, 32, 0.95); }
  .category-helyem-a-vilagban main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-helyem-a-vilagban main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-helyem-a-vilagban main-header .dummy-color {
  color: #F4D620;
  background-color: #F8E372; }

.category-helyem-a-vilagban main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-helyem-a-vilagban main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #F4D620 !important; }

.category-helyem-a-vilagban main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-helyem-a-vilagban main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #F8E372 !important; }

.category-helyem-a-vilagban .category-bg-color, .category-helyem-a-vilagban main-menu-dropdown .small-separator, main-menu-dropdown .category-helyem-a-vilagban .small-separator, .category-helyem-a-vilagban article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-helyem-a-vilagban hr, .category-helyem-a-vilagban category-page .section-title h2:after, category-page .section-title .category-helyem-a-vilagban h2:after, .category-helyem-a-vilagban category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-helyem-a-vilagban .slide-background:after, .category-helyem-a-vilagban category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-helyem-a-vilagban .title-middle:after, .category-helyem-a-vilagban content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-helyem-a-vilagban hr {
  background-color: #F4D620; }

.category-helyem-a-vilagban .trending .fancy-number {
  color: rgba(244, 214, 32, 0.3); }

.category-helyem-a-vilagban main .tag-list li a {
  background-color: #F4D620; }
  .category-helyem-a-vilagban main .tag-list li a:hover {
    background-color: #F8E372; }

.category-helyem-a-vilagban main .category-color, .category-helyem-a-vilagban main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-helyem-a-vilagban main .category-subtitle, .category-helyem-a-vilagban main article-page .entry-details .author-title, article-page .entry-details .category-helyem-a-vilagban main .author-title, .category-helyem-a-vilagban main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-helyem-a-vilagban main .slider-nav, .category-helyem-a-vilagban main content-page .entry-details .author-title, content-page .entry-details .category-helyem-a-vilagban main .author-title {
  color: #F4D620; }

.category-helyem-a-vilagban main a.category-color:hover, .category-helyem-a-vilagban main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-helyem-a-vilagban main a.category-subtitle:hover, .category-helyem-a-vilagban main article-page .entry-details a.author-title:hover, article-page .entry-details .category-helyem-a-vilagban main a.author-title:hover, .category-helyem-a-vilagban main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-helyem-a-vilagban main a.slider-nav:hover, .category-helyem-a-vilagban main content-page .entry-details a.author-title:hover, content-page .entry-details .category-helyem-a-vilagban main a.author-title:hover {
  color: #F8E372; }

.category-helyem-a-vilagban main .short-hr {
  background-color: #F4D620; }

.category-helyem-a-vilagban main .goto-link .fa {
  color: #F4D620; }

.category-helyem-a-vilagban main .pagination-wrapper .pagination-prev a,
.category-helyem-a-vilagban main .pagination-wrapper .pagination-next a {
  color: #F4D620; }

.category-helyem-a-vilagban main .most-viewed-col .post h4 a {
  color: #F4D620; }
  .category-helyem-a-vilagban main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-helyem-a-vilagban main latest-articles .post h4 a {
  color: #F4D620; }
  .category-helyem-a-vilagban main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-helyem-a-vilagban main .post-content a {
  color: #F4D620; }
  .category-helyem-a-vilagban main .post-content a:hover {
    color: #F8E372; }

.category-helyem-a-vilagban main .post-content .marker {
  background-color: rgba(244, 214, 32, 0.55); }

.category-helyem-a-vilagban main .comment-form .btn {
  background-color: #F4D620; }
  .category-helyem-a-vilagban main .comment-form .btn:hover {
    background-color: #F8E372; }

.category-helyem-a-vilagban main .article-comments .like-toggle.active,
.category-helyem-a-vilagban main .article-comments .dislike-toggle.active {
  color: #F4D620; }

.category-dropdown-helyem-a-vilagban .tag-list li a {
  background-color: #F4D620; }
  .category-dropdown-helyem-a-vilagban .tag-list li a:hover {
    background-color: #F8E372; }

.category-dropdown-helyem-a-vilagban .sideways-text-wrapper:before {
  background-color: #F4D620; }

.category-dropdown-helyem-a-vilagban .category-color, .category-dropdown-helyem-a-vilagban main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-helyem-a-vilagban .category-subtitle, .category-dropdown-helyem-a-vilagban article-page .entry-details .author-title, article-page .entry-details .category-dropdown-helyem-a-vilagban .author-title, .category-dropdown-helyem-a-vilagban category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-helyem-a-vilagban .slider-nav, .category-dropdown-helyem-a-vilagban content-page .entry-details .author-title, content-page .entry-details .category-dropdown-helyem-a-vilagban .author-title {
  color: #F4D620; }

.category-dropdown-helyem-a-vilagban a.category-color:hover, .category-dropdown-helyem-a-vilagban main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-helyem-a-vilagban a.category-subtitle:hover, .category-dropdown-helyem-a-vilagban article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-helyem-a-vilagban a.author-title:hover, .category-dropdown-helyem-a-vilagban category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-helyem-a-vilagban a.slider-nav:hover, .category-dropdown-helyem-a-vilagban content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-helyem-a-vilagban a.author-title:hover {
  color: #F8E372; }

.category-dropdown-helyem-a-vilagban .short-hr {
  background-color: #F4D620; }

.category-kapcsolatok main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #72CF76 0%, #58C75E 100%); }

.category-kapcsolatok main-header .header-logo-icon linearGradient stop[offset="0"],
.category-kapcsolatok main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #58C75E !important; }

.category-kapcsolatok main-header .header-logo-icon linearGradient stop[offset="1"],
.category-kapcsolatok main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #72CF76 !important; }

.category-kapcsolatok main-header.is_stuck .header-body {
  background: rgba(88, 199, 94, 0.95); }
  .category-kapcsolatok main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-kapcsolatok main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-kapcsolatok main-header .dummy-color {
  color: #58C75E;
  background-color: #72CF76; }

.category-kapcsolatok main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-kapcsolatok main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #58C75E !important; }

.category-kapcsolatok main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-kapcsolatok main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #72CF76 !important; }

.category-kapcsolatok .category-bg-color, .category-kapcsolatok main-menu-dropdown .small-separator, main-menu-dropdown .category-kapcsolatok .small-separator, .category-kapcsolatok article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-kapcsolatok hr, .category-kapcsolatok category-page .section-title h2:after, category-page .section-title .category-kapcsolatok h2:after, .category-kapcsolatok category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-kapcsolatok .slide-background:after, .category-kapcsolatok category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-kapcsolatok .title-middle:after, .category-kapcsolatok content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-kapcsolatok hr {
  background-color: #58C75E; }

.category-kapcsolatok .trending .fancy-number {
  color: rgba(88, 199, 94, 0.3); }

.category-kapcsolatok main .tag-list li a {
  background-color: #58C75E; }
  .category-kapcsolatok main .tag-list li a:hover {
    background-color: #72CF76; }

.category-kapcsolatok main .category-color, .category-kapcsolatok main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-kapcsolatok main .category-subtitle, .category-kapcsolatok main article-page .entry-details .author-title, article-page .entry-details .category-kapcsolatok main .author-title, .category-kapcsolatok main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-kapcsolatok main .slider-nav, .category-kapcsolatok main content-page .entry-details .author-title, content-page .entry-details .category-kapcsolatok main .author-title {
  color: #58C75E; }

.category-kapcsolatok main a.category-color:hover, .category-kapcsolatok main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-kapcsolatok main a.category-subtitle:hover, .category-kapcsolatok main article-page .entry-details a.author-title:hover, article-page .entry-details .category-kapcsolatok main a.author-title:hover, .category-kapcsolatok main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-kapcsolatok main a.slider-nav:hover, .category-kapcsolatok main content-page .entry-details a.author-title:hover, content-page .entry-details .category-kapcsolatok main a.author-title:hover {
  color: #72CF76; }

.category-kapcsolatok main .short-hr {
  background-color: #58C75E; }

.category-kapcsolatok main .goto-link .fa {
  color: #58C75E; }

.category-kapcsolatok main .pagination-wrapper .pagination-prev a,
.category-kapcsolatok main .pagination-wrapper .pagination-next a {
  color: #58C75E; }

.category-kapcsolatok main .most-viewed-col .post h4 a {
  color: #58C75E; }
  .category-kapcsolatok main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-kapcsolatok main latest-articles .post h4 a {
  color: #58C75E; }
  .category-kapcsolatok main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-kapcsolatok main .post-content a {
  color: #58C75E; }
  .category-kapcsolatok main .post-content a:hover {
    color: #72CF76; }

.category-kapcsolatok main .post-content .marker {
  background-color: rgba(88, 199, 94, 0.55); }

.category-kapcsolatok main .comment-form .btn {
  background-color: #58C75E; }
  .category-kapcsolatok main .comment-form .btn:hover {
    background-color: #72CF76; }

.category-kapcsolatok main .article-comments .like-toggle.active,
.category-kapcsolatok main .article-comments .dislike-toggle.active {
  color: #58C75E; }

.category-dropdown-kapcsolatok .tag-list li a {
  background-color: #58C75E; }
  .category-dropdown-kapcsolatok .tag-list li a:hover {
    background-color: #72CF76; }

.category-dropdown-kapcsolatok .sideways-text-wrapper:before {
  background-color: #58C75E; }

.category-dropdown-kapcsolatok .category-color, .category-dropdown-kapcsolatok main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-kapcsolatok .category-subtitle, .category-dropdown-kapcsolatok article-page .entry-details .author-title, article-page .entry-details .category-dropdown-kapcsolatok .author-title, .category-dropdown-kapcsolatok category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-kapcsolatok .slider-nav, .category-dropdown-kapcsolatok content-page .entry-details .author-title, content-page .entry-details .category-dropdown-kapcsolatok .author-title {
  color: #58C75E; }

.category-dropdown-kapcsolatok a.category-color:hover, .category-dropdown-kapcsolatok main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-kapcsolatok a.category-subtitle:hover, .category-dropdown-kapcsolatok article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-kapcsolatok a.author-title:hover, .category-dropdown-kapcsolatok category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-kapcsolatok a.slider-nav:hover, .category-dropdown-kapcsolatok content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-kapcsolatok a.author-title:hover {
  color: #72CF76; }

.category-dropdown-kapcsolatok .short-hr {
  background-color: #58C75E; }

.category-onkifejezes main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #66C8E8 0%, #4398D1 100%); }

.category-onkifejezes main-header .header-logo-icon linearGradient stop[offset="0"],
.category-onkifejezes main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #4398D1 !important; }

.category-onkifejezes main-header .header-logo-icon linearGradient stop[offset="1"],
.category-onkifejezes main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #66C8E8 !important; }

.category-onkifejezes main-header.is_stuck .header-body {
  background: rgba(67, 152, 209, 0.95); }
  .category-onkifejezes main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-onkifejezes main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-onkifejezes main-header .dummy-color {
  color: #4398D1;
  background-color: #66C8E8; }

.category-onkifejezes main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-onkifejezes main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #4398D1 !important; }

.category-onkifejezes main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-onkifejezes main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #66C8E8 !important; }

.category-onkifejezes .category-bg-color, .category-onkifejezes main-menu-dropdown .small-separator, main-menu-dropdown .category-onkifejezes .small-separator, .category-onkifejezes article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-onkifejezes hr, .category-onkifejezes category-page .section-title h2:after, category-page .section-title .category-onkifejezes h2:after, .category-onkifejezes category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-onkifejezes .slide-background:after, .category-onkifejezes category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-onkifejezes .title-middle:after, .category-onkifejezes content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-onkifejezes hr {
  background-color: #4398D1; }

.category-onkifejezes .trending .fancy-number {
  color: rgba(67, 152, 209, 0.3); }

.category-onkifejezes main .tag-list li a {
  background-color: #4398D1; }
  .category-onkifejezes main .tag-list li a:hover {
    background-color: #66C8E8; }

.category-onkifejezes main .category-color, .category-onkifejezes main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-onkifejezes main .category-subtitle, .category-onkifejezes main article-page .entry-details .author-title, article-page .entry-details .category-onkifejezes main .author-title, .category-onkifejezes main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-onkifejezes main .slider-nav, .category-onkifejezes main content-page .entry-details .author-title, content-page .entry-details .category-onkifejezes main .author-title {
  color: #4398D1; }

.category-onkifejezes main a.category-color:hover, .category-onkifejezes main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-onkifejezes main a.category-subtitle:hover, .category-onkifejezes main article-page .entry-details a.author-title:hover, article-page .entry-details .category-onkifejezes main a.author-title:hover, .category-onkifejezes main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-onkifejezes main a.slider-nav:hover, .category-onkifejezes main content-page .entry-details a.author-title:hover, content-page .entry-details .category-onkifejezes main a.author-title:hover {
  color: #66C8E8; }

.category-onkifejezes main .short-hr {
  background-color: #4398D1; }

.category-onkifejezes main .goto-link .fa {
  color: #4398D1; }

.category-onkifejezes main .pagination-wrapper .pagination-prev a,
.category-onkifejezes main .pagination-wrapper .pagination-next a {
  color: #4398D1; }

.category-onkifejezes main .most-viewed-col .post h4 a {
  color: #4398D1; }
  .category-onkifejezes main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-onkifejezes main latest-articles .post h4 a {
  color: #4398D1; }
  .category-onkifejezes main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-onkifejezes main .post-content a {
  color: #4398D1; }
  .category-onkifejezes main .post-content a:hover {
    color: #66C8E8; }

.category-onkifejezes main .post-content .marker {
  background-color: rgba(67, 152, 209, 0.55); }

.category-onkifejezes main .comment-form .btn {
  background-color: #4398D1; }
  .category-onkifejezes main .comment-form .btn:hover {
    background-color: #66C8E8; }

.category-onkifejezes main .article-comments .like-toggle.active,
.category-onkifejezes main .article-comments .dislike-toggle.active {
  color: #4398D1; }

.category-dropdown-onkifejezes .tag-list li a {
  background-color: #4398D1; }
  .category-dropdown-onkifejezes .tag-list li a:hover {
    background-color: #66C8E8; }

.category-dropdown-onkifejezes .sideways-text-wrapper:before {
  background-color: #4398D1; }

.category-dropdown-onkifejezes .category-color, .category-dropdown-onkifejezes main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-onkifejezes .category-subtitle, .category-dropdown-onkifejezes article-page .entry-details .author-title, article-page .entry-details .category-dropdown-onkifejezes .author-title, .category-dropdown-onkifejezes category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-onkifejezes .slider-nav, .category-dropdown-onkifejezes content-page .entry-details .author-title, content-page .entry-details .category-dropdown-onkifejezes .author-title {
  color: #4398D1; }

.category-dropdown-onkifejezes a.category-color:hover, .category-dropdown-onkifejezes main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-onkifejezes a.category-subtitle:hover, .category-dropdown-onkifejezes article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-onkifejezes a.author-title:hover, .category-dropdown-onkifejezes category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-onkifejezes a.slider-nav:hover, .category-dropdown-onkifejezes content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-onkifejezes a.author-title:hover {
  color: #66C8E8; }

.category-dropdown-onkifejezes .short-hr {
  background-color: #4398D1; }

.category-onismeret main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #9876B6 0%, #765298 100%); }

.category-onismeret main-header .header-logo-icon linearGradient stop[offset="0"],
.category-onismeret main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #765298 !important; }

.category-onismeret main-header .header-logo-icon linearGradient stop[offset="1"],
.category-onismeret main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #9876B6 !important; }

.category-onismeret main-header.is_stuck .header-body {
  background: rgba(118, 82, 152, 0.95); }
  .category-onismeret main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-onismeret main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-onismeret main-header .dummy-color {
  color: #765298;
  background-color: #9876B6; }

.category-onismeret main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-onismeret main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #765298 !important; }

.category-onismeret main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-onismeret main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #9876B6 !important; }

.category-onismeret .category-bg-color, .category-onismeret main-menu-dropdown .small-separator, main-menu-dropdown .category-onismeret .small-separator, .category-onismeret article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-onismeret hr, .category-onismeret category-page .section-title h2:after, category-page .section-title .category-onismeret h2:after, .category-onismeret category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-onismeret .slide-background:after, .category-onismeret category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-onismeret .title-middle:after, .category-onismeret content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-onismeret hr {
  background-color: #765298; }

.category-onismeret .trending .fancy-number {
  color: rgba(118, 82, 152, 0.3); }

.category-onismeret main .tag-list li a {
  background-color: #765298; }
  .category-onismeret main .tag-list li a:hover {
    background-color: #9876B6; }

.category-onismeret main .category-color, .category-onismeret main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-onismeret main .category-subtitle, .category-onismeret main article-page .entry-details .author-title, article-page .entry-details .category-onismeret main .author-title, .category-onismeret main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-onismeret main .slider-nav, .category-onismeret main content-page .entry-details .author-title, content-page .entry-details .category-onismeret main .author-title {
  color: #765298; }

.category-onismeret main a.category-color:hover, .category-onismeret main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-onismeret main a.category-subtitle:hover, .category-onismeret main article-page .entry-details a.author-title:hover, article-page .entry-details .category-onismeret main a.author-title:hover, .category-onismeret main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-onismeret main a.slider-nav:hover, .category-onismeret main content-page .entry-details a.author-title:hover, content-page .entry-details .category-onismeret main a.author-title:hover {
  color: #9876B6; }

.category-onismeret main .short-hr {
  background-color: #765298; }

.category-onismeret main .goto-link .fa {
  color: #765298; }

.category-onismeret main .pagination-wrapper .pagination-prev a,
.category-onismeret main .pagination-wrapper .pagination-next a {
  color: #765298; }

.category-onismeret main .most-viewed-col .post h4 a {
  color: #765298; }
  .category-onismeret main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-onismeret main latest-articles .post h4 a {
  color: #765298; }
  .category-onismeret main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-onismeret main .post-content a {
  color: #765298; }
  .category-onismeret main .post-content a:hover {
    color: #9876B6; }

.category-onismeret main .post-content .marker {
  background-color: rgba(118, 82, 152, 0.55); }

.category-onismeret main .comment-form .btn {
  background-color: #765298; }
  .category-onismeret main .comment-form .btn:hover {
    background-color: #9876B6; }

.category-onismeret main .article-comments .like-toggle.active,
.category-onismeret main .article-comments .dislike-toggle.active {
  color: #765298; }

.category-dropdown-onismeret .tag-list li a {
  background-color: #765298; }
  .category-dropdown-onismeret .tag-list li a:hover {
    background-color: #9876B6; }

.category-dropdown-onismeret .sideways-text-wrapper:before {
  background-color: #765298; }

.category-dropdown-onismeret .category-color, .category-dropdown-onismeret main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-onismeret .category-subtitle, .category-dropdown-onismeret article-page .entry-details .author-title, article-page .entry-details .category-dropdown-onismeret .author-title, .category-dropdown-onismeret category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-onismeret .slider-nav, .category-dropdown-onismeret content-page .entry-details .author-title, content-page .entry-details .category-dropdown-onismeret .author-title {
  color: #765298; }

.category-dropdown-onismeret a.category-color:hover, .category-dropdown-onismeret main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-onismeret a.category-subtitle:hover, .category-dropdown-onismeret article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-onismeret a.author-title:hover, .category-dropdown-onismeret category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-onismeret a.slider-nav:hover, .category-dropdown-onismeret content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-onismeret a.author-title:hover {
  color: #9876B6; }

.category-dropdown-onismeret .short-hr {
  background-color: #765298; }

.category-spiritualitas main-header .header-top .header-top-background {
  background: linear-gradient(to bottom, #CA77B6 0%, #BB53A0 100%); }

.category-spiritualitas main-header .header-logo-icon linearGradient stop[offset="0"],
.category-spiritualitas main-header .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #BB53A0 !important; }

.category-spiritualitas main-header .header-logo-icon linearGradient stop[offset="1"],
.category-spiritualitas main-header .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #CA77B6 !important; }

.category-spiritualitas main-header.is_stuck .header-body {
  background: rgba(187, 83, 160, 0.95); }
  .category-spiritualitas main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="0"] {
    stop-color: white !important; }
  .category-spiritualitas main-header.is_stuck .header-body .header-logo .header-logo-icon stop[offset="1"] {
    stop-color: white !important; }

.category-spiritualitas main-header .dummy-color {
  color: #BB53A0;
  background-color: #CA77B6; }

.category-spiritualitas main-sidebar .header-logo-icon linearGradient stop[offset="0"],
.category-spiritualitas main-sidebar .header-logo-text linearGradient stop[offset="0"] {
  stop-color: #BB53A0 !important; }

.category-spiritualitas main-sidebar .header-logo-icon linearGradient stop[offset="1"],
.category-spiritualitas main-sidebar .header-logo-text linearGradient stop[offset="1"] {
  stop-color: #CA77B6 !important; }

.category-spiritualitas .category-bg-color, .category-spiritualitas main-menu-dropdown .small-separator, main-menu-dropdown .category-spiritualitas .small-separator, .category-spiritualitas article-page .entry-content .post-meta hr, article-page .entry-content .post-meta .category-spiritualitas hr, .category-spiritualitas category-page .section-title h2:after, category-page .section-title .category-spiritualitas h2:after, .category-spiritualitas category-page category-slider .nav-slider .slide.slick-current .slide-background:after, category-page category-slider .nav-slider .slide.slick-current .category-spiritualitas .slide-background:after, .category-spiritualitas category-page .most-viewed-col .title-middle:after, category-page .most-viewed-col .category-spiritualitas .title-middle:after, .category-spiritualitas content-page .entry-content .post-meta hr, content-page .entry-content .post-meta .category-spiritualitas hr {
  background-color: #BB53A0; }

.category-spiritualitas .trending .fancy-number {
  color: rgba(187, 83, 160, 0.3); }

.category-spiritualitas main .tag-list li a {
  background-color: #BB53A0; }
  .category-spiritualitas main .tag-list li a:hover {
    background-color: #CA77B6; }

.category-spiritualitas main .category-color, .category-spiritualitas main main-menu-dropdown .category-subtitle, main-menu-dropdown .category-spiritualitas main .category-subtitle, .category-spiritualitas main article-page .entry-details .author-title, article-page .entry-details .category-spiritualitas main .author-title, .category-spiritualitas main category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-spiritualitas main .slider-nav, .category-spiritualitas main content-page .entry-details .author-title, content-page .entry-details .category-spiritualitas main .author-title {
  color: #BB53A0; }

.category-spiritualitas main a.category-color:hover, .category-spiritualitas main main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-spiritualitas main a.category-subtitle:hover, .category-spiritualitas main article-page .entry-details a.author-title:hover, article-page .entry-details .category-spiritualitas main a.author-title:hover, .category-spiritualitas main category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-spiritualitas main a.slider-nav:hover, .category-spiritualitas main content-page .entry-details a.author-title:hover, content-page .entry-details .category-spiritualitas main a.author-title:hover {
  color: #CA77B6; }

.category-spiritualitas main .short-hr {
  background-color: #BB53A0; }

.category-spiritualitas main .goto-link .fa {
  color: #BB53A0; }

.category-spiritualitas main .pagination-wrapper .pagination-prev a,
.category-spiritualitas main .pagination-wrapper .pagination-next a {
  color: #BB53A0; }

.category-spiritualitas main .most-viewed-col .post h4 a {
  color: #BB53A0; }
  .category-spiritualitas main .most-viewed-col .post h4 a:hover {
    color: #ccc; }

.category-spiritualitas main latest-articles .post h4 a {
  color: #BB53A0; }
  .category-spiritualitas main latest-articles .post h4 a:hover {
    color: #ccc; }

.category-spiritualitas main .post-content a {
  color: #BB53A0; }
  .category-spiritualitas main .post-content a:hover {
    color: #CA77B6; }

.category-spiritualitas main .post-content .marker {
  background-color: rgba(187, 83, 160, 0.55); }

.category-spiritualitas main .comment-form .btn {
  background-color: #BB53A0; }
  .category-spiritualitas main .comment-form .btn:hover {
    background-color: #CA77B6; }

.category-spiritualitas main .article-comments .like-toggle.active,
.category-spiritualitas main .article-comments .dislike-toggle.active {
  color: #BB53A0; }

.category-dropdown-spiritualitas .tag-list li a {
  background-color: #BB53A0; }
  .category-dropdown-spiritualitas .tag-list li a:hover {
    background-color: #CA77B6; }

.category-dropdown-spiritualitas .sideways-text-wrapper:before {
  background-color: #BB53A0; }

.category-dropdown-spiritualitas .category-color, .category-dropdown-spiritualitas main-menu-dropdown .category-subtitle, main-menu-dropdown .category-dropdown-spiritualitas .category-subtitle, .category-dropdown-spiritualitas article-page .entry-details .author-title, article-page .entry-details .category-dropdown-spiritualitas .author-title, .category-dropdown-spiritualitas category-page category-slider .main-slider-wrapper .slider-nav, category-page category-slider .main-slider-wrapper .category-dropdown-spiritualitas .slider-nav, .category-dropdown-spiritualitas content-page .entry-details .author-title, content-page .entry-details .category-dropdown-spiritualitas .author-title {
  color: #BB53A0; }

.category-dropdown-spiritualitas a.category-color:hover, .category-dropdown-spiritualitas main-menu-dropdown a.category-subtitle:hover, main-menu-dropdown .category-dropdown-spiritualitas a.category-subtitle:hover, .category-dropdown-spiritualitas article-page .entry-details a.author-title:hover, article-page .entry-details .category-dropdown-spiritualitas a.author-title:hover, .category-dropdown-spiritualitas category-page category-slider .main-slider-wrapper a.slider-nav:hover, category-page category-slider .main-slider-wrapper .category-dropdown-spiritualitas a.slider-nav:hover, .category-dropdown-spiritualitas content-page .entry-details a.author-title:hover, content-page .entry-details .category-dropdown-spiritualitas a.author-title:hover {
  color: #CA77B6; }

.category-dropdown-spiritualitas .short-hr {
  background-color: #BB53A0; }

fedelzet-page {
  background: white; }
  fedelzet-page .green-bar {
    background-color: #52AA7F;
    padding: 35px 0;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
    fedelzet-page .green-bar .btn {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 2.5rem;
      padding: 17px 12px;
      border-radius: 7px;
      transition: color .2s, background-color .2s; }
      fedelzet-page .green-bar .btn.btn-black {
        background-color: #333;
        border-color: #333;
        color: white; }
        fedelzet-page .green-bar .btn.btn-black:hover {
          background-color: white;
          color: #333; }
      fedelzet-page .green-bar .btn.btn-white {
        background-color: white;
        border-color: white;
        color: #333; }
        fedelzet-page .green-bar .btn.btn-white:hover {
          background-color: #333;
          color: white; }
  fedelzet-page .login-bar .login-bar-text {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.2;
    margin-top: 8px; }
  fedelzet-page .download-bar .download-text {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.1; }
    fedelzet-page .download-bar .download-text strong {
      color: white;
      font-size: 2.9rem; }
  fedelzet-page .download-bar .short-hr {
    margin: 14px auto 18px; }
  fedelzet-page .download-bar .btn {
    padding: 10px 13px; }
    fedelzet-page .download-bar .btn .t-table .t-cell {
      vertical-align: middle; }
      fedelzet-page .download-bar .btn .t-table .t-cell:last-child {
        text-align: center;
        padding: 0 0 0 5px; }
    fedelzet-page .download-bar .btn .download-name {
      font-size: 1.2rem;
      white-space: normal;
      line-height: 1.4;
      display: block;
      text-transform: none;
      margin-bottom: 10px; }
    fedelzet-page .download-bar .btn .download-label {
      display: block;
      line-height: 1;
      font-weight: bold;
      font-size: 2rem; }
  fedelzet-page .download-bar .thumbnail-image {
    width: 56px;
    height: 56px; }
  fedelzet-page .soma-image {
    width: auto;
    max-width: 100%;
    margin: 0 auto 25px; }
    fedelzet-page .soma-image .t-cell {
      vertical-align: middle; }
  fedelzet-page .fedelzet-content {
    word-break: break-word; }
    fedelzet-page .fedelzet-content h3 {
      margin-top: 45px;
      text-align: center; }
      fedelzet-page .fedelzet-content h3.extra-emphasis {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 2.6rem; }
    fedelzet-page .fedelzet-content h3 + hr {
      margin: 15px auto 35px; }
  fedelzet-page .packages .package-box {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 15px 25px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    fedelzet-page .packages .package-box h4, fedelzet-page .packages .package-box h5 {
      text-align: center; }
    fedelzet-page .packages .package-box hr.short-hr {
      margin: 10px auto; }
      fedelzet-page .packages .package-box hr.short-hr.thin {
        height: 2px; }
    fedelzet-page .packages .package-box ul.feature-list {
      min-height: 236px; }
    fedelzet-page .packages .package-box ul li {
      text-align: center;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      font-size: 1.6rem; }
      fedelzet-page .packages .package-box ul li:last-child {
        border-bottom: none; }
    fedelzet-page .packages .package-box .prices-title {
      margin-top: 20px; }
    fedelzet-page .packages .package-box .prices ul li {
      text-align: left; }
      fedelzet-page .packages .package-box .prices ul li .btn.btn-primary {
        text-align: left;
        font-size: 2rem; }
      fedelzet-page .packages .package-box .prices ul li span:last-child {
        float: right;
        font-weight: bold; }
    fedelzet-page .packages .package-box .prices .important-buying-note {
      font-size: 1.6rem;
      font-weight: bold; }
    fedelzet-page .packages .package-box .special-price {
      display: inline-block;
      margin-top: 10px;
      font-weight: bold; }
  @media (max-width: 767px) {
    fedelzet-page .packages {
      margin-top: 15px; } }
  fedelzet-page .not-premium-block {
    margin-bottom: 40px; }
  fedelzet-page .section-title-wrapper .section-title-content {
    position: relative; }
    fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons {
      position: absolute;
      right: 0;
      bottom: 8px; }
      fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn {
        font-size: 2rem;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        transition: color .2s, background-color .2s; }
        fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn.btn-black {
          background-color: #333;
          border-color: #333;
          color: white; }
          fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn.btn-black:hover {
            background-color: white;
            color: #333; }
        fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn.btn-white {
          background-color: white;
          border-color: #333;
          color: #333; }
          fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn.btn-white:hover {
            background-color: #333;
            color: white; }
      fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .login-buttons .btn {
        font-size: 2.2rem; }
      @media (max-width: 991px) {
        fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons {
          position: static;
          margin-top: 10px; } }
      @media (max-width: 479px) {
        fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn {
          display: block; }
          fedelzet-page .section-title-wrapper .section-title-content .section-title-buttons .btn + .btn {
            margin-top: 10px; } }
  fedelzet-page.general-page section {
    margin-top: 0; }
  fedelzet-page .subscription-content .nav-tabs-container {
    position: relative; }
    fedelzet-page .subscription-content .nav-tabs-container .nav-tabs {
      position: absolute;
      width: 100%;
      bottom: 100%;
      text-align: right;
      border-bottom: none; }
      fedelzet-page .subscription-content .nav-tabs-container .nav-tabs > li {
        float: none;
        display: inline-block; }
        fedelzet-page .subscription-content .nav-tabs-container .nav-tabs > li a {
          font-size: 2rem; }
        fedelzet-page .subscription-content .nav-tabs-container .nav-tabs > li.active > a {
          border-color: #eee;
          background-color: #fbfbfb;
          border-bottom-color: transparent; }
  fedelzet-page .subscription-content .tab-content {
    border-top: 1px solid #eee;
    background-color: #fbfbfb; }
  fedelzet-page .subscription-content .subscription-renew-warning-panel {
    margin-top: 15px; }
    fedelzet-page .subscription-content .subscription-renew-warning-panel .text-bold {
      font-weight: bold; }
    fedelzet-page .subscription-content .subscription-renew-warning-panel a {
      color: #52AA7F; }
  @media (max-width: 991px) {
    fedelzet-page .download-image {
      max-width: 300px;
      margin-bottom: 20px; }
    fedelzet-page .soma-image {
      display: block;
      text-align: center; }
      fedelzet-page .soma-image .t-cell {
        display: block; }
    fedelzet-page .download-bar .btn {
      display: inline-block; } }
  @media (max-width: 479px) {
    fedelzet-page .download-bar .btn {
      margin-top: 15px; } }

.ngdialog.fedelzet-description-dialog-wrapper .ngdialog-overlay {
  pointer-events: none; }

.ngdialog.fedelzet-description-dialog-wrapper .ngdialog-content {
  background: #fefefe;
  width: 750px;
  text-align: justify; }
  .ngdialog.fedelzet-description-dialog-wrapper .ngdialog-content iframe {
    margin: 20px auto;
    display: block; }
  .ngdialog.fedelzet-description-dialog-wrapper .ngdialog-content h3 {
    text-align: center; }
  .ngdialog.fedelzet-description-dialog-wrapper .ngdialog-content hr.short-hr {
    margin-left: auto;
    margin-right: auto; }

tiszta-szex-page {
  font-family: "Montserrat", sans-serif; }
  tiszta-szex-page .intro-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 38px; }
  tiszta-szex-page .cover-image-wrapper {
    display: inline-block;
    padding: 7px;
    border: 2px solid #293078; }
  tiszta-szex-page .toc-row {
    margin-bottom: 29px; }
    tiszta-szex-page .toc-row .toc-block .toc-title {
      color: #293078;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 2.5rem; }
    tiszta-szex-page .toc-row .toc-block > ol {
      list-style: upper-roman;
      padding-left: 25px;
      font-size: 1.7rem;
      line-height: 1.5; }
      tiszta-szex-page .toc-row .toc-block > ol > li {
        padding-left: 40px; }
        tiszta-szex-page .toc-row .toc-block > ol > li li {
          padding-left: 10px; }
  tiszta-szex-page .btn-blue,
  tiszta-szex-page .btn-blue-small {
    margin: 0 0 24px; }
  tiszta-szex-page .btn-blue {
    background-color: #293078;
    text-transform: uppercase;
    font-size: 5.2rem;
    border-radius: 9px;
    color: white;
    font-weight: 300;
    letter-spacing: 4px;
    padding-top: 18px;
    padding-bottom: 9px;
    transition: color .2s, background-color .2s; }
    tiszta-szex-page .btn-blue:hover, tiszta-szex-page .btn-blue:focus {
      background-color: #4752c0;
      color: white; }
    tiszta-szex-page .btn-blue .price {
      font-weight: bold; }
  tiszta-szex-page .registration-warning,
  tiszta-szex-page .download-instructions {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 35px; }
  tiszta-szex-page .registration-warning {
    color: red; }
  tiszta-szex-page .download-instructions {
    color: #293078; }
  tiszta-szex-page .paypal-logos .t-table {
    width: auto;
    margin: 0 auto; }
  @media (max-width: 1199px) {
    tiszta-szex-page .btn-blue {
      font-size: 4.6rem; } }
  @media (max-width: 991px) {
    tiszta-szex-page .btn-blue {
      letter-spacing: 2px; } }
  @media (max-width: 479px) {
    tiszta-szex-page .paypal-logos .t-table,
    tiszta-szex-page .paypal-logos .t-table .t-cell {
      display: block; }
    tiszta-szex-page .paypal-logos .t-table .t-cell img {
      margin: 0 auto; }
    tiszta-szex-page .btn-blue {
      font-size: 2.8rem;
      letter-spacing: 0px;
      white-space: normal; } }

article-comment .t-cell {
  vertical-align: top; }
  article-comment .t-cell:last-child {
    padding-left: 10px; }

article-comment .comment-picture {
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px; }

article-comment .comment-name {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px; }

article-comment .comment-content {
  margin-bottom: 10px; }

article-comment .comment-meta .comment-date {
  font-size: 1.2rem;
  margin-right: 10px; }

article-comment .comment-meta .like-count {
  margin-right: 5px; }

article-comment .comment-meta .like-toggle,
article-comment .comment-meta .dislike-toggle {
  transition: color .2s; }

article-comment .comment-meta .like-toggle {
  margin-right: 10px; }

main-sidebar.sidr {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 15px; }
  main-sidebar.sidr .sidebar-logo .t-table {
    width: 85%;
    margin: 20px auto; }
    main-sidebar.sidr .sidebar-logo .t-table .t-cell:first-child {
      padding-right: 3px; }
    main-sidebar.sidr .sidebar-logo .t-table .t-cell:last-child {
      padding-left: 3px; }
  main-sidebar.sidr .subscription-expires {
    text-align: center; }
    main-sidebar.sidr .subscription-expires .value {
      margin-left: .2em; }
  main-sidebar.sidr ul.sidebar-user li {
    border-top: 1px solid #75bd9a;
    border-bottom: 1px solid #295640;
    background-color: #52AA7F; }
  main-sidebar.sidr ul.sidebar-user.user-guest {
    white-space: nowrap; }
    main-sidebar.sidr ul.sidebar-user.user-guest li {
      display: inline-block; }
      main-sidebar.sidr ul.sidebar-user.user-guest li:first-child {
        border-right: 1px solid #295640; }
      main-sidebar.sidr ul.sidebar-user.user-guest li:last-child {
        border-left: 1px solid #295640; }
      main-sidebar.sidr ul.sidebar-user.user-guest li a {
        font-size: 1.3rem;
        padding: 5px 12px; }
  main-sidebar.sidr ul.sidebar-user.user-loggedin {
    text-transform: none; }
    main-sidebar.sidr ul.sidebar-user.user-loggedin li {
      text-align: center; }
      main-sidebar.sidr ul.sidebar-user.user-loggedin li .text,
      main-sidebar.sidr ul.sidebar-user.user-loggedin li img {
        vertical-align: middle; }
      main-sidebar.sidr ul.sidebar-user.user-loggedin li .name {
        margin-left: 5px; }
      main-sidebar.sidr ul.sidebar-user.user-loggedin li img {
        border-radius: 50%;
        margin-left: -35px;
        margin-right: 8px;
        width: 35px;
        height: 35px; }
    main-sidebar.sidr ul.sidebar-user.user-loggedin ul {
      border-top: 0;
      border-bottom: 0;
      margin-bottom: 0; }
  main-sidebar.sidr .user-loggedin-container {
    position: relative;
    overflow: hidden;
    height: 46px;
    margin-bottom: 10px;
    transition: height .3s; }
    main-sidebar.sidr .user-loggedin-container.open {
      height: 135px; }
      main-sidebar.sidr .user-loggedin-container.open .user-loggedin .user-dropdown-toggle {
        background-color: #AAD076; }
    main-sidebar.sidr .user-loggedin-container .user-loggedin,
    main-sidebar.sidr .user-loggedin-container .user-loggedin-dropdown {
      margin-bottom: 0; }
    main-sidebar.sidr .user-loggedin-container .user-loggedin {
      border-bottom: 0;
      position: relative;
      z-index: 2; }
      main-sidebar.sidr .user-loggedin-container .user-loggedin .user-dropdown-toggle {
        box-shadow: none;
        padding: 0 15px;
        line-height: 2.8; }
    main-sidebar.sidr .user-loggedin-container .user-loggedin-dropdown {
      border-top: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
  main-sidebar.sidr > ul,
  main-sidebar.sidr .user-loggedin-container > ul {
    margin-bottom: 10px; }
    main-sidebar.sidr > ul li,
    main-sidebar.sidr > ul li:hover,
    main-sidebar.sidr .user-loggedin-container > ul li,
    main-sidebar.sidr .user-loggedin-container > ul li:hover {
      line-height: 2.8; }

premium-page .subscription-expires-panel .panel-body {
  text-align: center; }

premium-page .auto-renew-duration-panel li + li {
  margin-top: 10px; }

premium-page .auto-renew-duration-panel li .btn {
  text-align: left; }
  premium-page .auto-renew-duration-panel li .btn span:last-child {
    float: right; }

banner-block {
  display: block;
  text-align: center;
  line-height: 1; }
  banner-block .image-banner,
  banner-block .html-banner {
    display: inline-block;
    vertical-align: middle; }
  banner-block .image-banner {
    border: 1px solid black; }
    banner-block .image-banner img {
      display: block;
      max-width: 100%;
      height: auto; }
  banner-block .html-banner-outer {
    margin: 0 auto; }
    banner-block .html-banner-outer .html-banner-wrapper {
      overflow: hidden;
      position: relative; }
      banner-block .html-banner-outer .html-banner-wrapper .html-banner {
        position: absolute;
        left: 50%;
        top: 50%;
        overflow: hidden;
        transform: translate(-50%, -50%); }

premium-packages-page .relative-wrapper,
premium-package-page .relative-wrapper,
purchased-packages-page .relative-wrapper {
  position: relative; }

premium-packages-page .page-header,
premium-package-page .page-header,
purchased-packages-page .page-header {
  margin: 0;
  padding: 0;
  border-bottom: .9rem solid transparent;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }
  premium-packages-page .page-header .relative-wrapper,
  premium-package-page .page-header .relative-wrapper,
  purchased-packages-page .page-header .relative-wrapper {
    height: 42.1rem; }
  premium-packages-page .page-header .background-text,
  premium-package-page .page-header .background-text,
  purchased-packages-page .page-header .background-text {
    font-family: 'Transat', sans-serif !important;
    font-weight: 900 !important;
    position: absolute;
    left: 0;
    top: 6.5rem;
    width: 100%;
    color: rgba(24, 24, 26, 0.1);
    text-align: center;
    font-size: 10rem;
    line-height: 1;
    text-transform: uppercase; }

premium-packages-page .page-body,
premium-package-page .page-body,
purchased-packages-page .page-body {
  background-image: url(../../images/premium/premium_csomag_body_bg.png);
  background-repeat: no-repeat;
  background-position: center 43rem;
  background-size: 100% auto;
  padding-bottom: 16rem; }
  premium-packages-page .page-body h1,
  premium-package-page .page-body h1,
  purchased-packages-page .page-body h1 {
    color: white;
    margin: 0;
    padding: 4.5rem 0 5rem;
    text-align: center;
    text-transform: uppercase; }
    premium-packages-page .page-body h1:after,
    premium-package-page .page-body h1:after,
    purchased-packages-page .page-body h1:after {
      content: '';
      display: block;
      width: 3.6rem;
      height: .5rem;
      background-color: white;
      margin: 1rem auto 0 auto; }
  premium-packages-page .page-body .main-title,
  premium-packages-page .page-body .main-subtitle,
  premium-package-page .page-body .main-title,
  premium-package-page .page-body .main-subtitle,
  purchased-packages-page .page-body .main-title,
  purchased-packages-page .page-body .main-subtitle {
    line-height: 1;
    display: block; }
  premium-packages-page .page-body .main-title,
  premium-package-page .page-body .main-title,
  purchased-packages-page .page-body .main-title {
    font-family: 'Transat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 6.2rem;
    letter-spacing: 0.2rem;
    line-height: .85; }
    premium-packages-page .page-body .main-title .bigger-letters,
    premium-package-page .page-body .main-title .bigger-letters,
    purchased-packages-page .page-body .main-title .bigger-letters {
      font-size: 1.6em; }
  premium-packages-page .page-body .top-video,
  premium-package-page .page-body .top-video,
  purchased-packages-page .page-body .top-video {
    border-style: solid;
    border-color: #111111;
    border-width: 1.6rem 2.2rem 2.6rem;
    border-radius: .9rem;
    margin: 0 auto;
    max-width: 70rem; }
  premium-packages-page .page-body .grey-box,
  premium-package-page .page-body .grey-box,
  purchased-packages-page .page-body .grey-box {
    border: 1px solid rgba(176, 176, 176, 0.7);
    border-radius: .8rem;
    background-color: rgba(235, 235, 235, 0.7); }
  premium-packages-page .page-body .package-thumbnail,
  premium-package-page .page-body .package-thumbnail,
  purchased-packages-page .page-body .package-thumbnail {
    border-radius: .8rem;
    display: inline-block;
    background-color: #111111;
    padding: 1.2rem; }
    premium-packages-page .page-body .package-thumbnail img,
    premium-package-page .page-body .package-thumbnail img,
    purchased-packages-page .page-body .package-thumbnail img {
      max-width: 100%;
      border-radius: .8rem; }
  premium-packages-page .page-body .package-files-title,
  premium-package-page .page-body .package-files-title,
  purchased-packages-page .page-body .package-files-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem; }
  premium-packages-page .page-body .package-files,
  premium-package-page .page-body .package-files,
  purchased-packages-page .page-body .package-files {
    padding-left: 0;
    list-style: none; }
    premium-packages-page .page-body .package-files li,
    premium-package-page .page-body .package-files li,
    purchased-packages-page .page-body .package-files li {
      font-weight: 600;
      line-height: 1.8; }
      premium-packages-page .page-body .package-files li .item-number,
      premium-package-page .page-body .package-files li .item-number,
      purchased-packages-page .page-body .package-files li .item-number {
        display: inline-block;
        width: 1.7rem;
        margin-right: .2em; }

premium-packages-page .page-header,
purchased-packages-page .page-header {
  background-image: url(../../images/premium/premium_csomag_header_bg.jpg);
  border-color: #52AA7F; }
  premium-packages-page .page-header .main-subtitle,
  purchased-packages-page .page-header .main-subtitle {
    font-weight: 400;
    font-size: 3.5rem; }
  premium-packages-page .page-header .leftside-image,
  purchased-packages-page .page-header .leftside-image {
    position: absolute;
    left: -25.5rem;
    bottom: -10.4rem; }

premium-packages-page .page-body h2,
purchased-packages-page .page-body h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 2rem 0 4rem 0; }
  premium-packages-page .page-body h2:after,
  purchased-packages-page .page-body h2:after {
    content: '';
    display: block;
    width: 3.6rem;
    height: .5rem;
    background-color: #4d4d4d;
    margin: 1rem auto 0 auto; }

premium-packages-page .page-body .package-list-item,
purchased-packages-page .page-body .package-list-item {
  margin-bottom: 5rem; }
  premium-packages-page .page-body .package-list-item:before, premium-packages-page .page-body .package-list-item:after,
  purchased-packages-page .page-body .package-list-item:before,
  purchased-packages-page .page-body .package-list-item:after {
    content: " ";
    display: table; }
  premium-packages-page .page-body .package-list-item:after,
  purchased-packages-page .page-body .package-list-item:after {
    clear: both; }
  premium-packages-page .page-body .package-list-item .left-col-contents,
  purchased-packages-page .page-body .package-list-item .left-col-contents {
    margin-left: -4.7rem;
    margin-top: -1.4rem; }
  premium-packages-page .page-body .package-list-item .package-button-wrapper,
  purchased-packages-page .page-body .package-list-item .package-button-wrapper {
    max-width: 29.5rem;
    padding: 2rem 0;
    text-align: center; }
  premium-packages-page .page-body .package-list-item .package-button,
  purchased-packages-page .page-body .package-list-item .package-button {
    position: relative;
    display: inline-block;
    color: white;
    border-radius: .8rem;
    padding: 1rem 2.6rem 0.5rem 2.6rem;
    text-transform: uppercase;
    line-height: 1.1;
    transition: opacity .25s;
    font-size: 3.8rem; }
    premium-packages-page .page-body .package-list-item .package-button:hover,
    purchased-packages-page .page-body .package-list-item .package-button:hover {
      opacity: .8; }
    premium-packages-page .page-body .package-list-item .package-button .line,
    purchased-packages-page .page-body .package-list-item .package-button .line {
      display: block;
      text-align: center; }
    premium-packages-page .page-body .package-list-item .package-button .line:nth-child(1),
    purchased-packages-page .page-body .package-list-item .package-button .line:nth-child(1) {
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 700 !important;
      letter-spacing: .1rem; }
    premium-packages-page .page-body .package-list-item .package-button .line:nth-child(2),
    purchased-packages-page .page-body .package-list-item .package-button .line:nth-child(2) {
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 800 !important;
      font-size: 1.3em;
      letter-spacing: 0.2rem; }
    premium-packages-page .page-body .package-list-item .package-button:after,
    purchased-packages-page .page-body .package-list-item .package-button:after {
      content: '';
      display: block;
      background-image: url(../../images/premium/premium_csomagok_price_arrow.png);
      width: 9rem;
      height: 11.8rem;
      position: absolute;
      left: -6.9rem;
      top: 27%; }
  premium-packages-page .page-body .package-list-item.purchased-package .package-button,
  purchased-packages-page .page-body .package-list-item.purchased-package .package-button {
    font-size: 2.8rem; }
  premium-packages-page .page-body .package-list-item h3,
  purchased-packages-page .page-body .package-list-item h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 4.7rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin: 1.9rem 0 0.4rem; }
  premium-packages-page .page-body .package-list-item .package-subtitle,
  purchased-packages-page .page-body .package-list-item .package-subtitle {
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 1.7rem; }
  premium-packages-page .page-body .package-list-item .package-short-description,
  purchased-packages-page .page-body .package-list-item .package-short-description {
    font-weight: bold;
    font-size: 1.9rem; }
  premium-packages-page .page-body .package-list-item .package-files-intro,
  purchased-packages-page .page-body .package-list-item .package-files-intro {
    margin-bottom: 1.5rem; }

premium-packages-page .page-body .fedelzet-content,
purchased-packages-page .page-body .fedelzet-content {
  margin-bottom: 5rem; }

premium-packages-page .page-body .audiobooks-btn,
purchased-packages-page .page-body .audiobooks-btn {
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 auto 5rem; }

@media (max-width: 1199px) {
  premium-packages-page .page-header .background-text,
  purchased-packages-page .page-header .background-text {
    font-size: 9rem; }
  premium-packages-page .page-body .top-video,
  purchased-packages-page .page-body .top-video {
    max-width: 60rem;
    margin-right: 5rem; }
  premium-packages-page .page-body .package-list-item .package-button,
  purchased-packages-page .page-body .package-list-item .package-button {
    font-size: 3rem; }
  premium-packages-page .page-body .package-list-item.purchased-package .package-button,
  purchased-packages-page .page-body .package-list-item.purchased-package .package-button {
    font-size: 2.2rem; } }

@media (max-width: 991px) {
  premium-packages-page .page-header .background-text,
  purchased-packages-page .page-header .background-text {
    font-size: 7rem; }
  premium-packages-page .page-header .leftside-image,
  purchased-packages-page .page-header .leftside-image {
    display: none; }
  premium-packages-page .page-body .top-video,
  purchased-packages-page .page-body .top-video {
    margin-right: auto; }
  premium-packages-page .page-body .package-list-item .package-subtitle,
  purchased-packages-page .page-body .package-list-item .package-subtitle {
    font-size: 3rem; }
  premium-packages-page .page-body .package-list-item .package-short-description,
  purchased-packages-page .page-body .package-list-item .package-short-description {
    font-size: 1.6rem; }
  premium-packages-page .page-body .package-list-item .package-button,
  purchased-packages-page .page-body .package-list-item .package-button {
    font-size: 2.1rem; }
  premium-packages-page .page-body .package-list-item.purchased-package .package-button,
  purchased-packages-page .page-body .package-list-item.purchased-package .package-button {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media (max-width: 767px) {
  premium-packages-page .page-header .relative-wrapper,
  purchased-packages-page .page-header .relative-wrapper {
    height: 26rem; }
  premium-packages-page .page-header .background-text,
  purchased-packages-page .page-header .background-text {
    display: none; }
  premium-packages-page .page-body,
  purchased-packages-page .page-body {
    background-position-y: 26rem; }
    premium-packages-page .page-body .main-title,
    purchased-packages-page .page-body .main-title {
      font-size: 4.2rem; }
    premium-packages-page .page-body .main-subtitle,
    purchased-packages-page .page-body .main-subtitle {
      font-size: 2.4rem; }
    premium-packages-page .page-body .top-video,
    purchased-packages-page .page-body .top-video {
      border-width: .8rem 1.1rem 1.3rem; }
    premium-packages-page .page-body .package-list-item .left-col-contents,
    purchased-packages-page .page-body .package-list-item .left-col-contents {
      margin-left: 0;
      margin-top: 0;
      text-align: center; }
    premium-packages-page .page-body .package-list-item .package-button:after,
    purchased-packages-page .page-body .package-list-item .package-button:after {
      display: none; }
    premium-packages-page .page-body .package-list-item .package-button-wrapper,
    purchased-packages-page .page-body .package-list-item .package-button-wrapper {
      margin: 0 auto; } }

premium-package-page .page-header {
  border-color: #111111; }
  premium-package-page .page-header .background-text {
    display: none; }

premium-package-page .page-body h1 {
  line-height: 1; }

premium-package-page .page-body .main-title {
  margin-bottom: 1.1rem;
  font-size: 5.6rem; }

premium-package-page .page-body .package-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 8.5rem;
  letter-spacing: 0.3rem; }

premium-package-page .page-body .package-subtitle {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  color: white;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 2.8rem; }

premium-package-page .page-body .top-video {
  margin-bottom: 4rem; }

premium-package-page .page-body .package-intro {
  margin-bottom: 4.8rem; }
  premium-package-page .page-body .package-intro .package-intro-contents {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700; }
  premium-package-page .page-body .package-intro .under-rectangle {
    display: block;
    width: 3.6rem;
    height: .5rem;
    background-color: transparent;
    margin: 1rem auto 0 auto; }

premium-package-page .page-body .package-files-title {
  font-size: 3.8rem;
  margin-bottom: 2.2rem; }

premium-package-page .page-body .package-files-container {
  padding: 4.3rem 2.5rem; }
  premium-package-page .page-body .package-files-container:before, premium-package-page .page-body .package-files-container:after {
    content: " ";
    display: table; }
  premium-package-page .page-body .package-files-container:after {
    clear: both; }

premium-package-page .page-body .thank-you-row {
  display: table;
  width: 100%;
  margin-bottom: 2rem; }
  premium-package-page .page-body .thank-you-row > div {
    display: table-cell; }
    premium-package-page .page-body .thank-you-row > div:nth-child(1) {
      width: 16%; }
    premium-package-page .page-body .thank-you-row > div:nth-child(2) {
      padding-left: 2rem;
      font-size: 2.6rem; }

premium-package-page .page-body .package-files li {
  font-size: 2.1rem;
  line-height: 1.6; }
  premium-package-page .page-body .package-files li .item-number {
    width: 3.8rem; }

premium-package-page .page-body .purchased-package-files li {
  display: table;
  width: 100%;
  background-color: #fefefe;
  border-radius: .6rem;
  border: 1px solid #d59dc9;
  padding: .6rem .5rem;
  margin-bottom: 1rem;
  font-size: 1.9rem; }
  premium-package-page .page-body .purchased-package-files li > div {
    display: table-cell;
    vertical-align: middle; }
    premium-package-page .page-body .purchased-package-files li > div:nth-child(1) {
      width: 1px;
      padding-right: 1rem;
      vertical-align: top;
      font-size: 2.5rem; }
    premium-package-page .page-body .purchased-package-files li > div:nth-child(3) {
      text-align: right;
      white-space: nowrap; }
  premium-package-page .page-body .purchased-package-files li .file-button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #fdfbfb;
    background-color: #9e1581;
    text-transform: uppercase;
    margin-left: .5rem;
    border-radius: .6rem;
    padding: .7rem .9rem;
    transition: background-color .25s;
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
    min-width: 12.7rem;
    text-align: center; }
    premium-package-page .page-body .purchased-package-files li .file-button:hover {
      background-color: #cb1ba6; }

premium-package-page .page-body .right-col-contents {
  margin-right: -9.9rem;
  text-align: right; }

premium-package-page .page-body .package-thumbnail {
  background-color: white;
  margin-bottom: 1.1rem; }

premium-package-page .page-body .package-price {
  display: inline-block;
  border-radius: .9rem;
  padding: 1.7rem 2.2rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1; }
  premium-package-page .page-body .package-price .line {
    display: block; }
  premium-package-page .page-body .package-price .line:nth-child(1) {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.3rem;
    letter-spacing: 0.7rem; }
  premium-package-page .page-body .package-price .price-value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 6rem;
    letter-spacing: 0.2rem; }
  premium-package-page .page-body .package-price .price-currency {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 100 !important;
    font-size: 5.9rem;
    letter-spacing: 0.3rem; }

premium-package-page .page-body .buy-button-row {
  margin-top: -2.4rem;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 2.5rem; }
  premium-package-page .page-body .buy-button-row:before, premium-package-page .page-body .buy-button-row:after {
    content: " ";
    display: table; }
  premium-package-page .page-body .buy-button-row:after {
    clear: both; }
  premium-package-page .page-body .buy-button-row .paypal-stuff {
    display: inline-block;
    vertical-align: middle;
    float: right; }

premium-package-page .page-body .buy-button {
  display: inline-block;
  padding: .7rem;
  background-color: #141313;
  border-radius: .6rem;
  line-height: 1;
  vertical-align: middle; }
  premium-package-page .page-body .buy-button .buy-button-content {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    display: inline-block;
    position: relative;
    padding: 2.4rem 3.3rem;
    text-transform: uppercase;
    border-radius: .6rem;
    color: white;
    font-size: 3.4rem;
    letter-spacing: 0.1rem; }
    premium-package-page .page-body .buy-button .buy-button-content:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      opacity: 0;
      transition: opacity .25s; }
    premium-package-page .page-body .buy-button .buy-button-content:hover:after {
      opacity: .2; }

premium-package-page .page-body h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 600; }
  premium-package-page .page-body h2:after {
    content: '';
    display: block;
    width: 3.6rem;
    height: .5rem;
    background-color: #111111;
    margin: 1rem auto 0 auto; }

premium-package-page .page-body .package-info-description {
  margin-top: 3.3rem;
  font-size: 1.6rem; }

premium-package-page .page-body .big-buy-button-row {
  margin-top: 5rem;
  text-align: center; }
  premium-package-page .page-body .big-buy-button-row .buy-button {
    padding: 1.2rem; }
    premium-package-page .page-body .big-buy-button-row .buy-button .buy-button-content {
      padding: 2.5rem 5.5rem;
      font-size: 6.8rem; }

premium-package-page .page-body .paypal-information {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  margin: 5rem 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem; }
  premium-package-page .page-body .paypal-information .paypal-information-top {
    color: red; }
  premium-package-page .page-body .paypal-information .paypal-information-button {
    display: block;
    color: white;
    margin: 2rem 0;
    padding: 1.5rem 1rem;
    border-radius: .6rem;
    line-height: 1;
    transition: opacity .25s; }
    premium-package-page .page-body .paypal-information .paypal-information-button:hover {
      opacity: .8; }

premium-package-page .page-body .who-am-i-block {
  margin-top: 4.2rem;
  padding-top: 3.3rem;
  padding-right: 4.6rem;
  padding-bottom: 1.7rem; }
  premium-package-page .page-body .who-am-i-block .who-am-i-description:before, premium-package-page .page-body .who-am-i-block .who-am-i-description:after {
    content: " ";
    display: table; }
  premium-package-page .page-body .who-am-i-block .who-am-i-description:after {
    clear: both; }
  premium-package-page .page-body .who-am-i-block .who-am-i-description .left-col-content {
    margin-left: -12.8rem; }
  premium-package-page .page-body .who-am-i-block .who-am-i-description .right-col-content {
    text-align: left;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.9; }

@media (max-width: 1199px) {
  premium-package-page .page-header .background-text {
    font-size: 9rem; }
  premium-package-page .page-body .main-title {
    font-size: 5.0rem; }
  premium-package-page .page-body .package-title {
    font-size: 7.6rem; }
  premium-package-page .page-body .package-files li {
    font-size: 2.1rem; }
  premium-package-page .page-body .package-intro .package-intro-contents {
    font-size: 2.2rem; }
  premium-package-page .page-body .paypal-stuff {
    width: 28rem; }
  premium-package-page .page-body .buy-button .buy-button-content {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    font-size: 3rem; }
  premium-package-page .page-body h2 {
    font-size: 4.3rem; }
  premium-package-page .page-body .big-buy-button-row .buy-button .buy-button-content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    font-size: 5.4rem; }
  premium-package-page .page-body .who-am-i-block .who-am-i-description .right-col-content {
    font-size: 1.7rem; } }

@media (max-width: 991px) {
  premium-package-page .page-header .background-text {
    font-size: 7rem; }
  premium-package-page .page-body .main-title {
    font-size: 4.5rem; }
  premium-package-page .page-body .package-title {
    font-size: 6.8rem; }
  premium-package-page .page-body .package-subtitle {
    font-size: 2.9rem; }
  premium-package-page .page-body .package-intro .package-intro-contents {
    font-size: 2rem; }
  premium-package-page .page-body .package-files li {
    font-size: 1.9rem; }
  premium-package-page .page-body .package-price .line:nth-child(1) {
    font-size: 1.8rem;
    letter-spacing: 0.5rem; }
  premium-package-page .page-body .package-price .price-value {
    font-size: 4.3rem; }
  premium-package-page .page-body .package-price .price-currency {
    font-size: 4.2rem; }
  premium-package-page .page-body .buy-button-row .paypal-stuff {
    float: none;
    margin-left: 12rem;
    margin-top: 2rem; }
  premium-package-page .page-body .big-buy-button-row .buy-button .buy-button-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 4.1rem; }
  premium-package-page .page-body h2 {
    font-size: 3.4rem; } }

@media (max-width: 767px) {
  premium-package-page .page-header .relative-wrapper {
    height: 30rem; }
  premium-package-page .page-header .background-text {
    display: none; }
  premium-package-page .page-body {
    background-position-y: 26rem; }
    premium-package-page .page-body .package-title {
      font-size: 3rem; }
    premium-package-page .page-body .package-subtitle {
      font-size: 1.8rem; }
    premium-package-page .page-body .package-intro .package-intro-contents {
      font-size: 1.6rem; }
    premium-package-page .page-body .package-files li {
      font-size: 1.4rem; }
    premium-package-page .page-body .right-col-contents {
      margin-right: 0;
      text-align: center; }
    premium-package-page .page-body .package-thumbnail-wrapper {
      display: block; }
    premium-package-page .page-body .thank-you-row {
      display: block; }
      premium-package-page .page-body .thank-you-row > div {
        display: block;
        text-align: center; }
        premium-package-page .page-body .thank-you-row > div:nth-child(1) {
          width: 100%; }
        premium-package-page .page-body .thank-you-row > div:nth-child(2) {
          padding-left: 0;
          font-size: 2rem; }
    premium-package-page .page-body .package-files-title {
      text-align: center; }
    premium-package-page .page-body .purchased-package-files li {
      display: block; }
      premium-package-page .page-body .purchased-package-files li > div {
        display: block;
        text-align: center !important;
        width: auto !important;
        white-space: normal !important; }
        premium-package-page .page-body .purchased-package-files li > div + div {
          margin-top: 1rem; }
    premium-package-page .page-body .buy-button-row {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: center; }
      premium-package-page .page-body .buy-button-row .paypal-stuff {
        margin-left: 0; }
        premium-package-page .page-body .buy-button-row .paypal-stuff img {
          max-width: 100%; }
    premium-package-page .page-body .buy-button .buy-button-content {
      padding: 1rem 1.5rem;
      font-size: 2.3rem;
      text-align: center;
      line-height: 1.3; }
    premium-package-page .page-body .big-buy-button-row .buy-button .buy-button-content {
      padding: 1rem 1.5rem;
      font-size: 2.3rem;
      text-align: center;
      line-height: 1.3; }
    premium-package-page .page-body .paypal-information {
      font-size: 1.4rem; }
    premium-package-page .page-body h2 {
      font-size: 2.4rem; }
    premium-package-page .page-body .package-info-description {
      font-size: 1.4rem; }
    premium-package-page .page-body .who-am-i-block {
      padding-left: 0;
      padding-right: 0; }
      premium-package-page .page-body .who-am-i-block .who-am-i-description .left-col-content {
        margin-left: 0; }
        premium-package-page .page-body .who-am-i-block .who-am-i-description .left-col-content img {
          max-width: 100%; }
      premium-package-page .page-body .who-am-i-block .who-am-i-description .right-col-content {
        font-size: 1.5rem;
        line-height: 1.5; }
    premium-package-page .page-body .main-title {
      font-size: 3.8rem; }
    premium-package-page .page-body .main-subtitle {
      font-size: 2.4rem; }
    premium-package-page .page-body .top-video {
      border-width: .8rem 1.1rem 1.3rem; } }

file-video-dialog .video-control-wrapper {
  padding-bottom: 56.25%;
  position: relative; }
  file-video-dialog .video-control-wrapper > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  file-video-dialog .video-control-wrapper video {
    width: 100%; }

purchased-packages-page .page-header .relative-wrapper {
  height: 21.5rem; }

purchased-packages-page .page-header .background-text {
  font-size: 8rem; }

purchased-packages-page .page-body {
  background-position-y: 22.4rem; }
  purchased-packages-page .page-body h2 {
    margin-top: 5rem; }

@media (max-width: 1199px) {
  purchased-packages-page .page-header .background-text {
    font-size: 5.2rem; } }

@media (max-width: 767px) {
  purchased-packages-page .page-header .relative-wrapper {
    height: 17.6rem; }
  purchased-packages-page .page-body {
    background-position-y: 18.5rem; } }

video-player {
  display: block;
  padding-bottom: 56.25%;
  position: relative; }
  video-player > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

html {
  height: 100%; }

body a {
  color: #52AA7F; }

body .container {
  overflow: hidden; }

body.header-padding {
  padding-top: 114px; }
  @media (max-width: 991px) {
    body.header-padding {
      padding-top: 78px; } }

body.body-w-flowers {
  min-height: 100%;
  background-image: url(/images/mamagesavalaszol_bg.jpg);
  background-attachment: fixed;
  background-position: center center; }

body .intro-slider-inner .slick-slide > div {
  position: relative;
  width: 100%;
  height: 100%; }
  body .intro-slider-inner .slick-slide > div .slide {
    position: relative;
    width: 100%;
    height: 100%; }

question-page {
  display: block; }
  question-page .above-form-image {
    margin-top: 20px;
    margin-bottom: 30px; }
  question-page .captcha {
    margin-bottom: 20px; }
    question-page .captcha > div > div {
      margin-left: auto;
      margin-right: auto; }
  question-page .btn {
    font-size: 3rem;
    letter-spacing: 2px;
    padding: 10px 12px;
    background-color: #b109ff;
    border-color: #8000bc;
    transition: background-color .3s, border-color .3s; }
    question-page .btn:hover {
      background-color: #8000bc;
      border-color: #4c006f; }
    @media (max-width: 1199px) {
      question-page .btn {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      question-page .btn {
        font-size: 2rem; } }

/*# sourceMappingURL=site.css.map */
