/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

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

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

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

.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-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dddddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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;
  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;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 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;
          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: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

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

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

textarea.input-sm {
  height: auto;
}

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

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

textarea.input-lg {
  height: auto;
}

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

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

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

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

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

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

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

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

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.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 {
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

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

.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: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

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

.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 {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

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

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

.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-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

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

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.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 {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  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: 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 {
  -webkit-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: 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: 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: 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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

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

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

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

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.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: #ffffff;
  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 {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

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

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.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 {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -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);
          transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

.modal-footer:after {
  clear: both;
}

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

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-top-color: #000000;
  border-width: 5px 5px 0;
}

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block; /* [MM] no !important*/
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block; /* [MM] no !important*/
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block; /* [MM] no !important*/
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg); } }

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1); }

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

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

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

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

.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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

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

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

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

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
#sidebar .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	height: 13px;
	width: 7px;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: white; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
	background:url(../images/background/menu-arrow.png) no-repeat right center;
}
#sidebar .sf-arrows > li > .sf-with-ul:focus:after,
#sidebar .sf-arrows > li:hover > .sf-with-ul:after,
#sidebar .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
#sidebar .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: white; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
#sidebar .sf-arrows ul li > .sf-with-ul:focus:after,
#sidebar .sf-arrows ul li:hover > .sf-with-ul:after,
#sidebar .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .home-slider-1 .owl-carousel-1 .item .entry-item .entry-thumb img {
        height: 32rem;
        object-fit: cover;
    }

    .oa-slide-mobile > span {
        font-size: 2em !important;
        line-height: 4rem;
        margin-bottom: 1rem;
    }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
.carousel-cover-card > img {
    height: 22rem !important;
    object-fit: cover;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    /*cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content .left-col {
    border-right: none !important;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
    border: 1px solid #FFF !important;
}

.owl-pagination .owl-page.active span {
    border: 0.5px solid #FFF !important;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/icons/loading.gif) no-repeat center center
}
ul.mobile-menu, ul.mobile-menu ul, ul.mobile-menu li {
	list-style: none;
}

ul.mobile-menu ul {
	padding: 0;
	margin: 0 0 0 18px;
}

ul.mobile-menu {
	padding: 4px;
	margin: 0px;
}

ul.mobile-menu > li {
	margin: 4px 0;
}

ul.mobile-menu > li li {
	margin: 2px 0;
}

ul.mobile-menu a {
	color: #333;
	display: block;
	outline: none;
	text-decoration: none;
}

ul.mobile-menu a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
	margin-left: 2px;
}

ul.mobile-menu a:hover .caret {
	border-top-color: #fff;
}

ul.mobile-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

ul.mobile-menu li.open > a:hover > .caret {
	border-bottom-color: #fff;
}

ul.mobile-menu a:hover, ul.mobile-menu li.active > a {
	background-color: #5D5D5D;
	color: #f5f5f5;
}

ul.mobile-menu > li.active > a  {
	background-color: #4D90FE;
}

ul.mobile-menu li a {
	font-size: 12px;
	line-height: 18px;
	padding: 2px 10px;
}

ul.mobile-menu > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 10px;
}
/*! jQuery UI - v1.10.3 - 2013-05-24
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/*
 *Theme Name:
 *Theme URI:
 *Author:
 *Author URI:
 *Version:
 *Description:
 *Tags:
 *License:
 *License URI: */

/**
 *  Table of Contents:
 *
 * 1 - Body
 * 1.1 - Sass
 * 1.2 - Repeatable Patterns
 * 1.3 - Basic Structure
 * 1.4 - Elements
 * 2 - Header / #oa-page-header
 * 2.1 - Search / .search-box
 * 2.2 - Navigation / #main-nav
 * 3 - Content
 * 3.1 - Widget
 * 3.2 - Home Page
 * 3.3 - Sub Page
 * 3.4 - Bottom sidebar / #bottom-sidebar
 * 3.5 - Cookie
 * 4 - Footer / #oa-page-footer

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

/**
 * 1 - Body
 * ----------------------------------------------------------------------------- */

/** 1.1 - Sass * */

/* #344c6f */

/* old theme */

/* social */

/* typography */

.oa-e-list,
.oa-portfolio-list-1-widget .filters-options,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options,
.oa-masonry-1-widget,
.oa-masonry-1-widget .masonry-list-wrapper > ul > li,
.oa-demo-widget {
  list-style: none;
  padding: 0;
}

.oa-e-list ul,
.oa-portfolio-list-1-widget .filters-options ul,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options ul,
.oa-masonry-1-widget ul,
.oa-masonry-1-widget .masonry-list-wrapper > ul > li ul,
.oa-demo-widget ul,
.oa-e-list ol,
.oa-portfolio-list-1-widget .filters-options ol,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options ol,
.oa-masonry-1-widget ol,
.oa-masonry-1-widget .masonry-list-wrapper > ul > li ol,
.oa-demo-widget ol {
  list-style: none;
  padding: 0;
}

.oa-e-list li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.mt-0:before,
.mt-5:before,
.mt-10:before,
.mt-15:before,
.mt-20:before,
.mt-30:before,
.mt-40:before,
.mt-50:before,
.mt-60:before,
.mt-80:before,
.mb-5:before,
.mb-10:before,
.mb-20:before,
.mb-30:before,
.mb-40:before,
.mb-50:before,
.mb-60:before,
.mb-80:before,
.pt-0:before,
.pt-5:before,
.pt-10:before,
.pt-15:before,
.pt-20:before,
.pt-30:before,
.pt-40:before,
.pt-50:before,
.pt-60:before,
.pt-80:before,
.pb-5:before,
.pb-10:before,
.pb-20:before,
.pb-30:before,
.pb-40:before,
.pb-50:before,
.pb-60:before,
.pb-80:before,
.pd-0:before,
.pd-20:before,
.wrapper:before,
.outer:before,
.oa-e-list.list-order li:before,
.oa-portfolio-list-1-widget .filters-options:before,
.oa-portfolio-list-1-widget .portfolio-container:before,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options:before,
.oa-portfolio-list-2-widget .portfolio-container:before,
.mt-0:after,
.mt-5:after,
.mt-10:after,
.mt-15:after,
.mt-20:after,
.mt-30:after,
.mt-40:after,
.mt-50:after,
.mt-60:after,
.mt-80:after,
.mb-5:after,
.mb-10:after,
.mb-20:after,
.mb-30:after,
.mb-40:after,
.mb-50:after,
.mb-60:after,
.mb-80:after,
.pt-0:after,
.pt-5:after,
.pt-10:after,
.pt-15:after,
.pt-20:after,
.pt-30:after,
.pt-40:after,
.pt-50:after,
.pt-60:after,
.pt-80:after,
.pb-5:after,
.pb-10:after,
.pb-20:after,
.pb-30:after,
.pb-40:after,
.pb-50:after,
.pb-60:after,
.pb-80:after,
.pd-0:after,
.pd-20:after,
.wrapper:after,
.outer:after,
.oa-e-list.list-order li:after,
.oa-portfolio-list-1-widget .filters-options:after,
.oa-portfolio-list-1-widget .portfolio-container:after,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options:after,
.oa-portfolio-list-2-widget .portfolio-container:after {
  content: "";
  display: table;
}

.mt-0:after,
.mt-5:after,
.mt-10:after,
.mt-15:after,
.mt-20:after,
.mt-30:after,
.mt-40:after,
.mt-50:after,
.mt-60:after,
.mt-80:after,
.mb-5:after,
.mb-10:after,
.mb-20:after,
.mb-30:after,
.mb-40:after,
.mb-50:after,
.mb-60:after,
.mb-80:after,
.pt-0:after,
.pt-5:after,
.pt-10:after,
.pt-15:after,
.pt-20:after,
.pt-30:after,
.pt-40:after,
.pt-50:after,
.pt-60:after,
.pt-80:after,
.pb-5:after,
.pb-10:after,
.pb-20:after,
.pb-30:after,
.pb-40:after,
.pb-50:after,
.pb-60:after,
.pb-80:after,
.pd-0:after,
.pd-20:after,
.wrapper:after,
.outer:after,
.oa-e-list.list-order li:after,
.oa-portfolio-list-1-widget .filters-options:after,
.oa-portfolio-list-1-widget .portfolio-container:after,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options:after,
.oa-portfolio-list-2-widget .portfolio-container:after {
  clear: both;
}

a,
.mask,
.panel-group .panel .panel-heading > .panel-title,
.toggle-view li h6,
.toggle-view li h6 i,
.toggle-view li span,
.pro-bar-wrapper .pro-bar-container .pro-bar p,
.social-links li,
.select2,
.owl-theme .owl-controls,
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-pagination .owl-page span,
.VueCarousel-dot,
#top-nav #top-menu li a i,
#top-nav .oa-search-box form.search-form,
#top-nav .oa-search-box form.search-form button.search-submit i,
.oa-language,
.oa-language > i,
.oa-language > button,
#main-menu > li,
#main-menu li .sf-mega .row > div .entry-item .entry-thumb .mask,
.mobile-search-box .mobile-search-form button.search-submit,
.widget .widget-title.widget-title-s2 .see-more,
.widget .widget-title.widget-title-s3 .see-more,
.widget .widget-title.widget-title-s11 .see-more,
.widget_categories ul li:before,
.oa-area .widget_nav_menu ul li,
.more-link i,
.more-link i:before,
.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .mask,
.load-more,
.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .mask,
.oa-event-list-4-widget .entry-item,
.oa-event-slider-1-widget .owl-item article .entry-item,
.oa-portfolio-list-1-widget .filters-options li,
.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li span:before,
.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1,
.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content,
.oa-demo-widget .entry-item .entry-content a:hover h5,
.search-form .search-submit,
#respond .comment-form .row > div .input-block input[type="text"],
#respond .comment-form .row > div .textarea-block textarea,
#respond .comment-form .row > div .comment-button input[type="submit"],
.oa-faq-section .faq-filter ul li a:before,
#contact-form .contact-form .row > div .input-block input[type="text"],
#contact-form .contact-form .row > div .textarea-block textarea,
#contact-form .contact-form .row > div .contact-button input[type="submit"] {
  transition: all .3s, visibility 0s;
  -ms-transition: all .3s, visibility 0s;
  -webkit-transition: all .3s, visibility;
  -moz-transition: all .3s, visibility 0s;
}

.oa-button.oa-button-icon:before,
.entry-icon span:before,
.widget_categories ul li:before,
.oa-area .widget_nav_menu ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 22px;
  color: #929395;
  font-weight: 300;
  font-style: normal;
}

p.reset {
  margin: 0;
}

p:last-child {
  margin: 0;
}

[class*=hidden-] {
  display: initial;
}

/* extend bootstap 3.7 */

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pd-0 {
  padding: 0 !important;
  position: relative;
}

.pd-20 {
  padding: 20px;
  position: relative;
}

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

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

@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }

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

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

@media screen and (max-width: 992px) {
  .container {
    width: 90%;
  }

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

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

@media screen and (max-width: 768px) {
  .text-sm-right {
    text-align: right;
  }

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

@media screen and (max-width: 576px) {
  .text-xs-right {
    text-align: right;
  }

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

@media screen and (min-width: 1200px) {
  .container {
    width: 90%;
  }

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

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

/** 1.2 - Repeatable Patterns * */

::-moz-selection {
  background: #656668;
  color: #185186;
  text-shadow: none;
}

::selection {
  background: #656668;
  color: #185186;
  text-shadow: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", sans-serif;
  color: #123d65;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #929395;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #656668;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
  color: #123d65;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 54px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 46px;
}

h3,
.h3 {
  font-size: 34px;
  line-height: 40px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
}

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

a {
  color: #185186;
  outline: none !important;
}

a:hover,
a.active {
  color: #123d65;
  text-decoration: none;
}

a:focus {
  outline: none;
  background-color: transparent;
  text-decoration: none !important;
}

ol {
  counter-reset: item;
  display: block;
  margin: 5px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
  margin: 5px 0;
  padding: 0 0 0 40px;
}

ul li {
  list-style-type: square;
  margin-bottom: 10px;
}

ul li > ol > li {
  list-style: inside decimal;
}

ol li ol li,
ul li ol li ol li {
  list-style: lower-alpha inside none;
}

ol li {
  list-style: inside decimal;
  margin-bottom: 10px;
}

ol li > ul,
ul li > ol {
  margin-top: 10px;
  margin-left: 10px;
}

ol li > ul > li {
  list-style: inside square;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

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

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

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

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

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

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.entry-box .entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.entry-box .entry-content address {
  font-style: italic;
}

textarea {
  resize: vertical;
}

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

.text-hover {
  color: #656668;
}

.text-light {
  font-weight: 300;
}

input {
  outline: none !important;
}

cite,
em,
var,
address,
dfn {
  font-style: italic;
}

i {
  font-style: normal;
}

p i {
  font-style: italic;
}

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

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

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

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

*:focus {
  outline: none !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.hidden {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

/** 1.3 - Basic Structure * */

html {
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  background: #ffffff;
  overflow: hidden;
  letter-spacing: .5px;
  position: relative;
  color: #19171a;
  line-height: 22px;
  font-size: 14px;
}

.bg-orange {
  background: #F39C12 !important;
  border: 1px solid #F39C12 !important;
  color: #ffffff;
}

.oa-blue {
  background-color: #123d65;
}

.link-text {
  font-weight: 500;
  color: #123d65;
}

.link-text span {
  text-decoration: underline;
}

.wrapper {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

.outer {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1376px;
  width: 100%;
}

#main-content {
  position: relative;
  z-index: 2;
}

.oa-full-width .sidebar {
  display: none;
}

.oa-full-width .main-col {
  width: 100%;
}

.in-page-offset-anchor {
  position: absolute;
  margin: -60px 0 0;
}

#incentives.in-page-offset-anchor {
  margin: -90px 0 0;
}

.oa-area,
.oa-area-light {
  position: initial;
  padding: 80px 0;
  height: 100%;
}

.oa-area .oa-text h4,
.oa-area-light .oa-text h4 {
  color: #656668;
  margin-bottom: 20px;
}

.oa-area .oa-text.title,
.oa-area-light .oa-text.title {
  padding: 60px 0 40px;
}

.oa-area .oa-text h3,
.oa-area-light .oa-text h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.oa-area .oa-text p,
.oa-area-light .oa-text p {
  font-size: 18px;
  line-height: 26px;
}

.oa-area .oa-text-block div[class^="col"],
.oa-area-light .oa-text-block div[class^="col"] {
  height: 300px;
  margin-bottom: 30px;
}

.oa-area .oa-text-block div[class^="col"] .entry-item,
.oa-area-light .oa-text-block div[class^="col"] .entry-item {
  height: 100%;
  padding: 30px 20px;
  background-color: #f6f6f6;
}

.oa-area .oa-text-block div[class^="col"] .entry-item h4,
.oa-area-light .oa-text-block div[class^="col"] .entry-item h4 {
  color: #185186;
}

.oa-area .oa-text-block div[class^="col"] .entry-item > span,
.oa-area-light .oa-text-block div[class^="col"] .entry-item > span {
  position: absolute;
  top: 43%;
  left: 0;
  font-size: 400px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  opacity: .06;
  color: #185186;
  transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.oa-area-light {
  background-color: #f6f6f6;
}

.oa-area-blue {
  background-color: #123d65;
}

.oa-area-blue h2,
.oa-area-blue h4,
.oa-area-blue p {
  color: #ffffff;
}

.oa-area-green {
  background-color: #13a961;
}

.oa-area-light-blue {
  background-color: #417ea7;
}

.oa-area-blue h3,
.oa-area-green h3 {
  color: #ffffff;
  text-transform: uppercase;
}

.oa-area-blue span,
.oa-area-green span {
  font-size: 16px;
}

.oa-area-dark {
  background-color: #185186;
}

.oa-area-dark .widget {
  color: #ffffff;
}

.oa-area-dark .widget .widget-title {
  color: #ffffff;
}

.oa-area-parallax {
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.oa-area-2 {
  position: relative;
}

.oa-area-2 .container:nth-child(2),
.oa-area-2 .container:nth-child(3),
.oa-area-2 .container:nth-child(4) {
  padding-top: 80px;
}

.oa-area-2 .btn-view {
  padding-top: 30px;
}

.oa-area-2 svg.banner-icon {
  position: absolute;
  height: 15em;
  display: block;
  margin: 0 auto;
  top: calc(50% - 7.5em);
  left: calc(50% + 25em);
  opacity: .5;
  fill: #ffffff;
}

.oa-area-3 {
  background-image: url(http://placehold.it/1366x507);
}

.span-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 55, 110, 0.7);
}

.span-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 16, 47, 0.4);
}

.oa-area-4 .row {
  background-color: #fafafa;
  overflow: hidden;
}

.oa-area-4 .row > div:last-child {
  background-color: #ffffff;
}

.oa-area-4 .left-col {
  padding: 60px 0 60px 15px;
}

.oa-area-4 .right-col {
  padding: 60px 15px;
  position: relative;
}

.oa-area-5 {
  background-image: url(http://placehold.it/1366x730);
  position: relative;
}

.oa-area-6 {
  padding-bottom: 50px;
}

.oa-area-7 {
  padding-top: 50px;
}

.oa-area-8 {
  padding: 30px 0;
}

.oa-area-9 {
  background: url(http://placehold.it/478x376) no-repeat center;
  background-size: cover;
}

.oa-area-9 .mask {
  background-color: rgba(38, 44, 86, 0.4);
}

.bottom-section .row {
  margin-right: 0;
  margin-left: 0;
}

.bottom-section .row > div {
  padding-left: 0;
  padding-right: 0;
}

.bottom-section .row > div:first-child {
  padding-left: 9%;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.oa-area-12 {
  background: rgba(146, 147, 149, 0.4);
  padding-bottom: 60px;
}

.oa-area-12 .masonry-item {
  margin: 40px 0 0;
}

.oa-area-12 .masonry-item .entry-thumb {
  opacity: 1;
  margin-right: 15px;
  text-align: center;
  color: #123d65;
}

.oa-area-12 .masonry-item .entry-thumb i {
  font-size: 1.8em;
}

.oa-area-12 .masonry-item .entry-content {
  padding-right: 8%;
}

.oa-area-12 .masonry-item .entry-content h4 {
  margin-bottom: 40px;
  line-height: 1;
}

.oa-area-12 .masonry-item .sub-list {
  padding: 5px 0 0 15px;
  list-style-type: square;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.oa-area-12 .oa-testimonial-2-widget .owl-controls .owl-pagination .owl-page span {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background-color: #ffffff;
}

.oa-area-12 .oa-testimonial-2-widget .owl-controls .owl-pagination .owl-page.active span {
  background-color: #123d65 !important;
}

.oa-area-12 .oa-testimonial-2-widget .owl-controls .owl-pagination .owl-page:hover span,
.oa-area-12 .oa-testimonial-2-widget .owl-controls .owl-pagination .owl-page.active span {
  border-color: #123d65 !important;
  background-color: #123d65 !important;
}

.oa-area-13 {
  padding: 50px 0 80px;
}

.oa-area-13 .row {
  margin-top: 100px;
}

.oa-area-13 .row:first-child {
  margin-top: 0;
}

.oa-area-13 .row .widget-title-s5 {
  margin-bottom: 40px !important;
}

.oa-area-16 {
  position: relative;
  padding: 75px 0 60px;
  background-image: url(http://placehold.it/1960x305);
}

.oa-area-16 .mask {
  background-color: rgba(6, 26, 53, 0.7);
}

.oa-area-17 {
  position: relative;
  padding: 75px 0;
  background-image: url(http://placehold.it/1960x428);
}

.oa-area-17 .mask {
  background-color: rgba(6, 26, 53, 0.7);
}

.oa-area-17 .widget .widget-title.widget-title-s5 h2,
.oa-area-17 .widget .widget-title.widget-title-s5 h5 {
  color: #ffffff;
}

.oa-area-19 {
  position: relative;
  padding: 75px 0 60px;
  background: url(http://placehold.it/1960x653) no-repeat center #2a3b6a;
  background-size: cover;
}

.oa-area-20 {
  background-color: #656668;
}

.oa-area-20 .oa-tagline-1-widget .oa-line-button:hover {
  border-color: #123d65;
  color: #123d65;
}

.oa-area-21 {
  position: relative;
  background-image: url(http://placehold.it/1960x770);
}

.oa-area-21 .mask {
  background-color: rgba(34, 39, 77, 0.8);
}

.oa-area-21 .widget .widget-title.widget-title-s5 {
  margin-bottom: 40px;
}

.oa-area-21 .widget .widget-title.widget-title-s5 h2,
.oa-area-21 .widget .widget-title.widget-title-s5 h5 {
  color: #ffffff;
}

.oa-area-22 {
  padding: 30px 0;
  background-color: #f1f2f2;
}

.oa-area-23 {
  position: relative;
  background-image: url(http://placehold.it/1960x1113);
}

.oa-area-23 .mask {
  background-color: rgba(34, 39, 77, 0.8);
}

.oa-area-23 .widget .widget-title.widget-title-s5 {
  margin-bottom: 40px;
}

.oa-area-23 .widget .widget-title.widget-title-s5 h2,
.oa-area-23 .widget .widget-title.widget-title-s5 h5 {
  color: #ffffff;
}

.oa-area-24 {
  position: relative;
  background-image: url(http://placehold.it/1960x588);
}

.oa-area-24 .mask {
  background-color: rgba(18, 61, 101, 0.4);
}

.oa-area-404 {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oa-area-404 .mask {
  background-color: #123d65;
}

.oa-area-404 .oa-404-error div div {
  display: inline-block;
  margin-top: 40px;
}

.oa-area-404 .oa-404-error div div h2 {
  color: #ffffff;
  transform: scale(0.8, 1);
  -webkit-transform: scale(4, 5);
  -moz-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1;
  float: left;
  padding: 0 125px;
}

.oa-area-404 .oa-404-error div div i {
  font-size: 50px;
  padding: 60px 0;
}

.oa-area-404 .oa-404-error span {
  color: #ffffff;
}

/**1.4 Elements * */

/*----- Mask ----- */

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mask-blue {
  background-color: rgba(18, 61, 101, 0.4);
}

.mask-green {
  background-color: rgba(19, 169, 97, 0.4);
}

.mask-sport {
  background: linear-gradient(to right, #60b295 0%, rgba(96, 178, 149, 0.95) 15%, rgba(96, 178, 149, 0.75) 35%, rgba(96, 178, 149, 0.4) 55%, rgba(96, 178, 149, 0.15) 75%, transparent 90%);
}

.mask-scuole {
  background: linear-gradient(to right, #f1913d 0%, rgba(241, 145, 61, 0.95) 15%, rgba(241, 145, 61, 0.75) 35%, rgba(241, 145, 61, 0.4) 55%, rgba(241, 145, 61, 0.15) 75%, transparent 90%);
}

.mask-aziende {
  background: linear-gradient(to right, #3f7ba2 0%, rgba(63, 123, 162, 0.95) 15%, rgba(63, 123, 162, 0.75) 35%, rgba(63, 123, 162, 0.4) 55%, rgba(63, 123, 162, 0.15) 75%, transparent 90%);
}

.mask-famiglie {
  background: linear-gradient(to right, #d8a39d 0%, rgba(216, 163, 157, 0.95) 15%, rgba(216, 163, 157, 0.75) 35%, rgba(216, 163, 157, 0.4) 55%, rgba(216, 163, 157, 0.15) 75%, transparent 90%);
}

.mask-sanitari {
  background: linear-gradient(to right, #1a3d65 0%, rgba(26, 61, 101, 0.95) 15%, rgba(26, 61, 101, 0.75) 35%, rgba(26, 61, 101, 0.4) 55%, rgba(26, 61, 101, 0.15) 75%, transparent 90%);
}

.mask-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 22, 47, 0.4);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}

/*----- Tabs ----- */

.nav-tabs.oa-tabs-1 {
  border-bottom: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.nav-tabs.oa-tabs-1 > li {
  margin: 0;
  border-right: 2px solid #ffffff;
  line-height: 0;
}

.nav-tabs.oa-tabs-1 > li a {
  position: relative;
  margin: 0;
  border: none !important;
  border-radius: 5px 5px 0 0;
  display: block;
  font-size: 16px;
  background-color: #ececec;
  line-height: 20px;
}

.nav-tabs.oa-tabs-1 > li.active a,
.nav-tabs.oa-tabs-1 > li:hover a {
  color: #ffffff;
  background-color: #123d65;
}

.tab-content {
  background-color: #ffffff;
  padding: 20px 30px 30px;
  border: 1px solid #ececec;
}

.tab-content .tab-pane > p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

/*----- Bootstrap collapse ----- */

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  background: none;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #e2e2e3;
  margin: 0 0 20px 0 !important;
}

.panel-group .panel .panel-heading {
  position: relative;
  border-radius: 0;
  background: #fff;
  padding: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.panel-group .panel .panel-heading > .panel-title a {
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  display: block;
  padding: 12px 60px 12px 20px;
}

.panel-group .panel .panel-heading > .panel-title a .btn-title {
  display: block;
  background-color: #f6f6f6;
  cursor: pointer;
  margin: 0;
  right: 20px;
  top: 15px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
}

.panel-group .panel .panel-heading > .panel-title a .btn-title:before {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  background-color: #123d65;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.panel-group .panel .panel-heading > .panel-title a .btn-title:after {
  content: "";
  width: 2px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
  background-color: #123d65;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.panel-group .panel .panel-heading.active > .panel-title a .btn-title,
.panel-group .panel .panel-heading:hover > .panel-title a .btn-title {
  background-color: #ffffff;
}

.panel-group .panel .panel-heading.active > .panel-title a .btn-title:after,
.panel-group .panel .panel-heading:hover > .panel-title a .btn-title:after {
  display: none;
}

.panel-group .panel .panel-body {
  padding: 20px;
  border-top: 0 !important;
}

.oa-accordion.style1 .panel-group .panel {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e2e2e3;
  padding-bottom: 20px;
}

.oa-accordion.style1 .panel-group .panel .panel-heading .panel-title a {
  padding: 12px 20px 10px 70px;
}

.oa-accordion.style1 .panel-group .panel .panel-heading .panel-title a .btn-title {
  right: auto;
  left: 0;
  border-radius: 5px;
  top: 0;
  width: 50px;
  height: 50px;
}

.oa-accordion.style1 .panel-group .panel .panel-heading .panel-title a .tab-title {
  margin: 0;
  line-height: 28px;
}

.oa-accordion.style1 .panel-group .panel .panel-heading.active .panel-title,
.oa-accordion.style1 .panel-group .panel .panel-heading:hover .panel-title {
  background-color: #ffffff;
}

.oa-accordion.style1 .panel-group .panel .panel-heading.active .panel-title a,
.oa-accordion.style1 .panel-group .panel .panel-heading:hover .panel-title a {
  color: #123d65;
}

.oa-accordion.style1 .panel-group .panel .panel-heading.active .panel-title a .btn-title,
.oa-accordion.style1 .panel-group .panel .panel-heading:hover .panel-title a .btn-title {
  background-color: #123d65;
}

.oa-accordion.style1 .panel-group .panel .panel-heading.active .panel-title a .btn-title:before,
.oa-accordion.style1 .panel-group .panel .panel-heading.active .panel-title a .btn-title:after,
.oa-accordion.style1 .panel-group .panel .panel-heading:hover .panel-title a .btn-title:before,
.oa-accordion.style1 .panel-group .panel .panel-heading:hover .panel-title a .btn-title:after {
  background-color: #ffffff;
}

.oa-accordion.style1 .panel-group .panel .panel-body {
  padding: 20px 20px 0 70px;
}

.oa-accordion.style1 .panel-group .panel.single-panel {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.oa-accordion.style1 #faq-pack-accordion .panel {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.oa-accordion.style1 #faq-pack-accordion .panel .panel-title a {
  padding-top: 8px;
}

.oa-accordion.style1 #faq-pack-accordion .panel .panel-title a .btn-title {
  width: 40px;
  height: 40px;
}

.oa-accordion.style1 #faq-pack-accordion .panel .panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.oa-accordion.style1 #faq-pack-accordion .panel .panel-body a,
.oa-accordion.style1 #faq-pack-accordion .panel .panel-body .text-underline {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #faq-pack-accordion a {
    padding-top: 0 !important;
  }
}

/*----- Toggle ----- */

.toggle-view {
  margin: 0;
  padding: 0;
}

.toggle-view li {
  padding: 0;
  cursor: pointer;
  position: relative;
  float: none;
  margin: 15px 0 0;
  list-style: none;
  border-top: none;
}

.toggle-view li:first-child {
  margin-top: 0;
}

.toggle-view li h6 {
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  background-color: #ececec;
  font-family: sans-serif;
  color: #929395;
}

.toggle-view li h6 i {
  color: #73c5db;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  width: 0;
}

.toggle-view li span {
  display: none;
  position: absolute;
  right: 0;
  top: 15px;
  color: #aaa;
  font-size: 10px;
}

.toggle-view li .oa-panel {
  display: none;
  background-color: #ffffff;
  padding: 15px;
  margin: 0;
}

.toggle-view li.active h6,
.toggle-view li:hover h6 {
  background-color: #656668;
  color: #ffffff;
}

.toggle-view li.active span,
.toggle-view li:hover span {
  color: #ffffff;
  right: 10px;
}

.toggle-view.oa-toggle-2 li h6 {
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #f6f6f6;
}

.toggle-view.oa-toggle-2 li.active h6,
.toggle-view.oa-toggle-2 li:hover h6 {
  background-color: #f6f6f6;
  color: #ffffff;
  padding: 0 10px;
}

.toggle-view.oa-toggle-2 li.active h6 i {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  margin-right: 8px;
  width: auto;
}

.toggle-view.oa-toggle-2 li span {
  display: block;
}

.toggle-view.oa-toggle-2 li .oa-panel {
  padding: 5px 15px;
}

.toggle-view.oa-toggle-2 li .oa-panel p {
  margin-bottom: 0;
  border-top: 1px solid #dde5f3;
}

.toggle-view.oa-toggle-2 li .oa-panel p:first-child {
  border-top: none;
}

.toggle-view.oa-toggle-2 li .oa-panel p a {
  padding: 5px 0 !important;
}

.oa-toggle-3.toggle-view li h6 {
  padding-right: 40px;
}

.oa-toggle-3.toggle-view li span {
  background-color: transparent;
  right: 10px;
}

.oa-toggle-3.toggle-view li.active h6 {
  color: #ffffff;
  background-color: #123d65;
}

.oa-toggle-3.toggle-view li .oa-panel {
  background-color: #123d65;
  padding-right: 40px;
}

/*----- Divider ----- */

.oa-divider-shadow {
  width: 100%;
  height: 7px;
  margin: 20px 0;
  position: relative;
}

.oa-divider-shadow:before {
  width: 50%;
  left: auto;
  right: 0;
  position: absolute;
  content: "";
  top: 0;
  height: 7px;
}

.oa-divider-shadow:after {
  height: 7px;
  left: 0;
  width: 50%;
  position: absolute;
  content: "";
  top: 0;
}

.oa-divider-line {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #123d65;
  margin: 20px 0;
}

.oa-divider-dotted {
  position: relative;
  height: 1px;
  width: 100%;
  border-top: 1px dotted #123d65;
  margin: 20px 0;
}

.oa-divider-dashed {
  position: relative;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #123d65;
  margin: 20px 0;
}

.oa-divider-fat-line {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #123d65;
  margin: 20px 0;
}

/*----- Buttons ----- */

.oa-button {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}

.oa-button.small-button {
  font-size: 12px;
  padding: 8px 15px;
}

.oa-button.medium-button {
  font-size: 14px;
  padding: 14px 20px;
}

.oa-button.large-button {
  padding: 13px 30px;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid;
  letter-spacing: 2px;
}

.oa-button.pink-button,
.oa-button.navy-button:hover {
  background-color: #185186;
  border-color: #185186;
  color: #ffffff;
}

.oa-button.navy-button,
.oa-button.pink-button:hover,
.oa-button.blue-button:hover,
.oa-button.green-button:hover,
.oa-button.red-button:hover {
  border-color: #123d65;
  background-color: #123d65;
  color: #ffffff;
}

.oa-button.white-button {
  color: #123d65;
  background-color: #ffffff;
  border-color: #ffffff;
}

.oa-button.white-button:hover {
  background-color: #123d65;
  border-color: #123d65;
  color: #ffffff;
}

.oa-button.blue-button {
  background-color: #123d65;
  border-color: #123d65;
  color: #ffffff;
}

.oa-button.green-button {
  background-color: #07bf2f;
  color: #ffffff;
}

.oa-button.red-button {
  background-color: #e30613;
  color: #ffffff;
}

.oa-button.grey-button {
  background-color: #929395;
  border-color: #929395;
  color: #ffffff;
}

.oa-button.oa-button-icon {
  padding-left: 10px;
}

.oa-button.oa-button-icon:before {
  content: "\F105";
  margin-right: 15px;
}

.oa-button.oa-line-button {
  border-style: solid;
  border-width: 1px;
}

.oa-button.oa-line-button.pink-button,
.oa-button.oa-line-button.navy-button:hover {
  border-color: #185186;
  color: #185186;
  background-color: #ffffff;
}

.oa-button.oa-line-button.navy-button,
.oa-button.oa-line-button.pink-button:hover,
.oa-button.oa-line-button.green-button:hover,
.oa-button.oa-line-button.red-button:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #123d65;
}

.oa-button.oa-line-button.blue-button {
  border-color: #244473;
  color: #244473;
  background-color: #ffffff;
}

.oa-button.oa-line-button.blue-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #244473;
}

.oa-button.oa-line-button.grey-button {
  border-color: #929395;
  color: #929395;
  background-color: #ffffff;
}

.oa-button.oa-line-button.grey-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #929395;
}

.oa-button.oa-line-button.small-button {
  padding: 8px 19px;
}

.oa-button.oa-line-button.oa-button-icon {
  padding-left: 9px;
}

.elements-box .oa-button {
  margin-right: 5px;
  margin-bottom: 10px;
}

audio {
  display: block;
  width: 100%;
}

.oa-soundcloud-shortcode iframe {
  width: 100%;
  border: none;
}

/*----- Badge ------ */

.oa-badge {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}

.entry-thumb .oa-badge {
  position: absolute;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.7);
}

.entry-thumb .oa-badge.badge-target {
  top: 10px;
  left: 12px;
}

.entry-thumb .oa-badge.badge-status {
  top: 10px;
  right: 12px;
}

.entry-thumb .oa-badge.badge-pack {
  bottom: 10px;
  left: 12px;
}

.entry-thumb .oa-badge.badge-duration {
  bottom: 10px;
  right: 12px;
}

.entry-content .oa-badge {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
  padding-top: 4px;
}

/*----- Blockquotes ----- */

.oa-blockquote-1 {
  background-color: #f2f4f5;
  font-size: 16px;
  border-left: 4px solid #123d65;
  padding: 30px;
}

.oa-blockquote-1 p {
  position: relative;
  padding: 75px 35px 25px 35px;
  line-height: 24px;
  font-style: italic;
}

.oa-blockquote-1 p i {
  font-size: 30px;
  color: #ffffff;
  margin: 0 12px 0 0 !important;
  width: 57px;
  height: 57px;
  line-height: 57px;
  border-radius: 50%;
  background-color: #656668;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.oa-blockquote-1 h4 {
  font-weight: 600;
  margin: 20px 0 5px;
  padding: 0 35px;
}

.oa-blockquote-1 span {
  text-transform: uppercase;
  padding: 0 35px;
}

.oa-blockquote-2 {
  border-left: 3px solid #f2f4f5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.oa-blockquote-2 p {
  font-size: 15px;
  line-height: 24px;
}

.oa-blockquote-3 {
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  border: none;
  padding: 0 20px;
  position: relative;
}

.oa-blockquote-3 p {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

/*----- Lists ----- */

.oa-e-list {
  margin: 0;
  font-size: 14px;
}

.oa-e-list li {
  margin-top: 10px;
  list-style: none;
}

.oa-e-list li > span {
  font-size: 14px;
}

.oa-e-list li .order-num {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  float: left;
  margin-right: 15px;
  margin-top: -2px;
  padding: 5px 8px;
}

.oa-e-list li .order-num:before {
  display: none;
}

.oa-e-list.list-unorder {
  list-style: disc inside;
}

.oa-e-list.list-unorder p {
  display: inline;
}

.oa-e-list.list-order li {
  margin-top: 12px;
}

.oa-e-list.oa-plus-list li span {
  font-size: 10px;
  color: #2c313f;
}

.oa-e-list.oa-icon-list li {
  display: flex;
  list-style-type: none;
}

.oa-e-list.oa-icon-list li i {
  font-size: 12px;
  text-align: center;
  color: #656668;
  margin-right: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .oa-accordion .oa-e-list {
    padding-left: 14px;
  }
}

/*----- Message Boxes  ----- */

.alert {
  font-weight: 300;
  border-radius: 0;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 0;
}

.alert i.fa {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  margin: -23px 0 0;
  left: 30px;
  line-height: 44px;
  text-align: center;
}

.alert > ul {
  padding: 0;
  margin: 0;
}

.alert > ul > li {
  list-style-type: none;
}

.alert-dismissable .close {
  right: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-shadow: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding-left: 1px;
}

.alert-dark {
  color: #ffffff;
  background-color: #343434;
}

.alert-dark .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  margin-top: 12px;
}

.alert-info {
  background-color: #123d65;
  color: #ffffff;
}

.alert-info .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.alert-yellow {
  background-color: #fc880f;
}

.alert-yellow.alert-dismissable .close {
  color: #ffffff;
}

.alert-green {
  background-color: #8fca1d;
}

.alert-green.alert-dismissable .close {
  color: #ffffff;
}

.alert-pink {
  background-color: #f42494;
}

.alert-pink.alert-dismissable .close {
  color: #ffffff;
}

.alert-sky {
  background-color: #24b9e2;
}

.alert-sky.alert-dismissable .close {
  color: #ffffff;
}

.informative-alert {
  color: #fff;
  background-color: #1f4473;
  margin-bottom: 0;
  text-align: center;
  border: 0;
}

.informative-alert button {
  color: #fff;
  opacity: 1;
}

.informative-alert:hover {
  color: #fff;
}

i.icon-warning {
  color: #ff9800;
}

/*----- Sticky Notes ----- */

.sticky-note {
  padding: 20px 30px 15px;
  position: relative;
  font-weight: 300;
}

.sticky-note:before {
  content: '';
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 30px solid #ffffff;
  top: 0;
  left: 50%;
  margin-left: -30px;
  left: auto;
  right: 0;
  bottom: -1px;
  top: auto;
}

.sticky-note.sticky-sky {
  background-color: #edf6ff;
  color: #93909e;
}

.sticky-note.sticky-sky:after {
  content: '';
  position: absolute;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #9abbdc;
  bottom: -1px;
  left: 50%;
  margin-left: 0;
  left: auto;
  right: -1px;
  margin-left: 0;
}

.sticky-note.sticky-orange {
  background-color: #fcf0c5;
  color: #123d65;
}

.sticky-note.sticky-orange:after {
  content: '';
  position: absolute;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #dec87c;
  bottom: -1px;
  left: 50%;
  margin-left: 0;
  left: auto;
  right: -1px;
  margin-left: 0;
}

.sticky-note.sticky-pink {
  background-color: #fdd4d4;
  color: #e39f9f;
}

.sticky-note.sticky-pink:after {
  content: '';
  position: absolute;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e39f9f;
  bottom: -1px;
  left: 50%;
  margin-left: 0;
  left: auto;
  right: -1px;
  margin-left: 0;
}

.sticky-note.sticky-green {
  background-color: #eaffc3;
  color: #b5d37f;
}

.sticky-note.sticky-green:after {
  content: '';
  position: absolute;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #b5d37f;
  bottom: -1px;
  left: 50%;
  margin-left: 0;
  left: auto;
  right: -1px;
  margin-left: 0;
}

/*----- Progress Bars ----- */

.progress {
  box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  background-color: #d3d3d3;
  margin-bottom: 30px;
  height: 44px;
  border-radius: 0;
  position: relative;
  overflow: visible;
}

.progress span {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 44px;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.progress strong {
  font-size: 40px;
  line-height: 44px;
  position: absolute;
  right: -25%;
  top: 0;
  font-family: "Quicksand", sans-serif;
}

.progress .progress-bar-danger {
  background-color: #656668;
}

.pro-bar-wrapper {
  position: relative;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
}

.pro-bar-wrapper .pro-bar-container {
  height: 10px;
  border-radius: 5px;
  border: none;
  overflow: visible !important;
  margin-left: 80px;
  margin-bottom: 40px;
  margin-top: 35px;
}

.pro-bar-wrapper .pro-bar-container > i {
  background-color: #d7d7d8;
  border-radius: 50%;
  color: #ffffff;
  width: 62px;
  height: 62px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  z-index: 1;
}

.pro-bar-wrapper .pro-bar-container.color-midnight-blue {
  background-color: #123d65;
}

.pro-bar-wrapper .pro-bar-container.color-gray {
  background-color: #d7d7d8;
}

.pro-bar-wrapper .pro-bar-container .pro-bar {
  height: 10px;
  border-radius: 5px 0 0 5px;
  position: relative;
  overflow: visible !important;
}

.pro-bar-wrapper .pro-bar-container .pro-bar > div {
  position: absolute;
  top: -25px;
  left: 0;
  color: #706e6f;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.pro-bar-wrapper .pro-bar-container .pro-bar p {
  margin: 0;
  display: inline-block;
  line-height: 22px;
  padding: 0 5px;
  background-color: #f6f6f6;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  right: -18px;
  top: -37px;
  font-size: 12px;
  border-radius: 3px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.pro-bar-wrapper .pro-bar-container .pro-bar p:before {
  content: '';
  position: absolute;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #f6f6f6;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
}

.pro-bar-wrapper .pro-bar-container .pro-bar.animated p {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.pro-bar-wrapper .pro-bar-container .pro-bar.color-oa-gradient {
  background-image: linear-gradient(to right, #BB3D91 0%, #3E216A 100%);
}

.pro-bar-wrapper .pro-bar-container .pro-bar.color-green {
  background-color: #656668;
}

.pro-bar-wrapper .pro-bar-container .pro-bar.color-midnight-blue {
  background-color: #123d65;
}

.pro-bar-wrapper .pro-bar-container .pro-bar.color-pink {
  background-color: #656668;
}

.pro-bar-wrapper.style2 .pro-bar-container {
  margin-top: 16px;
  margin-left: 55px;
  height: 30px;
}

.pro-bar-wrapper.style2 .pro-bar-container .pro-bar {
  height: 30px;
}

.pro-bar-wrapper.style2 .pro-bar-container .pro-bar > div {
  top: 5px;
  color: #ffffff;
  font-weight: 300;
  left: 25px;
}

/*----- Social Links ----- */

.social-links {
  padding: 0;
  margin: -10px 0 0 -10px;
}

.social-links li {
  float: left;
  margin: 10px 0 0 10px;
  list-style: none;
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

.social-links li a {
  display: block;
  line-height: 35px;
  font-size: 13px;
  position: relative;
  text-align: center;
  z-index: 0;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #123d65;
}

.social-links li a:hover {
  background-color: #656668;
}

.social-box {
  text-align: right;
  padding: 12px 0;
}

.social-box a {
  padding: 10px;
}

.social-box a i {
  font-size: 13px;
}

/*----- Text Style ----- */

.txt-decoration {
  text-decoration: underline;
}

.txt-decoration-2 {
  color: #929395;
  text-decoration: underline;
}

.txt-decoration-2:hover {
  color: #656668;
  text-decoration: underline;
}

.txt-decoration-3 {
  color: #244473;
  text-decoration: underline;
}

/*----- CountDown ----- */

.oa-countdown-2 {
  margin: 0 -5px 30px;
  padding: 0;
  overflow: hidden;
}

.oa-countdown-2 li {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0 5px;
  width: 25%;
  position: relative;
}

.oa-countdown-2 li div {
  text-align: center;
  padding: 15px 0;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.oa-countdown-2 li div:before {
  position: absolute;
  height: 1px;
  top: 50%;
  width: 100%;
  left: 0;
  background-color: #dde5f3;
  content: "";
}

.oa-countdown-2 li div:after {
  position: absolute;
  height: 18px;
  bottom: 0;
  width: 1px;
  left: 50%;
  border-left: dashed 1px #dde5f3;
  content: "";
}

.oa-countdown-2 li div h3 {
  font-size: 54px;
  margin: 15px 0 20px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}

.oa-countdown-2 li div span {
  display: block;
  text-transform: uppercase;
}

.oa-countdown-2 li div span:last-child {
  font-weight: 400;
}

/*----- Form ----- */

.select2.select2-container--default {
  width: 100% !important;
}

.select2.select2-container--default .select2-selection--single {
  height: 34px;
  padding: 3px 3px 0;
  font-size: 13px;
  line-height: 1.428571429;
  color: #656668;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2:focus {
  outline: none;
}

.select2-container--disabled,
.select2-container--disabled span,
.select2-container--disabled span + span,
.select2-container--disabled:hover,
.select2-container--disabled:hover span,
.select2-container--disabled:hover span + span {
  cursor: not-allowed !important;
  color: #929395 !important;
}

.select2-container ul li {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

/*----- Jumbotron ----- */

.jumbotron {
  background-color: #f6f6f6;
  margin-bottom: 0;
  word-wrap: break-word;
}

.jumbotron p {
  line-height: 1.8;
  font-size: 16px;
}

.jumbotron a {
  color: #123d65;
}

/** 1.4 Elements * */

/*--- owl-button --- */

.owl-theme .owl-controls {
  margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #ffffff;
  background: none;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  width: 72px;
  height: 72px;
  line-height: 70px;
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  margin-left: -36px;
  margin-top: -36px;
  margin-left: 6px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #656668;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 2%;
  padding-right: 2px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev i {
  padding-right: 5px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 2%;
  padding-left: 2px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next i {
  padding-left: 10px;
}

.owl-theme .owl-controls .owl-pagination {
  margin-top: 40px;
  width: 100%;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border: 1px solid #123d65 !important;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  background: none;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span,
.owl-theme .owl-controls .owl-pagination .owl-page:hover span {
  background: #123d65;
  transform: scale(2);
  border-color: #123d65 !important;
}

.oa-area-light .owl-theme .owl-controls .owl-page span {
  border: 1px solid #ffffff;
}

.oa-area-light .owl-theme .owl-controls .owl-page.active span,
.oa-area-light .owl-theme .owl-controls .owl-page:hover span {
  background: #ffffff;
  border-color: #ffffff !important;
}

/*--- vue carousel ---*/

.VueCarousel-dot-container {
  margin-top: 40px;
  width: 100%;
}

.VueCarousel-dot {
  width: 6px !important;
  height: 6px !important;
  margin: 0 10px;
  padding: 0 !important;
  border: 1px solid #123d65 !important;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  background-color: white !important;
  border-radius: 50%;
}

.VueCarousel-dot--active,
.VueCarousel-dot:hover {
  background-color: #123d65 !important;
  transform: scale(1.8);
  border-color: #123d65 !important;
}

#owl-latest-news .owl-buttons {
  display: none;
}

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------- */

/*--- Header top --- */

#oa-header-top {
  background-color: #f6f6f6;
  position: relative;
  z-index: 3;
}

#oa-header-top p {
  padding: 4px 0 4px 0;
  position: relative;
  font-size: 11px;
  color: #929395;
}

#oa-header-top p a:first-of-type {
  font-weight: 600;
}

#oa-header-top i.icon-admin {
  font-size: 16px;
  vertical-align: -2px;
  color: #123d65;
}

/*--- Header bottom --- */

#oa-header-bottom {
  background-color: #ffffff;
}

#oa-header-bottom .navbar-default {
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0 0 1px 1px rgba(146, 147, 149, 0.1), 0 3px 1px 0 rgba(146, 147, 149, 0.1);
  display: block;
  position: relative;
  border: none;
}

#oa-header-bottom .navbar-default .navbar-form .input-group {
  width: 100%;
  border: 1px solid rgba(210, 211, 217, 0.5);
  border-radius: 4px;
  background-color: #f6f6f6;
}

#oa-header-bottom .navbar-default .navbar-form .input-group .form-control {
  height: 38px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-family: sans-serif;
  font-weight: 300;
}

#oa-header-bottom .navbar-default .navbar-form .input-group:focus-within {
  background-color: #ffffff;
  border: 1px solid #e9e9e9 !important;
}

#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn .btn-link i {
  color: #123d65;
}

#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn .btn-link:focus,
#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn .btn-link:hover {
  color: #123d65;
  border: none;
}

#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn:focus-within,
#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn:hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #123d65;
}

#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn:focus-within i,
#oa-header-bottom .navbar-default .navbar-form .input-group .input-group-btn:hover i {
  color: #ffffff;
}

#oa-header-bottom .navbar-default .navbar-form .oa-line-button {
  margin-right: 5px;
}

#oa-header-bottom .navbar-default .navbar-form .oa-line-button .icon-warning {
  position: absolute;
  font-size: 18px;
  top: -10px;
  right: -10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 0;
  border-radius: 15px;
}

#oa-header-bottom .navbar-default .navbar-form .oa-login,
#oa-header-bottom .navbar-default .navbar-form .oa-register {
  font-size: 11px;
  line-height: 22px;
}

#oa-header-bottom .navbar-brand img {
  max-width: 200px;
}

#oa-header-bottom #navbar-collapse-menu {
  padding: 20px 0 7px;
}

#oa-header-bottom #navbar-collapse-menu ul {
  margin: 0 0 0 15px;
}

#oa-header-bottom #navbar-collapse-menu ul li > a,
#oa-header-bottom #navbar-collapse-menu ul li.with-megamenu > div {
  color: #123d65;
  padding-top: 17px;
}

#oa-header-bottom #navbar-collapse-menu ul li > a:hover,
#oa-header-bottom #navbar-collapse-menu ul li.with-megamenu > div:hover {
  text-decoration: underline !important;
}

#oa-header-bottom #navbar-collapse-menu ul li.with-megamenu > div {
  padding: 16px 15px 15px;
}

#oa-header-bottom #oa-global-megamenu.megamenu a:hover h5 {
  text-decoration: underline;
}

#oa-header-bottom #oa-global-megamenu.megamenu .course-link a:hover {
  text-decoration: underline;
}

#oa-header-bottom #navbar-collapse-search.collapse {
  display: none !important;
}

#oa-header-bottom #logo-image img {
  max-width: 100px;
}

#oa-header-bottom .oa-cart-icon svg {
  width: 2.5em;
  height: 2.5em;
  margin: .15em auto;
}

#oa-header-bottom .oa-cart-icon svg path {
  fill: none;
  stroke: #929395;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

#oa-header-bottom .oa-cart-icon .circle {
  background-color: #185186;
  border-radius: 10px;
  height: 1.15em;
  text-align: center;
  width: 1.2em;
  padding: 0 2px;
}

#oa-header-bottom .oa-cart-icon span {
  font-family: "Quicksand", sans-serif;
  font-size: .9em;
  color: #ffffff;
  top: -4px;
  font-weight: 600;
  position: relative;
}

.company #oa-header-bottom .navbar-default {
  background: #123d65;
}

.company #oa-header-bottom #navbar-collapse-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}

.company #oa-header-bottom #navbar-collapse-menu .navbar-form a {
  text-align: center;
  width: 83px;
  font-size: 14px;
}

.company .oa-area {
  background: #123d65;
}

.company .oa-area.slider {
  padding: 60px 0;
}

.company .oa-area .oa-text h1 {
  font-weight: 300;
  color: #ffffff;
}

.company .oa-area .oa-text h6 {
  font-weight: 100;
  margin-bottom: 20px;
  color: #ffffff;
}

.company .oa-area.oa-area-2 .btn-view a {
  border-color: #ffffff;
  background: #ffffff;
  color: #123d65;
  font-weight: 600;
}

.company .oa-area.oa-area-2 .btn-view a:hover {
  background: none;
  color: #ffffff;
}

.company .oa-area.oa-area-12 {
  background: rgba(146, 147, 149, 0.4);
  padding-bottom: 60px;
}

.company .oa-area.oa-area-12 .masonry-item {
  margin: 40px 0 0;
}

.company .oa-area.oa-area-12 .masonry-item .entry-thumb {
  opacity: 1;
  margin-right: 15px;
  text-align: center;
  color: #123d65;
}

.company .oa-area.oa-area-12 .masonry-item .entry-thumb i {
  font-size: 1.8em;
}

.company .oa-area.oa-area-12 .masonry-item .entry-content {
  padding-right: 8%;
}

.company .oa-area.oa-area-12 .masonry-item .entry-content h4 {
  margin-bottom: 40px;
  line-height: 1;
  margin-top: 0;
}

.company .oa-area.oa-area-12 .masonry-item .sub-list {
  padding: 5px 0 0 15px;
  list-style-type: square;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.company .oa-area.oa-area-13 {
  background: #f6f6f6;
  padding: 50px 0 80px;
}

.company .oa-area.oa-area-13.dae {
  background: #ffffff;
}

.company .oa-area.oa-area-13.dae .owl-controls .owl-buttons {
  display: none;
}

.company .oa-area.oa-area-13.dae .owl-controls .owl-pagination .owl-page span {
  border-color: #123d65;
}

.company .oa-area.oa-area-13 .widget-title-s5 {
  margin-bottom: 40px;
}

.company .oa-area.oa-area-13 .widget-title-s5 h2,
.company .oa-area.oa-area-13 .widget-title-s5 h5:first-of-type {
  display: none;
}

.company .oa-area.oa-area-13 .widget-title-s5 h5:nth-of-type(2) {
  display: block;
  color: #123d65;
  font-weight: 500;
}

.company .oa-area.oa-area-13 .oa-tab-container-1 .oa-tabs-1 li:nth-of-type(3) {
  margin-left: 0;
}

.company .oa-area.oa-area-light.oa-area-13 {
  padding: 80px 0;
}

.company .oa-area.oa-area-light.oa-area-13 h3 {
  color: #123d65;
}

.company .slider .oa-button.navy-button,
.company .navbar .oa-button.navy-button {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #123d65;
  font-weight: 600;
}

.company .slider .oa-button.navy-button:hover,
.company .navbar .oa-button.navy-button:hover {
  background: none;
  color: #ffffff;
}

.landing.dae .navbar-form.navbar-right {
  display: none;
}

/** 2.2 Navigation * */

#top-nav {
  position: relative;
  z-index: 21;
}

#top-nav #top-menu {
  margin: 0;
  padding: 0;
  float: left;
}

#top-nav #top-menu > li:hover > a,
#top-nav #top-menu > li.sfHover > a {
  background-color: #f6f6f6;
}

#top-nav #top-menu > li:hover > a i,
#top-nav #top-menu > li.sfHover > a i {
  color: #ffffff;
}

#top-nav #top-menu li {
  float: left;
  margin: 0;
  list-style: none;
  position: relative;
}

#top-nav #top-menu li a {
  display: block;
  text-transform: uppercase;
  color: #185186;
  text-align: center;
  padding: 5px 15px;
}

#top-nav #top-menu li a span {
  font-size: 13px;
  padding-left: 5px;
}

#top-nav #top-menu li a i {
  color: #185186;
}

#top-nav #top-menu li a:hover i {
  color: #ffffff;
}

#top-nav #top-menu li ul {
  display: none;
  width: 230px;
  position: absolute;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  left: 0;
  top: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#top-nav #top-menu li ul li {
  float: none;
  border: none;
  padding: 0 15px;
  border-top: 1px solid #dde5f3;
}

#top-nav #top-menu li ul li:first-child {
  border: none;
}

#top-nav #top-menu li ul li a {
  text-align: left;
  border: none;
  padding: 10px 0;
  color: #929395;
  text-transform: none;
  font-size: 14px;
}

#top-nav #top-menu li ul li ul {
  left: 231px;
  top: 0;
}

#top-nav #top-menu li ul li:hover > a {
  padding-left: 10px;
  color: #656668;
}

#top-nav #top-menu li.flip-back ul {
  left: auto;
  right: 0;
}

#top-nav #top-menu li.flip-back ul li ul {
  left: auto;
  right: 231px;
}

#top-nav .oa-search-box {
  float: left;
  position: relative;
  border-right: 1px solid #19171a;
}

#top-nav .oa-search-box .toggle-search-box {
  display: block;
  width: 80px;
  padding-top: 8px;
  height: 50px;
  border: 0;
  background: none;
  text-align: center;
  color: #ffffff;
}

#top-nav .oa-search-box .toggle-search-box:hover,
#top-nav .oa-search-box .toggle-search-box.search-expand {
  background-color: #f6f6f6;
}

#top-nav .oa-search-box .toggle-search-box:hover i,
#top-nav .oa-search-box .toggle-search-box.search-expand i {
  color: #ffffff;
}

#top-nav .oa-search-box .toggle-search-box span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}

#top-nav .oa-search-box .toggle-search-box i {
  display: block;
  color: #d2d3d9;
  margin: 0 0 3px;
}

#top-nav .oa-search-box form.block.search-form {
  display: block;
}

#top-nav .oa-search-box form.search-form {
  background-color: #f6f6f6;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  padding: 15px;
  width: 346px;
}

#top-nav .oa-search-box form.search-form:before,
#top-nav .oa-search-box form.search-form:after {
  display: table;
  content: "";
}

#top-nav .oa-search-box form.search-form:after {
  clear: both;
}

#top-nav .oa-search-box form.search-form input.search-text {
  width: 100%;
  height: 30px;
  color: #706e6f;
  line-height: 20px;
  border: none;
  padding: 5px 15px;
  border-radius: 0;
}

#top-nav .oa-search-box form.search-form input.search-text:focus {
  outline: none;
}

#top-nav .oa-search-box form.search-form button.search-submit {
  border: 0;
  padding: 0;
  position: absolute;
  right: 27px;
  top: 20px;
  background: none;
  line-height: 20px;
}

#top-nav .oa-search-box form.search-form button.search-submit i {
  color: #d2d3d9;
}

#top-nav .oa-search-box form.search-form button.search-submit:hover i {
  color: #656668;
}

.oa-language {
  text-align: center;
  position: relative;
  border-right: 1px solid #19171a;
}

.oa-language:hover,
.oa-language.open {
  background-color: #f6f6f6;
}

.oa-language:hover > i,
.oa-language.open > i {
  color: #ffffff;
}

.oa-language:hover > button,
.oa-language.open > button {
  background-color: #f6f6f6;
}

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

.oa-language > i {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  color: #d2d3d9;
}

.oa-language > button {
  display: block;
  border: none;
  outline: none;
  color: #ffffff;
  height: 50px;
  line-height: 70px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  background: #185186;
}

.oa-language > button span {
  display: none;
}

.oa-language .dropdown-menu {
  border-radius: 0;
  width: 160px;
  margin: 0;
  box-shadow: none;
  padding: 7px 0;
}

.oa-language .dropdown-menu li {
  margin: 0;
  border: none;
  padding: 0;
}

.oa-language .dropdown-menu li a {
  padding: 5px 15px;
  text-align: left;
}

.oa-language .dropdown-menu li a img {
  float: left;
  margin-top: 5px;
  padding-right: 8px;
}

.oa-language .dropdown-menu li a span > i {
  width: 21px;
  height: 14px;
  float: left;
  background: url("http://placehold.it/21x14");
  margin-right: 8px;
  margin-top: 3px;
}

.oa-language .dropdown-menu li a span > i.eng {
  background: url(/images/1.jpg?c1cc7335bca23c0dfb768ed7b36322cc) no-repeat;
}

.oa-language .dropdown-menu li a span > i.vni {
  background: url(/images/2.jpg?213fde2098f44fa9ec001981c0050e59) no-repeat;
}

#main-nav {
  position: relative;
  z-index: 20;
}

#main-menu {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  z-index: 1;
}

#main-menu .company a {
  text-transform: uppercase;
  background: #929395;
  color: #ffffff;
}

#main-menu .company a:hover {
  background: #185186;
  color: #ffffff;
}

#main-menu .company a span {
  padding: 0 20px;
}

#main-menu > li {
  position: relative;
  z-index: 1;
  padding: 0;
  float: left;
  margin: 0 0 0 20px;
  list-style: none;
}

#main-menu > li.mega-menu {
  position: static;
}

#main-menu > li.mega-menu a:before {
  display: none;
}

#main-menu > li:first-child {
  margin: 0;
}

#main-menu > li > a {
  display: block;
  color: #929395;
  padding: 4px 0 4px 0;
  position: relative;
  font-size: 11px;
  font-weight: 400;
}

#main-menu > li > a .menu-description {
  display: block;
  font-size: 13px;
  font-style: italic;
  text-transform: none;
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  color: #706e6f;
}

#main-menu > li > a:hover {
  color: #656668;
}

#main-menu > li > a.current-page {
  color: #123d65;
}

#main-menu > li > ul {
  width: 250px;
  display: none;
  position: absolute;
  left: 0;
  top: 79px;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  text-align: left;
}

#main-menu > li > ul > li {
  float: none;
  border: none;
  padding: 0 15px;
  border-top: 1px solid #dde5f3;
  margin: 0;
  list-style: none;
  position: relative;
}

#main-menu > li > ul > li:first-child {
  border: none;
}

#main-menu > li > ul > li > a {
  text-align: left;
  border: none;
  padding: 10px 0;
  color: #929395;
  text-transform: none;
  font-size: 14px;
  display: block;
}

#main-menu > li > ul > li > ul {
  left: 251px;
  top: 0;
  width: 250px;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  text-align: left;
}

#main-menu > li > ul > li > ul > li {
  float: none;
  border: none;
  padding: 0 15px;
  border-top: 1px solid #dde5f3;
  margin: 0;
  list-style: none;
  position: relative;
}

#main-menu > li > ul > li > ul > li:first-child {
  border: none;
}

#main-menu > li > ul > li > ul > li > a {
  text-align: left;
  border: none;
  padding: 10px 0;
  color: #929395;
  text-transform: none;
  font-size: 14px;
  display: block;
}

#main-menu > li > ul > li > ul > li:hover > a,
#main-menu > li > ul > li > ul > li:active > a,
#main-menu > li > ul > li > ul > li.current-menu-item > a {
  padding-left: 10px;
  color: #185186;
}

#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li:active > a,
#main-menu > li > ul > li .current-menu-item > a {
  padding-left: 10px;
  color: #185186;
}

.sf-with-ul:after {
  display: none;
}

#main-menu .sf-mega {
  position: absolute;
  left: 0;
  top: 79px;
}

#main-menu .sf-mega .widget {
  padding-top: 10px;
}

#main-menu .sf-mega .widget .widget-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main-menu li .sf-mega {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  display: none;
  z-index: 9999;
  width: 100%;
  padding: 20px 30px 40px;
}

#main-menu li .sf-mega .row > div .row > div ul {
  border-bottom: 1px solid #dde5f3;
  margin: 0;
  padding: 0;
}

#main-menu li .sf-mega .row > div .row > div ul li {
  float: none;
  border: none;
  padding: 0;
  border-top: 1px solid #dde5f3;
  margin: 0;
  list-style: none;
  position: relative;
}

#main-menu li .sf-mega .row > div .row > div ul li a {
  text-align: left;
  border: none;
  padding: 10px 0;
  color: #929395;
  text-transform: none;
  font-size: 14px;
  display: block;
}

#main-menu li .sf-mega .row > div .row > div ul li:hover > a,
#main-menu li .sf-mega .row > div .row > div ul li.current-menu-item > a {
  padding-left: 10px;
  color: #656668;
}

#main-menu li .sf-mega .row > div .entry-item .entry-thumb {
  position: relative;
  margin-bottom: 25px;
}

#main-menu li .sf-mega .row > div .entry-item .entry-thumb .entry-date {
  text-align: center;
  border: 1px solid #bdc7d6;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 0 10px;
  text-transform: uppercase;
  color: #F6F6F6;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 15px;
}

#main-menu li .sf-mega .row > div .entry-item .entry-thumb .entry-date p {
  margin: 0 0 5px;
  color: #ffffff;
  background-color: #bdc7d6;
  padding: 0 10px;
  line-height: 18px;
}

#main-menu li .sf-mega .row > div .entry-item .entry-thumb .entry-date strong {
  display: block;
  color: #123d65;
  font-size: 24px;
  padding: 0 10px;
  font-weight: 600;
}

#main-menu li .sf-mega .row > div .entry-item .entry-thumb .entry-date span {
  line-height: 1;
  display: block;
  padding: 0 10px;
}

#main-menu li .sf-mega .row > div .entry-item .entry-content .entry-author {
  margin-bottom: 5px;
}

#main-menu li .sf-mega .row > div .entry-item .entry-content .entry-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

#main-menu li .sf-mega .row > div .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.mobile-search-box {
  display: none;
  margin-top: 10px;
  width: 250px;
}

.mobile-search-box .mobile-search-form {
  position: relative;
}

.mobile-search-box .mobile-search-form input.search-text {
  border: none;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  color: #706e6f;
  width: 100%;
  padding-right: 25px;
  height: 28px;
}

.mobile-search-box .mobile-search-form button.search-submit {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 0;
  border: none;
  background: none;
  color: #123d65;
}

.mobile-search-box .mobile-search-form button.search-submit:hover {
  color: #656668;
}

#course-list-nav {
  top: 0;
  width: 100%;
  background-color: rgba(101, 102, 104, 0.9);
  border-radius: 0;
  z-index: 9999;
}

#course-list-nav .nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#course-list-nav .nav li {
  margin-bottom: 0;
}

#course-list-nav .nav .active > a {
  border-bottom: 1px solid #ffffff;
}

#course-list-nav .nav a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0 3px;
  margin: auto 15px 15px;
}

#course-list-nav .nav a:hover {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  #percorsi-formativi {
    padding-top: 80px;
  }
}

/*--- Mobile Menu --- */

#footer-nav #footer-menu {
  padding: 0;
  margin: 0;
}

#footer-nav #footer-menu li {
  float: left;
  margin: 0 0 0 20px;
  list-style: none;
}

#footer-nav #footer-menu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
}

#footer-nav #footer-menu li a:hover {
  color: #656668;
}

.oa-area-light .widget .widget-title.widget-title-s5::after {
  background-color: #f2f4f5;
}

.navy-button {
  background-color: #244473;
}

.grey-button {
  background-color: #929395;
}

.entry-time {
  color: #656668;
  display: inline-block;
  line-height: 1;
}

.entry-time i {
  font-size: 13px;
}

.entry-date {
  display: inline-block;
  line-height: 1;
}

.entry-date i {
  font-size: 13px;
}

.entry-location {
  display: inline-block;
  line-height: 1;
  color: #656668;
}

.entry-location i {
  font-size: 13px;
}

.entry-author {
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
}

.entry-author span {
  margin-right: 5px;
}

.entry-author a {
  color: #656668;
}

.entry-author a:hover {
  color: #185186;
}

.entry-meta {
  color: #929395;
  line-height: 1;
}

.entry-icon {
  position: absolute;
  color: #ffffff;
  background-color: #656668;
  right: 0;
  bottom: 0;
  padding: 18px 10px;
}

.entry-icon span {
  width: 30px;
  display: block;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
}

.entry-icon:hover {
  color: #ffffff;
}

.entry-item.standard-post .entry-icon span:before,
.entry-box.standard-post .entry-icon span:before,
.item.standard-post .entry-icon span:before {
  content: "\F1C2";
}

.entry-item.audio-post .entry-icon:before,
.entry-box.audio-post .entry-icon:before,
.item.audio-post .entry-icon:before {
  content: "\F025";
}

.entry-item.gallery-post .entry-icon:before,
.entry-box.gallery-post .entry-icon:before,
.item.gallery-post .entry-icon:before {
  content: "\F03E";
}

.entry-item.video-post .entry-icon span,
.entry-box.video-post .entry-icon span,
.item.video-post .entry-icon span {
  padding-left: 2px;
}

.entry-item.video-post .entry-icon span:before,
.entry-box.video-post .entry-icon span:before,
.item.video-post .entry-icon span:before {
  content: "\F04B";
}

.entry-categories {
  display: inline-block;
  line-height: 1;
  color: #185186;
}

.entry-categories a {
  color: #185186;
}

.entry-categories a:hover {
  color: #656668;
}

.entry-view {
  display: inline-block;
  color: #929395;
}

.entry-comment {
  display: inline-block;
  line-height: 1;
}

.entry-comment a {
  color: #929395;
}

.entry-comment a:hover {
  color: #656668;
}

.pagination {
  border-radius: 0;
  margin: 40px 0 0;
  display: block;
  text-align: center;
}

.pagination ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: -10px 0 0 -10px;
}

.pagination ul.page-numbers li {
  float: left;
  margin: 10px 0 0 10px;
  list-style: none;
}

.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span {
  border: 1px solid #f2f4f5;
  display: block;
  padding: 0 15px;
  line-height: 35px;
  height: 37px;
  font-size: 13px;
  position: relative;
  color: #123d65;
  border-radius: 3px;
}

.pagination ul.page-numbers li span.current {
  color: #ffffff;
  background-color: #123d65;
  border-color: #123d65;
}

.pagination ul.page-numbers li a:hover {
  color: #ffffff;
  background-color: #244473;
  border-color: #244473;
}

.pagination.pagination-s2 {
  border-top: 1px solid #f2f4f5;
  padding-top: 30px;
}

.pagination.pagination-s2 ul.page-numbers {
  display: block;
  margin-left: -8px;
}

.pagination.pagination-s2 ul.page-numbers li {
  float: none;
  display: inline-block;
  margin-left: 8px;
}

.pagination.pagination-s2 ul.page-numbers li a:hover,
.pagination.pagination-s2 ul.page-numbers li span.current {
  background-color: #b1b7bf;
  border-color: #b1b7bf;
}

.pagination.pagination-s2 ul.page-numbers li:first-child {
  float: left;
}

.pagination.pagination-s2 ul.page-numbers li:last-child {
  float: right;
}

.oa-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.oa-rating li {
  float: left;
  margin: 0;
  list-style: none;
  color: #656668;
  font-size: 12px;
}

.loading {
  background: #ffffff;
  min-height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.loading > i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -13px;
  margin-top: -15px;
}

/* loader */

.loader {
  margin: 50px auto;
  width: 50px;
  height: 50px;
  /** height is required as absolute value * */
  background-color: #123d65;
  border-radius: 50px;
  position: relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.loader i {
  position: absolute;
  top: 13px;
  left: 22%;
  color: white;
  text-shadow: -1px -1px #19171a;
}

.loader:after,
.loader:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #123d65;
}

.loader:after {
  z-index: -100;
  animation: outer-ripple 2000ms linear infinite;
}

.loader:before {
  z-index: -200;
  animation: inner-ripple 2000ms linear infinite;
}

/* loader: outer ripple */

@keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }

  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

/* loader: inner ripple */

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.7;
  }

  100% {
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.breadcrumb {
  background: none;
  padding: 0 0 2px;
  border-bottom: none;
  border-radius: 0;
  font-size: 15px;
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
}

.breadcrumb a:hover {
  color: #656668;
}

/**
 * 3. Content
 * ----------------------------------------------------------------------------- */

#oa-page-content {
  position: relative;
}

/** 3.1 Widget * */

.widget {
  margin-bottom: 50px;
  position: relative;
}

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

.widget iframe {
  border: none;
  width: 100%;
}

.widget .widget-title.widget-title-s1 {
  background-color: #ffffff;
  padding: 20px 30px 25px;
  position: absolute;
  right: 0;
  bottom: 100%;
  min-width: 540px;
  border-radius: 5px 5px 0 0;
}

.widget .widget-title.widget-title-s1 h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
}

.widget .widget-title.widget-title-s1 h4 a {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 435px;
}

.widget .widget-title.widget-title-s1 .meta-box {
  text-transform: uppercase;
}

.widget .widget-title.widget-title-s1 .meta-box .entry-time,
.widget .widget-title.widget-title-s1 .meta-box .entry-date,
.widget .widget-title.widget-title-s1 .meta-box .entry-date a {
  color: #706e6f;
}

.widget .widget-title.widget-title-s1 .meta-box .entry-time {
  margin-right: 8px;
}

.widget .widget-title.widget-title-s1 .widget-title-icon {
  font-size: 40px;
  right: 25px;
  position: absolute;
  top: 30px;
}

.widget .widget-title.widget-title-s1.oa-event-countdown {
  min-width: 100%;
}

.widget .widget-title.widget-title-s1.oa-event-countdown.hidden {
  visibility: visible !important;
}

.widget .widget-title.widget-title-s1.oa-event-countdown .widget-title-s5 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.widget .widget-title.widget-title-s2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.widget .widget-title.widget-title-s2 h4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
}

.widget .widget-title.widget-title-s2 .see-more {
  text-decoration: underline;
  color: #7b7f8c;
  margin-top: 15px;
}

.widget .widget-title.widget-title-s2 .see-more a {
  color: #cdced2;
}

.widget .widget-title.widget-title-s2 .see-more a:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s2 .see-more:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s2 > div {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid #ececec;
  margin-right: 20px;
  position: relative;
}

.widget .widget-title.widget-title-s2 > div > span {
  width: 16px;
  height: 8px;
  background-color: #d7d7d8;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}

.widget .widget-title.widget-title-s2 > div > span:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ececec;
  top: 0;
  left: -8px;
  left: auto;
  right: 0;
}

.widget .widget-title.widget-title-s2 > div > span:after {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ececec;
  top: 0;
  right: -8px;
  right: auto;
  left: 0;
}

.widget .widget-title.widget-title-s3 {
  margin-bottom: 30px;
}

.widget .widget-title.widget-title-s3 i {
  color: #706e6f;
  font-size: 32px;
  margin: 0 15px 0 0 !important;
  padding: 20px 10px;
  border: 2px solid #706e6f;
  border-radius: 3px;
}

.widget .widget-title.widget-title-s3 h4 {
  margin: 22px 0 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}

.widget .widget-title.widget-title-s3 .see-more {
  text-decoration: underline;
  color: #706e6f;
  margin-top: 30px;
}

.widget .widget-title.widget-title-s3 .see-more a {
  color: #706e6f;
}

.widget .widget-title.widget-title-s3 .see-more a:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s3 .see-more:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s4 {
  font-size: 40px;
  color: #ffffff;
  line-height: 46px;
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 3px;
}

.widget .widget-title.widget-title-s5 {
  position: relative;
  padding-top: 20px;
  margin-bottom: 60px;
}

.widget .widget-title.widget-title-s5 h2 {
  font-weight: 400;
  text-transform: uppercase;
}

.widget .widget-title.widget-title-s5 h5 {
  font-size: 18px;
  line-height: 26px;
  color: #19171a;
  text-transform: none;
}

.widget .widget-title.widget-title-s5 h5:nth-of-type(2) {
  display: none;
}

.widget .widget-title.widget-title-s5 > span {
  width: 16px;
  height: 8px;
  background-color: #d7d7d8;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}

.widget .widget-title.widget-title-s5 > span:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ececec;
  top: 0;
  left: -8px;
  left: auto;
  right: 0;
}

.widget .widget-title.widget-title-s5 > span:after {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ececec;
  top: 0;
  right: -8px;
  right: auto;
  left: 0;
}

.widget .widget-title.widget-title-s6 {
  color: #ffffff;
  margin-bottom: 25px;
}

.widget .widget-title.widget-title-s7 {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget .widget-title.widget-title-s7 i {
  color: #ffffff;
  border-radius: 3px;
  background-color: #656668;
  padding: 20px 15px;
  margin: 0 15px 0 0 !important;
  font-size: 24px;
  float: left;
}

.widget .widget-title.widget-title-s7 h4 {
  margin: 0;
  text-transform: none;
  float: none !important;
  overflow: unset;
}

.widget .widget-title.widget-title-s8 {
  margin-bottom: 30px;
}

.widget .widget-title.widget-title-s8 h4 {
  margin-bottom: 0;
  margin-top: 11px;
  text-transform: uppercase;
}

.widget .widget-title.widget-title-s8 i {
  width: 52px;
  height: 52px;
  color: #244473;
  margin: 0 15px 0 0 !important;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
}

.widget .widget-title.widget-title-s9 {
  text-transform: uppercase;
  margin-bottom: 35px;
}

.widget .widget-title.widget-title-s10 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.widget .widget-title.widget-title-s11 {
  margin-bottom: 30px;
}

.widget .widget-title.widget-title-s11 h4 {
  margin-bottom: 0;
  margin-top: 11px;
}

.widget .widget-title.widget-title-s11 i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #706e6f;
  border: 2px solid #706e6f;
  margin: 0 15px 0 0 !important;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
}

.widget .widget-title.widget-title-s11 .see-more {
  text-decoration: underline;
  color: #cdced2;
  margin-top: 15px;
}

.widget .widget-title.widget-title-s11 .see-more a {
  color: #cdced2;
}

.widget .widget-title.widget-title-s11 .see-more a:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s11 .see-more:hover {
  color: #656668;
}

.widget .widget-title.widget-title-s12 {
  color: #ffffff;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
  text-transform: none;
}

.widget .entry-thumb img {
  width: 100%;
}

/*
 * Default widget
 *---------------------------------- */

.widget_archive ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_archive ul li,
.widget_nav_menu ul li {
  float: none;
  margin: 0;
  list-style: none;
}

.widget_archive ul li:first-child,
.widget_nav_menu ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_archive ul li a,
.widget_nav_menu ul li a {
  color: #123d65;
}

.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover {
  color: #656668;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
}

.widget_categories ul li {
  float: none;
  margin: 20px 0 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.widget_categories ul li:before {
  content: "\F067";
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}

.widget_categories ul li:first-child {
  margin: 0;
}

.widget_categories ul li:hover a {
  color: #244473;
}

.widget_categories ul li:hover:before {
  color: #244473;
}

.sidebar .widget_search .search-form .search-text {
  height: 40px;
  padding: 5px 53px 5px 10px;
  border: 1px solid #f2f4f5;
  font-style: normal;
  line-height: 28px;
  border-radius: 3px 0 0 3px;
}

.sidebar .widget_search .search-form .search-submit {
  height: 40px;
  line-height: 30px;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 0 3px 3px 0;
}

.widget_tag_cloud a {
  display: inline-block;
  margin: 0 3px 5px 0;
  border-radius: 5px;
  border: 1px solid #f2f4f5;
  line-height: 30px;
  padding: 0 15px;
}

.widget_tag_cloud a:hover {
  color: #ffffff;
  border-color: #656668;
  background-color: #656668;
}

.oa-area .widget_nav_menu ul {
  margin-top: -20px;
}

.oa-area .widget_nav_menu ul li {
  border: none;
  padding: 10px 15px 10px 0;
}

.oa-area .widget_nav_menu ul li:hover {
  background-color: #f2f4f5;
  padding-left: 15px;
}

.oa-area .widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
}

.oa-area .widget_nav_menu ul li a:before {
  content: "\F067";
  font-size: 10px;
  margin-right: 10px;
}

.oa-area .widget_list {
  background-color: rgba(210, 211, 217, 0.5);
}

.oa-area .widget_list .row {
  border-bottom: 1px solid #ffffff;
  min-height: 50px;
  padding: 14px 0 8px;
}

.oa-area .widget_list .row div > span {
  font-size: 15px;
}

.oa-area .widget_list .row div:first-child > span:first-child {
  font-size: 18px;
  font-weight: 500;
}

.oa-area .widget_list .row i {
  margin-right: 20px;
  color: #185186;
}

.oa-area .widget_list .row .col-md-9 span:last-child {
  display: block;
  font-size: 12px;
  margin-left: 32px;
  line-height: 14px;
}

.oa-area .widget_list .row a {
  color: #185186;
}

.oa-area .widget_list .row a:hover {
  color: #656668;
}

/*
 *oa event widget
 *---------------------------------- */

.oa-event-widget {
  margin-top: -80px;
  padding-top: 80px;
}

.oa-event-widget .widget-content .entry-title {
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
}

.oa-event-widget .widget-content .entry-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  background-color: #ced1dd;
  height: 1px;
}

.more-link {
  display: inline-block;
  color: #40477b;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin: 10px 0 0;
}

.more-link span {
  line-height: 19px;
}

.more-link i {
  border: 1px solid #40477b;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  margin: 0 0 0 15px !important;
  padding-left: 1px;
  color: #40477b;
}

.more-link:hover i {
  border-color: #656668;
}

.more-link:hover i:before {
  color: #656668;
}

/*
 *oa contact 2 widget
 *---------------------------------- */

.oa-contact-2-widget .widget-content {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.oa-contact-2-widget .widget-content h4 {
  color: #ffffff;
  text-transform: uppercase;
}

.oa-contact-2-widget .widget-content a {
  color: #ffffff;
  cursor: pointer;
}

.oa-contact-2-widget .widget-content a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.oa-contact-2-widget .widget-content p {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
}

.oa-contact-2-widget .widget-content p span {
  font-weight: 600;
}

/*
 * oa masonry list 2 widget
 *---------------------------------- */

.courses-list .oa-masonry-list-2-widget .entry-thumb .badge {
  display: none;
}

.oa-masonry-list-2-widget .masonry-list-wrapper {
  margin: -30px 0 0 -30px;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul {
  margin: 0;
  padding: 0;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li {
  float: left;
  margin: 30px 0 0;
  list-style: none;
  padding: 0 0 0 30px;
  width: 25%;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item {
  position: relative;
  background-color: #ffffff;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item.hot-item .entry-thumb .entry-hot {
  display: block;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb {
  margin-bottom: 25px;
  position: relative;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot {
  background-color: #656668;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 14px 12px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
  display: none;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot:before {
  content: '';
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 28px solid #656668;
  top: 100%;
  left: -28px;
  left: auto;
  right: 0;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot:after {
  content: '';
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 28px solid #656668;
  top: 100%;
  right: -28px;
  right: auto;
  left: 0;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb img {
  width: 100%;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .oa-rating {
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .oa-rating li {
  color: #ffffff;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content {
  padding: 0 30px 25px;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .course-teacher {
  margin-bottom: 5px;
  color: #706e6f;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .course-teacher span {
  color: #656668;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .course-teacher a {
  color: #706e6f;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .course-teacher a:hover {
  color: #656668;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .entry-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.oa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-event-list-4-widget .load-more {
  display: inline-block;
  padding-right: 10%;
  padding-left: 10%;
  max-width: 100%;
  font-weight: 500;
}

.load-more {
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Quicksand", sans-serif;
  display: block;
  background-color: #f6f6f6;
  padding: 13px 15px 10px;
  margin-top: 20px;
}

.load-more:hover {
  color: #123d65;
}

/*
 *oa masonry list 3 widget
 *---------------------------------- */

.oa-masonry-list-3-widget .masonry-list-wrapper {
  margin: -30px 0 0 -30px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul {
  margin: 0;
  padding: 0;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li {
  float: left;
  margin: 30px 0 0;
  list-style: none;
  padding: 0 0 0 30px;
  width: 33.333333%;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item {
  position: relative;
  background-color: #ffffff;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item.hot-item .entry-thumb .entry-hot {
  display: block;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb {
  position: relative;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot {
  background-color: #656668;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 14px 12px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
  display: none;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot:before {
  content: '';
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 28px solid #656668;
  top: 100%;
  left: -28px;
  left: auto;
  right: 0;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .entry-hot:after {
  content: '';
  position: absolute;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 28px solid #656668;
  top: 100%;
  right: -28px;
  right: auto;
  left: 0;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb img {
  width: 100%;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .oa-rating {
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb .oa-rating li {
  color: #ffffff;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content {
  padding: 25px 30px;
  border-right: 1px solid #e2e2e3;
  border-left: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content header {
  margin-bottom: 7px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content .entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .price-box {
  background-color: #656668;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 20px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .price-box span {
  margin-right: 5px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .price-box strong,
.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .price-box ins {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .oa-rating {
  margin-top: 8px;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content footer .oa-rating li {
  color: #244473;
}

.oa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-masonry-list-3-widget .pagination {
  border-top: 1px solid #e2e2e3;
  padding-top: 30px;
  margin-top: 60px;
}

/*
 * oa tab 1 widget
 *---------------------------------- */

.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 {
  background-color: transparent;
}

.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 > li {
  border-right: none;
  margin-left: 2px;
}

.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 > li:first-child {
  margin-left: 0;
}

.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 > li > a {
  background-color: #123d65;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}

.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 > li.active > a,
.oa-tab-1-widget .oa-tab-container-1 .nav-tabs.oa-tabs-1 > li:hover > a {
  background-color: #ffffff;
  color: #123d65;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content {
  background-color: #ffffff;
  border: none;
  margin-top: 2px;
  min-height: 220px;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content .tab-pane > p {
  font-size: 14px;
  color: #706e6f;
  line-height: 22px;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content .tab-pane > h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content .tab-pane .toggle-view li h6 {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #123d65;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content .tab-pane .toggle-view li h6:hover {
  background-color: #244473;
  color: #ffffff;
}

.oa-tab-1-widget .oa-tab-container-1 .tab-content .tab-pane .toggle-view li.active h6 {
  background-color: #244473;
  color: #ffffff;
}

/*
 *oa article list 5 widget
 *---------------------------------- */

.oa-article-list-5-widget .widget-content ul {
  margin: 0;
  padding: 0;
}

.oa-article-list-5-widget .widget-content ul li {
  float: none;
  margin: 30px 0 0;
  list-style: none;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-thumb {
  width: 160px;
  margin-right: 30px;
  height: 119px;
  overflow: hidden;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-thumb img {
  height: 119px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  width: auto !important;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content {
  overflow: hidden;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content header {
  margin-bottom: 10px;
  font-size: 11px;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content header .entry-time {
  color: #656668;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-meta {
  color: #929395;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-categories a {
  color: #123d65;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-categories a:hover {
  color: #656668;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-title a {
  color: #123d65;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content .entry-title a:hover {
  color: #656668;
}

.oa-article-list-5-widget .widget-content ul li .entry-item .entry-content p {
  font-size: 12px;
  color: #19171a;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*
  *oa ads 3 widget
  *---------------------------------- */

.oa-ads-3-widget .widget-content {
  overflow: hidden;
}

.oa-ads-3-widget .owl-carousel .item {
  padding: 0 15px;
  text-align: center;
}

.oa-ads-3-widget .owl-carousel .item img {
  width: 60%;
}

.oa-ads-3-widget .owl-carousel .owl-controls .owl-pagination {
  margin-top: 25px;
}

.oa-ads-3-widget .owl-carousel .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  border: 1px solid #c4cbd1;
  margin: 0 2px;
}

.oa-ads-3-widget .owl-carousel .owl-controls .owl-pagination .owl-page.active span,
.oa-ads-3-widget .owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  border-color: #656668;
}

/*
 *oa dae widget
 *---------------------------------- */

.custom_overlay_wrapper {
  position: relative;
}

.custom_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.custom_overlay h4 {
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
}

.custom_overlay p {
  color: #000;
  line-height: 1.3em;
  font-size: 13px;
  padding: 0 5px;
}

.custom_overlay:hover {
  opacity: .95;
}

.custom_overlay_inner {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------- TABLET ------------------*/

@media only screen and (max-width: 1024px) {
  .custom_overlay p {
    display: none;
  }
}

/*
 *oa blog list 2 widget
 *---------------------------------- */

.oa-area-blog .col-sm-3.pull-right {
  overflow: hidden;
  padding: 0 30px;
}

.oa-area-blog .entry-content img {
  width: 50% !important;
  height: auto !important;
  margin: 0 25%;
}

.oa-blog-list-2-widget .entry-item {
  margin-top: 30px;
  border-bottom: double 4px #f6f6f6;
  padding-bottom: 30px;
}

.oa-blog-list-2-widget .entry-item:first-child {
  margin-top: 0;
}

.oa-blog-list-2-widget .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-blog-list-2-widget .entry-item .entry-thumb {
  width: 410px;
  margin-right: 30px;
  float: left;
  height: 230px;
  overflow: hidden;
}

.oa-blog-list-2-widget .entry-item .entry-thumb img {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 230px;
  position: relative;
  width: auto !important;
}

.oa-blog-list-2-widget .entry-item .entry-content .meta-box {
  overflow: hidden;
  margin: 10px 0 15px;
  font-size: 11px;
}

.oa-blog-list-2-widget .entry-item .entry-content .meta-box span {
  line-height: 15px;
}

.oa-blog-list-2-widget .entry-item .entry-content .meta-box span.entry-categories a {
  color: #185186;
}

.oa-blog-list-2-widget .entry-item .entry-content .meta-box span.entry-categories a:hover {
  color: #656668;
}

.oa-blog-list-2-widget .entry-item .entry-content .entry-title {
  font-size: 18px;
  line-height: 24px;
  color: #123d65;
}

.oa-blog-list-2-widget .entry-item .entry-content .entry-title a {
  color: #123d65;
}

.oa-blog-list-2-widget .entry-item .entry-content .entry-title a:hover {
  color: #656668;
}

.oa-blog-list-2-widget .entry-item .entry-content p {
  font-size: 13px;
  line-height: 18px;
  color: #19171a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.oa-blog-list-2-widget .entry-item .entry-content .oa-button {
  margin-top: 10px;
  background-color: #123d65;
}

.oa-blog-list-2-widget .entry-item .entry-content .oa-button:hover {
  background-color: #656668;
}

.oa-blog-list-2-widget .entry-item.audio-post .entry-content,
.oa-blog-list-2-widget .entry-item.video-post .entry-content {
  margin-top: -3px;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-pagination {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  z-index: 10;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-pagination .owl-page span {
  margin: 0 4px;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-pagination .owl-page.active span,
.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #244473;
  border-color: #244473;
  transform: scale(1);
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-buttons div {
  width: 40px;
  height: 44px;
  line-height: 44px;
  margin: -24px 0 0;
  border: none;
  background-color: #123d65;
  border-radius: 0;
  font-size: 20px;
  z-index: 10;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-buttons div:hover {
  background-color: #244473;
  color: #ffffff;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.oa-blog-list-2-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-buttons div.owl-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.oa-blog-list-2-widget .entry-item.quote-post .entry-thumb {
  width: 100%;
  float: none;
  margin-right: 0;
}

.oa-blog-list-2-widget .entry-item.quote-post .entry-thumb blockquote {
  margin-bottom: 0;
}

/*
 *oa testimonial 2 widget
 *---------------------------------- */

.oa-testimonial-2-widget h3 {
  margin-bottom: 40px;
}

.oa-testimonial-2-widget strong {
  text-transform: uppercase;
}

.oa-testimonial-2-widget .widget-content .text-center {
  margin-bottom: 50px;
}

.oa-testimonial-2-widget .widget-content .text-center i {
  font-size: 40px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .owl-wrapper-outer {
  border-radius: 6px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item {
  background-color: #ffffff;
  padding: 30px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-thumb {
  width: 130px;
  height: 50px;
  margin-right: 30px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-thumb img {
  border-radius: 6px;
  padding-top: 10px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-content header {
  margin-bottom: 15px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-content header .entry-title {
  line-height: 38px;
  margin-bottom: 0;
  font-weight: 400;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-content header span {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-content p {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #19171a;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.4);
  margin: 0 7px;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .owl-controls .owl-pagination .owl-page.active span {
  background-color: #ffffff;
}

.oa-testimonial-2-widget .widget-content .owl-carousel-9 .owl-controls .owl-pagination .owl-page:hover span,
.oa-testimonial-2-widget .widget-content .owl-carousel-9 .owl-controls .owl-pagination .owl-page.active span {
  border-color: #ffffff;
  background-color: #ffffff;
  transform: scale(1);
}

/*
 *oa event list 3 widget
 *---------------------------------- */

.oa-event-list-3-widget .row {
  margin-top: 30px;
}

.oa-event-list-3-widget .row:first-child {
  margin-top: 0;
}

.oa-event-list-3-widget .row > div .entry-item .entry-thumb {
  position: relative;
  margin-right: 30px;
  float: left;
  width: 255px;
}

.oa-event-list-3-widget .row > div .entry-item .entry-content {
  overflow: hidden;
}

.oa-event-list-3-widget .row > div .entry-item .entry-content header {
  margin-bottom: 5px;
}

.oa-event-list-3-widget .row > div .entry-item .entry-content .entry-title {
  font-weight: 400;
  margin-bottom: 20px;
}

.oa-event-list-3-widget .row > div .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-event-list-3-widget .pagination {
  border-top: 1px solid #e2e2e3;
  padding-top: 30px;
  margin-top: 60px;
}

.eventCustomNavigation {
  text-align: right;
}

.eventCustomNavigation a {
  font-size: 27px;
}

.eventCustomNavigation a:focus {
  border: none;
}

.eventCustomNavigation a:active {
  box-shadow: none;
}

/*
 *oa event list 4 widget
 *---------------------------------- */

.oa-event-list-4-widget {
  font-family: sans-serif;
}

.oa-event-list-4-widget div[id|=course] {
  background-color: #ffffff !important;
  border: none !important;
}

.oa-event-list-4-widget div[id|=course] .load-more {
  margin-top: 30px;
}

.oa-event-list-4-widget .row {
  margin-left: 0;
  margin-right: 0;
}

.oa-event-list-4-widget .row > div {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: 1px solid rgba(210, 211, 217, 0.5);
}

.oa-event-list-4-widget .row > div a.add-to-cart {
  padding: 15px 20px;
}

.oa-event-list-4-widget .entry-item {
  overflow: hidden;
  padding: 20px 20px 24px;
  background-color: #f6f6f6 !important;
}

.oa-event-list-4-widget .entry-item header .entry-location {
  color: #185186;
}

.oa-event-list-4-widget .entry-item .entry-date {
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
  color: #185186;
  margin: 20px 0 15px;
}

.oa-event-list-4-widget .entry-item .course-title {
  margin: 10px 0 10px;
  min-height: 50px;
}

.oa-event-list-4-widget .entry-item .course-title .entry-title {
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
  display: block;
}

.oa-event-list-4-widget .entry-item .course-title .entry-title a {
  color: #19171a;
  font-weight: 600;
}

.oa-event-list-4-widget .entry-item .course-title .entry-title a:hover {
  color: #929395;
}

.oa-event-list-4-widget .entry-item .course-title .entry-retraining {
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin-top: 10px;
  color: #929395;
}

.oa-event-list-4-widget .entry-item .price {
  margin: 20px 0 0;
  display: block;
}

.oa-event-list-4-widget .entry-item .price .entry-price {
  font-size: 20px;
  line-height: 1em;
}

.oa-event-list-4-widget .entry-item .price .entry-original-price {
  color: #929395;
}

.oa-event-list-4-widget .entry-item .oa-button.btn-block {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.oa-event-list-4-widget .entry-item .more-link {
  margin-top: 20px;
}

/*
 *oa event slider 1 widget
 *---------------------------------- */

.oa-event-slider-1-widget {
  font-family: sans-serif;
}

.oa-event-slider-1-widget .owl-item {
  padding: 0 4px;
}

.oa-event-slider-1-widget .owl-item article {
  cursor: default;
  border: 1px solid transparent;
}

.oa-event-slider-1-widget .owl-item article > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.oa-event-slider-1-widget .owl-item article .entry-item {
  overflow: hidden;
  padding: 16px 10px 10px;
  background-color: #f6f6f6 !important;
  border: 1px solid rgba(210, 211, 217, 0.5);
}

.oa-event-slider-1-widget .owl-item article .entry-item .entry-retraining,
.oa-event-slider-1-widget .owl-item article .entry-item header {
  line-height: 1;
}

.oa-event-slider-1-widget .owl-item article .entry-item .entry-location {
  color: #185186;
}

.oa-event-slider-1-widget .owl-item article .entry-item .entry-day {
  font-size: 5em;
  font-weight: 900;
  line-height: 1;
  color: #185186;
  margin: 12px 0 8px;
}

.oa-event-slider-1-widget .owl-item article .entry-item .entry-month {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  color: #185186;
  text-transform: uppercase;
}

.oa-event-slider-1-widget .owl-item article .stock-box span {
  color: #ffffff;
  font-size: 13px;
}

.oa-event-slider-1-widget .owl-item article.in-stock:hover {
  border: 1px solid #07bf2f;
}

.oa-event-slider-1-widget .owl-item article.in-stock:hover .entry-item {
  border: 1px solid transparent;
}

.oa-event-slider-1-widget .owl-item article.in-stock .stock-box {
  background-color: #07bf2f;
}

.oa-event-slider-1-widget .owl-item article.low-stock:hover {
  border: 1px solid #ff9800;
}

.oa-event-slider-1-widget .owl-item article.low-stock:hover .entry-item {
  border: 1px solid transparent;
}

.oa-event-slider-1-widget .owl-item article.low-stock .stock-box {
  background-color: #ff9800;
}

.oa-event-slider-1-widget .owl-item article.out-of-stock {
  cursor: not-allowed;
}

.oa-event-slider-1-widget .owl-item article.out-of-stock .entry-item {
  opacity: .5;
}

.oa-event-slider-1-widget .owl-item article.out-of-stock .stock-box {
  background-color: #e30613;
}

/*
 *oa portfolio list 1 widget
 *---------------------------------- */

.oa-portfolio-list-1-widget .filters-options {
  margin-bottom: 80px;
  text-align: center;
}

.oa-portfolio-list-1-widget .filters-options li {
  margin: 0 0 2px 8px;
  padding: 10px 20px;
  border: 1px solid #f2f4f5;
  border-radius: 5px;
  color: #123d65;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}

.oa-portfolio-list-1-widget .filters-options li.active,
.oa-portfolio-list-1-widget .filters-options li:hover {
  background: #656668;
  color: #ffffff;
  border-color: #656668;
}

.oa-portfolio-list-1-widget .filters-options li input {
  display: none;
}

.oa-portfolio-list-1-widget .portfolio-container {
  position: relative;
  margin: -30px -15px 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 {
  float: left;
  margin: 0;
  list-style: none;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1.inactive {
  visibility: hidden;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item {
  padding-top: 30px;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item:hover .entry-thumb .mask {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb {
  position: relative;
  border-radius: 5px 5px 0 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb .mask {
  border-radius: 5px 5px 0 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb .mask .click-box {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb .mask .click-box a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background-color: #123d65;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 8px;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb .mask .click-box a:hover {
  background-color: #656668;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 5px 0 0;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content {
  border: 1px solid #e2e2e3;
  padding: 30px;
  text-align: center;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content header {
  margin-bottom: 5px;
}

.oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.oa-portfolio-list-1-widget .load-more {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

.oa-portfolio-3col .oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb {
  border-radius: 0;
}

.oa-portfolio-3col .oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb .mask,
.oa-portfolio-3col .oa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb img {
  border-radius: 0;
}

/*
 *oa portfolio list 2 widget
 *---------------------------------- */

.oa-portfolio-list-2-widget .filters-options-wrapper {
  margin-bottom: 60px;
  border-top: 3px double #e2e2e3;
  border-bottom: 3px double #e2e2e3;
  padding: 15px 0;
}

.oa-portfolio-list-2-widget .filters-options-wrapper > span {
  line-height: 1;
  display: block;
  margin-right: 25px;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options {
  margin: 0;
  padding: 0;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li {
  margin: 0;
  padding: 0 15px;
  border-left: 1px solid #e2e2e3;
  float: left;
  cursor: pointer;
  position: relative;
  line-height: 1;
  list-style: none;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li span {
  position: relative;
  display: block;
  line-height: 1;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li span:before {
  height: 3px;
  width: 100%;
  content: "";
  border-top: 3px double #244473;
  left: 0;
  top: -18px;
  position: absolute;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li:first-child {
  border-left: none;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li.active span:before,
.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li:hover span:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.oa-portfolio-list-2-widget .filters-options-wrapper .filters-options li input {
  display: none;
}

.oa-portfolio-list-2-widget .portfolio-container {
  position: relative;
  margin: 0 -1px;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1.inactive {
  visibility: hidden;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item {
  position: relative;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item:hover .entry-content {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content {
  background-color: rgba(23, 55, 110, 0.9);
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  padding: 60px 30px 30px;
  text-align: center;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .click-box {
  text-align: center;
  margin-bottom: 15px;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .click-box a {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .click-box a:hover {
  color: #656668;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-title a {
  color: #ffffff;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-title a:hover {
  color: #656668;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-categories {
  color: #c2c8d4;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-categories a {
  color: #c2c8d4;
}

.oa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-categories a:hover {
  color: #656668;
}

.oa-portfolio-list-2-widget .load-more {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
}

/*--- oa-intro-widget --- */

.widget-header.s1 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 40px;
}

.oa-lb,
.oa-lb-1 {
  width: 16px;
  height: 8px;
  background: #a1a1a1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}

.oa-lb:before,
.oa-lb-1:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c1c1c1;
  top: 0;
  left: -8px;
  left: auto;
  right: 0;
}

.oa-lb:after,
.oa-lb-1:after {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c1c1c1;
  top: 0;
  right: -8px;
  right: auto;
  left: 0;
}

.oa-lb span:before,
.oa-lb-1 span:before,
.oa-lb span:after,
.oa-lb-1 span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 76px;
  background: rgba(255, 255, 255, 0.3);
  top: 7px;
  left: -92px;
}

.oa-lb span:after,
.oa-lb-1 span:after {
  left: auto;
  right: -92px;
}

.oa-lb-1 {
  background: #d7d7d8;
}

.oa-lb-1:before {
  border-right-color: #ececec;
}

.oa-lb-1:after {
  border-left-color: #ececec;
}

.oa-lb-1 span:before,
.oa-lb-1 span:after {
  background: #e2e2e3;
}

.widget-title.widget-title-s1 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.widget-title.widget-title-s1 h4 {
  line-height: 28px !important;
  margin-bottom: 0 !important;
}

.widget-title.widget-title-s1 h4 a {
  color: #123d65;
}

.widget-title.widget-title-s1 p {
  font-weight: bold;
  color: #19171a;
  margin-bottom: 10px;
}

.oa-masonry-1-widget {
  text-align: center;
}

.oa-masonry-1-widget .masonry-list-wrapper > ul > li {
  margin-top: 80px;
}

.oa-masonry-1-widget .masonry-list-wrapper > ul .entry-item {
  text-align: left;
}

.oa-masonry-1-widget .masonry-list-wrapper > ul .entry-item .entry-thumb {
  width: 36px;
  float: left;
  margin-right: 30px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 40)";
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4;
}

.oa-masonry-1-widget .masonry-list-wrapper > ul .entry-item .entry-content {
  overflow: hidden;
}

.oa-masonry-1-widget .masonry-list-wrapper > ul .entry-item .entry-titles {
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.oa-masonry-1-widget #owl-course-packs .owl-controls .owl-buttons {
  display: none;
}

.oa-masonry-1-widget #owl-course-packs .owl-controls .owl-pagination .owl-page span {
  border-color: #123d65 !important;
}

.oa-masonry-1-widget #owl-course-packs .owl-item {
  max-width: 459px;
}

.oa-masonry-1-widget #owl-course-packs .owl-item .entry-item {
  text-align: left;
}

.oa-masonry-1-widget #owl-course-packs .owl-item .entry-item .entry-thumb {
  float: left;
  margin-right: 30px;
}

.oa-masonry-1-widget #owl-course-packs .owl-item .entry-item .entry-content {
  overflow: hidden;
}

.oa-masonry-1-widget #owl-course-packs .owl-item .entry-item .entry-titles {
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--- oa-demo-widget --- */

.entry-thumb {
  position: relative;
}

.entry-thumb .thumb-hover {
  background: rgba(18, 61, 101, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-align: center;
}

.entry-thumb .thumb-hover .btn-view {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  padding: 0 !important;
}

.entry-thumb:hover .thumb-hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.btn-view a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 13px 30px;
  background: none;
  border: 2px solid #ffffff;
  display: inline-block;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 2px;
}

.btn-view a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #123d65;
}

.oa-area-green .btn-view a:hover {
  color: #13a961;
}

.oa-demo-widget {
  text-align: center;
}

.oa-demo-widget .widget-content > ul {
  margin-top: -60px;
}

.oa-demo-widget .widget-content > ul > li {
  margin-top: 60px;
  list-style-type: none !important;
}

.oa-demo-widget .entry-item {
  border: 1px solid rgba(210, 211, 217, 0.5);
}

.oa-demo-widget .entry-item .entry-detail {
  background-color: #123d65;
  color: #ffffff;
  height: 50px;
  text-transform: uppercase;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.oa-demo-widget .entry-item .entry-detail p {
  line-height: 1.2em;
  font-size: 1.1em;
}

.oa-demo-widget .entry-item .entry-content {
  height: 90px;
  position: relative;
}

.oa-demo-widget .entry-item .entry-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.oa-demo-widget .entry-item .entry-content a p {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.oa-demo-widget .entry-item .entry-content a h5 {
  color: #19171a;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.oa-demo-widget .entry-item .entry-content a:hover h5 {
  color: #123d65;
}

.oa-demo-widget .entry-item .entry-content a span {
  display: block;
}

.oa-demo-widget .entry-item .entry-content a span:first-of-type {
  line-height: 2;
}

.cart .oa-demo-widget .entry-content {
  height: 8.5em;
}

.cart .oa-demo-widget .entry-content h5 {
  padding: 0 0 20px;
  max-height: 2.4em;
  margin-bottom: 10px !important;
}

/*--- oa-free-item-widget --- */

.widget-title.widget-title-s15 {
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.widget-title.widget-title-s15:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.btn-dl {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 17px 32px;
  display: inline-block;
  border-radius: 5px;
  background: #656668;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.btn-dl:hover {
  color: #fff !important;
  background: #123d65;
}

.oa-free-item-widget .text-center:last-child {
  margin-top: 90px;
}

/*--- oa-doc-widget --- */

.widget-title.widget-title-s16 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.widget-title.widget-title-s16:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #ccc;
}

/*--- oa-start-widget --- */

.widget-title.widget-title-s17 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

/*--- oa-intro-1-widget --- */

.widget-title.widget-title-s18 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-top: 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.widget-title.widget-title-s18 .oa-lb,
.widget-title.widget-title-s18 .oa-lb-1 {
  top: 0;
  bottom: auto;
}

/** --- oa-mosaic-widget --- */

.oa-mosaic-widget {
  padding: 80px 0;
}

.oa-mosaic-widget .row {
  margin: 0;
}

.oa-mosaic-widget .row .col-sm-6 {
  padding: 7px;
}

.oa-mosaic-widget .row .col-sm-6 div {
  margin: 0 7px;
  overflow: hidden;
}

.oa-mosaic-widget .row .col-sm-6 div img {
  width: 105.6%;
  max-width: 104.8%;
}

.oa-mosaic-widget .row .col-sm-6:nth-of-type(1) {
  margin: 7px 0;
  padding: 0;
}

/** --- oa-widget --- */

.oa-widget {
  padding: 40px 15px 0;
}

.oa-widget .owl-item,
.oa-widget .col-sm-6 {
  padding: 40px 0 0;
}

.oa-widget .owl-item .item,
.oa-widget .col-sm-6 .item {
  padding: 0 15px;
}

.oa-widget .owl-item .item .entry-item .entry-thumb,
.oa-widget .col-sm-6 .item .entry-item .entry-thumb {
  margin-bottom: 30px;
}

.oa-widget .owl-item .item .entry-item .entry-content header,
.oa-widget .col-sm-6 .item .entry-item .entry-content header {
  margin-bottom: 20px;
}

.oa-widget .owl-item .item .entry-item .entry-content header .entry-title,
.oa-widget .col-sm-6 .item .entry-item .entry-content header .entry-title {
  font-weight: 700;
  margin-bottom: 3px;
}

.oa-widget .owl-item .item .entry-item .entry-content header .entry-title a,
.oa-widget .col-sm-6 .item .entry-item .entry-content header .entry-title a {
  color: #123d65;
}

.oa-widget .owl-item .item .entry-item .entry-content header .entry-title a:hover,
.oa-widget .col-sm-6 .item .entry-item .entry-content header .entry-title a:hover {
  color: #656668;
}

.oa-widget .owl-item .item .entry-item .entry-content header span,
.oa-widget .col-sm-6 .item .entry-item .entry-content header span {
  text-transform: uppercase;
  font-size: 13px;
}

.oa-widget .owl-item .item .entry-item .entry-content > p,
.oa-widget .col-sm-6 .item .entry-item .entry-content > p {
  font-style: italic;
  margin-bottom: 25px;
}

.oa-widget .owl-item .item .entry-item .entry-content .social-links,
.oa-widget .col-sm-6 .item .entry-item .entry-content .social-links {
  margin-left: -20px;
}

.oa-widget .owl-item .item .entry-item .entry-content .social-links li,
.oa-widget .col-sm-6 .item .entry-item .entry-content .social-links li {
  border-radius: 0;
  margin-left: 20px;
}

.oa-widget .owl-item .item .entry-item .entry-content .social-links li a,
.oa-widget .col-sm-6 .item .entry-item .entry-content .social-links li a {
  background-color: transparent;
  border-radius: 0;
  width: auto;
  line-height: 1;
  color: #f6f6f6;
  font-size: 14px;
}

.oa-widget .owl-item .item .entry-item .entry-content .social-links li a:hover,
.oa-widget .col-sm-6 .item .entry-item .entry-content .social-links li a:hover {
  color: #185186;
}

.oa-widget.oa-team .entry-thumb {
  max-width: 200px;
  margin: auto;
}

.oa-widget.oa-team .entry-content p {
  padding: 0 15px;
}

/** 3.2 Home page * */

.home-slider-1 {
  min-height: 400px;
}

.home-slider-1 .owl-carousel-1 .item .entry-item {
  position: relative;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-thumb {
  position: relative;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-thumb img {
  width: 100%;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 13.5%;
  z-index: 1;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h1 {
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 0;
  color: #ffffff;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h1 a {
  color: #ffffff;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content .h2 {
  font-size: 0.6em;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5em;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 5px 0 20px;
}

.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content .left-col {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.home-slider-1 .owl-carousel-1 .item.sl-dae .oa-button.white-button {
  color: #13a961;
}

.home-slider-1 .owl-carousel-1 .item.sl-dae .oa-button.white-button:hover {
  background: #13a961;
  color: #ffffff;
  border-color: #13a961 !important;
}

.home-slider-1 .owl-carousel-1 .owl-controls .owl-pagination {
  position: absolute;
  left: calc(50% - 40em);
  bottom: 110px;
  margin: 0;
  width: auto;
}

.home-slider-1 .owl-carousel-1 .owl-controls .owl-pagination .owl-page:nth-child(4):hover span,
.home-slider-1 .owl-carousel-1 .owl-controls .owl-pagination .owl-page.active:nth-child(4) span {
  background: #13a961;
  border-color: #13a961 !important;
}

.home-slider-2 #sync1 .item .entry-item {
  position: relative;
}

.home-slider-2 #sync1 .item .entry-item .entry-thumb {
  position: relative;
}

.home-slider-2 #sync1 .item .entry-item .entry-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.home-slider-2 #sync1 .item .entry-item .entry-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  width: 370px;
  left: 50%;
  margin-left: -185px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  z-index: 1;
}

.home-slider-2 #sync1 .item .entry-item .entry-content {
  padding-top: 110px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title {
  position: relative;
  margin-bottom: 20px;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 0;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 a {
  color: #ffffff;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p {
  height: 1px;
  width: 200px;
  display: inline-block;
  position: relative;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p:before,
.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p:after {
  content: "";
  height: 1px;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #929395;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p:after {
  left: auto;
  right: 0;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p > span {
  width: 16px;
  height: 8px;
  background-color: #929395;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p > span:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #929395;
  top: 0;
  left: -8px;
  left: auto;
  right: 0;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p > span:after {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #929395;
  top: 0;
  right: -8px;
  right: auto;
  left: 0;
}

.home-slider-2 #sync1 .item .entry-item .entry-content p.entry-excerpt {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.home-slider-2 #sync1 .item .entry-item .entry-content .oa-button {
  margin-top: 15px;
}

/** 3.3 - Sub Page * */

.page-header {
  margin: 0;
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
}

.page-header .page-header-inner {
  padding: 140px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-header .page-header-inner .page-title {
  line-height: 48px;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: auto;
  letter-spacing: 3px;
}

.page-header .page-header-inner .page-title i {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  margin-left: 10px;
  display: block;
  margin-top: 9px;
}

.page-header .page-header-inner .page-title.page-title-s2 {
  display: block;
  margin-bottom: 50px;
}

.page-header .page-header-inner .page-title.page-title-s2 span,
.page-header .page-header-inner .page-title.page-title-s2 i {
  float: none !important;
}

.page-header .page-header-inner .page-title.page-title-s2 i {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #929395;
}

.page-header .page-header-inner .search-form {
  width: auto;
  display: inline-block;
}

.page-header .page-header-inner .search-form input.search-text {
  width: 665px;
}

.page-header .mask {
  z-index: 1;
}

.page-header .page-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.oa-breadcrumb {
  background-color: #f6f6f6;
  padding: 4px 0;
  display: block;
}

.oa-breadcrumb .pull-left span {
  font-weight: 300;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #929395;
}

.oa-breadcrumb .pull-right {
  font-size: 15px;
}

.search-form {
  width: 100%;
  position: relative;
}

.search-form input.search-text {
  height: 50px;
  line-height: 30px;
  padding: 10px 130px 10px 15px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  color: #929395;
  font-style: italic;
}

.search-form .search-submit {
  background-color: #656668;
  color: #ffffff;
  padding: 10px 30px;
  line-height: 30px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.search-form .search-submit:hover {
  background-color: #123d65;
}

/*------ Single page ----- */

.article-category {
  list-style: none;
}

.article-category a {
  color: #123d65;
  font-weight: 500;
}

.article-category a:hover {
  color: #656668;
}

.back-to-blog {
  margin-bottom: 40px;
}

.back-to-blog a {
  color: #185186;
  font-weight: 500;
  font-size: 14px;
}

.oa-article .entry-box {
  border-bottom: 1px solid #929395;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.oa-article .entry-box .entry-thumb {
  margin-bottom: 30px;
  text-align: center;
}

.oa-article .entry-box .entry-content > p {
  font-size: 15px;
  line-height: 24px;
}

.oa-article .entry-box .entry-content .entry-content-header {
  overflow: hidden;
}

.oa-article .entry-box .entry-content .entry-content-header .meta-box {
  padding: 20px 0;
}

.oa-article .entry-box .entry-content .entry-content-header > .entry-date {
  border-radius: 3px;
  background-color: #f6f6f6;
  margin-right: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #656668;
  font-size: 12px;
  padding-bottom: 10px;
}

.oa-article .entry-box .entry-content .entry-content-header > .entry-date p {
  padding: 0 14px;
  background-color: #656668;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 5px;
  border-radius: 3px 3px 0 0;
}

.oa-article .entry-box .entry-content .entry-content-header > .entry-date strong {
  color: #123d65;
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 0 14px;
  margin: 0 0 5px;
}

.oa-article .entry-box .entry-content .entry-content-header > .entry-date span {
  display: block;
  padding: 0 14px;
  font-size: 12px;
  color: #f6f6f6;
}

.oa-article .entry-box .entry-content .entry-content-header .entry-categories {
  display: block;
  margin: 10px 0;
}

.oa-article .entry-box .entry-content .entry-content-header .entry-categories a {
  font-weight: 500;
  line-height: 1.5em;
}

.oa-article .entry-box .entry-content .entry-content-header .entry-title h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

.oa-article .entry-box .entry-content iframe {
  border: none;
  width: 100%;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-pagination {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  z-index: 10;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-pagination .owl-page span {
  margin: 0 4px;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-pagination .owl-page.active span,
.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #185186;
  border-color: #185186;
  transform: scale(1);
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-buttons div {
  width: 63px;
  height: 68px;
  line-height: 68px;
  margin: -34px 0 0;
  border: none;
  background-color: #123d65;
  border-radius: 0;
  font-size: 30px;
  z-index: 10;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-buttons div:hover {
  background-color: #185186;
  color: #ffffff;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.oa-article .entry-box .entry-content .owl-carousel-6 .owl-controls .owl-buttons div.owl-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.oa-article .entry-box .main-article-info span {
  color: #656668;
}

.oa-article .entry-box .main-article-info .article-categories {
  padding: 5px 0 15px 0;
}

.oa-article .entry-box .main-article-info .article-categories a {
  color: #185186;
  font-weight: bold;
}

.oa-article .entry-box .entry-box-more {
  margin-top: 30px;
}

.oa-article .entry-box .entry-box-more .tag-box {
  padding: 15px 0 15px;
  margin: 15px 0 0;
}

.oa-article .entry-box .entry-box-more .tag-box span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  color: #185186;
  display: block;
  margin-bottom: 7px;
}

.oa-article .entry-box .entry-box-more .tag-box a {
  display: inline-block;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #185186;
  background-color: #ffffff;
  color: #185186;
}

.oa-article .entry-box .entry-box-more .tag-box a:hover {
  color: #ffffff;
  background-color: #656668;
}

.oa-article .entry-box .entry-box-more .source-box {
  padding: 15px 0;
}

.oa-article .entry-box .entry-box-more .source-box span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  color: #185186;
  display: block;
  margin-bottom: 7px;
}

.oa-article .entry-box .entry-box-more .source-box a {
  display: inline-block;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 15px;
  color: #185186;
}

.oa-article .entry-box .entry-box-more .source-box a:hover {
  color: #656668;
}

.oa-article .entry-box .entry-box-more .about-author {
  background-color: #f6f6f6;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.oa-article .entry-box .entry-box-more .about-author .author-avatar {
  width: 100px;
  margin: 15px 30px 0 15px;
  border-radius: 5px;
}

.oa-article .entry-box .entry-box-more .about-author .author-avatar img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content {
  overflow: hidden;
  padding-right: 10px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content p {
  line-height: 16px;
  font-size: 13px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content p:first-of-type {
  text-transform: uppercase;
  font-size: 12px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content p:last-child {
  color: #929395;
}

.oa-article .entry-box .entry-box-more .about-author .author-content h5 {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 24px;
  margin: 13px auto 0;
  text-transform: capitalize;
}

.oa-article .entry-box .entry-box-more .about-author .author-content h5 a {
  color: #185186;
}

.oa-article .entry-box .entry-box-more .about-author .author-content h5 a:hover {
  color: #656668;
}

.oa-article .entry-box .entry-box-more .about-author .author-content .social-links {
  margin: 0 0 0 -20px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content .social-links li {
  border-radius: 0;
  margin: 10px 0 0 20px;
}

.oa-article .entry-box .entry-box-more .about-author .author-content .social-links li a {
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 16px;
  color: #656668;
}

.oa-article .entry-box .entry-box-more .about-author .author-content .social-links li a:hover {
  color: #185186;
}

.oa-article .entry-box .social-share {
  padding: 30px 0 40px;
  text-align: center;
}

.oa-article .entry-box .social-share ul {
  display: inline-block;
}

.oa-article .entry-box .social-share ul > li {
  display: inline;
  margin: 0 0 0 15px;
  line-height: 30px;
  color: #929395;
}

.oa-article .entry-box .social-share ul > li:first-child a {
  display: inline;
  pointer-events: none;
  padding: 4px 15px 6px 15px;
  color: #656668;
  width: 30px;
}

.oa-article .entry-box .social-share ul > li:first-child a:hover {
  color: #ffffff;
  margin: 0 0 0 -20px;
}

.oa-article .entry-box .social-share ul > li:nth-of-type(1) {
  margin-left: 0;
}

.oa-article .entry-box .social-share span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  color: #185186;
  display: block;
  margin-bottom: 15px;
}

.oa-article .entry-box .social-share a {
  display: inline-block;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #123d65;
  background-color: #ffffff;
  color: #123d65;
}

.oa-article .entry-box .social-share a:hover {
  color: #ffffff;
  background-color: #123d65;
}

.oa-article .entry-box .entry-box-footer {
  margin-bottom: 40px;
}

.oa-article .entry-box .entry-box-footer > div {
  width: 50%;
}

.oa-article .entry-box .entry-box-footer > div .entry-item {
  position: relative;
  min-height: 90px;
}

.oa-article .entry-box .entry-box-footer > div .entry-item img {
  width: 100%;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 9px 20px 0 60px;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a {
  color: #ffffff;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a.prev-post,
.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a.next-post {
  font-size: 13px;
  text-transform: uppercase;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a:hover {
  color: #656668;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a.fa {
  position: absolute;
  left: 20px;
  top: 5px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #185186;
  text-align: center;
  font-size: 26px;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content a.fa:hover {
  background-color: #656668;
}

.oa-article .entry-box .entry-box-footer > div .entry-item .entry-content .entry-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.oa-article .entry-box .entry-box-footer > div.next-article-item .entry-item .entry-content {
  text-align: right;
  padding-right: 60px;
  padding-left: 30px;
}

.oa-article .entry-box .entry-box-footer > div.next-article-item .entry-item .entry-content a.fa {
  left: auto;
  right: 20px;
}

.oa-article #related-post {
  margin-bottom: 40px;
}

.oa-article #related-post h4,
.oa-article #related-post h5 {
  font-weight: 400;
  margin-bottom: 25px;
  color: #123d65;
}

.oa-article #related-post .entry-item .entry-thumb {
  margin-bottom: 15px;
  height: 189px;
  overflow: hidden;
}

.oa-article #related-post .entry-item .entry-thumb img {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 189px;
  position: relative;
  width: auto !important;
  max-width: initial;
}

.oa-article #related-post .entry-item .entry-content .entry-title {
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.oa-article #comments {
  margin-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 40px;
}

.oa-article #comments h4 {
  font-weight: 400;
  margin-bottom: 25px;
}

.oa-article #comments .comments-list {
  margin: -25px 0 0;
  padding: 0;
}

.oa-article #comments .comments-list .comment,
.oa-article #comments .comments-list > li {
  float: none;
  margin: 25px 0 0;
  list-style: none;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-avatar,
.oa-article #comments .comments-list > li .comment-wrap .comment-avatar {
  width: 50px;
  margin-right: 20px;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body,
.oa-article #comments .comments-list > li .comment-wrap .comment-body {
  overflow: hidden;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body .comment-content,
.oa-article #comments .comments-list > li .comment-wrap .comment-body .comment-content {
  background-color: #f6f6f6;
  padding: 7px 15px;
  margin-bottom: 10px;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body footer > div h6,
.oa-article #comments .comments-list > li .comment-wrap .comment-body footer > div h6 {
  font-weight: 300;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #185186;
  padding-left: 15px;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body footer > div .entry-date,
.oa-article #comments .comments-list > li .comment-wrap .comment-body footer > div .entry-date {
  font-size: 13px;
  margin-right: 20px;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body footer > div .comment-button a,
.oa-article #comments .comments-list .comment .comment-wrap .comment-body footer > div .comment-button span,
.oa-article #comments .comments-list > li .comment-wrap .comment-body footer > div .comment-button a,
.oa-article #comments .comments-list > li .comment-wrap .comment-body footer > div .comment-button span {
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
}

.oa-article #comments .comments-list .comment .comment-wrap .comment-body footer > div .comment-button a:hover,
.oa-article #comments .comments-list > li .comment-wrap .comment-body footer > div .comment-button a:hover {
  color: #185186;
}

.oa-article #comments .comments-list > li .children {
  margin: 0;
  padding: 0 0 0 70px;
}

.oa-comment-pagination {
  border-radius: 0;
  margin: 40px 0 0;
  display: block;
  text-align: center;
}

.oa-comment-pagination a,
.oa-comment-pagination span {
  border: 1px solid #f6f6f6;
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  height: 37px;
  font-size: 13px;
  position: relative;
  color: #123d65;
  border-radius: 3px;
}

.oa-comment-pagination span.current {
  color: #ffffff;
  background-color: #123d65;
  border-color: #123d65;
}

.oa-comment-pagination a:hover {
  color: #ffffff;
  background-color: #185186;
  border-color: #185186;
}

#respond h4 {
  font-weight: 400;
  margin-bottom: 15px;
}

#respond .comment-form .c-note {
  display: block;
  margin-bottom: 12px;
}

#respond .comment-form .row > div .required {
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-weight: 300;
  color: #185186;
  margin-bottom: 0;
}

#respond .comment-form .row > div .input-block {
  margin-bottom: 30px;
  position: relative;
}

#respond .comment-form .row > div .input-block input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding: 10px 15px 10px 35px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #185186;
}

#respond .comment-form .row > div .input-block input[type="text"]:focus {
  outline: none;
}

#respond .comment-form .row > div .textarea-block {
  margin-bottom: 30px;
  position: relative;
}

#respond .comment-form .row > div .textarea-block .required {
  top: 11px;
}

#respond .comment-form .row > div .textarea-block textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  height: 200px;
  padding: 10px 15px 10px 35px;
  text-transform: uppercase;
  font-weight: 300;
  color: #185186;
}

#respond .comment-form .row > div .textarea-block textarea:focus {
  outline: none;
}

#respond .comment-form .row > div .comment-button input[type="submit"] {
  display: block;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  padding: 14px;
  font-weight: 300;
  width: 100%;
}

#respond .comment-form .row > div .comment-button input[type="submit"]:hover {
  border-color: #185186;
  color: #185186;
}

/*------- Company Page ----- */

/*------- Landing Page ----- */

.landing .navbar-collapse.collapse p {
  color: #ffffff;
}

.landing .navbar-collapse.collapse p a {
  color: #ffffff;
}

.landing .navbar-collapse.collapse p a:hover {
  color: #929395;
}

.landing #oa-landing-form a,
.landing #oa-page-footer a {
  color: #ffffff;
}

.landing #oa-landing-form a:hover,
.landing #oa-page-footer a:hover {
  color: #929395;
}

.landing .oa-text h5,
.landing .oa-text .h5 {
  color: #ffffff;
  font-weight: 300;
}

.landing .oa-text ul li {
  list-style-type: disc;
}

.landing .oa-text .form-title {
  text-decoration: underline;
  font-size: 24px;
}

.landing .oa-text .form-desc {
  font-size: 14px;
}

.landing .oa-text .form-title,
.landing .oa-text .form-desc {
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  text-transform: none;
}

.landing .oa-text .contact-checkbox {
  color: #ffffff;
  font-weight: 300;
}

.landing .contact-form span.error {
  color: #F44336 !important;
  font-weight: 400;
}

.landing #oa-submit-form-button {
  font-weight: 600;
}

.oa-landing #oa-page-footer {
  background: #123D65;
  padding: 2rem 0;
}

.oa-landing #oa-page-footer #copyright,
.oa-landing #oa-page-footer #copyright > a {
  color: #FFF;
  font-family: "Quicksand", sans-serif;
}

@media screen and (min-width: 992px) {
  .oa-position-1-svg {
    width: 8rem;
    position: absolute;
    top: 8rem;
    left: 30rem;
  }

  #landing-navbar {
    position: absolute !important;
    width: 100%;
    background-color: transparent !important;
    z-index: 1000;
    box-shadow: none !important;
  }

  #landing-navbar p,
  #landing-navbar p > a {
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .oa-position-1-svg {
    width: 6rem;
    position: absolute;
    top: 2.5rem;
    left: 4rem;
  }

  .oa-landing-card {
    flex-wrap: wrap;
  }

  .oa-landing-card > div {
    width: 100%;
  }

  #landing-navbar .navbar-collapse {
    min-height: 75px !important;
  }
}

@media screen and (min-width: 992px) {
  .oa-landing-card > div {
    width: 33.33%;
  }
}

#landing-navbar p,
#landing-navbar p > a {
  font-family: Quicksand, sans-serif;
}

.company .oa-area.slider {
  padding: 100px 0;
}

.oa-course-pack-carousel {
  position: relative !important;
}

.oa-course-pack-carousel .oa-first-svg {
  width: 40rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  z-index: -1;
}

.oa-course-pack-carousel .oa-second-svg {
  width: 40rem;
  position: absolute;
  bottom: 3rem;
  right: 0;
  z-index: -1;
}

/*------ Single event ----- */

.page-header.oa-event .mask {
  background-color: #656668;
}

.page-header.oa-event .page-header-inner {
  padding: 0 0 30px;
  min-height: 326px;
  text-align: left;
}

.page-header.oa-event .page-header-inner .non-purchase-act {
  height: 20px;
  margin-top: 10px;
}

.page-header.oa-event .page-header-inner h1 {
  font-size: 36px;
  line-height: 40px;
  padding-top: 40px;
  margin-bottom: 20px;
}

.page-header.oa-event .page-header-inner h3 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-header.oa-event .page-header-inner p {
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 40px;
}

.page-header.oa-event .page-header-inner h1,
.page-header.oa-event .page-header-inner h5,
.page-header.oa-event .page-header-inner p {
  color: #ffffff;
}

.oa-area.oa-event {
  padding-top: 95px;
}

.oa-area.oa-event .entry {
  padding: 0 15px;
}

.oa-area.oa-event .entry h4 {
  color: #19171a;
  margin-bottom: 20px;
}

.oa-area.oa-event .entry p {
  margin-bottom: 0;
}

.oa-area.oa-event .entry-event-info {
  background-color: rgba(210, 211, 217, 0.5);
}

.oa-area.oa-event .entry-event-info .row {
  border-bottom: 1px solid #ffffff;
  min-height: 50px;
  padding: 14px 0 8px;
}

.oa-area.oa-event .entry-event-info .row div > span,
.oa-area.oa-event .entry-event-info .row div:nth-child(2) > div > span {
  font-size: 15px;
}

.oa-area.oa-event .entry-event-info .row > div:first-child > span:first-child {
  font-size: 18px;
  font-weight: 500;
}

.oa-area.oa-event .entry-event-info .row div:nth-child(2) > div > span {
  margin: 0;
}

.oa-area.oa-event .entry-event-info .row i {
  margin-right: 20px;
  color: #185186;
  width: 15px;
}

.oa-area.oa-event .entry-event-info .row .col-md-9 span:nth-child(2) {
  display: block;
  font-size: 12px;
  margin-left: 35px;
  line-height: 14px;
}

.oa-area.oa-event .entry-event-info .row a {
  color: #185186;
}

.oa-area.oa-event .entry-event-info .row a:hover {
  color: #656668;
}

.oa-area.oa-event .entry-event-info .row.offline-event > div:first-child {
  padding: 6px 15px 10px;
}

.oa-area.oa-event .entry-event-info .row:last-child span {
  text-transform: capitalize;
}

.oa-area.oa-event .entry-obj {
  background-color: #f6f6f6;
  padding: 20px 15px;
  border: 1px solid rgba(210, 211, 217, 0.5);
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 6px);
}

.oa-area.oa-event .entry-obj ul {
  padding: 0;
}

.oa-area.oa-event .entry-obj ul li {
  display: flex;
  margin-top: 15px;
}

.oa-area.oa-event .entry-obj ul li > span {
  display: block;
  float: left;
}

.oa-area.oa-event .entry .oa-accordion .tab-title {
  margin: 0;
}

.oa-area.oa-event .entry .oa-accordion .panel-body {
  padding-bottom: 20px;
}

/*------ Single course/event ----- */

.page-header.oa-course .partners-wrap.visible-xs,
.page-header.oa-event .partners-wrap.visible-xs {
  margin-bottom: 30px;
  padding-top: 20px;
}

.page-header.oa-course .partners-wrap.visible-lg.visible-md.visible-sm,
.page-header.oa-event .partners-wrap.visible-lg.visible-md.visible-sm {
  position: absolute;
  bottom: -50px;
}

.page-header.oa-course .partner-thumb,
.page-header.oa-event .partner-thumb {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 91px;
  padding: 0 4px;
  line-height: 87px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 0 0 15px;
  border: 1px solid rgba(210, 211, 217, 0.5);
  overflow: hidden;
}

/*------ Single course ----- */

#course-header,
#event-header {
  padding: 16px 16px;
  background-color: rgba(101, 102, 104, 0.9);
  z-index: 2;
  display: none;
}

#course-header.sticky,
#event-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
}

#course-header.sticky .course-title,
#course-header.sticky .event-title,
#event-header.sticky .course-title,
#event-header.sticky .event-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Quicksand", sans-serif;
}

.page-header.oa-course .mask {
  background-color: #656668;
}

.page-header.oa-course .page-header-inner {
  padding: 0 0 80px;
  min-height: 280px;
  text-align: left;
}

.page-header.oa-course .page-header-inner .non-purchase-act {
  height: 20px;
  margin-top: 10px;
}

.page-header.oa-course .page-header-inner h1 {
  font-size: 36px;
  line-height: 40px;
  padding-top: 80px;
  margin-bottom: 30px;
}

.page-header.oa-course .page-header-inner p {
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 40px;
}

.page-header.oa-course .page-header-inner h1,
.page-header.oa-course .page-header-inner h5,
.page-header.oa-course .page-header-inner p {
  color: #ffffff;
}

.oa-right-module {
  margin-top: 30px;
}

.oa-right-module .entry-item {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(210, 211, 217, 0.5);
  padding: 5px;
  z-index: 20;
  position: absolute;
}

.oa-right-module .entry-item .entry-thumb img {
  width: 100%;
}

.oa-right-module .entry-item .entry-content {
  padding: 12px 30px;
}

.oa-right-module .entry-item .entry-content > div {
  margin-top: 6px;
}

.oa-right-module .entry-item .entry-content span {
  font-size: 11px;
  color: #19171a;
  font-weight: 400 !important;
}

.oa-right-module .entry-item .entry-content > div + div span {
  font-size: 13px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text > div {
  width: 100%;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .price-wrapper {
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 0 0 0;
  line-height: 1;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .price-wrapper span {
  line-height: 30px;
  font-weight: 600;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .price-wrapper .price-prefix {
  font-size: 25px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .price-wrapper .price {
  font-size: 36px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .price-wrapper:last-of-type {
  padding: 0;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .original-price {
  padding: 0 0 0 12px;
  vertical-align: top;
  display: inline-block;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .original-price span {
  font-size: 18px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .discount-percentage {
  float: left;
  margin-right: 10px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .discount-percentage span,
.oa-right-module .entry-item .entry-content .price-box .price-text .vat-text span {
  font-size: 12px;
}

.oa-right-module .entry-item .entry-content .price-box .price-text .original-price s,
.oa-right-module .entry-item .entry-content .price-box .price-text .original-price span,
.oa-right-module .entry-item .entry-content .price-box .price-text .vat-text s,
.oa-right-module .entry-item .entry-content .price-box .price-text .vat-text span {
  color: #929395;
}

.oa-right-module .entry-item .entry-content #stock {
  margin-top: 0;
}

.oa-right-module .entry-item .entry-content .search-box {
  margin-top: 8px;
}

.oa-right-module .entry-item .entry-content .search-box .form-group {
  width: 100%;
  margin-bottom: 10px;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox,
.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox + .checkbox {
  margin: 0 auto;
  padding: 0 5px 0 0;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox label,
.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox + .checkbox label {
  font-size: 13px;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox label input,
.oa-right-module .entry-item .entry-content .search-box .form-group .checkbox + .checkbox label input {
  margin: 4px 10px 4px 0;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location .select2-container--default .select2-selection--single .select2-selection__rendered,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location .select2-container--default .select2-selection--single .select2-selection__placeholder,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date .select2-container--default .select2-selection--single .select2-selection__rendered,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #19171a !important;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location.select2-container--disabled .select2-selection__placeholder,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date.select2-container--disabled .select2-selection__placeholder {
  color: #929395 !important;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date {
  margin-bottom: 6px;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-time {
  width: 100%;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location > div,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date > div,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-time > div {
  float: left;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location > div i,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date > div i,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-time > div i {
  color: #19171a;
}

.oa-right-module .entry-item .entry-content .search-box .form-group .entry-location > div span,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-date > div span,
.oa-right-module .entry-item .entry-content .search-box .form-group .entry-time > div span {
  font-size: 1em;
}

.oa-right-module .entry-item .entry-content #entry_course {
  margin-bottom: 0;
}

.oa-right-module .entry-item .entry-content #entry_course span,
.oa-right-module .entry-item .entry-content #entry_course li {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.oa-right-module .entry-item .entry-content #entry_course #entry_location_div > .select2,
.oa-right-module .entry-item .entry-content #entry_course #entry_date_div > .select2 {
  width: 100% !important;
}

.oa-right-module .entry-item .entry-content #entry_course .single-event {
  margin: 4px 0;
}

.oa-right-module .entry-item .entry-content #entry_course .entry-location.single-event {
  margin-top: 6px;
}

.oa-right-module .entry-item .entry-content #entry_course .entry-time.single-event {
  margin-bottom: 2px;
}

.oa-right-module .entry-item .entry-content #entry_course .event-info {
  margin-bottom: -4px;
  text-align: center;
  clear: both;
}

.oa-right-module .entry-item .entry-content #entry_course .event-info a {
  text-decoration: underline !important;
  font-size: 12px;
  color: #929395;
}

.oa-right-module .entry-item .entry-content #entry_course .event-info a:hover {
  color: #19171a;
}

.oa-right-module .entry-item .entry-content .buy-box {
  margin: 14px auto 8px;
  cursor: not-allowed;
}

.oa-right-module .entry-item .entry-content .buy-box .add-to-cart {
  width: 100%;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.oa-right-module .entry-item .entry-content .buy-box .add-to-cart.buy-now:hover {
  background-color: #f6f6f6;
}

.oa-right-module .entry-item .entry-content .entry-detail {
  margin-top: 20px;
}

.oa-right-module .entry-item .entry-content .entry-detail > div {
  margin-bottom: 4px;
}

.oa-right-module .entry-item .entry-content .entry-detail > div > div span {
  font-size: 13px;
}

.oa-right-module .entry-item .entry-content .entry-detail > div > div:first-child {
  float: left;
  width: 15px;
}

.oa-right-module .entry-item .entry-content .entry-detail > div ul {
  padding: 0 0 0 23px;
}

.oa-right-module .entry-item .entry-content .entry-detail > div ul li {
  list-style-type: none;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 13px;
}

.oa-right-module .entry-item .entry-content hr {
  margin: 15px 0;
}

.oa-right-module .entry-item .entry-content .social-share {
  padding: 15px 0 5px;
  text-align: center;
}

.oa-right-module .entry-item .entry-content .social-share ul {
  display: inline-block;
}

.oa-right-module .entry-item .entry-content .social-share ul > li {
  display: inline;
  margin: 0 0 0 15px;
  line-height: 30px;
  color: #929395;
}

.oa-right-module .entry-item .entry-content .social-share ul > li:nth-of-type(1) {
  margin-left: 0;
}

.oa-right-module .entry-item .entry-content .social-share span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  color: #185186;
  display: block;
  margin-bottom: 15px;
}

.oa-right-module .entry-item .entry-content .social-share a {
  display: inline-block;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #123d65;
  background-color: #ffffff;
  color: #123d65;
}

.oa-right-module .entry-item .entry-content .social-share a:hover {
  color: #ffffff;
  background-color: #123d65;
}

.oa-right-module .entry-item .entry-content .nav-menu-mobile {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  border-bottom: 1px solid rgba(210, 211, 217, 0.5);
  margin: 0;
}

.oa-right-module .entry-item .entry-content .nav-menu-mobile div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0 36px;
}

.oa-right-module .entry-item .entry-content .nav-menu-mobile div > div a {
  border-top: 6px solid #ffffff;
  color: #19171a;
  font-size: 13px;
  min-height: 40px;
  overflow: hidden;
  padding-right: 1px;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oa-right-module .entry-item .entry-content .nav-menu-mobile div > div a:active,
.oa-right-module .entry-item .entry-content .nav-menu-mobile div > div a:hover,
.oa-right-module .entry-item .entry-content .nav-menu-mobile div > div a .current-menu-item {
  border-bottom: 6px solid #185186;
}

.oa-right-module .entry-item.slideDown {
  position: fixed;
  top: 5px;
}

.oa-right-module .entry-item.slideDown .entry-thumb {
  display: none;
}

#select2-select-location-results li[id$="-undefined"] {
  display: none;
}

.oa-right-module .entry-item .stock-box,
.oa-event-list-4-widget .entry-item .stock-box {
  margin-top: 6px;
  min-height: 23px;
}

.oa-right-module .entry-item .stock-box span,
.oa-event-list-4-widget .entry-item .stock-box span {
  font-size: 12px !important;
  font-weight: 400;
  color: #07bf2f;
}

.oa-right-module .entry-item .stock-box.info span,
.oa-event-list-4-widget .entry-item .stock-box.info span {
  color: #929395;
}

.oa-right-module .entry-item .stock-box.low-stock span,
.oa-event-list-4-widget .entry-item .stock-box.low-stock span {
  color: #ff9800;
}

.oa-right-module .entry-item .stock-box.out-of-stock span,
.oa-event-list-4-widget .entry-item .stock-box.out-of-stock span {
  color: #e30613;
}

.sale-price {
  color: #e30613 !important;
  font-size: 12px;
}

.sale-price span {
  font-size: 12px !important;
  color: #e30613 !important;
}

.oa-area.oa-course {
  padding-top: 85px;
}

.oa-area.oa-course .entry {
  padding: 0 15px;
}

.oa-area.oa-course .entry h4 {
  color: #19171a;
  margin-bottom: 20px;
}

.oa-area.oa-course .entry p {
  margin-bottom: 0;
}

.oa-area.oa-course .entry-obj {
  background-color: #f6f6f6;
  padding: 20px 15px;
  border: 1px solid rgba(210, 211, 217, 0.5);
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 6px);
}

.oa-area.oa-course .entry-obj ul {
  padding: 0;
}

.oa-area.oa-course .entry-obj ul li {
  display: flex;
  margin-top: 15px;
}

.oa-area.oa-course .entry-obj ul li > span {
  display: block;
  float: left;
}

.oa-area.oa-course .entry .oa-accordion .tab-title {
  margin: 0;
}

.oa-area.oa-course .entry .oa-accordion .panel-body {
  padding-bottom: 20px;
}

/* course, right module button */

.disabled-buy-now {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #929395 !important;
}

.yt-video {
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------ Cart page ----*/

.cart p,
.cart small,
.checkout p,
.checkout small {
  display: block;
}

.cart-body .product-price,
.checkout-body .product-price {
  margin-top: 37px;
  white-space: nowrap;
}

.cart-body .btn,
.checkout-body .btn {
  padding: 0 !important;
  color: #929395;
}

.cart-body .cart-options:hover,
.checkout-body .cart-options:hover {
  text-decoration: underline !important;
}

.cart-body .cart-options:focus,
.checkout-body .cart-options:focus {
  border: none;
}

.cart-sidebar,
.checkout-sidebar {
  padding: 0 20px;
}

.cart-sidebar > div > div,
.checkout-sidebar > div > div {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px 20px 30px;
}

.cart-sidebar > div > div h5,
.checkout-sidebar > div > div h5 {
  color: #19171a;
  font-weight: 400;
}

.cart-sidebar > div > div h6,
.checkout-sidebar > div > div h6 {
  color: #929395;
  font-weight: 400;
}

.cart-sidebar > div > div .btn,
.checkout-sidebar > div > div .btn {
  width: 100%;
}

/*------ Checkout ----*/

.braintree-dropin > .braintree-heading {
  font-family: "Quicksand", sans-serif !important;
  color: #123d65 !important;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.braintree-dropin > .braintree-placeholder {
  margin-bottom: 30px;
}

.braintree-dropin > .braintree .braintree-options .braintree-heading {
  margin: 30px 0;
}

.braintree-show-card .braintree-card .braintree-sheet__text,
.braintree-show-card .braintree-paypal .braintree-sheet__label,
.braintree-show-paypal .braintree-card .braintree-sheet__text,
.braintree-show-paypal .braintree-paypal .braintree-sheet__label {
  font-weight: bold;
  font-family: sans-serif;
  color: #19171a;
}

.braintree-show-card .braintree-dropin > .braintree-placeholder,
.braintree-show-paypal .braintree-dropin > .braintree-placeholder {
  margin: 0;
}

.braintree-show-paypal .paypal-button .zoid-outlet {
  min-width: 50% !important;
}

.braintree-show-paypal .paypal-button .zoid-outlet #paypal-animation-content .paypal-button {
  border-radius: 3px !important;
  min-height: 50px !important;
}

.braintree-show-paypal .paypal-button .zoid-outlet #paypal-animation-content .paypal-button-text {
  font-size: 12px !important;
}

.checkout-table .product-desc small {
  font-weight: 400;
  color: #706e6f;
}

.checkout-table .product-desc small .discount-label {
  color: #e30613;
}

/* Overlay */

.has-pending-request .overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222;
  z-index: 100;
  opacity: .8;
}

.has-pending-request .overlay .loader-line {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.has-pending-request .overlay .loader-line .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.has-pending-request .overlay .loader-line .inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}

.has-pending-request .overlay .loader-line .inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}

.has-pending-request .overlay .loader-line .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/*------ Private Area ----*/

.private-area .user-profile h5 {
  text-transform: capitalize;
}

.private-area .user-profile .img-circle {
  max-width: 6.5em;
}

.private-area .oa-tab-container-1 .tab-content {
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.private-area .oa-tab-container-1 .tab-content table thead {
  border-bottom: 2px solid #ddd;
}

.private-area .oa-tab-container-1 .tab-content table thead th {
  border-bottom: none;
}

.private-area .oa-tab-container-2 .tab-content {
  padding: 40px 30px 25px;
}

.private-area .oa-tab-container-2 .tab-content .acceptance-newsletter input {
  margin: 2px 10px 0 0;
  box-shadow: none;
  float: left;
  width: 15px;
}

.private-area .oa-tab-container-2 .tab-content .acceptance-newsletter .text-muted {
  padding: 0px 0 0 30px;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.7rem;
  display: inherit;
}

.private-area .personal-info label {
  padding-top: 7px;
}

.private-area .personal-info .vdp-datepicker input {
  width: 100%;
  color: #555555;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/*------ Form ----*/

.checkout-body .form-group {
  margin-bottom: 6px;
}

.checkout-body .validation {
  display: block !important;
  margin-top: .25rem;
}

.invalid-feedback {
  width: 100%;
  font-size: 90%;
  color: #dc3545;
  font-weight: 400;
}

.form-text.text-muted {
  font-size: 80%;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: .25rem;
  margin-bottom: 0;
}

.oa-auth-page .auth-left a {
  float: right;
}

/*------ FAQ page ----- */

.oa-faq-section .faq-filter {
  margin-bottom: 30px;
  border-top: 3px double #f6f6f6;
  border-bottom: 3px double #f6f6f6;
  padding: 15px 0;
}

.oa-faq-section .faq-filter .filter-label {
  display: block;
  margin-right: 35px;
  line-height: 16px;
}

.oa-faq-section .faq-filter ul {
  margin: -10px 0 0 -20px;
  padding: 0;
}

.oa-faq-section .faq-filter ul li {
  float: left;
  margin: 10px 0 0;
  list-style: none;
  border-left: 1px solid #f6f6f6;
  position: relative;
}

.oa-faq-section .faq-filter ul li a {
  display: block;
  margin: 0 20px;
  line-height: 16px;
  position: relative;
}

.oa-faq-section .faq-filter ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  height: 3px;
  background-color: #185186;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.oa-faq-section .faq-filter ul li a:hover {
  color: #185186;
}

.oa-faq-section .faq-filter ul li:first-child {
  border-left: none;
}

.oa-faq-section .faq-filter ul li:first-child a {
  padding-left: 0;
}

.oa-faq-section .faq-filter ul li.current a:before,
.oa-faq-section .faq-filter ul li:hover a:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@mixin 100)";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.oa-faq-section .oa-accordion .panel-group .panel {
  border: none;
  margin: 0 0 5px !important;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-body {
  padding: 30px 0;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading {
  background-color: #f5f5f5;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading .panel-title a {
  padding: 12px 70px 12px 30px;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading .panel-title a .btn-title {
  background-color: transparent !important;
  top: 18px;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading.active,
.oa-faq-section .oa-accordion .panel-group .panel .panel-heading:hover {
  border-radius: 5px;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading.active .panel-title,
.oa-faq-section .oa-accordion .panel-group .panel .panel-heading:hover .panel-title {
  border-radius: 5px;
}

.oa-faq-section .oa-accordion .panel-group .panel .panel-heading.active .panel-title a .btn-title:before,
.oa-faq-section .oa-accordion .panel-group .panel .panel-heading:hover .panel-title a .btn-title:before {
  background-color: #ffffff;
}

/*
 * Contact page
 *---------------------------------- */

#contact-form {
  margin-top: 40px;
}

#contact-form .contact-form-title {
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;
}

#contact-form .contact-form-title h2 {
  font-weight: 600;
}

#contact-form .contact-form-title p {
  font-size: 21px;
  line-height: 26px;
  color: #656668;
  text-transform: none;
}

#contact-form .contact-form-title > span {
  width: 16px;
  height: 8px;
  background-color: #929395;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 1;
}

#contact-form .contact-form-title > span:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f6f6f6;
  top: 0;
  left: -8px;
  left: auto;
  right: 0;
}

#contact-form .contact-form-title > span:after {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f6f6f6;
  top: 0;
  right: -8px;
  right: auto;
  left: 0;
}

#contact-form .contact-form {
  margin-top: 40px;
}

#contact-form .contact-form .row > div span.error {
  color: #e30613;
  font-size: 12px;
  line-height: 16px;
}

#contact-form .contact-form .row > div .required {
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-weight: 300;
  color: #185186;
  margin-bottom: 0;
}

#contact-form .contact-form .row > div .input-block {
  margin-bottom: 30px;
  position: relative;
}

#contact-form .contact-form .row > div .input-block input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding: 10px 15px 10px 35px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  color: #185186;
}

#contact-form .contact-form .row > div .input-block input[type="text"]:focus {
  outline: none;
}

#contact-form .contact-form .row > div .textarea-block {
  margin-bottom: 30px;
  position: relative;
}

#contact-form .contact-form .row > div .textarea-block .required {
  top: 11px;
}

#contact-form .contact-form .row > div .textarea-block textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  height: 200px;
  padding: 10px 15px 10px 35px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  color: #185186;
}

#contact-form .contact-form .row > div .textarea-block textarea:focus {
  outline: none;
}

#contact-form .contact-form .row > div .contact-button input[type="submit"] {
  display: block;
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: #f6f6f6;
  padding: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  width: 100%;
  text-transform: uppercase;
  color: #123d65;
}

#contact-form .contact-form .row > div .contact-button input[type="submit"]:hover {
  background-color: #123d65;
  color: #ffffff;
}

#contact-form .contact-form .row > div .oa-button {
  margin-top: 20px;
}

#contactform .contact-checkbox,
#registerform .contact-checkbox {
  display: block;
  width: 100%;
}

.oa-map {
  padding: 0 !important;
}

.oa-map .col-sm-6 .widget {
  padding: 80px 0 0 15px;
}

.oa-map .col-sm-6:nth-of-type(2n) {
  padding: 0;
  margin: 0;
  height: auto;
}

.gm-style-iw {
  left: 26px !important;
}

.gm-style-iw .oa-map p {
  color: #19171a;
}

.gm-style-iw .oa-map a {
  text-decoration: underline !important;
}

.grecaptcha-badge {
  display: none !important;
}

/*
 *404 page
 *---------------------------------- */

.oa-404-error > div i {
  color: #ffffff;
  font-size: 175px;
}

.oa-404-error > div h2 {
  margin: 15px 0 70px;
}

.oa-404-error > div h3 {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 15px;
}

.oa-404-error > div span {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 45px;
}

.oa-404-error .search-box {
  margin-bottom: 30px;
}

.oa-404-error .search-box .search-form {
  width: 570px;
  display: inline-block;
}

.oa-404-error .search-box .search-form input.search-text {
  height: 42px;
  line-height: 22px;
  font-size: 13px;
  font-style: normal;
  border-radius: 3px;
  padding-right: 15px;
  letter-spacing: 1px;
}

/** 3.4 - Bottom sidebar * */

#bottom-sidebar {
  background: linear-gradient(to right, #656668 50%, #f6f6f6 50%);
  border-bottom: 1px solid #ffffff;
}

#bottom-sidebar .container > .row > div > div:first-child {
  background-color: #656668;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#bottom-sidebar .container > .row > div > div:last-child {
  background-color: #f6f6f6;
  color: #656668;
}

#bottom-sidebar .container > .row > div > div.show-more {
  line-height: 14px;
  padding-top: 42px;
  padding-bottom: 42px;
}

#bottom-sidebar .container > .row > div > div.show-more span {
  font-size: 12px;
}

#bottom-sidebar .widget {
  margin-bottom: 55px;
}

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

#bottom-sidebar .widget .widget-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

#bottom-sidebar .widget.widget_nav_menu ul li {
  padding: 2px 0;
}

#bottom-sidebar .widget.widget_nav_menu ul li a {
  color: #ffffff;
}

#bottom-sidebar .widget.widget_nav_menu ul li a:hover {
  text-decoration: underline;
}

/** 3.5 - Cookie * */

#cookie-disclaimer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: .95;
  padding: 15px 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background-color: #123d65;
  border-top: 1px solid #123d65;
  animation-name: bar-translate-top;
  animation-duration: 1s;
}

#cookie-disclaimer-bar p {
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto;
}

#cookie-disclaimer-bar p a {
  color: #ffffff;
  transition: color 0.3s ease;
  font-weight: bold;
}

#cookie-disclaimer-bar p a:active,
#cookie-disclaimer-bar p a:focus,
#cookie-disclaimer-bar p a:hover {
  color: #ffffff;
}

#cookie-disclaimer-bar svg {
  height: 50px;
}

#cookie-disclaimer-bar .btn-primary.btn-sm {
  padding: 10px 30px;
  margin: 0 30px;
  background-color: #929395;
  border: 0;
  cursor: pointer;
}

#cookie-disclaimer-bar .btn-primary.btn-sm:hover {
  color: #ffffff;
  background-color: #656668;
  transition: background-color 0.3s ease;
}

#cookie-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 30px;
  vertical-align: middle;
}

#cookie-img img {
  width: 100%;
}

/**
 * 4 - Footer
 * ----------------------------------------------------------------------------- */

#oa-page-footer {
  background-color: #ffffff;
  font-size: 12px;
  padding: 2px 0 8px;
}

#oa-page-footer #copyright {
  padding: 6px 12px 5px;
  float: left;
}

#oa-page-footer #copyright a img {
  width: 18%;
  max-width: 128px;
}

#oa-page-footer #copyright p {
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #656668;
}

#oa-page-footer #copyright p .credits {
  padding-left: 5px;
  font-size: 12px;
  color: #656668;
  font-weight: 400;
}

#oa-page-footer #copyright p .credits:hover {
  color: #185186;
}

#oa-page-footer #copyright p .credits img {
  padding-bottom: 2px;
  max-width: 16px;
}

#oa-page-footer #footer-menu {
  padding: 16px 12px 8px;
  float: right;
}

#oa-page-footer #footer-menu ul {
  list-style-type: none;
  display: inline;
  padding: 0;
}

#oa-page-footer #footer-menu ul li {
  list-style-type: none;
  display: inline;
  padding: 0 0 0 10px;
  float: right;
  font-weight: 400;
  margin-bottom: 0;
}

#oa-page-footer #footer-menu ul li a {
  color: #656668;
  vertical-align: middle;
}

#oa-page-footer #footer-menu ul li a:hover {
  color: #185186;
}

#oa-page-footer #footer-menu ul li:last-child {
  padding-left: 0;
}

.company #oa-page-footer {
  padding: 12px 0;
  background: #123d65;
}

.company #oa-page-footer .footer-menu a,
.company #oa-page-footer .social-box a {
  color: #ffffff;
}

.company #oa-page-footer .footer-menu .first-menu a,
.company #oa-page-footer .social-box .first-menu a {
  font-weight: 600;
}

.company #oa-page-footer .social-box a.credits {
  font-size: 12px !important;
  font-weight: 400;
}

.company #oa-page-footer .social-box a.credits img {
  padding-bottom: 2px;
  max-width: 16px;
}

.company #oa-page-footer .social-box a,
.company #oa-page-footer .social-box a i {
  font-size: 20px;
}

.company #oa-page-footer #copyright {
  padding: 0;
  color: #d2d3d9;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #19171a;
}

[v-cloak] > *,
[v-cloak] .alert {
  display: none;
}

[v-cloak]::before {
  content: 'loading...';
}

/**
 * 5 - Responsive
 * ----------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {
  /* General */

  .oa-area,
  .oa-area-light {
    padding: 20px 0 40px !important;
  }

  .oa-demo-widget .widget-content > ul > li {
    margin-top: 30px !important;
  }

  .page-header .page-header-inner .page-title {
    font-size: 40px;
  }

  .oa-mosaic-widget {
    padding: 40px 0;
  }

  .oa-widget {
    padding: 20px 0 20px;
  }

  .oa-widget .owl-item {
    padding: 0 !important;
  }

  .oa-widget .owl-item .entry-thumb img {
    max-width: 50%;
  }

  .widget .widget-title.widget-title-s5 {
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .oa-area .oa-text.title {
    padding: 40px 0 40px !important;
  }

  .oa-area-2 .container-fluid {
    padding: 0 15px;
  }

  .nav > li > a,
  .nav > li.with-megamenu > div {
    padding: 8px 7px;
    font-size: .9em !important;
  }

  /* Home */

  .home-slider-1 .owl-carousel-1 .entry-content a h1 {
    font-size: 2em !important;
    margin-top: 0;
  }

  .home-slider-1 .owl-carousel-1 .entry-content a:nth-child(2) {
    display: none;
  }

  .owl-theme .owl-buttons {
    display: none;
  }

  .oa-event-widget {
    padding-top: 0;
    margin-top: 0;
  }

  .oa-event-widget .widget-content .entry-title {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .oa-event-widget .widget-content .text-right {
    text-align: center;
  }

  .oa-event-countdown {
    margin-top: 10px;
  }

  .oa-event-countdown .meta-box span {
    padding-bottom: 5px;
  }

  .oa-testimonial-2-widget .owl-carousel-9 .item .entry-item .entry-thumb {
    height: 80px !important;
  }

  .oa-testimonial-2-widget .owl-carousel-9 .item .entry-item .entry-thumb img {
    margin: 0 !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding-top: 0;
  }

  .oa-testimonial-2-widget .owl-carousel-9 .item .entry-item .entry-content .entry-title {
    line-height: 1em !important;
    padding-top: 5px;
  }

  .oa-testimonial-2-widget .owl-carousel-9 .item .entry-item .entry-content strong {
    display: inline-block;
    padding-top: 5px;
  }

  .oa-area-2 .widget .load-more {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .oa-area.oa-area-light.oa-area-13 .oa-article-list-5-widget {
    margin-top: 40px;
  }

  .oa-area.oa-area-light.oa-area-13 .oa-article-list-5-widget .entry-thumb {
    float: none !important;
    width: 100%;
    height: 250px;
    margin-bottom: 17px;
  }

  .oa-area.oa-area-light.oa-area-13 .oa-article-list-5-widget .entry-thumb img {
    width: 100% !important;
    height: auto;
  }

  .oa-article .entry-box-footer > div {
    width: 100% !important;
  }

  .oa-article .entry-box-footer > div .entry-item {
    min-height: 60px !important;
  }

  .oa-article .entry-box-footer > div .entry-item .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .oa-article #related-post .entry-item .entry-thumb {
    height: 250px;
  }

  .oa-article #related-post .entry-item .entry-thumb img {
    height: auto;
    width: 100% !important;
  }

  /* Course / Event */

  .oa-course,
  .oa-event {
    padding-top: 5px !important;
  }

  .oa-course .page-header-inner h1,
  .oa-event .page-header-inner h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    padding-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .oa-course .page-header-inner h3,
  .oa-event .page-header-inner h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .oa-course .page-header-inner p,
  .oa-event .page-header-inner p {
    line-height: 20px;
    font-size: 16px;
  }

  .oa-course .oa-right-module .entry-content,
  .oa-event .oa-right-module .entry-content {
    padding-top: 30px !important;
  }

  .oa-course .oa-right-module .entry-content #entry_course span,
  .oa-course .oa-right-module .entry-content #entry_course li,
  .oa-event .oa-right-module .entry-content #entry_course span,
  .oa-event .oa-right-module .entry-content #entry_course li {
    font-size: 16px !important;
  }

  .oa-course .oa-right-module .entry-content #entry_course .entry-date.single-event,
  .oa-course .oa-right-module .entry-content #entry_course .entry-time.single-event,
  .oa-event .oa-right-module .entry-content #entry_course .entry-date.single-event,
  .oa-event .oa-right-module .entry-content #entry_course .entry-time.single-event {
    width: 50% !important;
    float: left;
  }

  .oa-course .oa-right-module .entry-content #entry_course .entry-date.single-event div > span:first-child,
  .oa-course .oa-right-module .entry-content #entry_course .entry-time.single-event div > span:first-child,
  .oa-event .oa-right-module .entry-content #entry_course .entry-date.single-event div > span:first-child,
  .oa-event .oa-right-module .entry-content #entry_course .entry-time.single-event div > span:first-child {
    display: none !important;
  }

  .oa-course .oa-right-module .entry-content #entry_course .entry-date.single-event div > span:last-child,
  .oa-course .oa-right-module .entry-content #entry_course .entry-time.single-event div > span:last-child,
  .oa-event .oa-right-module .entry-content #entry_course .entry-date.single-event div > span:last-child,
  .oa-event .oa-right-module .entry-content #entry_course .entry-time.single-event div > span:last-child {
    padding-left: .6em;
  }

  .oa-course .oa-right-module .entry-content #entry_course .event-info,
  .oa-event .oa-right-module .entry-content #entry_course .event-info {
    min-height: 30px;
    padding-top: 6px;
  }

  .oa-course .entry h4,
  .oa-event .entry h4 {
    font-size: 22px;
    line-height: 23px !important;
  }

  .oa-course .entry .oa-event-list-4-widget .entry-item,
  .oa-event .entry .oa-event-list-4-widget .entry-item {
    font-size: 14px;
  }

  .oa-course .entry .oa-event-list-4-widget .entry-item .entry-location,
  .oa-event .entry .oa-event-list-4-widget .entry-item .entry-location {
    font-weight: 500;
  }

  .oa-course .entry .oa-event-list-4-widget .entry-item header,
  .oa-event .entry .oa-event-list-4-widget .entry-item header {
    margin-bottom: 10px;
  }

  .oa-course .entry .oa-event-list-4-widget .entry-item .entry-title,
  .oa-event .entry .oa-event-list-4-widget .entry-item .entry-title {
    font-size: 26px;
    line-height: 28px;
  }

  /* Contact */

  .oa-map .col-sm-6 .widget {
    padding: 40px 0;
  }

  /* Footer */

  #bottom-sidebar .container {
    text-align: center;
  }

  #bottom-sidebar .container .col-md-4 {
    text-align: center !important;
  }

  #bottom-sidebar .container .col-md-4 .oa-button {
    margin-top: 15px;
  }

  #oa-page-footer #footer-menu {
    text-align: center;
  }

  #oa-page-footer #footer-menu ul li {
    padding: 0 4% !important;
    float: none;
  }

  #oa-page-footer #copyright img {
    width: 45% !important;
  }

  #oa-page-footer #copyright p {
    padding-left: 0 !important;
  }

  /* Company */

  .company .contact-form {
    padding: 0 !important;
  }

  .company #oa-page-footer .row > div {
    text-align: center !important;
  }

  .company #oa-page-footer .row > div img {
    max-width: 45%;
  }

  .company #oa-page-footer .row > div #copyright {
    float: none;
  }

  .company #oa-page-footer .row > div.footer-menu {
    margin-top: 10px;
  }

  .company #oa-page-footer .row > div.footer-menu .first-menu {
    margin-bottom: 5px;
  }

  .company #oa-page-footer .row > div.footer-menu .second-menu {
    line-height: 18px;
    font-size: 12px;
  }

  /* Blog */

  .oa-blog-list-2-widget .entry-item .entry-thumb {
    width: 100%;
  }

  .back-to-blog {
    margin-bottom: 20px;
  }

  .oa-article header {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  /* Header */

  #oa-header-top {
    display: none;
  }

  #oa-header-top p {
    text-align: center;
  }

  #oa-header-bottom .container {
    width: 100%;
    padding: 0 6.5%;
  }

  #oa-header-bottom .container > .row > div {
    padding: 0 !important;
  }

  #oa-header-bottom .container .navbar-header {
    height: 50px;
    margin-top: 3px;
    margin-bottom: 4px;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle {
    width: 42px;
    height: 42px;
    margin: 4px 4px;
    float: left;
    border: 0;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle:first-of-type {
    margin-left: 6px;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle:hover,
  #oa-header-bottom .container .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle.btn-menu .icon-bar {
    background-color: #929395;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle.btn-search i {
    color: #929395;
    font-size: 16px;
  }

  #oa-header-bottom .container .navbar-header .navbar-toggle .icon-warning {
    position: absolute;
    font-size: 18px;
    top: 1px;
    right: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 0;
    border-radius: 15px;
  }

  #oa-header-bottom .container .navbar-header .navbar-brand {
    padding: 0;
    margin: 6px 0;
    text-align: center;
  }

  #oa-header-bottom .container .navbar-header .navbar-brand img {
    max-width: 144px;
    position: absolute;
    left: 50%;
    margin-left: -72px;
  }

  #oa-header-bottom .container .navbar-header .oa-cart-icon svg {
    right: 6.25%;
    position: absolute;
    top: 0.4em !important;
    margin-right: auto !important;
  }

  #oa-header-bottom .container .navbar-header .oa-cart-icon svg path {
    stroke-width: 1.3 !important;
  }

  #oa-header-bottom .container .navbar-header .oa-cart-icon .circle {
    right: 5.6%;
    position: absolute;
    top: 0.7em !important;
    margin-right: auto !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu {
    max-height: none !important;
    min-height: 175px;
    padding: 0;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul {
    text-align: center;
    margin: 0;
    padding: 0 !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li {
    margin: 0 16px;
    padding: 10px 0;
    list-style-type: none !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li a,
  #oa-header-bottom .container #navbar-collapse-menu ul li li.with-megamenu > div {
    padding: 11px 0;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.company a {
    padding-bottom: 18px;
    font-weight: 600;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.login,
  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile {
    background-color: #f6f6f6;
    margin: 0 !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.login a,
  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile a {
    color: #185186;
    font-weight: 600;
    display: initial !important;
    padding-left: 0;
    padding-right: 0;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile {
    padding: 0 !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div {
    display: inline-block;
    padding-bottom: 2px;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div > .panel-title div {
    float: left;
    font-weight: normal;
    color: #185186;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div > .panel-title div:first-of-type {
    background-color: #ffffff;
    border-radius: 2em;
    padding: 1.1em 0 1em;
    text-transform: capitalize;
    min-width: 55px;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div > .panel-title div:nth-child(2) {
    text-align: left;
    padding: 6px 10px 0 16px;
    font-size: 1.1em;
    color: #123d65;
    text-transform: capitalize;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div > .panel-title div:nth-child(2) span {
    font-weight: normal;
    display: block;
    font-size: .8em;
    color: #185186;
    text-transform: lowercase;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul li.oa-profile div > .panel-title div:last-of-type {
    padding: 16px 0;
    min-width: 16px;
    color: #929395 !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul #profile-menu li.mobile-label {
    text-transform: uppercase;
    color: #929395;
    font-weight: 100;
    font-size: .8em;
    padding-bottom: 0 !important;
    border-top: 1px solid #e9e9e9;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul #profile-menu li.mobile-label:first-of-type {
    border-top: none !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu ul #profile-menu li:last-of-type {
    border-bottom: 1px solid #e9e9e9;
  }

  #oa-header-bottom .container #navbar-collapse-menu > ul > li {
    padding: 0;
  }

  #oa-header-bottom .container #navbar-collapse-menu > ul > li:first-of-type {
    padding: 10px 0;
  }

  #oa-header-bottom .container #navbar-collapse-menu > ul > li.course {
    border-bottom: 1px solid #e9e9e9;
  }

  #oa-header-bottom .container #navbar-collapse-menu > ul > li.course span {
    font-weight: 600;
  }

  #oa-header-bottom .container #navbar-collapse-menu > ul > li:last-of-type {
    padding-bottom: 3px !important;
  }

  #oa-header-bottom .container #navbar-collapse-menu .navbar-form {
    text-align: center;
    border: none;
    margin: 0;
  }

  #oa-header-bottom .container #navbar-collapse-search {
    border-top: 1px solid #ffffff;
  }

  #oa-header-bottom .container #navbar-collapse-search .navbar-form {
    padding: 0 15px 20px;
    margin: -1px -15px -4px;
  }

  #oa-header-bottom .container #navbar-collapse-search .navbar-form:before {
    border-color: transparent transparent #f6f6f6;
    border-style: solid;
    border-width: 0 9px 10px;
    content: "";
    height: 0;
    left: 78px;
    position: absolute;
    top: 47px;
    width: 0;
  }

  .company .navbar-default {
    background: #ffffff;
  }

  .company .navbar-default ul li {
    border: 0 !important;
  }

  .company .navbar-default ul li a {
    color: #123d65 !important;
  }

  .company .navbar-default .oa-button.navy-button {
    background-color: #123d65;
    color: #ffffff;
    font-weight: 500;
  }

  .company #navbar-collapse-menu {
    background-color: #ffffff;
    min-height: 75px !important;
  }

  .company #navbar-collapse-menu p {
    color: #19171a !important;
  }

  #oa-page-content {
    height: auto !important;
    /* Course */
  }

  #oa-page-content .oa-auth-page > .container {
    width: 100%;
    padding: 0;
  }

  #oa-page-content .oa-auth-page .auth-page {
    width: 100%;
    margin: 0;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }

  #oa-page-content .oa-auth-page .auth-page > div > div {
    padding: 0 5%;
  }

  #oa-page-content .oa-auth-page .auth-page .auth-left,
  #oa-page-content .oa-auth-page .auth-page .auth-right {
    padding: 50px 0;
  }

  #oa-page-content .oa-auth-page .auth-page .auth-left h2,
  #oa-page-content .oa-auth-page .auth-page .auth-right h2 {
    margin-top: 0;
  }

  #oa-page-content .oa-auth-page .auth-page h2,
  #oa-page-content .oa-auth-page .auth-page .auth-right {
    text-align: center;
  }

  #oa-page-content #course-header.header.sticky,
  #oa-page-content #event-header.header.sticky {
    display: none !important;
  }

  #oa-page-content .oa-area.oa-event {
    padding-bottom: 30px;
  }

  #oa-page-content .oa-course,
  #oa-page-content .oa-event {
    padding-top: 40px !important;
  }

  #oa-page-content .oa-course .page-header-inner,
  #oa-page-content .oa-event .page-header-inner {
    padding: 0 !important;
  }

  #oa-page-content .oa-course .page-header-inner .non-purchase-act,
  #oa-page-content .oa-event .page-header-inner .non-purchase-act {
    margin-top: 0 !important;
    height: 10px !important;
  }

  #oa-page-content .oa-course .page-header-inner .entry-thumb,
  #oa-page-content .oa-event .page-header-inner .entry-thumb {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 3px;
    z-index: 2;
  }

  #oa-page-content .oa-course .page-header-inner h1,
  #oa-page-content .oa-event .page-header-inner h1 {
    padding-top: 30px !important;
    margin-bottom: 20px !important;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module,
  #oa-page-content .oa-event .page-header-inner .oa-right-module {
    margin: -1px -8px;
    padding: 0;
    width: 104%;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-item,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-item {
    position: relative !important;
    width: 100%;
    padding: 0 8px;
    border: none;
    border-radius: 0;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-content,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-content .visible-xs hr,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-content .visible-xs hr {
    margin: 25px 0;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-content .entry-detail,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-content .entry-detail {
    background-color: #f6f6f6;
    padding: 20px 15px;
    border: 1px solid rgba(210, 211, 217, 0.5);
    margin-top: 20px;
  }

  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-content .entry-detail span,
  #oa-page-content .oa-course .page-header-inner .oa-right-module .entry-content .entry-detail li,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-content .entry-detail span,
  #oa-page-content .oa-event .page-header-inner .oa-right-module .entry-content .entry-detail li {
    font-size: 16px !important;
  }

  #oa-page-content .oa-course .entry h4,
  #oa-page-content .oa-event .entry h4 {
    margin-bottom: 5px !important;
  }

  #oa-page-content .oa-course .entry-obj,
  #oa-page-content .oa-event .entry-obj {
    padding: 15px 0 !important;
  }

  #oa-page-content .oa-course .entry-obj ul li:first-of-type,
  #oa-page-content .oa-event .entry-obj ul li:first-of-type {
    margin-top: 5px;
  }

  #oa-page-content .oa-course .entry .col-xs-12.mb-40,
  #oa-page-content .oa-course .entry .col-xs-12.entry-accordion,
  #oa-page-content .oa-event .entry .col-xs-12.mb-40,
  #oa-page-content .oa-event .entry .col-xs-12.entry-accordion {
    padding: 0;
  }

  #oa-page-content .oa-course .entry .mb-40,
  #oa-page-content .oa-course .entry .mb-50,
  #oa-page-content .oa-event .entry .mb-40,
  #oa-page-content .oa-event .entry .mb-50 {
    margin-bottom: 30px;
  }

  #oa-page-content .oa-course .entry-event-info i,
  #oa-page-content .oa-event .entry-event-info i {
    display: none;
  }

  #oa-page-content .oa-course .entry-event-info .col-md-9 span:last-child,
  #oa-page-content .oa-event .entry-event-info .col-md-9 span:last-child {
    margin-left: 0 !important;
    line-height: 20px;
  }

  #oa-page-content .oa-course .entry-event-info .row:nth-child(2) > div:first-child,
  #oa-page-content .oa-event .entry-event-info .row:nth-child(2) > div:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #oa-page-content .oa-course .entry-next-events,
  #oa-page-content .oa-event .entry-next-events {
    padding: 0 !important;
  }

  #oa-page-content .oa-course .entry .more,
  #oa-page-content .oa-event .entry .more {
    margin-top: 5px;
    color: #185186;
  }

  #oa-page-content .oa-course .entry .more .gradback,
  #oa-page-content .oa-event .entry .more .gradback {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
  }

  #oa-page-content .oa-course .entry-obj .more span,
  #oa-page-content .oa-event .entry-obj .more span {
    padding-left: 15px;
  }

  #oa-page-content .oa-course .entry-obj .more span:first-of-type,
  #oa-page-content .oa-event .entry-obj .more span:first-of-type {
    display: none;
  }

  #oa-page-content .oa-course .entry-obj .more .gradback,
  #oa-page-content .oa-event .entry-obj .more .gradback {
    bottom: 40px;
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  }

  #oa-page-content .oa-course .entry-require .more .gradback,
  #oa-page-content .oa-course .entry-desc .more .gradback,
  #oa-page-content .oa-event .entry-require .more .gradback,
  #oa-page-content .oa-event .entry-desc .more .gradback {
    bottom: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }

  #oa-page-content .oa-course .oa-event-list-4-widget,
  #oa-page-content .oa-event .oa-event-list-4-widget {
    margin-bottom: 0 !important;
  }

  #oa-page-content .oa-course .oa-event-list-4-widget .entry-item,
  #oa-page-content .oa-event .oa-event-list-4-widget .entry-item {
    height: auto !important;
  }

  #oa-page-content .oa-course .oa-event-list-4-widget .entry-item header,
  #oa-page-content .oa-event .oa-event-list-4-widget .entry-item header {
    margin-bottom: 15px;
  }

  #oa-page-content .oa-course .oa-event-list-4-widget .entry-item .entry-date,
  #oa-page-content .oa-event .oa-event-list-4-widget .entry-item .entry-date {
    font-size: 22px !important;
    line-height: 20px;
    margin: 8px 0 !important;
  }

  #oa-page-content .oa-course .oa-event-list-4-widget .entry-item .entry-title,
  #oa-page-content .oa-event .oa-event-list-4-widget .entry-item .entry-title {
    display: block;
    font-size: 28px;
    line-height: 32px;
  }

  #oa-page-content .oa-course .oa-event-list-4-widget div[id|=course] .load-more,
  #oa-page-content .oa-event .oa-event-list-4-widget div[id|=course] .load-more {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .oa-accordion.style1 .panel {
    margin: 0 0 15px !important;
    padding-bottom: 15px !important;
  }

  .oa-accordion.style1 .panel .panel-body {
    padding: 15px 0 0 !important;
  }

  .oa-accordion.style1 .panel .panel-title a {
    padding: 9px 0 3px 55px !important;
  }

  .oa-accordion.style1 .panel .panel-title a .btn-title {
    width: 40px !important;
    height: 40px !important;
  }

  /* Blog */

  .oa-area-blog .entry-content img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* Contact */

  .jumbotron {
    padding: 15px;
  }

  .jumbotron p {
    line-height: 1.4;
    font-size: 14px;
  }

  /* Private Area */

  .private-area .oa-area {
    padding: 40px 0;
  }

  .private-area .oa-area .oa-tab-container-2 .tab-content {
    padding: 20px 20px !important;
  }

  .private-area .oa-area .table > tbody > tr > td,
  .private-area .oa-area .table > thead > tr > td {
    padding: 5px !important;
    text-align: center;
  }

  /* Footer Sidebar */

  #bottom-sidebar .container > .row > div {
    padding: 0 !important;
  }

  #oa-page-footer #copyright a img {
    width: auto !important;
  }

  #oa-page-footer #footer-menu ul li:last-child {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  #oa-header-top #main-menu > li {
    margin: 0 0 0 14px;
  }

  #oa-header-bottom .navbar-header .navbar-brand {
    padding: 25px 15px;
  }

  #oa-header-bottom .navbar-header .navbar-brand img {
    max-width: 150px;
  }

  #oa-header-bottom .navbar-collapse.collapse ul {
    margin-left: 0 !important;
  }

  #oa-header-bottom .navbar-collapse.collapse .navbar-right .small-button {
    padding: 7px 12px;
  }

  #oa-page-content #right-module .entry-content {
    padding: 12px 10px;
  }

  #oa-page-content #right-module .entry-content .social-share ul > li {
    margin: 0 0 0 10px;
  }

  #oa-page-content #right-module .entry-content .social-share ul > li:nth-of-type(1) {
    margin-left: 10px;
  }

  #oa-page-content .oa-event-slider-1-widget .eventCustomNavigation a {
    font-size: 20px;
  }

  .cart .oa-area,
  .checkout .oa-area {
    padding: 20px 0 40px;
  }

  .cart .oa-area .cart-body .col-md-7,
  .cart .oa-area .checkout-body .col-md-7,
  .checkout .oa-area .cart-body .col-md-7,
  .checkout .oa-area .checkout-body .col-md-7 {
    padding: 0 15px 0 0;
    margin-top: 0;
  }

  .cart .oa-area .cart-body .col-md-7 h4,
  .cart .oa-area .checkout-body .col-md-7 h4,
  .checkout .oa-area .cart-body .col-md-7 h4,
  .checkout .oa-area .checkout-body .col-md-7 h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
  }

  .cart .oa-area .cart-body .col-md-7 h4 small,
  .cart .oa-area .checkout-body .col-md-7 h4 small,
  .checkout .oa-area .cart-body .col-md-7 h4 small,
  .checkout .oa-area .checkout-body .col-md-7 h4 small {
    margin-top: 5px;
  }

  .cart .oa-area .cart-body .col-md-7 .btn,
  .cart .oa-area .checkout-body .col-md-7 .btn,
  .checkout .oa-area .cart-body .col-md-7 .btn,
  .checkout .oa-area .checkout-body .col-md-7 .btn {
    font-size: 13px;
  }

  .cart .oa-area .cart-body .col-md-7 .product-price,
  .cart .oa-area .checkout-body .col-md-7 .product-price,
  .checkout .oa-area .cart-body .col-md-7 .product-price,
  .checkout .oa-area .checkout-body .col-md-7 .product-price {
    font-size: 16px;
    margin: 0;
  }

  .cart .oa-area .cart-body .col-md-7 .product-price small,
  .cart .oa-area .checkout-body .col-md-7 .product-price small,
  .checkout .oa-area .cart-body .col-md-7 .product-price small,
  .checkout .oa-area .checkout-body .col-md-7 .product-price small {
    display: inline-block !important;
  }

  .cart .oa-area .cart-body .col-sm-2,
  .cart .oa-area .checkout-body .col-sm-2,
  .checkout .oa-area .cart-body .col-sm-2,
  .checkout .oa-area .checkout-body .col-sm-2 {
    padding: 0 15px 0 0;
  }

  .cart .oa-area .cart-body .col-sm-2 .product-price,
  .cart .oa-area .checkout-body .col-sm-2 .product-price,
  .checkout .oa-area .cart-body .col-sm-2 .product-price,
  .checkout .oa-area .checkout-body .col-sm-2 .product-price {
    margin: 5px 0 0;
    font-size: 16px;
  }

  .cart .oa-area .cart-body .col-sm-2 .product-price small,
  .cart .oa-area .checkout-body .col-sm-2 .product-price small,
  .checkout .oa-area .cart-body .col-sm-2 .product-price small,
  .checkout .oa-area .checkout-body .col-sm-2 .product-price small {
    font-size: 11px;
  }

  .cart .oa-area .oa-demo-widget .entry-content,
  .checkout .oa-area .oa-demo-widget .entry-content {
    height: 10em;
  }

  .cart .oa-area .oa-demo-widget .entry-content h5,
  .checkout .oa-area .oa-demo-widget .entry-content h5 {
    font-size: 13px;
    line-height: 17px;
  }

  .cart .oa-area .oa-demo-widget .entry-content span,
  .checkout .oa-area .oa-demo-widget .entry-content span {
    font-size: 11px;
  }
}

@media screen and (max-width: 1025px) {
  .home-slider-1 .owl-carousel-1 .entry-content h1 {
    font-size: 3em !important;
  }

  .home-slider-1 .owl-buttons {
    display: none;
  }

  .home-slider-1 .owl-pagination {
    left: 3.5% !important;
  }

  .oa-event-list-4-widget .entry-item {
    padding: 20px 20px 24px !important;
  }

  .oa-event-list-4-widget .entry-item .entry-date {
    font-size: 27px !important;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider-1 .owl-carousel-1 .entry-content h1 {
    font-size: 4em;
    line-height: 1em;
  }

  .home-slider-1 .owl-carousel-1 .entry-content .h2 {
    font-size: 0.7em !important;
    line-height: 1.5em !important;
  }
}

@media screen and (min-width: 992px) {
  #navbar-collapse-menu .navbar-left {
    max-width: 59% !important;
  }

  .oa-event-slider-1-widget .owl-item {
    max-width: 183px !important;
  }

  .oa-event-slider-1-widget .owl-item article {
    max-width: 183px;
  }
}

@media screen and (min-width: 767px) {
  #navbar-collapse-menu .course span {
    font-weight: normal !important;
  }

  #navbar-collapse-menu #profile-menu {
    display: none !important;
  }

  #navbar-collapse-menu .navbar-right {
    padding: 0 15px 0 0 !important;
  }

  #navbar-collapse-menu .navbar-right a {
    float: left;
  }

  #navbar-collapse-menu .navbar-right .oa-button,
  #navbar-collapse-menu .navbar-right .oa-user-icon div {
    height: 40px;
  }

  #navbar-collapse-menu .navbar-right .oa-course {
    font-size: 14px;
    color: #185186;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 !important;
    text-transform: none;
  }

  #navbar-collapse-menu .navbar-right .oa-course:hover {
    background-color: transparent !important;
  }

  #navbar-collapse-menu .navbar-right .oa-cart-icon {
    padding: 0 15px 0 0;
  }

  #navbar-collapse-menu .navbar-right .oa-cart-icon div:first-of-type {
    float: left;
  }

  #navbar-collapse-menu .navbar-right .oa-cart-icon .circle {
    position: absolute;
    margin-left: 22px;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon {
    margin-right: 0 !important;
    padding-right: 6px;
    padding-left: 6px;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon div {
    float: left;
    margin-right: 3px;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon div svg {
    width: 2em;
    height: 2em;
    margin-top: -3px;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon div svg path {
    fill: none;
    stroke: #123d65;
    stroke-width: 1.2;
    stroke-miterlimit: 10;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon span {
    font-size: 1.2em;
  }

  #navbar-collapse-menu .navbar-right .oa-user-icon:hover svg path {
    stroke: #ffffff;
  }

  /*------ Login page ----*/

  .auth-page {
    width: inherit;
    max-width: 1376px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .auth-page > div {
    height: 40vh;
    min-height: 450px;
  }

  .auth-page > div > div {
    width: 100%;
    padding: 0 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .logged .navbar-right .oa-cart-icon {
    padding-left: 10px !important;
  }
}

.oa-test .owl-item {
  width: auto !important;
}

.subscribe-button {
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 13px 30px;
  background: none;
  border: 2px solid #ffffff;
  display: inline-block;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 2px;
}


/*
Theme Name: Materitix
Author: KopaSoft
Author URI: http://kopatheme.com/
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@media screen and (max-width: 1120px) {

  .container {
    width: 980px; 
  }
  #top-nav #top-menu li a {
    padding: 5px 10px;
  }
  /*#main-menu > li {
    margin-left: 40px;
  }*/
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h2 {
    font-size: 54px;
    line-height: 60px;
  }
  .kopa-countdown-2 li div h3 {
    font-size: 44px;
  }
  .kopa-nothumb-widget .widget-content .entry-item .entry-content .entry-title {
    font-size: 16px;
    line-height: 22px;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item.twitter-item i {
    margin-bottom: 15px;
  }
  .kopa-area-11 .widget_text h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .nav-tabs.kopa-tabs-1 > li a {
    padding: 10px 20px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title {
    margin-bottom: 20px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .kopa-button {
    margin-top: 15px;
  }
  .kopa-tagline-3-widget .entry-title h2,
  .kopa-tagline-4-widget .entry-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .kopa-tagline-5-widget .kopa-button {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kopa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1,
  .kopa-masonry-list-3-widget .masonry-list-wrapper > ul > li {
    width: 33.2%;
  }
  .kopa-event-list-3-widget .row > div .entry-item .entry-thumb {
    width: 200px;
  }
  .kopa-course-tab-list-3-widget .kopa-course-list-3-wrapper .kopa-course-list-3 .row > div .entry-item .entry-thumb {
    width: 140px;
  }

}


@media screen and (max-width: 1023px) {

  .container {
    width: 960px;
  }
  /*#main-menu > li {
    margin-left: 35px;
  }*/
  .kopa-nothumb-widget .widget-content .entry-item .entry-date {
    margin-right: 20px;
  }
  .kopa-area-11 .widget_text h4 {
    font-size: 20px;
  }
  #bottom-sidebar .container .row > div .row > div {
    margin-bottom: 30px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content {
    padding-top: 30px;
  }
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date {
    margin-right: 20px;
  }
  .kopa-service-1-widget .widget-content .row > div .entry-item > i {
    margin-right: 20px !important;
  }
  #bottom-sidebar-s2 > .row > div:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #191d3d;
  }
  #bottom-sidebar-s2 > .row > div .row > div {
    margin-bottom: 30px;
  }
  .kopa-blog-list-1-widget .entry-item .entry-content {
    padding-bottom: 30px;
  }
  .entry-box .entry-box-footer > div .entry-item .entry-content {
    padding-bottom: 30px;
  }
  .entry-box .entry-box-footer > div .entry-item {
    min-height: 110px;
  }
  .widget .widget-title.widget-title-s10 {
    font-size: 16px;
    line-height: 22px;
  }
  .kopa-event-list-4-widget .entry-item {
    padding-bottom: 50px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item,
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item {
    min-height: 110px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content,
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content {
    padding-bottom: 20px;
  }
  .kopa-course-tab-list-3-widget .kopa-course-list-3-wrapper .kopa-course-list-3 .row > div .entry-item .entry-thumb {
    width: 130px;
  }
  .kopa-course-tab-list-3-widget .kopa-course-list-3-wrapper .kopa-course-list-3 .row > div .entry-item .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 979px) {

  .container {
    width: 780px; 
  }
  /*#kopa-header-top .container .row > div:last-child {
    width: 60%;
    margin-left: 15%;
  }
  #main-menu > li {
    margin-left: 40px;
  }
  #main-menu > li > a {
    font-size: 18px;
    padding: 20px 0;
  }*/
  #main-menu > li > a .menu-description {
    display: none;
  }
  #main-menu > li > ul {
    top: 64px;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
    padding-top: 8px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    width: 52px;
    height: 52px;
    line-height: 50px;
    font-size: 40px;
  }
  .home-slider-1 {
    min-height: 350px;
  }
  .widget .widget-title.widget-title-s1 {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
  }
  .widget .widget-title.widget-title-s1 .widget-title-icon {
    display: none;
  }
  .kopa-event-widget .widget-content .entry-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-slider-1 .owl-carousel-1 .owl-controls .owl-pagination {
    bottom: 30px;
  }
  .widget .widget-title.widget-title-s4 {
    font-size: 30px;
    line-height: 36px;
  }
  .widget .widget-title.widget-title-s7 h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item.twitter-item {
    font-size: 14px;
    line-height: 20px;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item.twitter-item i {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  .kopa-article-list-4-widget ul li .entry-item .entry-thumb {
    width: 100%;
    float: none !important;
    margin: 0;
  }
  .kopa-article-list-4-widget ul li .entry-item .entry-content {
    padding: 15px 20px;
  }
  .nav-tabs.kopa-tabs-1 > li a {
    padding: 10px;
    font-size: 14px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content p.entry-excerpt,
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title p {
    display: none;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .kopa-button {
    padding: 10px 20px;
    margin-top: 0;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content {
    padding-top: 55px;
  }
  .kopa-service-1-widget .widget-content .row > div .entry-item .entry-content {
    overflow: visible;
  }
  .kopa-service-1-widget .widget-content .row > div .entry-item .entry-content .entry-title {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-thumb {
    margin-bottom: 15px;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li .entry-item .entry-content {
    padding: 0 20px 15px;
  }
  .kopa-rounded-thumb-2-widget .widget-content .entry-item .entry-thumb {
    width: 300px;
  }
  .kopa-tagline-3-widget .entry-title h2, .kopa-tagline-4-widget .entry-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .kopa-service-2-widget .widget-content .row > div .entry-item {
    padding: 0;
  }
  .kopa-featured-teacher-widget {
    padding: 20px;
  }
  .widget .widget-title.widget-title-s7 {
    margin-bottom: 20px;
  }
  .kopa-featured-teacher-widget .entry-item .entry-content footer h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .kopa-ads-1-widget ul li {
    padding: 0 10px;
    margin-top: 20px;
  }
  .kopa-ads-1-widget ul {
    margin: -20px -10px 0;
  }
  .kopa-course-search-2-widget,
  .kopa-testimonial-1-widget .testimonial-item {
    padding: 15px 20px;
  }
  .kopa-article-list-8-widget ul li .entry-item .entry-thumb {
    float: none !important;
    margin: 0 0 20px;
    width: 100%;
  }
  .kopa-blog-list-2-widget .entry-item .entry-thumb {
    width: 280px;
  }
  .entry-box .entry-box-footer > div .entry-item {
    min-height: 90px;
  }
  .kopa-article-list-9-widget ul li .entry-item .entry-thumb {
    width: 110px;
  }
  .kopa-article-list-9-widget ul li .entry-item .entry-content {
    padding-top: 20px;
  }
  .woocommerce ul.products li.product .product-detail, .woocommerce-page ul.products li.product .product-detail {
    padding: 10px 20px 20px;
  }
  .woocommerce ul.products li.product .product-detail > a .price, .woocommerce-page ul.products li.product .product-detail > a .price {
    padding: 5px 10px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 10px;
  }
  .woocommerce ul.products, .woocommerce-page ul.products {
    margin-right: -10px;
    margin-left: -10px;
  }
  .woocommerce ul.products li.product .product-thumb .hot-item, .woocommerce-page ul.products li.product .product-thumb .hot-item,
  .woocommerce ul.products li.product .product-thumb .onsale, .woocommerce-page ul.products li.product .product-thumb .onsale {
    left: 20px;
  }
  .kopa-event-list-1-widget .row > div .entry-item .entry-content .entry-date {
    margin-right: 20px;
  }
  .kopa-event-list-2-widget .entry-item .entry-thumb {
    width: 250px;
    margin-right: 20px;
  }
  .kopa-event-list-3-widget .row > div .entry-item .entry-thumb {
    width: 170px;
    margin-right: 20px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item, 
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item {
    min-height: 88px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content .entry-title {
    display: none;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content a.fa {
    top: -5px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content, 
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content {
    padding-bottom: 30px;
  }
  #comments .comments-list > li .children {
    padding-left: 0;
  }
  .kopa-masonry-list-3-widget .masonry-list-wrapper > ul > li .entry-item .entry-content {
    padding: 15px 20px;
  }
  .kopa-course-tab-list-3-widget .kopa-course-list-3-wrapper .kopa-course-list-3 .row > div .entry-item .entry-thumb {
    width: 100%;
    margin: 0;
  }
  .entry-course-box .row > div.left-col > .entry-thumb {
    width: 100%;
    margin: 0 0 20px;
    float: none !important;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content .entry-title {
    display: none;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content a.fa {
    top: -5px;
  }
  .entry-course-box .row > div.right-col .event-detail > ul > li strong {
    margin-right: 15px;
  }




}



@media screen and (max-width: 799px) {
  /*--- Layout ---*/
  .container {
    width: 720px; 
  }
  #logo-image {
    width: 200px;
  }
  /*#kopa-header-top .container .row > div:last-child {
    margin-left: 10%;
    width: 65%;
  }
  #main-menu > li {
    margin-left: 30px;
  }*/
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
    padding-top: 90px;
  }
  .kopa-event-widget .widget-content .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
  .kopa-countdown-2 li div h3 {
    font-size: 24px;
  }
  .kopa-rounded-thumb-widget .widget-content .entry-item .entry-thumb {
    width: 275px;
  }
  .kopa-article-list-3-widget .widget-content ul li {
    padding: 0 10px;
  }
  .kopa-article-list-3-widget .widget-content ul {
    margin: -20px -10px 0;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item.twitter-item i {
    height: 22px;
    width: 22px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item .entry-title {
    padding: 0 20px 10px;
  }
  .widget .widget-title.widget-title-s8 h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .nav-tabs.kopa-tabs-1 > li a {
    padding: 5px 8px;
  }
  .kopa-article-list-5-widget .widget-content ul li .entry-item .entry-thumb {
    width: 140px;
    margin-right: 20px;
  }
  .toggle-view li h6 {
    line-height: 26px;
    padding: 10px 15px;
  }
  .kopa-owl-3-widget .owl-carousel-3 .item .entry-item .entry-content {
    padding: 20px;
  }
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date p,
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date span {
    padding: 0 10px;
  }
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date strong {
    font-size: 24px;
    padding: 0 10px;
  }
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date {
    padding-bottom: 10px;
  }
  .kopa-nothumb-2-widget .widget-content .entry-item .entry-date p {
    margin-bottom: 5px;
  }
  .kopa-tagline-3-widget .entry-title h2, .kopa-tagline-4-widget .entry-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-prev {
    left: -3.4%;
  }
  .kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-next {
    right: -3.4%;
  }
  .entry-box .entry-box-footer > div .entry-item {
    min-height: 84px;
  }
  .entry-box .entry-box-footer > div .entry-item .entry-content .entry-title {
    display: none;
  }
  .entry-box .entry-box-footer > div .entry-item .entry-content a.fa {
    top: -5px;
  }
  .kopa-article-list-9-widget ul li .entry-item .entry-thumb {
    width: 90px;
  }
  .table-4col .pricing-column .pricing-column-inner .pricing-footer a.kopa-button {
    margin-right: 0;
    display: block;
    padding: 10px 15px;
  }
  .kopa-professor-list-1-widget .row > div .entry-item .entry-content header .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
  .kopa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content {
    padding: 20px;
  }
  .kopa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
  .product_column .related.products ul.products li.product {
    width: 50%;
  }
  .kopa-event-list-4-widget .entry-item {
    padding: 20px;
  }
  .kopa-event-list-4-widget .entry-item header {
    margin-bottom: 20px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item, 
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item {
    min-height: 80px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content a.fa {
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    top: 0;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content {
    padding-left: 40px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div.next-article-item .entry-item .entry-content {
    padding-right: 40px;
  }
  .entry-event-box .row > div.right-col .entry-event-box-footer > div.next-article-item .entry-item .entry-content a.fa {
    right: 10px;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li {
    padding-left: 20px;
    margin: 20px 0 0;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper {
    margin: -20px 0 0 -22px;
  }
  .kopa-course-tab-list-2-widget .kopa-course-list-2-wrapper .kopa-course-list-2 .row > div .entry-item .entry-title {
    margin-bottom: 10px;
  }
  .more-link i {
    display: none;
  }
  .entry-course-box .row > div.left-col > .entry-thumb img {
    width: 100%;
  }
  .entry-course-box .row > div.right-col .event-speaker ul li .speaker-avatar {
    width: 55px;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content a.fa {
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    top: 0;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content {
    padding-left: 40px;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div.next-article-item .entry-item .entry-content {
    padding-right: 40px;
  }
  .entry-course-box .row > div.left-col .entry-course-box-footer > div.next-article-item .entry-item .entry-content a.fa {
    right: 10px;
  }






}




@media screen and (max-width: 767px) {
  /*--- Layout ---*/
  body {
    padding: 0; 
  }

  .container {
    width: 600px; 
  }
  #logo-image {
    width: auto;
    text-align: center;
  }
  /*#kopa-header-top .container .row > div:first-child {
    width: 20%;
  }
  #kopa-header-top .container .row > div:last-child {
    width: 70%;
  }*/
  #main-nav {
    float: left;
  }
  #main-menu,
  .kopa-language,
  .kopa-search-box {
    display: none;
  }
  .main-nav-mobile,
  .mobile-search-box {
    display: block;
  }
  .top-main-nav-mobile {
    display: inline-block;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content p {
    display: none;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content .kopa-button {
    display: none;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content .left-col {
    border-right: none;
  }
  .home-slider-1 {
    min-height: 280px;
  }
  .kopa-event-widget .widget-content .entry-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .kopa-event-widget .widget-content .row > div {
    margin-bottom: 30px;
  }
  .kopa-event-widget .widget-content .row > div:last-child {
    margin-bottom: 0px;
  }
  .kopa-course-search-widget .course-form .row > div {
    margin-bottom: 20px;
  }
  .kopa-course-search-widget .course-form .row > div:last-child {
    margin-bottom: 0px;
  }
  .kopa-rounded-thumb-widget .widget-content .entry-item .entry-content .entry-title,
  .kopa-rounded-thumb-2-widget .widget-content .entry-item .entry-content .entry-title,
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .kopa-area-4 .container .row > div,
  .bottom-section .row > div {
    height: auto !important;
  }
  .kopa-area-4 .row > div:last-child {
    background-color: transparent;
  }
  .kopa-masonry-list-1-widget .masonry-container .container-masonry .item {
    width: 50%;
    height: 25%;
  }
  .kopa-ads-1-widget ul li {
    width: 33.333333%;
  }
  .bottom-section .kopa-area-10 .kopa-map-1-widget .kopa-map-wrapper {
    height: 300px;
  }
  .bottom-section .row > div:first-child {
    padding-left: 30px;
  }
  .bottom-section .kopa-area-10 .kopa-map-1-widget {
    position: static;
  }
  #bottom-sidebar-s2 > .row > div:first-child::before {
    left: 100%;
    top: 0;
  }
  #bottom-sidebar-s2 > .row > div:first-child::after {
    right: 100%;
    top: 0;
    background-color: #191d3d;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
  }
  #bottom-sidebar-s2 > .row > div {
    padding-top: 60px;
  }
  #kopa-page-footer-s2 > .row > div:first-child {
    background-color: #fff;
  }
  #bottom-sidebar-s2 > .row > div .row > div:last-child {
    margin-bottom: 0;
  }
  #bottom-sidebar-s2 > .row > div:last-child {
    padding-top: 30px;
  }
  #copyright {
    text-align: center;
  }
  .kopa-area-11 .container .row > div,
  .kopa-area-13 .container .row > div,
  .kopa-area-30 .container .row > div,
  .kopa-area-19 .container .row > div,
  .kopa-area-31 .container .row > div,
  .entry-event-box .row > div {
    margin-bottom: 30px;
  }
  .kopa-area-11 .container .row > div:last-child,
  .kopa-area-13 .container .row > div:last-child,
  #bottom-sidebar .container .row > div .row > div:last-child,
  .kopa-area-30 .container .row > div:last-child,
  .kopa-area-19 .container .row > div:last-child,
  .kopa-area-31 .container .row > div:last-child,
  .entry-event-box .row > div:last-child {
    margin-bottom: 0px;
  }
  .widget .widget-title.widget-title-s5 h2 {
    font-size: 28px;
    line-height: 34px;
  }
  #bottom-sidebar .container > .row > div {
    padding: 60px 30px;
  }
  .home-slider-2 #sync2 .owl-item .item h6 {
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .kopa-nothumb-2-widget .widget-content .row > div,
  .kopa-service-1-widget .widget-content .row > div,
  .kopa-article-list-6-widget .entry-item.row > div,
  .kopa-service-2-widget .widget-content .row > div,
  .kopa-tagline-5-widget .row > div,
  .kopa-professor-list-1-widget .row > div,
  .kopa-professor-list-2-widget .row > div,
  .entry-portfolio-box .portfolio-content.row > div,
  .kopa-event-list-3-widget .row > div,
  .kopa-event-list-4-widget .row > div,
  #related-post .row > div {
    margin-bottom: 30px;
  }
  .kopa-nothumb-2-widget .widget-content .row > div:last-child,
  .kopa-service-1-widget .widget-content .row > div:last-child,
  .kopa-article-list-6-widget .entry-item.row > div:last-child,
  .kopa-service-2-widget .widget-content .row > div:last-child,
  .kopa-tagline-5-widget .row > div:last-child,
  .kopa-professor-list-1-widget .row > div:last-child,
  .kopa-professor-list-2-widget .row > div:last-child,
  .entry-portfolio-box .portfolio-content.row > div:last-child,
  .kopa-event-list-3-widget .row > div:last-child,
  .kopa-event-list-4-widget .row > div:last-child,
  #related-post .row > div:last-child {
    margin-bottom: 0px;
  }
  .kopa-article-list-8-widget ul li .entry-item .entry-thumb {
    float: left !important;
    margin: 0 20px 0 0;
    width: 84px;
  }
  #bottom-sidebar-s2 > .row > div:first-child {
    padding-left: 30px;
  }
  #related-post .entry-item .entry-content .entry-title {
    margin-bottom: 10px;
  }
  .page-header .page-header-inner .search-form,
  .page-header .page-header-inner .search-form input.search-text {
    width: 100%;
  }
  .page-header .page-header-inner .page-title span,
  .page-header .page-header-inner .page-title i {
    float: none !important;
    display: block;
  }
  .page-header .page-header-inner .page-title i {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .kopa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 {
    width: 50%;
  }
  #related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-prev {
    left: -3.4%;
  }
  #related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-next {
    right: -3.4%;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li {
    width: 33.333333%;
  }
  .entry-course-box #comments {
    margin-top: 30px;
  }
  #top-menu {
    display: none;
  }




}




@media screen and (max-width: 639px) {
  /*--- Layout ---*/
  .container {
    width: 440px; 
  }
  .home-slider-1 {
    min-height: 210px;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 0 30px;
  }
  .home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
    padding-top: 65px;
  }
  .kopa-event-widget {
    margin-top: 0;
    padding-top: 0;
  }
  .kopa-area {
    padding: 40px 0;
  }
  .kopa-nothumb-widget .widget-content .row > div {
    margin-bottom: 30px;
  }
  .kopa-nothumb-widget .widget-content .row > div:last-child {
    margin-bottom: 0px;
  }
  .kopa-rounded-thumb-widget .widget-content .entry-item .entry-thumb,
  .kopa-rounded-thumb-2-widget .widget-content .entry-item .entry-thumb {
    width: 100%;
    float: none !important;
    margin: 0 0 30px;
  }
  .kopa-article-list-3-widget .widget-content ul li .entry-item .entry-content .entry-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .widget .widget-title.widget-title-s5 {
    padding-bottom: 35px;
  }
  .kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li {
    width: 50%;
  }
  .kopa-area-13 .row {
    margin-top: 60px;
  }
  .kopa-ads-2-widget ul {
    margin: -20px -10px 0;
  }
  .kopa-ads-2-widget ul li {
    margin: 20px 0 0;
    padding: 0 10px;
  }
  .kopa-rounded-thumb-widget .widget-content .entry-item .entry-content .entry-title, 
  .kopa-rounded-thumb-2-widget .widget-content .entry-item .entry-content .entry-title, 
  .home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .home-slider-2 #sync1 .item .entry-item .entry-content .kopa-button {
    display: none;
  }
  .home-slider-2 #sync2 .owl-item .item h6 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .kopa-tagline-2-widget .medium-button {
    margin-bottom: 10px;
  }
  .kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
    border-radius: 0;
  }
  .kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-next {
    right: -20px;
    border-radius: 0;
  }
  .kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 0;
    font-size: 20px;
  }
  .kopa-blog-list-1-widget .entry-item.gallery-post .entry-thumb .owl-carousel-6 .owl-controls .owl-buttons div {
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-top: -16px;
    font-size: 20px;
  }
  .page-header .page-header-inner {
    padding: 100px 0;
  }
  .kopa-blog-list-2-widget .entry-item .entry-thumb {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .entry-box .entry-content .entry-content-header .entry-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .entry-box .entry-content .entry-content-header {
    margin-bottom: 30px;
  }
  .entry-box .entry-box-footer > div .entry-item {
    min-height: 65px;
  }
  .entry-box .entry-box-footer > div .entry-item .entry-content {
    padding-bottom: 20px;
  }
  .kopa-article-list-6-widget .entry-item .entry-content .entry-title {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .kopa-ourteam-widget .widget-content ul li .entry-item .entry-thumb {
    margin-right: 20px;
  }
  #bbpress-forums .bbp-pagination .bbp-pagination-count {
    margin-bottom: 20px;
    float: none;
  }
  .kopa-document-widget .masonry-list-wrapper > ul > li {
    width: 100%;
  }
  .kopa-owl-6-widget .owl-carousel-8 .owl-controls .owl-buttons div {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .kopa-article-list-9-widget ul li .entry-item .entry-thumb {
    margin: 0;
    float: none !important;
    width: 100%;
  }
  .kopa-article-list-9-widget ul li .entry-item .entry-content {
    padding: 20px;
  }
  .kopa-faq-section .faq-filter ul li a {
    font-size: 14px;
    margin: 0 10px;
  }
  .kopa-faq-section .kopa-accordion .panel-group .panel .panel-heading .panel-title a {
    padding-left: 20px;
    padding-right: 50px;
  }
  .panel-group .panel .panel-heading > .panel-title a .btn-title {
    right: 15px;
  }
  .elements-box .element-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .kopa-404-error .search-box .search-form {
    width: 100%;
  }
  .entry-professor-box .entry-professor-thumb {
    margin-bottom: 20px;
  }
  .kopa-course-list-3-widget .kopa-course-list-table .table-header > div {
    font-size: 14px;
  }
  .kopa-portfolio-list-1-widget .filters-options li {
    padding: 10px 15px;
  }
  .kopa-portfolio-list-1-widget .filters-options {
    margin: 0 0 30px;
  }
  .kopa-portfolio-list-2-widget .filters-options-wrapper .filters-options li {
    padding: 0 10px;
  }
  .kopa-portfolio-list-2-widget .filters-options-wrapper > span {
    display: none;
  }
  .kopa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 {
    width: 50% !important;
  }
  .entry-portfolio-box .portfolio-thumb > div .owl-carousel-6 .owl-controls .owl-buttons div {
    font-size: 20px;
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
    border-radius: 0;
  }
  #related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-next {
    right: -20px;
    border-radius: 0;
  }
  #related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 20px;
    margin-top: -16px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
  }
  .woocommerce div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;  
  }
  .product_column .related.products ul.products li.product {
    width: 100%;
  }
  .kopa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1, .kopa-masonry-list-3-widget .masonry-list-wrapper > ul > li {
    width: 100%;
  }
  .kopa-tab-container-5 .tab-content {
    padding: 20px;
    margin-top: 30px;
  }
  .kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div {
    font-size: 14px;
  }
  .kopa-event-list-1-widget .row > div {
    margin-bottom: 30px;
  }
  .kopa-event-list-1-widget .row > div:last-child {
    margin-bottom: 0px;
  }
  .kopa-event-list-2-widget .entry-item .entry-thumb {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .kopa-event-list-4-widget .row {
    background-color: transparent;
    border-left: none;
    border-bottom: none;
  }
  .kopa-event-list-4-widget .row > div {
    background-color: #f2f4f5;
    border: 1px solid #e2e2e3;
  }
  .kopa-event-list-4-widget .row:first-child {
    border-top: none;
  }
  .entry-event-box .row > div.left-col .entry-thumb img {
    width: 100%;
  }



}




@media screen and (max-width: 479px) {
/*--- Layout ---*/
.container {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}
#logo-image {
  width: 200px;
}
/*#kopa-header-top {
  padding: 20px 0;
}*/
.top-main-nav-mobile .top-main-menu-mobile {
  top: 64px;
}
.mobile-search-box {
  width: 200px;
}
.home-slider-1 {
  min-height: 140px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 20px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  margin-top: -16px;
}
.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content h2 {
  font-size: 18px;
  line-height: 24px;
}
.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
  padding-top: 40px;
}
.home-slider-1 .owl-carousel-1 .owl-controls .owl-pagination {
  bottom: 10px;
}
.kopa-event-widget .widget-content .entry-title {
  font-size: 20px;
  line-height: 26px;
}
.kopa-article-list-3-widget .widget-content ul li {
  width: 100%;
}
.widget .widget-title.widget-title-s4 {
  font-size: 24px;
  line-height: 30px;
}
.kopa-area-5 .kopa-article-list-3-widget .widget-content ul li {
  width: 100%;
}
.kopa-area-5 .kopa-featured-teacher-widget::before {
  display: none;
}
.kopa-masonry-list-1-widget .masonry-container .container-masonry .item {
  width: 100%;
  height: auto;
}
.kopa-masonry-list-1-widget .masonry-container .container-masonry .item .entry-title {
  padding-bottom: 20px;
}
.kopa-ads-1-widget ul li {
  width: 50%;
}
#bottom-sidebar-s2 > .row {
  margin-left: 15px;
  margin-right: 15px;
}
#bottom-sidebar-s2 > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.kopa-article-list-4-widget ul li,
.kopa-masonry-list-2-widget .masonry-list-wrapper > ul > li {
  width: 100%;
}
.widget .widget-title.widget-title-s2 h4 {
  font-size: 20px;
  line-height: 26px;
}
.widget .widget-title.widget-title-s2 > div,
.widget .widget-title.widget-title-s8 i {
  display: none;
}
.widget .widget-title.widget-title-s2 .see-more {
  margin-top: 0;
}
.kopa-tab-1-widget .kopa-tab-container-1 .nav-tabs.kopa-tabs-1 > li {
  margin-left: 1px;
}
.kopa-tab-1-widget .kopa-tab-container-1 .nav-tabs.kopa-tabs-1 > li > a {
  padding: 5px;
}
.tab-content {
  padding: 10px 20px 20px;
}
.kopa-article-list-5-widget .widget-content ul li .entry-item .entry-thumb {
  float: none !important;
  width: 100%;
  margin: 0 0 20px;
}
.widget .widget-title.widget-title-s5 h2 {
  font-size: 24px;
  line-height: 30px;
}
.kopa-ads-2-widget ul {
  margin: -10px 0 0;
}
.kopa-ads-2-widget ul li {
  margin: 10px 0 0;
  padding: 0 5px;
}
.home-slider-2 #sync1 .item .entry-item .entry-content .entry-title h2 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 15px;
}
.home-slider-2 #sync1 .item .entry-item .entry-content {
  padding-top: 30px;
}
.home-slider-2 #sync2 .owl-item .item h6 {
  display: none;
}
.kopa-course-search-widget p {
  padding: 0;
}
.kopa-service-1-widget .widget-content .row > div .entry-item {
  padding: 20px;
}
.kopa-tagline-1-widget h3 {
  font-size: 24px;
  line-height: 30px;
}
.kopa-article-list-6-widget .entry-item .entry-content .entry-title::before,
.kopa-rounded-thumb-2-widget .widget-content .entry-item .entry-content .entry-title::before {
  display: none;
}
.kopa-ads-3-widget .owl-carousel-4 {
  margin: 0;
}
.kopa-ads-3-widget widget-content {
  margin: 0 -15px;
}
.kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
}
.kopa-owl-5-widget .owl-carousel-5 .owl-controls .owl-buttons div.owl-next {
  right: 5px;
}
.kopa-article-list-7-widget .entry-item .entry-title {
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px 5px;
}
.entry-icon span {
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
}
.entry-icon {
  padding: 10px 5px;
}
.kopa-blog-list-1-widget .entry-item .entry-content {
  padding: 10px 20px 20px;
}
.kopa-blockquote-1 {
  padding: 15px;
}
.kopa-blockquote-1 p {
  padding: 70px 15px 20px;
}
.kopa-blockquote-1 h4,
.kopa-blockquote-1 span {
  padding: 0;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  line-height: 28px;
  height: 30px;
  padding: 0 10px;
}
#bottom-sidebar-s2 > .row > div:first-child {
  padding-left: 15px;
  padding-right: 15px;
}
#bottom-sidebar-s2 > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.entry-box .entry-content .entry-content-header > .entry-date {
  margin-right: 15px;
}
.entry-box .entry-content .entry-content-header .entry-title h3 {
  font-size: 20px;
  line-height: 26px;
}
.entry-box .about-author .author-avatar {
  width: 80px;
  margin-right: 20px;
}
.entry-box .entry-box-footer > div .entry-item {
  min-height: 49px;
}
.entry-box .entry-box-footer > div .entry-item .entry-content a.prev-post, 
.entry-box .entry-box-footer > div .entry-item .entry-content a.next-post {
  display: none;
}
.entry-box .entry-box-footer > div .entry-item .entry-content a.fa {
  position: static;
}
.entry-box .entry-box-footer > div .entry-item .entry-content {
  height: 100%;
  padding: 10px;
}
.entry-box .entry-box-footer > div.next-article-item .entry-item .entry-content {
  padding: 10px;
}
.kopa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-thumb {
  float: none !important;
  width: 100%;
  margin: 0 0 20px;
}
.kopa-testimonial-2-widget .widget-content .owl-carousel-9 .item .entry-item .entry-content header span {
  font-size: 14px;
}
.search-form .search-submit {
  padding: 10px 20px;
}
#bbpress-forums ul.bbp-forums .bbp-forum-info {
  padding-left: 10px;
  padding-right: 10px;
}
#bbpress-forums ul.bbp-forums li.bbp-header li.bbp-forum-info, #bbpress-forums ul.bbp-forums li.bbp-footer li.bbp-forum-info {
  padding-left: 10px;
}
#bbpress-forums ul.bbp-forums li.bbp-header .forum-titles .bbp-forum-info,
#bbpress-forums ul.bbp-forums li.bbp-body tbody .forum td.bbp-forum-info {
  width: 45%;
}
#bbpress-forums ul.bbp-forums li.bbp-header .forum-titles .bbp-forum-topic-count, #bbpress-forums ul.bbp-forums li.bbp-header .forum-titles .bbp-forum-reply-count,
#bbpress-forums ul.bbp-forums li.bbp-body tbody .forum td.bbp-forum-topic-count, #bbpress-forums ul.bbp-forums li.bbp-body tbody .forum td.bbp-forum-reply-count {
  width: 15%;
}
#bbpress-forums ul.bbp-forums .forum > td {
  padding: 15px 10px;
}
.kopa-login-widget {
  padding: 15px;
}
.kopa-owl-6-widget .owl-carousel-8 .item .entry-item .entry-title {
  font-size: 16px;
  line-height: 22px;
  padding-right: 60px;
}
.kopa-article-list-9-widget ul li,
.kopa-article-list-10-widget .widget-content ul li {
  width: 100%;
}
.kopa-faq-section .faq-filter .filter-label {
  display: none;
}
.kopa-faq-section .faq-filter ul {
  margin-left: -10px;
}
.kopa-faq-section .faq-filter ul li a::before {
  display: none;
}
.table-4col-s1 .pricing-column {
  margin-bottom: 20px;
}
.table-4col-s1 .pricing-column:last-child {
  margin-bottom: 0px;
}
.table-5col .pricing-column .pricing-footer .kopa-button {
  padding: 5px 15px;
}
.kopa-breadcrumb .pull-left span {
  font-size: 16px;
}
.kopa-breadcrumb .pull-right {
  font-size: 13px;
}
.kopa-course-list-3-widget .kopa-course-list-table .table-header > div,
.kopa-course-list-3-widget .kopa-course-list-table .table-list li > div,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-list li > div {
  padding: 5px 10px;
}
.kopa-course-list-3-widget .kopa-course-list-table .table-header > div.name-col,
.kopa-course-list-3-widget .kopa-course-list-table .table-list li > div.name-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div.name-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-list li > div.name-col {
  width: 40%;
}
.kopa-course-list-3-widget .kopa-course-list-table .table-header > div.stt-col,
.kopa-course-list-3-widget .kopa-course-list-table .table-list li > div.stt-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div.stt-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-list li > div.stt-col {
  width: 16%;
}
.kopa-course-list-3-widget .kopa-course-list-table .table-header > div.duration-col,
.kopa-course-list-3-widget .kopa-course-list-table .table-list li > div.duration-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div.duration-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-list li > div.duration-col {
  width: 20%;
}
.kopa-course-list-3-widget .kopa-course-list-table .table-header > div.date-col,
.kopa-course-list-3-widget .kopa-course-list-table .table-list li > div.date-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-header > div.date-col,
.kopa-course-tab-list-1-widget .kopa-course-list-table-wrapper .kopa-course-list-table .table-list li > div.date-col {
  width: 24%;
}
.kopa-portfolio-list-1-widget .portfolio-container .portfolio-list-item li.por-item1 .entry-item .entry-content {
  padding: 20px;
}
.kopa-portfolio-list-2-widget .filters-options-wrapper .filters-options li.active span::before, .kopa-portfolio-list-2-widget .filters-options-wrapper .filters-options li:hover span::before {
  display: none;
}
.kopa-portfolio-list-2-widget .portfolio-container .portfolio-list-item li.por-item1 {
  width: 100% !important;
}
#related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
}
#related-portfolio .owl-carousel-wrapper .owl-carousel-10 .owl-controls .owl-buttons div.owl-next {
  right: 5px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
}
.woocommerce div.product .kopa-tab-container-1 .tab-content, .woocommerce-page div.product .kopa-tab-container-1 .tab-content {
  padding: 20px 20px 0;
}
#comments .comments-list .comment .comment-wrap .comment-body footer > div h6, #comments .comments-list > li .comment-wrap .comment-body footer > div h6 {
  padding-left: 0;
  margin-bottom: 10px;
}
#comments .comments-list .comment .comment-wrap .comment-body footer > div .entry-date, #comments .comments-list > li .comment-wrap .comment-body footer > div .entry-date {
  
  margin-bottom: 10px;
}
.kopa-course-tab-list-1-widget .tab-pane .pagination {
  position: static;
  margin-bottom: 10px;
}
.kopa-tab-container-5 .tab-content {
  padding: 0;
  border: none;
}
.kopa-course-tab-list-3-widget .kopa-course-list-3-wrapper header h5 {
  margin-bottom: 20px;
}
.entry-course-box .row > div.left-col .about-author .author-avatar,
.entry-event-box .row > div.right-col .about-author .author-avatar {
  width: 80px;
  margin-right: 20px;
}
.entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item, .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item {
  min-height: 70px;
}
.entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content a.prev-post, .entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content a.next-post,
.entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content a.prev-post, .entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content a.next-post {
  display: none;
}
.entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content a.fa,
.entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content a.fa {
  position: static;
  margin-top: 17px;
}
.entry-course-box .row > div.left-col .entry-course-box-footer > div .entry-item .entry-content,
.entry-event-box .row > div.right-col .entry-event-box-footer > div .entry-item .entry-content {
  padding: 10px !important;
  height: 100%;
}
.kopa-event-list-2-widget .entry-item .entry-thumb .entry-date {
  left: 10px;
  top: 10px;
}
.kopa-event-list-3-widget .row > div .entry-item .entry-thumb {
  width: 100%;
  margin: 0 0 20px;
  float: none;
}
.entry-event-box .row > div.right-col .event-speaker ul li .speaker-avatar {
  float: none !important;
  width: 100%;
  margin: 0 0 20px;
}





}
