@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=greek');
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* $headings-font-weight:    700 !default; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

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

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

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #848484;
  background-color: #fff;
  font-weight: 300;
}

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

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", monospace;
  font-weight: 100;
  line-height: 1.1;
  color: #000000;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #333;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled i {
  margin-right: 5px;
}

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

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

dt,
dd {
  line-height: 1.875;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

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

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

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.875;
}

code,
kbd,
pre,
samp {
  font-family: "Roboto", monospace;
}

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

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

pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.875;
  word-break: break-all;
  word-wrap: break-word;
  color: #848484;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 798px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 1022px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 798px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1022px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 798px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 798px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px;
  }
}
@media (min-width: 798px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #262626;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #080808;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #333;
  border-color: #262626;
}
.btn-primary .badge {
  color: #333;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2038a6;
  border-color: #1c3191;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #182a7b;
  border-color: #070d26;
}
.btn-success:hover {
  color: #fff;
  background-color: #182a7b;
  border-color: #121f5d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #182a7b;
  border-color: #121f5d;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #121f5d;
  border-color: #070d26;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #2038a6;
  border-color: #1c3191;
}
.btn-success .badge {
  color: #2038a6;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #04adf0;
  border-color: #049bd7;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0389be;
  border-color: #01415a;
}
.btn-info:hover {
  color: #fff;
  background-color: #0389be;
  border-color: #03709b;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0389be;
  border-color: #03709b;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #03709b;
  border-color: #01415a;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #04adf0;
  border-color: #049bd7;
}
.btn-info .badge {
  color: #04adf0;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0c73b;
  border-color: #eec023;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e6b612;
  border-color: #886b0a;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e6b612;
  border-color: #c59c0f;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e6b612;
  border-color: #c59c0f;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #c59c0f;
  border-color: #886b0a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0c73b;
  border-color: #eec023;
}
.btn-warning .badge {
  color: #f0c73b;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e93434;
  border-color: #e71d1d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d31717;
  border-color: #770d0d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d31717;
  border-color: #b31313;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d31717;
  border-color: #b31313;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b31313;
  border-color: #770d0d;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #e93434;
  border-color: #e71d1d;
}
.btn-danger .badge {
  color: #e93434;
  background-color: #fff;
}

.btn-link {
  color: #333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.875;
  color: #848484;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 798px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group-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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.875;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333;
}

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

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

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

.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: 30px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 798px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 798px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 798px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 798px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 798px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 798px) {
  .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: 10px 15px;
  font-size: 20px;
  line-height: 30px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 798px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 798px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 797px) {
  .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: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 798px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 798px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 797px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 798px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 797px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 797px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  /* border-radius: $border-radius-base; */
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  content: none;
}
.breadcrumb > .active {
  color: #777777;
}

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

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

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

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

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

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

.label-primary {
  background-color: #333;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

.label-success {
  background-color: #2038a6;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #182a7b;
}

.label-info {
  background-color: #04adf0;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0389be;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

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

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #999999;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #848484;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #848484;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 798px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1022px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

@media (max-width: 797px) {
  .visible-xs {
    display: block !important;
  }

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 797px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 797px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 797px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 798px) and (max-width: 1021px) {
  .visible-sm {
    display: block !important;
  }

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 798px) and (max-width: 1021px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 798px) and (max-width: 1021px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 798px) and (max-width: 1021px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1022px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1022px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1022px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1022px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 797px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 798px) and (max-width: 1021px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1022px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 100;
  src: url("../../../fonts/benton-sans/BentonSans-Thin.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans-Thin.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans-Thin.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans-Thin.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans-Thin.svg#BentonSans-Thin") format("svg");
}
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/benton-sans/BentonSans-Light.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans-Light.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans-Light.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans-Light.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans-Light.svg#BentonSans-Light") format("svg");
}
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/benton-sans/BentonSans.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans.svg#BentonSans") format("svg");
}
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/benton-sans/BentonSans-Book.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans-Book.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans-Book.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans-Book.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans-Book.svg#BentonSans-Book") format("svg");
}
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/benton-sans/BentonSans-Bold.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans-Bold.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans-Bold.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans-Bold.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans-Bold.svg#BentonSans-Bold") format("svg");
}
@font-face {
  font-family: 'BentonSans';
  font-style: normal;
  font-weight: 900;
  src: url("../../../fonts/benton-sans/BentonSans-Black.eot") format("eot"), url("../../../fonts/benton-sans/BentonSans-Black.otf") format("opentype"), url("../../../fonts/benton-sans/BentonSans-Black.woff") format("woff"), url("../../../fonts/benton-sans/BentonSans-Black.ttf") format("truetype"), url("../../../fonts/benton-sans/BentonSans-Black.svg#BentonSans-Black") format("svg");
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a {
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #2038a6;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Wordpress Elements
 */
.search-box .input-group-addon {
  background: #2038a6;
  border: none;
  border-radius: 0px 50px 50px 0px;
}
.search-box .input-group-addon input {
  background: transparent;
  border-color: #2038a6;
  color: #FFF;
}
.search-box input {
  border: none;
  border-radius: 50px;
}
.search-box.search-box-simple .input-group {
  border: solid 2px #2038a6;
  border-radius: 50px;
}
.search-box.search-box-simple .input-group-addon {
  background: transparent;
}
.search-box.search-box-simple input {
  color: #000000;
}

ul.list-icon li {
  list-style-type: none;
}
ul.list-icon li i {
  margin-right: 10px;
  color: #8AC842;
}

.btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

table.table-v3 thead th {
  border-bottom: none;
  background-color: #E6E6E6;
  color: #000;
  font-size: 12px;
  padding: 10px;
}
table.table-v3 tbody tr td {
  font-size: 14px;
  padding: 10px;
}
table.table-v3 tbody tr td a {
  color: #2038a6;
}
table.table-v3 tbody tr td a:hover {
  color: #000;
}
table.table-v3 tbody tr:nth-child(2n) {
  background: #FAFAFA;
}
table.table-v3 tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

input, textarea {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.social {
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
  list-style: none;
  margin-left: 15px;
}
.social li a {
  color: #FFF;
}
.social li a:hover {
  color: #2038a6;
}
.social.v2 {
  display: inline-block;
}
.social.v2 li {
  text-align: center;
}
.social.v2 li i {
  width: 65px;
  height: 65px;
  font-size: 26px;
  line-height: 65px;
  color: #FFF;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social.v3 li i {
  color: #999999;
  border-color: #999999;
}

.get-a-quote {
  background: #2038a6;
  padding: 30px 30px 5px;
  margin-top: -170px;
}
@media (max-width: 1021px) {
  .get-a-quote {
    margin-top: 30px;
  }
}
.get-a-quote .heading {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.get-a-quote .heading .icon {
  width: 38px;
  height: 38px;
  border: 2px solid #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  float: left;
}
.get-a-quote .heading .text {
  padding-left: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}
.get-a-quote .heading .text .small {
  font-size: 14px;
  display: block;
}
.get-a-quote .heading .text .large {
  font-size: 24px;
  display: block;
}
.get-a-quote .heading .bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 18px;
  margin-top: 10px;
}
.get-a-quote .heading.v2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  padding-top: 20px;
  margin-top: 20px;
}
.get-a-quote .body {
  padding-top: 15px;
}
.get-a-quote .body .label {
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 10px;
  display: block;
  text-align: left;
}
.get-a-quote .body .value {
  margin-bottom: 15px;
}
.get-a-quote .body .value input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.get-a-quote .body .value .btn-action {
  background: #FFC31D;
  width: 100%;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  padding: 15px 0;
  display: block;
  margin-top: 20px;
}
.get-a-quote .body .value .btn-action:hover {
  background: #000;
  color: #FFF;
}

.wpo-skins-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  left: -253px;
  position: fixed;
  top: 30%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 250px;
  z-index: 999;
  padding: 20px;
}
.wpo-skins-panel.active {
  left: 0;
}
.wpo-skins-panel .control-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: #2038a6;
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.wpo-skins-panel .control-panel:hover {
  cursor: pointer;
}
.wpo-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}
.wpo-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}
.wpo-skins-panel .panel-skins-content .title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.wpo-skins-panel .panel-skins-content .item-color {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 6px 0 6px;
  border: 3px solid transparent;
}
.wpo-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}
.wpo-skins-panel .panel-skins-content .item-color.default {
  background: #EF5648;
}
.wpo-skins-panel .panel-skins-content .item-color.blue {
  background: #0182E7;
}
.wpo-skins-panel .panel-skins-content .item-color.dark-red {
  background: #E6003E;
}
.wpo-skins-panel .panel-skins-content .item-color.dark-blue {
  background: #2038a6;
}
.wpo-skins-panel .panel-skins-content .item-color.green {
  background: #1cb467;
}
.wpo-skins-panel .panel-skins-content .item-color.moderate {
  background: #813194;
}
.wpo-skins-panel .panel-skins-content .item-color.oranger {
  background: #FAB802;
}
.wpo-skins-panel .panel-skins-content .item-color.red {
  background: #F15354;
}
.wpo-skins-panel .panel-skins-content .item-color.active {
  border-color: #000;
}
.wpo-skins-panel .panel-skins-content .layout {
  width: 80px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.wpo-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}
.wpo-skins-panel .panel-skins-content .layout.active {
  background-color: #2038a6;
  color: #FFF;
}
.wpo-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}

.theme-effect-1 {
  position: relative;
  margin-bottom: -1px;
}
.theme-effect-1:hover .info {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.theme-effect-1 .img img {
  width: 100%;
  height: auto;
}
.theme-effect-1 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.theme-effect-1 .info h3 {
  margin: 0;
}
.theme-effect-1 .info h3 a {
  font-size: 30px;
  font-weight: 100;
}
.theme-effect-1 .info h3 a:hover {
  color: #2038a6 !important;
}
.theme-effect-1 .info .cats {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2038a6;
  padding-top: 5px;
}
.theme-effect-1 .info .info-inner {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

.image-bw img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-bw:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.dot {
  border: 10px solid #2038a6;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 300%;
  width: 300%;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkittransform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkittransform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes "toTopFromBottom" {
  49% {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkittransform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkittransform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.menu-bar {
  position: relative;
  cursor: pointer;
  float: right;
}
.menu-bar span {
  display: block;
  height: 5px;
  background-color: #2038a6;
  position: absolute;
  left: 13px;
  right: 13px;
  margin: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.menu-bar span.one {
  top: 15px;
}
.menu-bar span.two {
  top: 0;
  bottom: 0;
}
.menu-bar span.three {
  bottom: 14px;
}
.menu-bar.active span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-bar.active span.one, .menu-bar.active span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.active span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**
 * Topbar layout styles
 */
html, body {
  overflow-x: hidden;
}

#wpo-topbar {
  background: #222222;
  color: #FFF;
  padding: 15px 0px;
  text-transform: none;
  font-size: 12px;
}
#wpo-topbar a {
  color: #999999;
}
#wpo-topbar a:hover {
  color: #666666;
}
#wpo-topbar .list-inline {
  margin: 0;
  padding: 0;
}
#wpo-topbar .topbar-info > div {
  float: left;
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 1229px) {
  #wpo-topbar .topbar-info > div {
    margin-right: 20px;
  }
}
#wpo-topbar .topbar-info > div:last-child {
  margin-right: 0;
}
#wpo-topbar .topbar-info > div i {
  margin-right: 8px;
  color: #2038a6;
}
#wpo-topbar .socials > a {
  color: #FFF;
  margin-right: 30px;
}
#wpo-topbar .socials > a:last-child {
  margin-right: 0;
}

/**
 * Header Layout styles
 */
#wpo-masthead .header-main {
  padding: 20px 0;
}

.wpo-header-market-v1 {
  background: #292b32;
}
.wpo-header-market-v1 .inner {
  padding-top: 12px;
}

@media (min-width: 1022px) {
  .site-header.menu_fixed {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
  }
  .site-header.menu_fixed .header-wrap {
    background: #FFF;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .site-header.menu_fixed .padding-large #main-menu > li {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .site-header.menu_fixed .padding-large #main-menu > li > a:hover {
    color: #2038a6;
  }
  .site-header.menu_fixed .header-right {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .site-header.menu_fixed .logo-in-theme {
    padding: 15px !important;
  }
  .site-header.menu_fixed .logo-in-theme img {
    max-height: 60px;
    height: auto;
  }
  .site-header.menu_fixed .header-bottom {
    display: none;
  }
  .site-header.menu_fixed.header-search .header-wrapper {
    display: none;
  }
}

/**
 *   Header studio
 */
.header-studio {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1021px) {
  .header-studio {
    position: static;
    background: #222222;
  }
  .header-studio .logo {
    text-align: center;
    padding-bottom: 15px;
  }
  .header-studio .menu-show {
    margin: 0;
  }
}
.header-studio .wpo-topbar {
  display: none;
}
.header-studio .menu-icon {
  width: 52px;
  height: 52px;
  background: #FFF;
  color: #2038a6;
  text-align: center;
  line-height: 52px;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 99;
  font-size: 26px;
}
.header-studio .menu-icon:hover {
  cursor: pointer;
}
.header-studio .menu-quick-link {
  width: auto;
  height: 52px;
  line-height: 52px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  right: 60px;
  top: 3px;
  z-index: 9;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.header-studio .menu-quick-link a {
  padding: 0 15px;
  color: #FFF;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.header-studio .menu-quick-link.close {
  right: -150px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header-studio .menu-show {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: -50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  padding-right: 50px;
}
.header-studio .menu-show.open {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  visibility: visible;
}

.header-finance {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1021px) {
  .header-finance {
    position: static;
    background: #222222;
  }
  .header-finance .logo {
    text-align: center;
    padding-bottom: 15px;
  }
  .header-finance .menu-show {
    margin: 0;
  }
}
.header-finance .wpo-topbar {
  display: none;
}
.header-finance.menu_fixed {
  background: #222;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

/**
 *   Header building
 */
.header-building {
  background: #FFF;
}
.header-building .wpo-topbar {
  display: none;
}
.header-building .header-main {
  padding-bottom: 0 !important;
}
.header-building .header-main #wpo-mainmenu {
  position: relative;
  bottom: -32px;
  z-index: 99;
}
@media (max-width: 1021px) {
  .header-building .header-main {
    padding-top: 0 !important;
  }
  .header-building .logo {
    text-align: center;
    padding-bottom: 20px;
  }
}
.header-building .left-header {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
  margin-top: 9px;
}
@media (max-width: 1021px) {
  .header-building .left-header {
    text-align: center;
  }
  .header-building .left-header .topbar-info {
    display: inline-block;
  }
}
.header-building .left-header .topbar-inner {
  display: inline-block;
  padding-left: 15%;
}
@media (max-width: 1021px) {
  .header-building .left-header .topbar-inner {
    padding-left: 20px;
  }
}
.header-building .left-header .topbar-inner .item {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  text-align: left;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  border-right: 1px solid #e5e5e5;
}
.header-building .left-header .topbar-inner .item:last-child {
  margin-right: 0;
  border: none;
}
.header-building .left-header .topbar-inner .item.phone {
  font-weight: 900;
  color: #000;
}
.header-building .left-header .topbar-inner .item i {
  color: #2038a6;
  font-size: 14px;
}
.header-building .left-header .topbar-inner .item span.title {
  font-size: 12px;
  color: #848484;
  font-weight: 400 !important;
}
.header-building .left-header .topbar-inner .socials {
  margin-top: 10px;
}
.header-building .left-header .topbar-inner .socials a {
  padding: 0 10px;
}
.header-building .left-header .topbar-inner .socials a i {
  color: #848484;
}
.header-building .left-header .topbar-inner .socials a:hover a {
  color: #2038a6;
}
.header-building.menu_fixed {
  background: none !important;
}
.header-building.menu_fixed .header-main {
  padding: 0;
}
.header-building.menu_fixed .header-main .logo-wrapper, .header-building.menu_fixed .header-main .left-header {
  display: none;
}
.header-building.menu_fixed .header-main #wpo-mainmenu {
  bottom: 0 !important;
}

/**
 *   Header studio
 */
.header-plumper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1021px) {
  .header-plumper {
    position: static;
  }
  .header-plumper .logo {
    text-align: center;
    padding-bottom: 15px;
  }
}
.header-plumper .header-main .header-inner {
  padding: 0;
}
.header-plumper .header-main .header-inner ul.megamenu > li {
  padding: 25px 0;
}
.header-plumper .wpo-topbar {
  background: none !important;
}
.header-plumper .topbar-info .item i {
  color: #F2D61B !important;
}
.header-plumper.menu_fixed #wpo-topbar {
  display: none;
}

/**
 *   Header law
 */
@media (max-width: 1021px) {
  .header-law .logo {
    text-align: center;
  }
  .header-law #wpo-mainmenu {
    text-align: center;
  }
  .header-law #wpo-mainmenu .wpo-megamenu {
    display: inline-block;
  }
}
.header-law .wpo-topbar, .header-law .wpo-topbar a {
  background: #F7F7F7 !important;
  color: #848484 !important;
}
.header-law.menu_fixed {
  background: #FFF !important;
}
.header-law.menu_fixed #wpo-topbar {
  display: none;
}

/**
 *   Header jewelers
 */
.header-jewelers .header-main .header-inner {
  padding: 30px 0;
}
.header-jewelers .wpo-topbar {
  display: none;
}
.header-jewelers .header-container {
  padding: 0 100px;
}
@media (max-width: 1021px) {
  .header-jewelers .header-container {
    padding: 0 20px;
  }
}
@media (max-width: 1021px) {
  .header-jewelers .logo {
    text-align: center;
  }
  .header-jewelers #wpo-mainmenu {
    text-align: center;
  }
  .header-jewelers #wpo-mainmenu .wpo-megamenu {
    display: inline-block;
  }
}
.header-jewelers.menu_fixed {
  position: static !important;
}

/**
 *   Header studio
 */
.header-insurance {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-insurance .header-main {
  padding: 5px 0 !important;
}
.header-insurance .header-main .header-inner {
  padding: 10px 0;
}
.header-insurance .wpo-topbar {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1021px) {
  .header-insurance .wpo-topbar {
    text-align: center;
  }
}
.header-insurance.menu_fixed #wpo-topbar {
  display: none;
}
.header-insurance.menu_fixed .header-main {
  background: #222;
}

/**
*   Header Logistics
*/
.header-logistics {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header-logistics .wpo-topbar {
  display: none;
}
.header-logistics .megamenu > li > a:hover {
  color: #2038a6 !important;
}
@media (max-width: 1021px) {
  .header-logistics {
    position: static;
  }
  .header-logistics .logo {
    text-align: center;
  }
  .header-logistics .header-inner {
    background: #FFF !important;
  }
}
.header-logistics .header-main {
  padding: 0;
}
.header-logistics .header-main .header-inner {
  padding: 0;
}
.header-logistics #wpo-logo {
  background: transparent;
  overflow: hidden;
  padding-right: 60px;
}
@media (max-width: 1021px) {
  .header-logistics #wpo-logo {
    padding-right: 0;
  }
}
.header-logistics #wpo-logo .logo-inner {
  position: relative;
  background: #FFF;
  height: 120px;
  padding: 36px 0 0 15px;
}
.header-logistics #wpo-logo .logo-inner:after {
  width: 55px;
  height: 120%;
  bottom: 0;
  right: -30px;
  content: "";
  background: #FFF;
  -webkit-transform: rotate(385deg);
  -ms-transform: rotate(385deg);
  -o-transform: rotate(385deg);
  transform: rotate(385deg);
  position: absolute;
  z-index: 1;
}
.header-logistics #wpo-logo .logo-inner a {
  position: relative;
  z-index: 99;
}
.header-logistics .wpo-topbar-v2 {
  display: block;
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 3px 0 !important;
}
.header-logistics .wpo-topbar-v2 .topbar-info {
  text-align: right;
  padding-right: 25px;
}
.header-logistics .wpo-topbar-v2 .topbar-info .topbar-inner {
  display: inline-block;
  padding-left: 0;
  float: none !important;
}
.header-logistics .wpo-topbar-v2 .topbar-info .topbar-inner .item {
  float: left;
  margin-right: 75px;
  text-align: right;
  color: #848484;
}
.header-logistics .wpo-topbar-v2 .topbar-info .topbar-inner .item span {
  color: #FFF;
}
.header-logistics .wpo-topbar-v2 .topbar-info .topbar-inner .item:last-child {
  margin-right: 0;
}
.header-logistics .wpo-topbar-v2 .topbar-info .topbar-inner .item.phone span {
  font-weight: 700;
}
.header-logistics.menu_fixed .logo-inner {
  padding-top: 12px !important;
  height: 63px !important;
}
.header-logistics.menu_fixed #wpo-topbar {
  display: none !important;
}

/**
 * Mass Bottom Header Styles
 */
#wpo-massbottom-head .inner {
  background: #292b32;
  padding: 20px 0;
  border-top: #202127 solid 1px;
  color: #2038a6;
}

#main-container.mainright #content {
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}
#main-container.mainright #content:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#main-container.leftmain #content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
#main-container.leftmain #content:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/**
 * Main menu styles
 */
#wpo-mainmenu {
  background: transparent;
  position: static;
}

/**
 * Breadscrumb content style
 */
#pbr-breadscrumb, .pbr-woo-breadscrumb {
  background-color: #f5f5f5;
  padding: 230px 0 65px;
  position: relative;
  background: url("../../../images/bg-breadcrumb.jpg") no-repeat center center transparent;
}
#pbr-breadscrumb ol.breadcrumb, .pbr-woo-breadscrumb ol.breadcrumb {
  margin: 0;
  background: none;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}
#pbr-breadscrumb ol.breadcrumb a, .pbr-woo-breadscrumb ol.breadcrumb a {
  color: #FFF;
  font-size: 12px;
}
#pbr-breadscrumb ol.breadcrumb > li.active, .pbr-woo-breadscrumb ol.breadcrumb > li.active {
  color: #FFF;
  position: absolute;
  bottom: 100px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

/**
 * Footer layout styles
 */
#wpo-footer {
  background: #353535;
  color: #848484;
  position: relative;
  top: -2px;
  overflow: hidden;
}
#wpo-footer a {
  color: #848484;
}
#wpo-footer a:hover {
  color: #2038a6 !important;
}
#wpo-footer ul {
  padding: 0;
  list-style: none;
}
#wpo-footer ul.menu > li {
  padding: 6px 0;
}
#wpo-footer .footer-top {
  overflow: hidden;
}
#wpo-footer .bg-black-2 {
  position: relative;
}
#wpo-footer .bg-black-2:after {
  content: "";
  background-color: #222;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
}
.rtl #wpo-footer .bg-black-2:after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 797px) {
  #wpo-footer .bg-black-2:after {
    content: none;
  }
}

.wpo-copyright {
  padding-top: 30px;
}

.pbr-pagination .result-count {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}
.pbr-pagination .pagination > li > a, .pbr-pagination .pagination > li span {
  border: none;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.pbr-pagination .pagination > li span.current {
  border: none;
  color: #2038a6;
}

/* block */
.widget-style, .wpb_wrapper, .widget {
  margin-bottom: 0 !important;
  position: relative;
  padding: 0px;
  background: transparent;
  border-width: 0px;
  border-style: solid;
  /* block styles */
}
.widget-style .widget-title, .widget-style .wpb_heading, .widget-style .widgettitle, .wpb_wrapper .widget-title, .wpb_wrapper .wpb_heading, .wpb_wrapper .widgettitle, .widget .widget-title, .widget .wpb_heading, .widget .widgettitle {
  color: #000;
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto";
  position: relative;
  z-index: 10;
  font-weight: 700;
  line-height: 1.1;
}
.widget-style .widget-title > span, .widget-style .wpb_heading > span, .widget-style .widgettitle > span, .wpb_wrapper .widget-title > span, .wpb_wrapper .wpb_heading > span, .wpb_wrapper .widgettitle > span, .widget .widget-title > span, .widget .wpb_heading > span, .widget .widgettitle > span {
  display: inline-block;
}
.widget-style .widget-title.separator_align_center:before, .widget-style .wpb_heading.separator_align_center:before, .widget-style .widgettitle.separator_align_center:before, .wpb_wrapper .widget-title.separator_align_center:before, .wpb_wrapper .wpb_heading.separator_align_center:before, .wpb_wrapper .widgettitle.separator_align_center:before, .widget .widget-title.separator_align_center:before, .widget .wpb_heading.separator_align_center:before, .widget .widgettitle.separator_align_center:before {
  left: 49%;
}
.rtl .widget-style .widget-title.separator_align_center:before, .rtl .widget-style .wpb_heading.separator_align_center:before, .rtl .widget-style .widgettitle.separator_align_center:before, .rtl .wpb_wrapper .widget-title.separator_align_center:before, .rtl .wpb_wrapper .wpb_heading.separator_align_center:before, .rtl .wpb_wrapper .widgettitle.separator_align_center:before, .rtl .widget .widget-title.separator_align_center:before, .rtl .widget .wpb_heading.separator_align_center:before, .rtl .widget .widgettitle.separator_align_center:before {
  right: 49%;
  left: auto;
}
.widget-style .widget-title.separator_align_right:before, .widget-style .wpb_heading.separator_align_right:before, .widget-style .widgettitle.separator_align_right:before, .wpb_wrapper .widget-title.separator_align_right:before, .wpb_wrapper .wpb_heading.separator_align_right:before, .wpb_wrapper .widgettitle.separator_align_right:before, .widget .widget-title.separator_align_right:before, .widget .wpb_heading.separator_align_right:before, .widget .widgettitle.separator_align_right:before {
  right: 25px;
}
.rtl .widget-style .widget-title.separator_align_right:before, .rtl .widget-style .wpb_heading.separator_align_right:before, .rtl .widget-style .widgettitle.separator_align_right:before, .rtl .wpb_wrapper .widget-title.separator_align_right:before, .rtl .wpb_wrapper .wpb_heading.separator_align_right:before, .rtl .wpb_wrapper .widgettitle.separator_align_right:before, .rtl .widget .widget-title.separator_align_right:before, .rtl .widget .wpb_heading.separator_align_right:before, .rtl .widget .widgettitle.separator_align_right:before {
  left: 25px;
  right: auto;
}
.widget-style .widget-content, .wpb_wrapper .widget-content, .widget .widget-content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-top: none;
  background-color: transparent;
}
.widget-style .widget-content:before, .widget-style .widget-content:after, .wpb_wrapper .widget-content:before, .wpb_wrapper .widget-content:after, .widget .widget-content:before, .widget .widget-content:after {
  content: " ";
  display: table;
}
.widget-style .widget-content:after, .wpb_wrapper .widget-content:after, .widget .widget-content:after {
  clear: both;
}
.widget-style .widget-title-reversed, .wpb_wrapper .widget-title-reversed, .widget .widget-title-reversed {
  margin-right: 75px;
}
.rtl .widget-style .widget-title-reversed, .rtl .wpb_wrapper .widget-title-reversed, .rtl .widget .widget-title-reversed {
  margin-left: 75px;
  margin-right: inherit;
}
.widget-style.nopadding .widget-content, .wpb_wrapper.nopadding .widget-content, .widget.nopadding .widget-content {
  padding: 0;
  margin: 0;
}

.widget-style, .wpb_wrapper, .widget {
  border-color: #2038a6;
}
.widget-style .widget-title, .widget-style .wpb_heading, .widget-style .widgettitle, .wpb_wrapper .widget-title, .wpb_wrapper .wpb_heading, .wpb_wrapper .widgettitle, .widget .widget-title, .widget .wpb_heading, .widget .widgettitle {
  color: #000;
  background-color: none;
  border-color: #2038a6;
}
.widget-style .widget-title + .widget-collapse .widget-content, .widget-style .wpb_heading + .widget-collapse .widget-content, .widget-style .widgettitle + .widget-collapse .widget-content, .wpb_wrapper .widget-title + .widget-collapse .widget-content, .wpb_wrapper .wpb_heading + .widget-collapse .widget-content, .wpb_wrapper .widgettitle + .widget-collapse .widget-content, .widget .widget-title + .widget-collapse .widget-content, .widget .wpb_heading + .widget-collapse .widget-content, .widget .widgettitle + .widget-collapse .widget-content {
  border-top-color: #2038a6;
}
.widget-style > .widget-footer + .widget-collapse .widget-body, .wpb_wrapper > .widget-footer + .widget-collapse .widget-body, .widget > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #2038a6;
}

.widget-default {
  border-color: #ddd;
}
.widget-default .widget-title, .widget-default .wpb_heading, .widget-default .widgettitle {
  color: #848484;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.widget-default .widget-title + .widget-collapse .widget-content, .widget-default .wpb_heading + .widget-collapse .widget-content, .widget-default .widgettitle + .widget-collapse .widget-content {
  border-top-color: #ddd;
}
.widget-default > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #ddd;
}

.widget-primary {
  border-color: #333;
}
.widget-primary .widget-title, .widget-primary .wpb_heading, .widget-primary .widgettitle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.widget-primary .widget-title + .widget-collapse .widget-content, .widget-primary .wpb_heading + .widget-collapse .widget-content, .widget-primary .widgettitle + .widget-collapse .widget-content {
  border-top-color: #333;
}
.widget-primary > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #333;
}

.widget-success {
  border-color: #d6e9c6;
}
.widget-success .widget-title, .widget-success .wpb_heading, .widget-success .widgettitle {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.widget-success .widget-title + .widget-collapse .widget-content, .widget-success .wpb_heading + .widget-collapse .widget-content, .widget-success .widgettitle + .widget-collapse .widget-content {
  border-top-color: #d6e9c6;
}
.widget-success > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #d6e9c6;
}

.widget-info {
  border-color: #bce8f1;
}
.widget-info .widget-title, .widget-info .wpb_heading, .widget-info .widgettitle {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.widget-info .widget-title + .widget-collapse .widget-content, .widget-info .wpb_heading + .widget-collapse .widget-content, .widget-info .widgettitle + .widget-collapse .widget-content {
  border-top-color: #bce8f1;
}
.widget-info > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #bce8f1;
}

.widget-warning {
  border-color: #faebcc;
}
.widget-warning .widget-title, .widget-warning .wpb_heading, .widget-warning .widgettitle {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.widget-warning .widget-title + .widget-collapse .widget-content, .widget-warning .wpb_heading + .widget-collapse .widget-content, .widget-warning .widgettitle + .widget-collapse .widget-content {
  border-top-color: #faebcc;
}
.widget-warning > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #faebcc;
}

.widget-danger {
  border-color: #ebccd1;
}
.widget-danger .widget-title, .widget-danger .wpb_heading, .widget-danger .widgettitle {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.widget-danger .widget-title + .widget-collapse .widget-content, .widget-danger .wpb_heading + .widget-collapse .widget-content, .widget-danger .widgettitle + .widget-collapse .widget-content {
  border-top-color: #ebccd1;
}
.widget-danger > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #ebccd1;
}

.wpo-sidebar {
  padding-top: 40px;
}
.wpo-sidebar .widget-style .widget-title, .wpo-sidebar .widget-style .wpb_heading, .wpo-sidebar .widget-style .widgettitle, .wpo-sidebar .wpb_wrapper .widget-title, .wpo-sidebar .wpb_wrapper .wpb_heading, .wpo-sidebar .wpb_wrapper .widgettitle, .wpo-sidebar .widget .widget-title, .wpo-sidebar .widget .wpb_heading, .wpo-sidebar .widget .widgettitle {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.wpo-sidebar .widget-style .widget-title:after, .wpo-sidebar .widget-style .wpb_heading:after, .wpo-sidebar .widget-style .widgettitle:after, .wpo-sidebar .wpb_wrapper .widget-title:after, .wpo-sidebar .wpb_wrapper .wpb_heading:after, .wpo-sidebar .wpb_wrapper .widgettitle:after, .wpo-sidebar .widget .widget-title:after, .wpo-sidebar .widget .wpb_heading:after, .wpo-sidebar .widget .widgettitle:after {
  width: 50px;
  height: 3px;
  background: #2038a6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

footer .widget-style .widget-title, footer .widget-style .wpb_heading, footer .widget-style .widgettitle, footer .wpb_wrapper .widget-title, footer .wpb_wrapper .wpb_heading, footer .wpb_wrapper .widgettitle, footer .widget .widget-title, footer .widget .wpb_heading, footer .widget .widgettitle {
  color: #FFF;
  font-size: 12px;
  padding-top: 30px;
}
footer .widget-style .widget-title:after, footer .widget-style .wpb_heading:after, footer .widget-style .widgettitle:after, footer .wpb_wrapper .widget-title:after, footer .wpb_wrapper .wpb_heading:after, footer .wpb_wrapper .widgettitle:after, footer .widget .widget-title:after, footer .widget .wpb_heading:after, footer .widget .widgettitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  z-index: 1;
  background: #FFF;
}
footer p {
  margin-bottom: 5px;
}

/* widget styles */
/*------------------------------------*\
	 Widget
\*------------------------------------*/
.widget label {
  font-weight: 300;
}
.widget select {
  max-width: 100%;
}
.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.widget .widget_sp_image-image-link img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget.widget_text p {
  margin: 0;
}
.widget.widget_text img {
  margin: 10px 0;
  height: auto;
}
.widget .post-widget .image {
  width: 100px;
  height: auto;
  margin: 0;
  margin-right: 10px;
}
.rtl .widget .post-widget .image {
  margin-left: 10px;
  margin-right: inherit;
}
.widget .post-widget .image img {
  width: 100%;
  height: auto;
}
.widget.widget_archive > ul {
  padding: 0;
}
.widget.widget_archive > ul > li {
  list-style-type: none;
  padding: 10px 0;
  width: 100%;
  clear: both;
  text-align: right;
  overflow: hidden;
}
.widget.widget_archive > ul > li a {
  text-align: left;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.widget.widget_archive > ul > li a:after {
  content: "\f07c";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 0;
  color: #777777;
}
.widget.widget_archive > ul > li a:hover {
  color: #2038a6;
}
.widget.widget_archive > ul > li:last-child {
  border-bottom: 2px solid #e5e5e5 !important;
  padding-bottom: 5px;
}
.widget.widget_nav_menu ul, .widget.widget_categories ul {
  padding: 0;
  list-style: none;
}
.widget.widget_nav_menu ul > li, .widget.widget_categories ul > li {
  overflow: hidden;
  width: 100%;
  font-size: 0px;
  color: transparent;
}
.widget.widget_nav_menu ul > li a, .widget.widget_categories ul > li a {
  color: #848484;
  text-indent: 1px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 25px;
  width: 100%;
}
.widget.widget_nav_menu ul > li a:after, .widget.widget_categories ul > li a:after {
  content: "\f105";
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  font-size: 14px;
  color: #848484;
  font-family: "FontAwesome";
}
.widget.widget_nav_menu ul > li a:hover, .widget.widget_categories ul > li a:hover {
  color: #2038a6;
}
.widget.widget_nav_menu ul > li .count, .widget.widget_categories ul > li .count {
  float: right;
  padding: 0 5px;
  background-color: #F4F4F4;
  position: relative;
  z-index: 9;
  font-weight: 300;
  font-size: 14px;
  color: #d1d1d1;
}
.widget.widget_nav_menu ul > li ul, .widget.widget_categories ul > li ul {
  padding-left: 25px;
}
.widget.widget_nav_menu ul > li ul li:first-child, .widget.widget_categories ul > li ul li:first-child {
  padding-top: 10px;
}
.widget.widget_nav_menu ul > li .children, .widget.widget_categories ul > li .children {
  margin-top: 0;
}
.widget.widget_nav_menu ul > li .children > li, .widget.widget_categories ul > li .children > li {
  padding-top: 0 !important;
}
.widget.widget_categories ul > li > a {
  padding: 12px 0;
}
.widget.widget_pages ul, .widget.widget_pages ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_pages ul li:last-child, .widget.widget_pages ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_pages ul li .children > li:before, .widget.widget_pages ol li .children > li:before {
  top: 24px;
}
.widget.widget_pages ul ul li:first-child, .widget.widget_pages ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_pages ul li {
  padding: 5px 0;
}
.widget.widget_pages > ul > li > ul {
  padding-left: 20px;
}
.widget.widget_meta ul, .widget.widget_meta ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_meta ul li:last-child, .widget.widget_meta ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_meta ul li .children > li:before, .widget.widget_meta ol li .children > li:before {
  top: 24px;
}
.widget.widget_meta ul ul li:first-child, .widget.widget_meta ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_nav_menu ul, .widget.widget_nav_menu ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_nav_menu ul li:last-child, .widget.widget_nav_menu ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_nav_menu ul li .children > li:before, .widget.widget_nav_menu ol li .children > li:before {
  top: 24px;
}
.widget.widget_nav_menu ul ul li:first-child, .widget.widget_nav_menu ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss ul li {
  background: none;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.widget.widget_rss ul li a {
  padding: 0;
}
.widget.widget_recent_entries ul, .widget.widget_recent_entries ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_recent_entries ul li:last-child, .widget.widget_recent_entries ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_entries ul li .children > li:before, .widget.widget_recent_entries ol li .children > li:before {
  top: 24px;
}
.widget.widget_recent_entries ul ul li:first-child, .widget.widget_recent_entries ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_recent_entries ul li {
  background: none;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
  top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
  background: none;
  padding: 5px 0;
}
.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss ul li {
  background: none;
}
.widget.widget_rss ul li a {
  padding: 0;
}
.widget.widget_rss ul li:before {
  display: none;
}
.widget.widget_tag_cloud .tagcloud > a {
  margin-top: 10px;
  display: inline-block;
  margin-right: 8px;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget.widget_wpo_tabs_widget .nav-tabs li {
  margin-bottom: 10px;
}
.widget.widget_wpo_recent_comment article {
  margin-bottom: 15px;
}
.widget.widget_wpo_recent_comment .avatar-comment-widget {
  margin-right: 10px;
  float: left;
}
.rtl .widget.widget_wpo_recent_comment .avatar-comment-widget {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .widget.widget_wpo_recent_comment .avatar-comment-widget {
  float: right;
}
.widget.widget_wpo_recent_comment .content-comment-widget {
  font-size: 14px;
}
.widget.widget_recent_entries ul > li {
  padding: 10px 0;
}
.widget.widget_recent_entries ul > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.widget.widget_recent_entries ul > li a {
  font-size: 14px;
  text-transform: 400;
}
.widget.widget_recent_entries ul > li a:hover {
  color: #2038a6;
}
.widget.widget_recent_entries ul > li .post-date {
  font-weight: 400 !important;
  font-size: 10px;
  text-transform: uppercase;
}
.widget.widget_recent_entries ul > li a {
  display: block;
}

.wpo-sidebar .widget_nav_menu ul.menu > li, .wpo-sidebar .widget_nav_menu > ul > li, .wpo-sidebar .widget_categories ul.menu > li, .wpo-sidebar .widget_categories > ul > li {
  border-bottom: none;
}
.wpo-sidebar .widget_nav_menu ul.menu > li a, .wpo-sidebar .widget_nav_menu > ul > li a, .wpo-sidebar .widget_categories ul.menu > li a, .wpo-sidebar .widget_categories > ul > li a {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

/* List Style Widgets*/
.widget_archive a:before,
.widget_recent_entries a:before,
.widget_recent_comments a:first-child:before,
.widget_layered_nav a:before,
.widget_product_categories a:before,
.widget_categories a:before {
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #999;
  display: inline-block;
}

.widget_recent_entries a:before {
  content: "";
}

.widget_recent_comments a:first-child:before {
  content: "";
}

.widget_layered_nav a:before {
  content: "";
}

.widget_product_categories a:before {
  content: "";
}

.widget_categories a:before {
  content: "";
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-bottom: 1px solid #e5e5e5;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  border-bottom: 0;
}

.widget_categories li ul,
.widget_pages li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
}

/* RSS Widget */
.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

/* Text Widget */
.widget_text > div > :last-child {
  margin-bottom: 0;
}

/* Calendar Widget*/
.widget_calendar table {
  line-height: 2;
  margin: 0;
}
.widget_calendar caption {
  color: #000;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}
.widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td, .widget_calendar thead th {
  text-align: center;
}
.widget_calendar tbody a {
  background-color: #24890d;
  color: #fff;
  display: block;
}
.widget_calendar tbody a:hover {
  background-color: #41a62a;
  color: #fff;
}
.widget_calendar #prev {
  padding-left: 5px;
}
.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

footer .widget.widget_nav_menu ul > li a::after, footer .widget.widget_categories ul > li a::after {
  content: none;
}

/*
*  Main Menu
*/
.navbar-mega {
  min-height: inherit;
  margin: 0px;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: static;
}
.navbar-mega .navbar-nav {
  float: none;
}
.navbar-mega .navbar-nav > .open > a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  color: #2038a6;
  background: transparent;
}
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-mega .navbar-nav ul li.parent {
  position: relative;
}
.navbar-mega .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
.navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
.navbar-mega .navbar-nav li.active {
  background: none;
}
.navbar-mega .navbar-nav li.active > a {
  background: none;
  color: #2038a6;
}
.navbar-mega .navbar-nav li.active > a .caret {
  color: #2038a6;
}
.navbar-mega .navbar-nav li a:hover, .navbar-mega .navbar-nav li a:active, .navbar-mega .navbar-nav li a:focus {
  background: none;
  color: #2038a6;
}
.navbar-mega .navbar-nav li.open > a {
  background: none;
  color: #2038a6;
}
.navbar-mega .navbar-nav > li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0;
  padding: 15px 0;
}
.navbar-mega .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #000;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1229px) {
  .navbar-mega .navbar-nav > li > a {
    padding: 0 10px !important;
  }
}
@media (max-width: 1229px) {
  .navbar-mega .navbar-nav > li > a {
    padding: 0 15px;
  }
}
.navbar-mega .navbar-nav > li > a .caret {
  color: #000;
  border-width: 3px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-mega .navbar-nav > li > a:hover, .navbar-mega .navbar-nav > li > a:focus {
  color: #2038a6;
  background: transparent;
}
.navbar-mega .navbar-nav > li > a:hover:before, .navbar-mega .navbar-nav > li > a:focus:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-mega .navbar-nav > li > a:hover .caret, .navbar-mega .navbar-nav > li > a:focus .caret {
  color: #2038a6;
}
.navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navbar-mega .navbar-nav > li:first-child a {
  border: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu {
  padding: 20px;
  background: #FFF;
  min-width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  position: absolute;
}
.navbar-mega .navbar-nav > li .dropdown-menu .row {
  padding-top: 0;
}
.navbar-mega .navbar-nav > li .dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
}
.navbar-mega .navbar-nav > li .dropdown-menu li a {
  min-height: inherit;
  display: block;
  font-weight: 300;
  padding: 5px 0px;
  color: #999999;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}
.navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
  color: #2038a6;
  background: transparent;
}
.navbar-mega .navbar-nav > li .dropdown-menu li:last-child {
  border: 0;
}
.navbar-mega .navbar-nav > li .mega-dropdown-menu {
  padding: 30px;
}
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: 0;
}
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: inherit;
}
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: 10px;
}
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: inherit;
}
.navbar-mega .navbar-nav > .active {
  background: transparent;
}
.navbar-mega .navbar-nav > .active > a {
  color: #2038a6;
}
.navbar-mega .navbar-nav > .active > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-mega .navbar-nav > .aligned-fullwidth {
  position: static !important;
}
.navbar-mega .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.navbar-mega .navbar-nav > .aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-mega .navbar-nav .container-mega .row {
  padding-bottom: 0;
  margin: 15px 0 30px !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.navbar-mega .navbar-nav .container-mega .row > div {
  position: relative;
}
.navbar-mega .navbar-nav .container-mega .row > div:after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #423B4D;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-mega .navbar-nav .container-mega .row > div:first-child:after {
  content: none;
}
.navbar-mega .text-label {
  position: absolute;
  top: -20px;
  right: 45%;
  padding: 0px 3px;
  font-size: 9px;
  color: #FFFFFF;
}
.navbar-mega .text-label.text-hot {
  background: #e93434;
}
.navbar-mega .text-label.text-hot:after {
  border-top-color: #e93434;
}
.navbar-mega .text-label.text-new {
  background: #04adf0;
}
.navbar-mega .text-label.text-new:after {
  border-top-color: #04adf0;
}
.navbar-mega .text-label:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -3px;
}

/**
 * White Styles
 */
.navbar-mega-light .navbar-mega .navbar-nav > li > a, .navbar-mega-light .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF;
}
.navbar-mega-light .navbar-mega .navbar-nav > li.active > a::before, .navbar-mega-light .navbar-mega .navbar-nav > li:hover > a::before {
  background: #FFFFFF;
}

/**
 * Background white
 */
.navbar-mega-bg-white {
  background: #FFF;
}

/**
*   Center Style
*/
.navbar-mega-center {
  text-align: center;
}
.navbar-mega-center ul.navbar-nav.megamenu {
  display: inline-block;
}

.navbar-mega-padding-large ul.navbar-nav.megamenu > li {
  padding: 35px 0;
}

/**
 * Simple Styles
 */
.navbar-mega-simple .navbar-mega {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.navbar-mega-simple .navbar-mega .navbar-collapse {
  border-top: 5px solid #f6f6f6;
}
.navbar-mega-simple .navbar-mega .navbar-nav > li {
  margin: 0 20px;
  position: relative;
}

.menu-right .megamenu {
  float: right;
}

.menu-search-box {
  position: relative;
  padding-right: 20px;
}
.menu-search-box .wpo-mini-searchbox {
  position: absolute;
  top: 15px;
  right: 0;
}
.menu-search-box .wpo-mini-searchbox a {
  color: #FFF !important;
}
.menu-search-box .wpo-mini-searchbox a:hover {
  cursor: pointer;
}
.menu-search-box .wpo-mini-searchbox.dark, .menu-search-box .wpo-mini-searchbox.box {
  width: 60px;
  height: 100%;
  background: #353535;
  text-align: center;
  line-height: 56px;
  top: 0;
}
.menu-search-box .wpo-mini-searchbox.box {
  background: transparent;
}
.menu-search-box .wpo-mini-searchbox.cdark {
  line-height: 78px;
}
.menu-search-box .wpo-mini-searchbox.cdark a {
  color: #000 !important;
}
.menu-search-box .wpo-mini-searchbox.cdark.v2 {
  line-height: 90px;
}
.menu-search-box .wpo-mini-searchbox .content-inner {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 250px;
  z-index: 9;
  -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.1);
}
.menu-search-box .wpo-mini-searchbox .content-inner .btn-search, .menu-search-box .wpo-mini-searchbox .content-inner .input-search {
  border: none;
}
.menu-search-box .wpo-mini-searchbox .content-inner .input-group-addon input {
  background: none;
  border: none;
}
.menu-search-box .wpo-mini-searchbox.active .content-inner {
  display: block;
}

.single #content {
  padding-top: 45px;
}

.notfound-page {
  background: url(../../../images/bg-404.jpg) center center no-repeat transparent;
}
.notfound-page .title {
  font-size: 160px;
  color: #F1CA61;
  font-weight: 800;
  line-height: 1;
  display: block;
}
.notfound-page .title .sub {
  font-size: 36px;
  font-weight: 300;
  color: #FFF;
  padding: 30px 0;
  margin: 0 0 30px;
  display: block;
  position: relative;
}
.notfound-page .title .sub:before {
  content: "";
  height: 3px;
  width: 100px;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}
.notfound-page .error-description {
  color: #FFF;
  padding: 0 20%;
  font-size: 20px;
}
@media (max-width: 1021px) {
  .notfound-page .error-description {
    padding: 0 10px;
  }
}
.notfound-page .page-action {
  margin-top: 50px;
}
.notfound-page .page-action a {
  margin: 0 10px;
}

.page-comingsoon {
  background: url(../../../images/bg-coming-soon.jpg) no-repeat transparent;
  padding: 30px 0;
}

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto;
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto;
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto;
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto;
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
  margin-left: 12px;
  /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.gallery .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.mejs-mediaelement,
.mejs-container .mejs-controls {
  background: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.mejs-overlay-loading {
  background: transparent;
}

.mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px;
}

.mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: '\f452';
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px;
}

.mejs-controls .mejs-button button:focus {
  outline: none;
}

.mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons;
}

.mejs-playpause-button.mejs-play button:before {
  content: '\f452';
}

.mejs-playpause-button.mejs-pause button:before {
  content: '\f448';
}

.mejs-volume-button.mejs-mute button:before {
  content: '\f109';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}

.mejs-volume-button.mejs-unmute button:before {
  content: '\f109';
  left: 0;
  position: absolute;
  top: 0;
}

.mejs-fullscreen-button button:before {
  content: '\f474';
}

.mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: '\f406';
}

.mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff;
}

.mejs-controls .mejs-button button:hover {
  color: #41a62a;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
.entry-meta {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.entry-meta .tag-links a {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.rtl .entry-meta .tag-links a {
  margin-left: 10px;
  margin-right: inherit;
}
.entry-meta .tag-links a:after {
  content: ",";
}
.entry-meta .tag-links a:last-child:after {
  content: none;
}

.post-preview .video-thumb iframe {
  width: 100%;
  min-height: 400px;
}

.sticky .entry-date {
  display: none;
}

.byline {
  display: none;
}

.secondary-posts .media .entry-thumb {
  width: 80px;
}

.entry-date,
.meta-sep,
.author,
.entry-category,
.comments-link,
.edit-link {
  font-size: 13px;
  color: #999999;
  padding: 0 3px;
}
.entry-date a,
.meta-sep a,
.author a,
.entry-category a,
.comments-link a,
.edit-link a {
  text-transform: capitalize;
  padding-left: 3px;
}

.entry-title {
  font-weight: 400;
}

.edit-link {
  float: left;
}
.rtl .edit-link {
  float: right;
}

.entry-category ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.entry-category ul li {
  margin: 0;
  padding: 0;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  padding: 20px 0 35px;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
  background-color: #fff;
}

.page .entry-content {
  padding: 15px 0 0;
}

.page article.post .entry-content {
  padding: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
  margin-top: 0;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
  text-decoration: none;
}

.entry-content table,
.comment-content table {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  padding: 8px;
}

.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.entry-content .edit-link a {
  color: #767676;
  text-decoration: none;
}

.entry-content .edit-link a:hover {
  color: #41a62a;
}

.entry-content .more-link {
  white-space: nowrap;
}

.post-categories li {
  display: inline-block;
  list-style: none;
  list-style-type: dashed;
}

/**
 * Navigation links
 */
.nav-links {
  background: #f2f2f2;
  padding: 10px 20px;
}
.nav-links .meta-nav {
  font-weight: bold;
  margin-right: 10px;
}
.rtl .nav-links .meta-nav {
  margin-left: 10px;
  margin-right: inherit;
}

.entry-content-page {
  position: relative;
}
.entry-content-page .edit-link {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 6px;
  z-index: 10000;
}
.entry-content-page .edit-link a {
  font-size: 11px;
  color: #FFF !important;
}

/* Mediaelements */
.hentry .mejs-container {
  margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

.hentry .mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px;
}

.hentry .mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: '\f452';
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
  outline: none;
}

.hentry .mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
  content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
  content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
  content: '\f109';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
  content: '\f109';
  left: 0;
  position: absolute;
  top: 0;
}

.hentry .mejs-fullscreen-button button:before {
  content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
  color: #41a62a;
}

article {
  position: relative;
}
article.post {
  margin-bottom: 20px;
}
article.post .entry-thumb {
  margin-bottom: 15px;
}
article header {
  position: relative;
}
article header .cat-links {
  display: none;
  position: absolute;
  top: -40px;
  left: 20px;
  background: #2038a6;
  z-index: 9;
}
.rtl article header .cat-links {
  right: 20px;
  left: auto;
}
article header .cat-links a {
  color: #FFFFFF;
  padding: 5px 10px;
}
article h5.entry-title {
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
article .entry-excerpt {
  color: #999999;
  line-height: 24px;
}
article .entry-thumb {
  overflow: hidden;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.comments .commentlists {
  margin-bottom: 30px;
}
.comments .comments-title {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}
.comments .comments-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
}
.rtl .comments .comments-title:before {
  right: 0;
  left: auto;
}
.comments .the-comment {
  padding-top: 20px;
  padding-bottom: 0;
  border: none;
  overflow: hidden;
}
.comments .the-comment div.avatar {
  float: left;
  margin-right: 15px;
}
.rtl .comments .the-comment div.avatar {
  float: right;
}
.rtl .comments .the-comment div.avatar {
  margin-left: 15px;
  margin-right: inherit;
}
.comments .the-comment div.avatar img {
  width: 50px;
  height: 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 0;
}
.rtl .comments .the-comment div.avatar img {
  margin-left: 0;
  margin-right: inherit;
}
.comments .children .the-comment {
  padding-left: 65px;
  border: none;
  padding-bottom: 0;
}
.rtl .comments .children .the-comment {
  padding-right: 65px;
  padding-left: inherit;
}
.comments .comment-author {
  color: #848484;
}
.comments .comment-meta {
  font-size: 14px;
  color: #aaa;
}
.comments .comment-text > p:last-child {
  margin-bottom: 0;
}
.comments a {
  color: #2038a6;
  font-weight: 600;
  text-transform: uppercase;
}
.comments ol, .comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pbr-pagination {
  overflow: hidden;
}
.pbr-pagination .pagination {
  margin: 10px -10px 0px;
}
.pbr-pagination .pagination > li {
  display: inline-block;
}
.pbr-pagination .pagination > li span,
.pbr-pagination .pagination > li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1;
  display: block;
  border: none;
  border-radius: 0;
}
.pbr-pagination .pagination > li span.current,
.pbr-pagination .pagination > li a:hover {
  color: #2038a6;
  text-decoration: underline;
  background-color: transparent;
}
.pbr-pagination .result-count {
  color: #bbb;
  font-size: 12px;
  margin: 10px 0 0px;
}

.paging-navigation .pagination span.current {
  color: #2038a6;
}
.paging-navigation .pagination > * {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #e5e5e5;
}

.ratings a {
  text-indent: -5000px !important;
}

/*------------------------------------*\
    About Author
\*------------------------------------*/
.author-info {
  margin-bottom: 30px;
}
.author-info .author-about-container .description .author-title {
  margin: 0 0 15px;
}
.author-info .author-about-container > .pull-left {
  padding-right: 15px;
}
.rtl .author-info .author-about-container > .pull-left {
  padding-left: 15px;
  padding-right: inherit;
}

#related-posts .related-post-title {
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
#related-posts .related-post-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000000;
  left: 0;
  bottom: 0;
  position: absolute;
}
.rtl #related-posts .related-post-title:before {
  right: 0;
  left: auto;
}

.archive-header {
  margin-bottom: 30px;
}

.archive-title {
  font-size: 25px;
}

article.post .post-thumbnail {
  display: block;
}
article.post .entry-header .entry-title {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 38px;
  margin-top: 25px;
}
article.post .entry-content {
  padding: 0;
}

.pbr-social-share {
  margin-bottom: 30px;
}
.pbr-social-share .bo-social-icons {
  margin: 0 -5px;
}

body.category article.post {
  margin-top: 30px;
}
body.category article.post:first-child {
  margin-top: 0;
}
body.category article.post .entry-content > p {
  line-height: 22px;
}

body.single-post .entry-content {
  margin-bottom: 25px;
}
body.single-post .post-navigation {
  margin-bottom: 30px;
}
body.single-post .comments {
  padding: 0;
}
body.single-post .comment-form .form-submit {
  text-align: center;
  margin-top: 20px;
}
body.single-post .comment-form .form-submit #submit {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 40px;
  border-radius: 40px;
}

body.single-portfolio #main {
  overflow: visible;
}
body.single-portfolio .entry-thumb {
  margin-bottom: 20px;
}
body.single-portfolio .single-body .created {
  display: none;
}
body.single-portfolio .single-body .entry-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.single-portfolio .single-body .entry-title .title-post {
  font-size: 20px;
}
body.single-portfolio .single-body .entry-content {
  padding: 0;
  margin-bottom: 50px;
}
body.single-portfolio .single-body .entry-content .portfolio-meta-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single-portfolio .single-body .entry-content .pbr-social-share .bo-social-icons a {
  margin: 0 10px 0 0;
}
.rtl body.single-portfolio .single-body .entry-content .pbr-social-share .bo-social-icons a {
  margin: 0 0 0 10px;
}
body.single-portfolio .related-posts-content .portfolio-masonry-entry .info-inner h3 {
  margin-top: 15px;
}
body.single-portfolio .related-posts-content .portfolio-masonry-entry .info-inner h3 a {
  font-size: 18px;
  color: #000 !important;
  text-align: left;
  display: block;
}
body.single-portfolio .related-posts-content .portfolio-masonry-entry .info-inner h3 a:hover {
  color: #2038a6 !important;
}
body.single-portfolio .related-posts-content .portfolio-masonry-entry .info-inner p {
  display: none;
}

.pbr-portfolio-navigator {
  text-align: right;
  margin-bottom: 20px;
}
.rtl .pbr-portfolio-navigator {
  text-align: left;
}
.pbr-portfolio-navigator .btn-success {
  background-color: #2038a6;
  margin-left: 10px;
  border-radius: 0 !important;
  border-color: #2038a6;
}
.rtl .pbr-portfolio-navigator .btn-success {
  margin-right: 10px;
  margin-left: inherit;
}
.pbr-portfolio-navigator .btn-success a {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
}
.pbr-portfolio-navigator .btn-success:hover {
  background-color: #000 !important;
  border-color: #000;
}

.main-page-index {
  padding-bottom: 35px;
}
.main-page-index .wpo-mini-searchbox {
  display: none;
}
.main-page-index .post {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.main-page-index .post.sticky {
  padding: 30px;
  border: 1px solid #2038a6;
}
.main-page-index .searchform .btn-search input {
  background: none;
  border: none;
}
.main-page-index .sidebar {
  padding: 30px 15px;
  background: #f5f5f5;
}

/*
 * Topbar mobile
 * -------------------------------------------------
 *
 */
.topbar-mobile ul.list-action > li {
  width: 45px;
  height: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.topbar-mobile ul.list-action > li > a {
  padding: 0;
  text-align: center;
  line-height: 1;
  height: 45px;
  padding-top: 15px;
}
.topbar-mobile ul.list-action > li > a:hover {
  color: #2038a6;
}
.topbar-mobile ul.list-action > li .wpo-search {
  padding: 5px 20px;
}
.topbar-mobile ul.list-action > li .wpo-search .input-search {
  min-width: 160px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: left;
  background: #f5f5f5;
  z-index: 999;
}
.rtl .sidebar-offcanvas {
  text-align: right;
}

.bottom-offcanvas {
  border-top: 1px solid red;
  padding: 10px 0;
}

.offcanvas-head button {
  padding: 8px 25px;
  border: none;
  margin-right: 10px;
}

.row-offcanvas {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.offcanvas-showright {
  background: rgba(32, 56, 166, 0.8);
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 400px;
  position: absolute;
  right: -800px;
  top: 0;
  z-index: 1000;
  display: block;
  padding: 50px 0;
}
.offcanvas-showright.active {
  display: block;
  right: 0;
}
.offcanvas-showright .showright {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border: none;
  margin-right: 50px;
}
.rtl .offcanvas-showright .showright {
  margin-left: 50px;
  margin-right: inherit;
}
.offcanvas-showright .showright .fa {
  color: #2038a6;
}

.pbr-off-canvas {
  left: -100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

@media screen and (max-width: 1022px) {
  .row-offcanvas-right {
    right: 0;
  }
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  .row-offcanvas-left {
    left: 0;
  }
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
  }
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%;
    right: auto;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%;
    left: auto;
  }

  .row-offcanvas-right.active {
    right: 50%;
  }
  .rtl .row-offcanvas-right.active {
    left: 50%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 50%;
  }
  .rtl .row-offcanvas-left.active {
    right: 50%;
    left: auto;
  }
}
.navbar-offcanvas {
  border: none;
  margin: 0;
}
.navbar-offcanvas ul#main-menu-offcanvas {
  float: none;
  display: block;
}
.navbar-offcanvas ul#main-menu-offcanvas > li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  float: left;
  width: 100%;
}
.navbar-offcanvas ul#main-menu-offcanvas > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}
.navbar-offcanvas ul#main-menu-offcanvas > li .caret {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #e5e5e5;
  z-index: 9;
  background: #f5f5f5;
}
.navbar-offcanvas ul#main-menu-offcanvas > li .caret:hover {
  cursor: pointer;
}
.navbar-offcanvas ul#main-menu-offcanvas > li .caret:after {
  font-family: FontAwesome;
  content: "\f107";
  top: -3px;
  left: 6px;
  position: absolute;
  z-index: 9;
  font-weight: 400;
}
.navbar-offcanvas ul#main-menu-offcanvas > li ul {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-offcanvas ul#main-menu-offcanvas > li ul li a {
  font-size: 13px;
  font-weight: 300;
}
.navbar-offcanvas ul#main-menu-offcanvas > li.open .dropdown-menu {
  display: block;
  position: static;
  width: 100%;
}
.navbar-offcanvas ul#main-menu-offcanvas li.active > a {
  background: none;
  color: #2038a6;
}

@media screen and (max-width: 797px) {
  .space-padding-left-5p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
  }
  .rtl .space-padding-left-5p {
    padding-right: 0;
    padding-left: inherit;
  }

  body .vc_custom_1447143034191 {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .vc_custom_1447143456438,
  body .vc_custom_1447141014645 {
    padding-bottom: 0 !important;
  }
  body .vc_custom_1449733123980,
  body .vc_custom_1447141014645 {
    padding-top: 0 !important;
  }
  body .vc_custom_1447142748778 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*Center Block "Class"*/
.center-block {
  margin: 0 auto;
  text-align: center;
}

/*Divider*/
hr.divider-30 {
  margin: 30px 0;
}

hr.divider-40 {
  margin: 40px 0;
}

hr.divider-50 {
  margin: 50px 0;
}

hr.divider-60 {
  margin: 60px 0;
}

hr.divider-70 {
  margin: 70px 0;
}

hr.divider-snow {
  margin: 50px 0;
  border-color: #ddd;
}

/*Font Weight*/
.fweight-100 {
  font-weight: 100 !important;
}

.fweight-200 {
  font-weight: 200 !important;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.fweight-800 {
  font-weight: 800 !important;
}

.fweight-900 {
  font-weight: 900 !important;
}

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
.space-padding-0 {
  padding: 0 !important;
}

.space-padding-10 {
  padding: 10px !important;
}

.space-padding-20 {
  padding: 20px !important;
}

.space-padding-30 {
  padding: 30px !important;
}

.space-padding-40 {
  padding: 40px !important;
}

.space-padding-50 {
  padding: 50px !important;
}

/*Padding Top & Bottom*/
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.space-padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.space-padding-tb-90 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/*Padding Left & Right*/
.space-padding-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.space-padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.space-padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.space-padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.space-padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.space-padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.space-padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.space-padding-left-5p {
  padding-left: 5% !important;
}

.space-padding-right-5p {
  padding-right: 5% !important;
}

.space-padding-right-35p {
  padding-right: 35% !important;
}

.space-padding-tb-5p {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.space-padding-tb-10p {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.space-padding-tb-15p {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.space-padding-lr-5p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.space-padding-lr-10p {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.space-padding-lr-15p {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.space-padding-lr-20p {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.space-padding-left-10p {
  padding-left: 10% !important;
}

.space-padding-left-20p {
  padding-left: 20% !important;
}

.space-padding-left-30p {
  padding-left: 30% !important;
}

.space-padding-left-35p {
  padding-left: 35% !important;
}

.space-padding-right-10p {
  padding-right: 10% !important;
}

.space-padding-right-20p {
  padding-right: 20% !important;
}

@media (max-width: 1021px) {
  div[class*="space-padding-tb-"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1021px) {
  [class*="space-padding-lr-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1021px) {
  div[class*="space-padding-left-"] {
    padding-left: 10px !important;
  }
}
@media (max-width: 1021px) {
  div[class*="space-padding-right-"] {
    padding-right: 10px !important;
  }
}
.p-relative {
  position: relative !important;
}

.p-static {
  position: static !important;
}

.bg-style-v3 {
  bottom: -45px !important;
}
.bg-style-v3 .wpb_wrapper {
  position: relative;
  background-image: url("../../../images/bg-cta.jpg");
  z-index: 99;
}
.bg-style-v3 .wpb_wrapper:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(32, 255, 166, 0.5);
}

.bg-style-v4, .bg-style-v9b {
  position: relative;
  background-color: #2A3140 !important;
}
.bg-style-v4:before, .bg-style-v9b:before {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #2A3140 !important;
  background-image: url("../../../images/bg-2-1.png");
}
@media (max-width: 797px) {
  .bg-style-v4:before, .bg-style-v9b:before {
    background-image: none !important;
  }
}

.bg-style-v5, .bg-style-v9a, .bg-style-v9c {
  position: relative;
  background-color: #2A3140 !important;
}
.bg-style-v5:before, .bg-style-v9a:before, .bg-style-v9c:before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #2A3140 !important;
  background-image: url("../../../images/bg-posts-2.jpg");
}
@media (max-width: 797px) {
  .bg-style-v5:before, .bg-style-v9a:before, .bg-style-v9c:before {
    background-image: none !important;
  }
}

@media (max-width: 797px) {
  .bg-style-v9a:before, .bg-style-v9b:before, .bg-style-v9c:before {
    background-image: none !important;
    background-color: #FAFAFA !important;
  }
}

.bg-style-v6 {
  background: url("../../../images/bg-4-1.jpg") no-repeat transparent;
}

.bg-style-v7 {
  background: url("../../../images/bg-team-8.jpg") no-repeat top center transparent;
}

.bg-style-v8 .wpb-container-inner {
  background: #FFF;
  padding-top: 80px;
  max-width: 1330px;
  margin: -255px auto 0;
}

.bg-style-v9a:before {
  background-image: url("../../../images/bg-fly.jpg");
}

.bg-style-v9b:before {
  background-image: url("../../../images/bg-about-2.jpg");
}

.bg-style-v9c:before {
  background-image: url("../../../images/bg-about-3.jpg");
}

.bg-style-10 {
  background: url("../../../images/bg-service-8.png") no-repeat top right transparent;
}

/*Padding Top*/
.space-padding-top-0 {
  padding-top: 0px !important;
}

.space-padding-top-5 {
  padding-top: 5px !important;
}

.space-padding-top-10 {
  padding-top: 10px !important;
}

.space-padding-top-15 {
  padding-top: 15px !important;
}

.space-padding-top-20 {
  padding-top: 20px !important;
}

.space-padding-top-25 {
  padding-top: 25px !important;
}

.space-padding-top-30 {
  padding-top: 30px !important;
}

.space-padding-top-35 {
  padding-top: 35px !important;
}

.space-padding-top-40 {
  padding-top: 40px !important;
}

.space-padding-top-45 {
  padding-top: 45px !important;
}

.space-padding-top-60 {
  padding-top: 60px !important;
}

.space-padding-top-90 {
  padding-top: 90px !important;
}

/*Padding bottom*/
.space-padding-bottom-0 {
  padding-bottom: 0px !important;
}

/*Space
------------------------------------*/
/*Margin Top*/
.space-top-0 {
  margin-top: 0px !important;
}

.space-top-5 {
  margin-top: 5px !important;
}

.space-top-10 {
  margin-top: 10px !important;
}

.space-top-15 {
  margin-top: 15px !important;
}

.space-top-20 {
  margin-top: 20px !important;
}

.space-top-25 {
  margin-top: 25px !important;
}

.space-top-30 {
  margin-top: 30px !important;
}

.space-top-35 {
  margin-top: 35px !important;
}

.space-top-40 {
  margin-top: 40px !important;
}

.space-top-45 {
  margin-top: 45px !important;
}

.space-top-50 {
  margin-top: 50px !important;
}

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-20 {
  margin-bottom: 20px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 30px !important;
}

.space-35 {
  margin-bottom: 35px !important;
}

.space-40 {
  margin-bottom: 40px !important;
}

.space-45 {
  margin-bottom: 45px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-55 {
  margin-bottom: 55px !important;
}

.space-60 {
  margin-bottom: 60px !important;
}

.space-65 {
  margin-bottom: 65px !important;
}

.space-70 {
  margin-bottom: 70px !important;
}

.space-75 {
  margin-bottom: 75px !important;
}

.space-80 {
  margin-bottom: 80px !important;
}

.space-85 {
  margin-bottom: 85px !important;
}

.space-90 {
  margin-bottom: 90px !important;
}

.space-95 {
  margin-bottom: 95px !important;
}

.space-100 {
  margin-bottom: 100px !important;
}

.space-0 {
  margin-bottom: 0px !important;
}

/*Margin Left*/
.space-left-5 {
  margin-left: 5px !important;
}

.space-left-10 {
  margin-left: 10px !important;
}

.space-left-15 {
  margin-left: 15px !important;
}

/*Margin Right*/
.space-right-5 {
  margin-right: 5px !important;
}

.space-right-10 {
  margin-right: 10px !important;
}

.space-right-15 {
  margin-right: 15px !important;
}

/*Removes space*/
.space-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.space-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.space-left-0 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.space-right-0 {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.space-margin-0 {
  margin: 0 !important;
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

.width-50p {
  width: 50%;
}
@media (max-width: 1021px) {
  .width-50p {
    width: 100%;
  }
}

.width-60p {
  width: 60%;
}
@media (max-width: 1021px) {
  .width-60p {
    width: 100%;
  }
}

/*Space for Ul li List
------------------------------------*/
.ul-space-5 li {
  margin-bottom: 5px !important;
}

.ul-space-10 li {
  margin-bottom: 10px !important;
}

.ul-space-15 li {
  margin-bottom: 15px !important;
}

.ul-space-20 li {
  margin-bottom: 20px !important;
}

.ul-space-25 li {
  margin-bottom: 25px !important;
}

.ul-space-30 li {
  margin-bottom: 30px !important;
}

.ul-space-35 li {
  margin-bottom: 35px !important;
}

.ul-space-40 li {
  margin-bottom: 40px !important;
}

.ul-space-45 li {
  margin-bottom: 45px !important;
}

.ul-space-50 li {
  margin-bottom: 50px !important;
}

/*Height
------------------------------------*/
.height-100 {
  height: 100px;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-2x {
  border-radius: 5px !important;
}

.border-none {
  border: transparent !important;
}

.border-tb-none {
  border-top: transparent !important;
  border-bottom: transparent !important;
}

.border-lr-none {
  border-left: transparent !important;
  border-right: transparent !important;
}

.border-left-none {
  border-left: transparent !important;
}

.border-right-none {
  border-right: transparent !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #000 !important;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}
.rtl .border-right {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-bottom-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-top-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Width for Border */
.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/*Radius for Left & Right Corners*/
.radius-left-5x {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.radius-right-5x {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.radius-top-5xxs {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-bottom-5xxs {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-left-5xxs {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.radius-right-5xxs {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*Text Colors
------------------------------------*/
.text-primary {
  color: #333 !important;
}

.text-info {
  color: #04adf0 !important;
}

.text-danger {
  color: #e93434 !important;
}

.text-warning {
  color: #f0c73b !important;
}

.text-success {
  color: #2038a6 !important;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #c32322 !important;
}

.text-red-1 {
  color: #ff0000 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-black {
  color: #000 !important;
}

.text-white, .text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #333 !important;
}

.text-dark-2 {
  color: #d8d8d8 !important;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-small {
  font-size: 12px !important;
}

.text-normal {
  font-size: 14px !important;
}

.text-medium {
  font-size: 18px !important;
}

.text-large {
  font-size: 24px !important;
}

.text-large-2 {
  font-size: 20px !important;
}

.text-big {
  font-size: 36px !important;
}

/*Background Colors
------------------------------------*/
.bg-primary {
  background: #333 !important;
}

.bg-info {
  background: #04adf0 !important;
}

.bg-danger {
  background: #e93434 !important;
}

.bg-warning {
  background: #f0c73b !important;
}

.bg-success {
  background: #2038a6 !important;
}

.bg-purple {
  background: #6c58bd !important;
}

.bg-red {
  background: #c32322 !important;
}

.bg-blue {
  background: #1D3466 !important;
}

.bg-orange {
  background: #f66000 !important;
}

.bg-yellow {
  background: #e2d951 !important;
}

.bg-dark {
  background: #332C3E !important;
}

.bg-black-2 {
  background: #222222 !important;
}

.bg-default {
  background: #f6f6f6 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-darker {
  background: #848484 !important;
}

.bg-theme {
  background: #2038a6 !important;
}

.bg-none {
  background: transparent !important;
}

.bg-center {
  background-position: center center !important;
}

.bg-right {
  background-position: bottom right !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/*Overflow
------------------------------------*/
.overflow-h {
  overflow: hidden !important;
}

.overflow-v {
  overflow: visible !important;
}

.overflow-a {
  overflow: auto !important;
}

/***/
.background-img {
  background: #333;
}

.background-img-v1 {
  background: #333;
}

.background-img-v2 {
  background: url("../../../images/bg-v2.jpg") no-repeat transparent !important;
}

.background-img-v3 {
  background: #f3f3f3;
}

/* Height progress */
.progress-3 {
  height: 3px;
}

.progress-4 {
  height: 4px;
}

.progress-5 {
  height: 5px;
}

.progress-6 {
  height: 6px;
}

.progress-7 {
  height: 7px;
}

.progress-8 {
  height: 8px;
}

.progress-9 {
  height: 9px;
}

.progress-10 {
  height: 10px;
}

.progress-11 {
  height: 11px;
}

.progress-12 {
  height: 12px;
}

.progress-13 {
  height: 13px;
}

.progress-14 {
  height: 14px;
}

.progress-15 {
  height: 15px;
}

/* icon */
.fa.fa-2 {
  font-size: 2em;
}
.fa.fa-3 {
  font-size: 4em;
}
.fa.fa-4 {
  font-size: 7em;
}
.fa.fa-5 {
  font-size: 12em;
}
.fa.fa-6 {
  font-size: 20em;
}

.zindex-top {
  z-index: 999;
}

/* --- SCSS For Accordion --- */
.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.accordion .panel-heading {
  padding: 15px;
  position: relative;
}
.accordion .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}
.accordion .panel-heading a:before {
  content: "-";
  font-size: 22px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  color: #2038a6;
}
.accordion .panel-heading a.collapsed:before {
  content: "+";
  font-size: 18px;
  line-height: 20px;
}
.accordion .panel-body {
  border-top-color: transparent !important;
}
.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px;
}
.rtl .accordion.collapse-right .panel-heading a:before {
  left: 20px;
  right: auto;
}
.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #2038a6;
}
.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none;
}
.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent;
}

.tab-v1 {
  text-align: center;
}
.tab-v1 .nav-tabs {
  border: none;
  display: inline-block;
}
.tab-v1 .nav-tabs > li {
  margin-right: 40px;
}
.tab-v1 .nav-tabs > li:last-child {
  margin-right: 0;
}
.tab-v1 .nav-tabs > li a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.tab-v1 .nav-tabs > li a:hover, .tab-v1 .nav-tabs > li a:active, .tab-v1 .nav-tabs > li a:focus {
  background: #000;
  color: #FFF;
  border-color: #000;
}
.tab-v1 .nav-tabs.active a {
  background: #000;
  color: #FFF;
  border-color: #000;
}
.tab-v1.light-style .nav-tabs > li.active a {
  background: #FFF;
  color: #000;
}
.tab-v1.light-style .nav-tabs > li a {
  color: #FFF;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.tab-v1.light-style .nav-tabs > li a:hover, .tab-v1.light-style .nav-tabs > li a:active, .tab-v1.light-style .nav-tabs > li a:focus {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}

.tab-v2 {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.tab-v2 .nav-tabs {
  border: none;
  display: inline-block;
}
.tab-v2 .nav-tabs > li a {
  text-transform: uppercase;
  font-size: 12px;
}
.tab-v2 .nav-tabs > li a:hover, .tab-v2 .nav-tabs > li a:focus, .tab-v2 .nav-tabs > li a:active {
  background: none;
  border-color: transparent;
  outline: none;
}
.tab-v2 .nav-tabs > li.active a {
  color: #2038a6;
  border-color: transparent;
}

.widget-team .team-header img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100%);
}
.widget-team:hover .team-header img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.widget-team.layout-vertical {
  position: relative;
}
.widget-team.layout-vertical .team-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.widget-team.layout-vertical .team-body .team-body-content {
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-team.layout-vertical .team-body .team-name {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}
.widget-team.layout-vertical .team-body .team-job {
  font-size: 12px;
  font-weight: 900;
  color: #2038a6;
  text-transform: uppercase;
}
.widget-team.layout-vertical img {
  display: inline-block !important;
}
.widget-team.layout-vertical .bo-social-icons {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -70px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 60px;
  z-index: 99;
  background: #2038a6;
  padding: 0 30px;
  line-height: 60px;
}
.widget-team.layout-vertical .bo-social-icons a {
  color: #FFF;
  font-size: 14px;
  margin-left: 15px;
}
.widget-team.layout-vertical .bo-social-icons a:hover {
  color: #000;
}
.widget-team.layout-vertical:hover .team-body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-team.layout-vertical:hover .bo-social-icons {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-team.layout-vertical.v2 .team-header img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  filter: none;
}
.widget-team.layout-vertical.v2 .team-body {
  position: static !important;
  background: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.widget-team.layout-vertical.v2 .team-body .team-body-content {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.widget-team.layout-vertical.v2 .team-body .team-body-content .team-name {
  color: #000;
}
.widget-team.layout-vertical.v2 .team-header {
  position: relative;
}
.widget-team.layout-vertical.v2 .team-header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.widget-team.layout-vertical.v2 .bo-social-icons {
  top: auto;
  bottom: 0;
}
.widget-team.layout-vertical.v2:hover .team-header:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget-team.layout-vertical.v2:hover .team-body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-team.layout-vertical.v2:hover .bo-social-icons {
  bottom: 82px;
  top: auto;
}
.widget-team.layout-vertical.v3 .team-body {
  background: none;
  height: auto;
  left: 75px;
  right: 75px;
  bottom: 30px;
  background: #FFF;
  width: auto;
  top: auto;
}
@media (max-width: 1021px) {
  .widget-team.layout-vertical.v3 .team-body {
    left: 30px;
    right: 30px;
  }
}
.widget-team.layout-vertical.v3 .team-body .team-body-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
}
.widget-team.layout-vertical.v3 .team-body .team-name {
  font-weight: 100;
  font-size: 30px;
  color: #000;
}
.widget-team.layout-vertical.v3 .team-body .team-job {
  color: #000;
}
.widget-team.layout-vertical.v3 .bo-social-icons {
  bottom: 30px;
  top: auto;
}
.widget-team.layout-vertical.v3:hover .bo-social-icons {
  bottom: 0;
}
.widget-team.layout-vertical.v4 img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.widget-team.layout-vertical.v4 .team-body {
  position: static;
  background: none;
  text-align: left;
  padding: 15px 0;
}
.widget-team.layout-vertical.v4 .team-body .team-body-content {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  text-align: left;
  padding: 0;
}
.widget-team.layout-vertical.v4 .team-body .team-name {
  text-align: left;
  color: #000;
  font-size: 30px;
  font-weight: 100;
}
.widget-team.layout-vertical.v4 .team-info {
  display: block !important;
  visibility: visible !important;
}
.widget-team.layout-vertical.v4 .team-body-info {
  position: relative;
}
.widget-team.layout-vertical.v4 .team-body-info .bo-social-icons {
  bottom: 100%;
  margin: 0;
  top: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-team.layout-vertical.v4:hover .team-body {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.service-timeline .hentry {
  position: relative;
}
@media (max-width: 1021px) {
  .service-timeline .hentry {
    padding-left: 70px !important;
  }
  .service-timeline .hentry .icon {
    left: 0 !important;
  }
}
@media (max-width: 797px) {
  .service-timeline .hentry .content-inner {
    padding-left: 15px !important;
  }
  .service-timeline .hentry .number {
    display: none !important;
  }
}
.service-timeline:before {
  background: #e5e5e5;
  content: "";
  left: 50%;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  margin-top: -10px;
  height: 9999px;
}
@media (max-width: 1021px) {
  .service-timeline:before {
    left: 0;
  }
}
.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.service-timeline > li.active .number {
  color: #2038a6 !important;
}
.service-timeline > li:last-child {
  padding-bottom: 130px;
}
.service-timeline > li .hentry {
  width: 50%;
}
@media (max-width: 1021px) {
  .service-timeline > li .hentry {
    padding-left: 40px;
    width: 100%;
    float: left;
    clear: left;
  }
}
.service-timeline > li:nth-child(even) .hentry {
  float: left;
  clear: left;
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 1021px) {
  .service-timeline > li:nth-child(even) .hentry {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
}
.service-timeline > li:nth-child(even) .hentry .icon {
  right: -35px;
}
@media (max-width: 1021px) {
  .service-timeline > li:nth-child(even) .hentry .icon {
    left: -35px;
    right: auto;
  }
}
.service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
  padding-right: 140px;
}
@media (max-width: 1021px) {
  .service-timeline > li:nth-child(even) .hentry .hentry-box .content-inner {
    padding-left: 140px;
    padding-right: 0;
  }
}
.service-timeline > li:nth-child(even) .hentry .hentry-box .number {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  float: right;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 1021px) {
  .service-timeline > li:nth-child(even) .hentry .hentry-box .number {
    float: left;
    border-left: 0;
    border-right: 1px solid #e5e5e5;
  }
}
.service-timeline > li:nth-child(odd) .hentry {
  float: right;
  clear: right;
  padding-left: 50px;
  text-align: left;
}
.service-timeline > li:nth-child(odd) .hentry .icon {
  left: -35px;
}
.service-timeline > li:nth-child(odd) .hentry .hentry-box .content-inner {
  padding-left: 140px;
}
.service-timeline > li:nth-child(odd) .hentry .hentry-box .number {
  float: left;
  border-right: 1px solid #e5e5e5;
}
.service-timeline > li .hentry {
  position: relative;
}
.service-timeline > li .hentry .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: #FFF;
  z-index: 9;
}
.service-timeline > li .hentry .title {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.service-timeline > li .hentry .content-inner {
  padding-top: 10px;
}
.service-timeline > li .hentry .number {
  font-size: 60px;
  color: #eeeded;
  font-weight: 900;
  text-transform: uppercase;
  width: 110px;
  height: 120px;
  display: inline-block;
  line-height: 120px;
  text-align: center;
}

.history-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.history-timeline .hentry {
  position: relative;
}
.history-timeline:before {
  background: #e5e5e5;
  content: "";
  left: 35px;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  margin-top: -10px;
  height: 9999px;
}
.history-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 0;
}
.history-timeline > li.active .number {
  color: #2038a6 !important;
}
.history-timeline > li .hentry {
  position: relative;
  padding-left: 85px;
}
.history-timeline > li .hentry .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  background: #FFF;
  z-index: 9;
}
.history-timeline > li .hentry .title {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.history-timeline > li .hentry .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #2038a6;
}
.history-timeline > li .hentry .content-inner {
  padding-left: 190px;
}
.history-timeline > li .hentry .content-inner .wcontent {
  padding: 20px 30px 20px;
  border-left: 1px solid #e5e5e5;
}
.history-timeline > li .hentry .number {
  font-size: 60px;
  color: #eeeded;
  font-weight: 900;
  text-transform: uppercase;
  width: 175px;
  height: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  float: left;
  padding: 60px 0 0;
}

/* --- SCSS For Breadcrumb --- */
.breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  z-index: 1;
  background: none;
}
.breadcrumbs .breadcrumb-heading {
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 5px;
}
.breadcrumbs h2 {
  margin: 0;
  float: left;
  font-weight: 400;
  position: relative;
}
.rtl .breadcrumbs h2 {
  float: right;
}
.breadcrumbs .breadcrumb-links {
  margin: 6px 0 0;
  position: relative;
  text-align: right;
}
.rtl .breadcrumbs .breadcrumb-links {
  text-align: left;
}
.breadcrumbs .breadcrumb-links > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb-links > li + li:before {
  color: #757575;
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 15px;
  font-size: 14px;
}
.breadcrumbs .breadcrumb-links > .active {
  color: #2038a6;
}
.breadcrumbs.light-style {
  color: #999999;
  border: 0px;
}
.breadcrumbs.light-style h2 {
  color: #fff;
}
.breadcrumbs.light-style .breadcrumb-links a {
  color: #999999;
}
.breadcrumbs.light-style .breadcrumb-links a:hover {
  color: #2038a6;
}
.breadcrumbs.light-style .breadcrumb-links > li + li:before {
  color: #999999;
}
.breadcrumbs.light-style .breadcrumb-links > .active span {
  color: #fff;
  text-decoration: underline;
}

/* --- SCSS For Buttons --- */
.btn {
  border-width: 1px;
}

.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #FFFFFF;
  background-color: #2038a6;
  border-color: #2038a6;
}
.open .btn-outline-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2038a6;
  border-color: #2038a6;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #FFF;
  background-color: #2038a6;
  border-color: #2038a6;
}
.open .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #2038a6;
  border-color: #2038a6;
}
.btn-outline-dark:active, .btn-outline-dark.active {
  background-image: none;
}
.open .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
.btn-outline-dark.disabled, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled:active, .btn-outline-dark.disabled.active, .btn-outline-dark[disabled], .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled]:active, .btn-outline-dark[disabled].active, fieldset[disabled] .btn-outline-dark, fieldset[disabled] .btn-outline-dark:hover, fieldset[disabled] .btn-outline-dark:focus, fieldset[disabled] .btn-outline-dark:active, fieldset[disabled] .btn-outline-dark.active {
  background-color: transparent;
  border-color: #000;
}
.btn-outline-dark .badge {
  color: transparent;
  background-color: #000;
}

.btn-inverse-light {
  color: #333;
  background-color: #FFFFFF;
  border-color: #FFF;
}
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: #FFFFFF;
  border-color: #FFF;
}
.btn-inverse-light .badge {
  color: #FFFFFF;
  background-color: #333;
}

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
.btn-outline.btn-default {
  color: #000;
}
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
.btn-outline.btn-primary {
  color: #333;
}
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
.btn-outline.btn-success {
  color: #2038a6;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
.btn-outline.btn-info {
  color: #04adf0;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
.btn-outline.btn-danger {
  color: #e93434;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
.btn-outline.btn-warning {
  color: #f0c73b;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

.btn-inverse.btn-primary:hover {
  color: #333;
  background: transparent;
}
.btn-inverse.btn-success:hover {
  color: #2038a6;
  background: transparent;
}
.btn-inverse.btn-info:hover {
  color: #04adf0;
  background: transparent;
}
.btn-inverse.btn-danger:hover {
  color: #e93434;
  background: transparent;
}
.btn-inverse.btn-warning:hover {
  color: #f0c73b;
  background: transparent;
}

.btn-3d {
  border: 0;
  border: 0;
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  border: 0;
  border: 0;
}
.btn-3d.btn-lg, .btn-group-lg > .btn-3d.btn {
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-sm, .btn-group-sm > .btn-3d.btn {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-xs, .btn-group-xs > .btn-3d.btn {
  box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
}

/* --- SCSS For Divider --- */
[class*="hr-"] {
  min-height: 1px;
}

.hr-dashed {
  border-top: 1px dashed #eeeeee;
}

.hr-dotted {
  border-top: 1px dotted #eeeeee;
}

.hr-double {
  border-top: 3px double #eeeeee;
}

.hr-double-dashed {
  border-top: 1px dashed #eeeeee;
  position: relative;
}
.hr-double-dashed:before {
  border-top: 1px dashed #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

.hr-double-dotted {
  border-top: 1px dotted #eeeeee;
  position: relative;
}
.hr-double-dotted:before {
  border-top: 1px dotted #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

/* --- SCSS For Heading --- */
@media (max-width: 797px) {
  .heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.heading.heading-v1 {
  position: relative;
  padding: 50px;
  overflow: hidden;
}
.heading.heading-v1 .heading-inner {
  position: relative;
  padding-top: 30px;
}
.heading.heading-v1 .heading-inner:before {
  width: 50px;
  height: 4px;
  content: "";
  position: absolute;
  background: #2038a6;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.heading.heading-v1 .icon {
  display: block;
}
.heading.heading-v1 h2 {
  margin: 5px 0;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: -2px;
}
.heading.heading-v1 .subheading {
  font-size: 12px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  display: block;
  letter-spacing: 2px;
}
.heading.heading-v1.separator_align_right h2 {
  float: right;
}
.heading.heading-v1.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.heading.heading-v1.separator_align_left .heading-inner:before {
  margin-left: 0;
  left: 0;
}
.heading.heading-v1.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}
.heading.heading-v1.light-style .heading-inner:before {
  background: #FFF;
}
.heading.heading-v1.light-style .heading-inner > * {
  color: #FFF;
}
.heading.heading-v1.light-style.separator_align_center .heading-inner:after {
  content: none;
}
.heading.heading-v2, .heading.heading-v3 {
  padding-top: 40px;
}
.heading.heading-v2 .heading-inner, .heading.heading-v3 .heading-inner {
  padding-top: 0;
}
.heading.heading-v2 .heading-inner:before, .heading.heading-v3 .heading-inner:before {
  content: none !important;
}
.heading.heading-v2 .icon, .heading.heading-v3 .icon {
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2038a6;
  position: relative;
}
.heading.heading-v2 .icon:after, .heading.heading-v3 .icon:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 500px;
  background: #e5e5e5;
  bottom: 100%;
  left: 50%;
  z-index: 1;
}
.heading.heading-v3 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.heading.heading-v3 .heading-inner:after, .heading.heading-v3 .icon:after {
  content: none !important;
}
.heading.heading-v4 {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
.heading.heading-v4 .heading-inner {
  padding-top: 25px;
}
.heading.heading-v4 .heading-inner h2 {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
}
.heading.heading-v5 {
  padding-top: 50px;
}
.heading.heading-v5 .heading-inner:after {
  content: "" !important;
}
.heading.heading-v5 .heading-inner:before {
  background: #2038a6 !important;
}

/****************************************************************
  Testimonial
*****************************************************************/
.wpo-testimonial.slide .testimonials-avatar {
  display: none;
}
.wpo-testimonial.slide .testimonials-quote {
  font-size: 30px;
  font-weight: 100;
  line-height: 48px;
}
.wpo-testimonial.slide .name {
  font-size: 18px;
  font-weight: 700;
}
.wpo-testimonial.slide .job {
  font-size: 12px;
  font-weight: 900;
  color: #2038a6;
  text-transform: uppercase;
}
.wpo-testimonial.slide.light-style .testimonials-quote {
  color: #FFF;
}
.wpo-testimonial.slide.light-style .name {
  color: #FFF;
}
.wpo-testimonial.grid .item-grid .testimonials-quote, .wpo-testimonial.avatar-v3 .item-grid .testimonials-quote {
  font-size: 18px;
  color: #000;
  padding: 30px;
  border: 1px solid #e5e5e5;
  font-weight: 300;
}
.wpo-testimonial.grid .item-grid .testimonials-profile, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
}
.wpo-testimonial.grid .item-grid .testimonials-profile:after, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #000;
  top: -20px;
  left: 0;
  z-index: 1;
}
.wpo-testimonial.grid .item-grid .testimonials-profile .right, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile .right {
  padding-right: 70px;
}
.wpo-testimonial.grid .item-grid .testimonials-profile .right .name, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile .right .name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 5px 0;
}
.wpo-testimonial.grid .item-grid .testimonials-profile .right .job, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #2038a6;
  text-transform: uppercase;
}
.wpo-testimonial.grid .item-grid .testimonials-profile .left, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile .left {
  display: inline-block;
  float: right;
}
.wpo-testimonial.grid .item-grid .testimonials-profile .left img, .wpo-testimonial.avatar-v3 .item-grid .testimonials-profile .left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: auto;
}
.wpo-testimonial.avatar-v3 .item-grid {
  padding: 0 10%;
}
@media (max-width: 1021px) {
  .wpo-testimonial.avatar-v3 .item-grid {
    padding: 0 5%;
  }
}
.wpo-testimonial.left {
  text-align: left;
}
.wpo-testimonial.left .testimonials-quote {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 36px;
}
.wpo-testimonial.left .testimonials-profile {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.wpo-testimonial.left .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
}
.wpo-testimonial.left .testimonials-profile .name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 5px 0;
}
.wpo-testimonial.left .testimonials-profile .job {
  font-size: 12px;
  font-weight: 900;
  color: #2038a6;
  text-transform: uppercase;
}
.wpo-testimonial.left .owl-controls {
  text-align: left;
}
.wpo-testimonial.left .owl-controls .owl-pagination {
  display: inline-block;
}
.wpo-testimonial.left.light-style .testimonials-body {
  color: #FFF;
}
.wpo-testimonial.left.light-style .testimonials-profile {
  margin-top: 80px;
}
.wpo-testimonial.left.light-style .testimonials-profile:after {
  background: #FFF;
}
.wpo-testimonial.left.light-style .owl-controls {
  padding-top: 10px;
}
.wpo-testimonial.left.light-style .testimonials-quote {
  font-weight: 100;
  font-size: 24px;
  color: #d8d8d8;
}
.wpo-testimonial.left.light-style .name {
  color: #FFF;
}
.wpo-testimonial.left.light-style .job {
  color: #d8d8d8;
  font-weight: 400;
}
.wpo-testimonial.avatar-right .testimonials-quote p {
  font-weight: 100;
  font-size: 24px;
  text-align: left;
}
.wpo-testimonial.avatar-right .name {
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 0;
}
.wpo-testimonial.avatar-right .job {
  color: #F2D61B;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}
.wpo-testimonial.avatar-right .testimonials-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #F2D61B;
}
.wpo-testimonial.avatar-right .owl-controls {
  text-align: right;
}
.wpo-testimonial.avatar-right .owl-controls .owl-pagination {
  display: inline-block;
  padding-right: 65px;
}
.wpo-testimonial.avatar-right.light-style .testimonials-quote p {
  color: #FFF;
}

/****************************************************************
  OWL Carousel
****************************************************************/
.owl-carousel-play {
  background: transparent !important;
  position: relative;
}
.owl-carousel-play .owl-carousel {
  background: none;
}
.owl-carousel-play .carousel-control {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  width: 45px;
  height: 45px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 14px;
}
.owl-carousel-play .carousel-control.left {
  left: 0;
}
.owl-carousel-play .carousel-control.right {
  right: 0;
}
.owl-carousel-play .owl-controls .owl-pagination > .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-carousel-play .owl-controls .owl-pagination > .owl-page.active span {
  width: 14px;
  height: 14px;
  background: transparent;
  border-color: #000;
  margin-bottom: -2px;
}

.light-style .owl-carousel-play .owl-controls .owl-pagination > .owl-page span {
  background: #FFF;
}
.light-style .owl-carousel-play .owl-controls .owl-pagination > .owl-page.active span {
  background: transparent;
  border-color: #FFF;
}

/**
 * VC internal Elements
 */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_row {
  margin-bottom: 35px;
}

.wpb-container {
  position: relative;
}
.wpb-container.row-skew {
  background: transparent;
  pointer: relative;
  z-index: 999;
  overflow: visible !important;
}
.wpb-container.row-skew > .wpb-container-inner {
  position: relative;
}
.wpb-container.row-skew > .wpb-container-inner:before {
  content: "";
  position: absolute;
  top: -105px;
  bottom: -100px;
  background: #FFF;
  width: 100%;
  transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -webkit-transform: skew(0deg, -6deg);
}

.ui-widget {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

.row-skew-left:after {
  width: 20%;
  height: 65px;
  content: "";
  left: 0;
  bottom: -35px;
  position: absolute;
  background: #FFF;
  transform: skew(0, 10deg);
  -ms-transform: skew(0, 10deg);
  -webkit-transform: skew(0, 10deg);
  z-index: 9999;
}
.row-skew-left:before {
  width: 100%;
  height: 110px;
  content: "";
  right: 0;
  bottom: -68px;
  position: absolute;
  background: #FFF;
  transform: skew(0, -4deg);
  -ms-transform: skew(0, -4deg);
  -webkit-transform: skew(0, -4deg);
  z-index: 9999;
}

.row-skew-right:after {
  width: 30%;
  height: 65px;
  content: "";
  right: 0;
  bottom: -40px;
  position: absolute;
  background: #FFF;
  transform: skew(0, -7deg);
  -ms-transform: skew(0, -7deg);
  -webkit-transform: skew(0, -7deg);
  z-index: 9999;
}
.row-skew-right:before {
  width: 100%;
  height: 80px;
  content: "";
  left: 0;
  bottom: -50px;
  position: absolute;
  background: #FFF;
  transform: skew(0, 3deg);
  -ms-transform: skew(0, 3deg);
  -webkit-transform: skew(0, 3deg);
  z-index: 9999;
}

@media (max-width: 1021px) {
  .col-skew {
    background: #F6F6F6;
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.col-skew:before {
  content: "";
  position: absolute;
  top: -205px;
  bottom: -205px;
  right: -600px;
  left: -20px;
  background: #F6F6F6;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
}
@media (max-width: 1021px) {
  .col-skew:before {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
}

.cols-no-padding > div[class*='col-'], .cols-no-padding > div[class^='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cols-border > div > div[class*='col-'], .cols-border > div > div[class^='col-'] {
  position: relative;
  padding: 80px 30px;
}
@media (max-width: 1021px) {
  .cols-border > div > div[class*='col-'], .cols-border > div > div[class^='col-'] {
    padding: 80px 30px;
  }
}
@media (max-width: 797px) {
  .cols-border > div > div[class*='col-'], .cols-border > div > div[class^='col-'] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cols-border > div > div[class*='col-']:last-child:after, .cols-border > div > div[class^='col-']:last-child:after {
  content: none;
}
.cols-border > div > div[class*='col-']:after, .cols-border > div > div[class^='col-']:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 800px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 9;
  display: block;
}

.cols-border > div[class*='col-'], .cols-border > div[class^='col-'] {
  position: relative;
  padding: 80px 30px;
}
@media (max-width: 1021px) {
  .cols-border > div[class*='col-'], .cols-border > div[class^='col-'] {
    padding: 80px 30px;
  }
}
@media (max-width: 797px) {
  .cols-border > div[class*='col-'], .cols-border > div[class^='col-'] {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 0px 30px 20px;
  }
  .cols-border > div[class*='col-']:first-child, .cols-border > div[class^='col-']:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .cols-border > div[class*='col-']:last-child, .cols-border > div[class^='col-']:last-child {
    padding-bottom: 40px;
  }
}
.cols-border > div[class*='col-']:last-child:after, .cols-border > div[class^='col-']:last-child:after {
  content: none;
}
.cols-border > div[class*='col-']:after, .cols-border > div[class^='col-']:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 800px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 9;
  display: block;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

/*=================================================
  Tabs
=================================================*/
.wpb_tabs .wpb_tabs_nav {
  width: 100%;
  margin-bottom: 25px !important;
}
.wpb_tabs .wpb_tabs_nav > li {
  margin: 0 !important;
}
.wpb_tabs .wpb_tab {
  background: none !important;
  padding: 0 !important;
}
@media (max-width: 1229px) {
  .wpb_tabs .panel_wapper .container {
    width: 100%;
  }
}
.wpb_tabs.style-1 {
  background: #FFF;
}
.wpb_tabs.style-1 .wpb_tabs_nav {
  border: none;
}
.wpb_tabs.style-1 .wpb_tabs_nav li {
  white-space: normal;
  border: none;
  border-left: 1px solid #DDD;
  text-align: center;
  background: #F5F5F5 !important;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.wpb_tabs.style-1 .wpb_tabs_nav li:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  background: #2038a6;
  z-index: 9;
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1229px) {
  .wpb_tabs.style-1 .wpb_tabs_nav li {
    padding: 30px 10px;
  }
}
@media (max-width: 1021px) {
  .wpb_tabs.style-1 .wpb_tabs_nav li {
    width: 50% !important;
  }
}
.wpb_tabs.style-1 .wpb_tabs_nav li.ui-tabs-active, .wpb_tabs.style-1 .wpb_tabs_nav li:active, .wpb_tabs.style-1 .wpb_tabs_nav li:focus, .wpb_tabs.style-1 .wpb_tabs_nav li:hover {
  cursor: pointer;
}
.wpb_tabs.style-1 .wpb_tabs_nav li.ui-tabs-active i, .wpb_tabs.style-1 .wpb_tabs_nav li:active i, .wpb_tabs.style-1 .wpb_tabs_nav li:focus i, .wpb_tabs.style-1 .wpb_tabs_nav li:hover i {
  color: #2038a6;
}
.wpb_tabs.style-1 .wpb_tabs_nav li.ui-tabs-active:after, .wpb_tabs.style-1 .wpb_tabs_nav li:active:after, .wpb_tabs.style-1 .wpb_tabs_nav li:focus:after, .wpb_tabs.style-1 .wpb_tabs_nav li:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpb_tabs.style-1 .wpb_tabs_nav li.ui-tabs-active a, .wpb_tabs.style-1 .wpb_tabs_nav li:active a, .wpb_tabs.style-1 .wpb_tabs_nav li:focus a, .wpb_tabs.style-1 .wpb_tabs_nav li:hover a {
  color: #000;
}
.wpb_tabs.style-1 .wpb_tabs_nav li a {
  width: 100%;
  border: none;
  padding: 100px 20px;
  margin: 0;
  position: relative;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #bbbbbb;
}
@media (max-width: 1021px) {
  .wpb_tabs.style-1 .wpb_tabs_nav li a {
    padding: 40px 10px;
  }
}
.wpb_tabs.style-1 .wpb_tabs_nav li a i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 48px;
  margin-bottom: 15px;
  color: #bbbbbb;
}
.wpb_tabs.style-1 .wpb_tabs_nav li a:hover, .wpb_tabs.style-1 .wpb_tabs_nav li a:focus, .wpb_tabs.style-1 .wpb_tabs_nav li a:active {
  background: none !important;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #000;
}
.wpb_tabs.style-1 .wpb_tabs_nav li a:hover i, .wpb_tabs.style-1 .wpb_tabs_nav li a:focus i, .wpb_tabs.style-1 .wpb_tabs_nav li a:active i {
  color: #2038a6;
}
.wpb_tabs.style-1 .wpb_tabs_nav li:first-child {
  border: none;
}
.wpb_tabs.style-1 .wpb_tab {
  margin: 75px 0 100px;
}

/*===============================================
  Accordion
===============================================*/
.vc_tta-accordion.skew .vc_tta-panel-heading {
  background: transparent !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vc_tta-accordion.skew .vc_tta-panel-heading a {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  color: #000 !important;
  padding-left: 65px !important;
  background: none;
}
.vc_tta-accordion.skew .vc_tta-panel-heading a i {
  left: 15px !important;
}
.vc_tta-accordion.skew .vc_tta-panel-heading a i:after {
  border-color: #000 !important;
}
.vc_tta-accordion.skew .vc_tta-panel-heading a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #E6E6E6;
  width: 15px;
  height: 100%;
}
.vc_tta-accordion.skew .vc_tta-panel-heading a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  background: #E6E6E6;
  width: 50px;
  height: 100%;
  transform: skew(-26deg, 0deg);
  -ms-transform: skew(-26deg, 0deg);
  -webkit-transform: skew(-26deg, 0deg);
}
.vc_tta-accordion.skew .vc_tta-panel-body {
  background: transparent !important;
}
.vc_tta-accordion.skew .vc_active .vc_tta-panel-heading a {
  background: #1D3466;
}
.vc_tta-accordion.skew .vc_active .vc_tta-panel-heading a span {
  color: #FFF !important;
}
.vc_tta-accordion.skew .vc_active .vc_tta-panel-heading a .vc_tta-controls-icon:after {
  border-color: #FFF !important;
}
.vc_tta-accordion.skew .vc_active .vc_tta-panel-heading a:after, .vc_tta-accordion.skew .vc_active .vc_tta-panel-heading a:before {
  background: #2038a6;
}
.vc_tta-accordion.skew .vc_tta-panel {
  margin-bottom: 5px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 10px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-heading {
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background: #F6F6F6 !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-heading a span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-body {
  background: #FFF !important;
  padding: 20px 0 !important;
  border: none !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading {
  background: #2038a6 !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading a, .vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading span {
  color: #FFF !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
  border-color: #FFF !important;
}

/*===============================================
   Post List Element
================================================*/
.posts-list .post {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.posts-list .post .entry-title {
  font-size: 16px;
}
.posts-list .post .entry-meta-2, .posts-list .post .entry-meta {
  font-size: 12px;
  font-weight: 300;
}
.posts-list.list-no-image.list-special .post {
  border: none;
  position: relative;
  padding-left: 70px;
}
.posts-list.list-no-image.list-special .post .bull {
  position: absolute;
  top: 8px;
  left: -22px;
  width: 16px;
  height: 16px;
  background: #2038a6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 9;
}
.posts-list.list-no-image.list-special .post .bull:after {
  content: "";
  width: 24px;
  height: 24px;
  top: -4px;
  left: -4px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
.posts-list.list-no-image.list-special .post .entry-title a {
  font-size: 24px;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.posts-list.list-no-image.list-special .post .entry-title a:hover {
  color: #2038a6 !important;
}
.posts-list.list-no-image.list-special.default .post {
  padding-left: 0;
}
.posts-list.list-no-image.list-special.default .entry-title {
  margin-top: 0;
}
.posts-list.list-no-image.list-special.default .entry-title a {
  font-size: 24px;
  color: #000;
}
.posts-list.list-no-image.list-special.default .entry-title a:hover {
  color: #2038a6;
}

.light-style .posts-list .post {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.light-style .posts-list .post .entry-title a {
  color: #FFF !important;
}
.light-style .posts-list .post .entry-meta-2 a, .light-style .posts-list .post .entry-meta a {
  color: #2038a6 !important;
}

/*=================================================
   Box info
==================================================*/
.wpo-box-info {
  padding: 0 !important;
}
.wpo-box-info .column {
  min-height: 290px;
}
.wpo-box-info .column.heading {
  padding-right: 30px;
  padding-bottom: 0;
}

/*================================================
  vc vertical tabs
=================================================*/
.wpb_tour ul.wpb_tabs_nav {
  width: 25%;
  border: none !important;
}
@media (max-width: 1021px) {
  .wpb_tour ul.wpb_tabs_nav {
    width: 100%;
  }
}
.wpb_tour ul.wpb_tabs_nav > li {
  margin: 0 !important;
  border: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.wpb_tour ul.wpb_tabs_nav > li > a {
  border: none;
  padding: 15px !important;
  background: #FFF;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-right: 5px solid transparent;
  margin: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpb_tour ul.wpb_tabs_nav > li.ui-state-active > a, .wpb_tour ul.wpb_tabs_nav > li.ui-state-hover > a {
  background: #F5F5F5;
  border-right-color: #000;
}
.wpb_tour div.panel_wapper {
  width: 75%;
  float: right;
  border: 1px solid #e5e5e5;
  padding: 55px;
}
@media (max-width: 1021px) {
  .wpb_tour div.panel_wapper {
    width: 100%;
  }
}
.wpb_tour div.panel_wapper > div.wpb_tab {
  width: 100% !important;
}
.wpb_tour div.panel_wapper .wpb_tour_next_prev_nav {
  margin: 0;
  width: 100%;
  display: none;
}

/*========================================================
  Box Hover 
========================================================*/
.wpo-box-hover {
  position: relative;
  background: #F5F5F5;
  padding: 85px 0;
}
.wpo-box-hover .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpo-box-hover .front .icon {
  min-height: 60px;
}
.wpo-box-hover .front h2 {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
}
.wpo-box-hover .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpo-box-hover .back .content {
  color: #FFF;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpo-box-hover:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.wpo-box-hover:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*===================================================
  Portfolio
=====================================================*/
.wpo-portfolio.display-style-v2 .heading {
  padding-right: 30px;
  min-height: 292px;
}
.wpo-portfolio.display-style-v2 .wpo-filter {
  padding-top: 125px;
}
.wpo-portfolio.display-style-v2 #filters {
  background: #353535;
  margin-bottom: 30px !important;
}

/*===================================================
 MailChimp
====================================================*/
.mc4wp-form .content-form .input-form {
  margin-top: 30px;
}
.mc4wp-form .content-form .input-form input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  border: none;
  border-bottom: 3px solid #FFF;
  color: #FFF;
  position: relative;
}
.mc4wp-form .content-form .input-form input:focus {
  border-bottom-color: #2038a6;
}
.mc4wp-form .content-form .button-submit {
  margin-top: 20px;
}
.mc4wp-form .content-form .button-submit input {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px 0;
}

.newsletter-v2 {
  padding: 60px 0 30px;
}
.newsletter-v2 .description {
  width: 40%;
  float: left;
  margin-top: 15px;
}
@media (max-width: 1021px) {
  .newsletter-v2 .description {
    width: 100%;
  }
}
.newsletter-v2 .description .title {
  display: block !important;
  visibility: visible !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #000000;
}
.newsletter-v2 .description .content {
  font-size: 14px;
}
.newsletter-v2 .content-form {
  width: 60%;
  float: left;
}
@media (max-width: 1021px) {
  .newsletter-v2 .content-form {
    width: 100%;
  }
}
.newsletter-v2 .content-form .input-form {
  width: 70%;
  float: left;
  padding-right: 20px;
  margin-top: 15px;
}
.newsletter-v2 .content-form .input-form #mc4wp_email {
  border-bottom-color: #000;
}
.newsletter-v2 .content-form .input-form #mc4wp_email:focus {
  border-bottom-color: #2038a6;
}
.newsletter-v2 .content-form .button-submit {
  width: 30%;
  float: left;
  margin-top: 12px;
}

/*==============================================
  Feature Box
================================================*/
.wpo-feature-box .fbox-content .fbox-body h4 {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.wpo-feature-box .fbox-content .description {
  font-size: 14px;
  line-height: 24px;
  padding: 0 30px;
}
@media (max-width: 1021px) {
  .wpo-feature-box .fbox-content .description {
    padding: 0 10px;
  }
}
.wpo-feature-box.light-style .fbox-body h4 {
  color: #2038a6;
}
.wpo-feature-box.light-style .description {
  color: #FFF;
}
.wpo-feature-box.icon-right {
  margin-bottom: 80px !important;
}
.wpo-feature-box.icon-right .fbox-image, .wpo-feature-box.icon-right .fbox-icon {
  float: right;
  width: 50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #FFF;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.wpo-feature-box.icon-right .fbox-image:after, .wpo-feature-box.icon-right .fbox-icon:after {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  content: "";
}
.wpo-feature-box.icon-right .fbox-body h4 {
  margin-bottom: 10px;
}
.wpo-feature-box.icon-right .fbox-content {
  padding-right: 120px;
  text-align: right;
}
.wpo-feature-box.icon-right .fbox-content .description {
  padding: 0;
  font-size: 16px;
}
.wpo-feature-box.icon-right.special-right {
  margin-right: -50px;
}
@media (max-width: 797px) {
  .wpo-feature-box.icon-right.special-right {
    margin-right: 0;
  }
}
.wpo-feature-box.icon-top-center {
  text-align: center;
}
.wpo-feature-box.icon-top-left {
  position: relative;
}
.wpo-feature-box.icon-top-left .fbox-image {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -12px;
  left: 0;
  z-index: 1;
  text-align: center;
}
.wpo-feature-box.icon-top-left .fbox-body h4 {
  padding-left: 40px;
}
.wpo-feature-box.icon-top-left .description {
  padding: 10px 0 0;
}
.wpo-feature-box.icon-top-left.v2 .fbox-image {
  position: static;
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
}
.wpo-feature-box.icon-top-left.v2 .fbox-body h4 {
  padding: 15px 0 0 !important;
  margin-bottom: 10px;
}
.wpo-feature-box.icon-top-left.v3 {
  margin: 0 10%;
}
@media (max-width: 1021px) {
  .wpo-feature-box.icon-top-left.v3 {
    margin: 0 20px;
  }
}
.wpo-feature-box.icon-top-left.v3 .fbox-image {
  width: 50px;
  height: auto;
  float: left;
  padding-top: 10px;
}
.wpo-feature-box.icon-top-left.v3 .fbox-content {
  padding-left: 60px;
}
.wpo-feature-box.icon-top-left.v3 .fbox-content .fbox-body h4 {
  padding: 0;
  margin: 0;
}
.wpo-feature-box.icon-top-left.v3 .fbox-content .description {
  font-size: 16px;
  line-height: 30px;
}
.wpo-feature-box.icon-top-left.v4 {
  padding: 30px !important;
  background: #FAFAFA;
  margin-bottom: 30px;
}
.wpo-feature-box.icon-top-left.v4 .fbox-image {
  top: 32px !important;
  left: 25px !important;
}

/*********************************************/
/* Block color
/*********************************************/
.wpo-box-color {
  overflow: hidden;
}
@media (max-width: 797px) {
  .wpo-box-color {
    margin-bottom: 30px;
  }
}
.wpo-box-color .content {
  padding: 30px 30px 50px;
  position: relative;
}
.wpo-box-color .content .cross {
  display: block;
  width: 112%;
  height: 30px;
  top: -15px;
  left: -10%;
  background: #FFF;
  -webkit-transform: rotate(356deg);
  -ms-transform: rotate(356deg);
  -o-transform: rotate(356deg);
  transform: rotate(356deg);
  position: absolute;
  z-index: 1;
}
@media (max-width: 797px) {
  .wpo-box-color .content .cross {
    display: none;
  }
}
.wpo-box-color .content .title {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}
.wpo-box-color .content .desc {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 30px;
}
.wpo-box-color .content .read-more a {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpo-box-color .content .read-more a i {
  margin-left: 5px;
}
.wpo-box-color .content .read-more a:hover {
  color: #000;
}
.wpo-box-color.style-v1 .image {
  overflow: hidden;
}
.wpo-box-color.style-v1 .image img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpo-box-color.style-v1:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wpo-box-color.style-v2 {
  background: #FFF;
  margin-top: -45px;
  margin-bottom: 60px !important;
}
.wpo-box-color.style-v2:hover .icon .fa {
  -webkit-animation: toTopFromBottom .5s ease-out;
  -moz-animation: toTopFromBottom .5s ease-out;
  animation: toTopFromBottom .5s ease-out;
}
.wpo-box-color.style-v2 .content-inner {
  border-top: 3px solid #2038a6;
}
.wpo-box-color.style-v2 .image {
  position: relative;
}
.wpo-box-color.style-v2 .image .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 42px;
  background: #2038a6;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
.wpo-box-color.style-v2 .image .icon i {
  padding-left: 10px;
  position: relative;
  z-index: 99;
}
.wpo-box-color.style-v2 .image .icon .cross {
  width: 20px;
  height: 62px;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  -o-transform: rotate(23deg);
  transform: rotate(23deg);
  position: absolute;
  right: -15px;
  top: -21px;
  z-index: 1;
  background: #2038a6;
}
.wpo-box-color.style-v2 .title {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
.wpo-box-color.style-v2 .content {
  padding: 25px;
}
.wpo-box-color.style-v2 .desc {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
}
.wpo-box-color.style-v2 .read-more a {
  color: #000;
}
.wpo-box-color.style-v2 .read-more a i {
  color: #2038a6 !important;
}

/*********************************************/
/* Counters
/********************************************/
.wpo-counters {
  padding: 30px 0;
  text-align: center;
}
.wpo-counters .counter {
  font-size: 36px;
  font-weight: 900;
  color: #000;
}
.wpo-counters h5 {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
  margin-top: 0;
}
.wpo-counters h5:after {
  width: 50px;
  height: 4px;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  background: #2038a6;
}

/*********************************************/
/* Grid Posts
/*********************************************/
.wpo-grid-posts .posts-grid .entry-content {
  padding: 30px;
}
.wpo-grid-posts .posts-grid .entry-title {
  margin: 0;
}
.wpo-grid-posts .posts-grid .entry-title a {
  font-size: 24px;
  color: #000;
}
@media (max-width: 1021px) {
  .wpo-grid-posts .posts-grid .entry-title a {
    font-size: 18px;
  }
}
.wpo-grid-posts .posts-grid .entry-title a:hover {
  color: #2038a6;
}
.wpo-grid-posts .posts-grid .entry-meta {
  margin-top: 15px;
}
.wpo-grid-posts .posts-grid.default .entry-thumb {
  margin-bottom: 0;
}
.wpo-grid-posts .posts-grid.default .entry-meta {
  overflow: visible;
}
.wpo-grid-posts .posts-grid.default .entry-create {
  position: relative;
  padding: 5px 0;
}
.wpo-grid-posts .posts-grid.default .entry-create:before, .wpo-grid-posts .posts-grid.default .entry-create:after {
  content: "";
  left: -30px;
  right: -30px;
  width: auto;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  z-index: 10;
}
.wpo-grid-posts .posts-grid.default .entry-create:after {
  top: 0;
}
.wpo-grid-posts .posts-grid.default .entry-create:before {
  bottom: 0;
}
.wpo-grid-posts .posts-grid.default .entry-content {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.wpo-grid-posts .posts-grid.v2 .entry-thumb {
  position: relative;
}
.wpo-grid-posts .posts-grid.v2 .entry-thumb .entry-content {
  position: absolute;
  bottom: 0;
  left: 135px;
  right: 0;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  border: none !important;
  padding: 36px 0 0 40px;
}
.wpo-grid-posts .posts-grid.v2 .entry-thumb .entry-content .entry-date {
  background: #F2D61B;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -30px;
  padding: 6px 15px;
  text-transform: uppercase;
}
.wpo-grid-posts .posts-grid.v2 .entry-thumb .entry-content .content-inner {
  position: relative;
  padding: 30px 30px 25px;
  height: 100%;
  background: #FFF;
}
.wpo-grid-posts .posts-grid.v2 .entry-thumb .entry-content .content-inner:after {
  position: absolute;
  left: -18px;
  top: 3px;
  content: "";
  width: 40px;
  height: 110%;
  background: #FFF;
  z-index: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.wpo-grid-posts .posts-grid.v2 .entry-description {
  color: #FFF;
  margin-top: 30px;
}
.wpo-grid-posts .posts-grid.v3 .post {
  margin-bottom: 0;
}
.wpo-grid-posts .posts-grid.v3 .entry-description {
  display: none;
}
.wpo-grid-posts .posts-grid.v3 .entry-thumb {
  position: relative;
  margin-bottom: 0;
}
.wpo-grid-posts .posts-grid.v3 .entry-date {
  position: absolute;
  top: 10px;
  left: 0;
  height: 35px;
  width: auto;
  background: #2038a6;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 99;
  display: inline-block;
  padding: 8px 8px 0 10px;
}
.wpo-grid-posts .posts-grid.v3 .entry-date:after {
  position: absolute;
  right: -12px;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  background: #2038a6;
  z-index: 1;
  transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -webkit-transform: skew(-25deg, 0deg);
  z-index: 1;
}
.wpo-grid-posts .posts-grid.v3 .entry-content {
  border: none;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 transparent;
}
.wpo-grid-posts .posts-grid.v3 .entry-content .entry-title a {
  color: #FFF;
  line-height: 30px;
  font-size: 24px;
}
.wpo-grid-posts .posts-grid.v3 .entry-content .entry-title a:hover {
  color: #2038a6;
}
.wpo-grid-posts .posts-grid.v4 .entry-content {
  border: none;
  padding: 0;
  background: transparent !important;
}
.wpo-grid-posts .posts-grid.v4 .row .post {
  padding: 120px 150px;
}
@media (max-width: 1021px) {
  .wpo-grid-posts .posts-grid.v4 .row .post {
    padding: 30px;
  }
}
.wpo-grid-posts .posts-grid.v4 .row .post .entry-meta .entry-category a {
  color: #000;
}
.wpo-grid-posts .posts-grid.v4 .row > div:first-child {
  border-right: 1px solid #e5e5e5;
}
.wpo-grid-posts .posts-grid.v5 .post {
  margin-bottom: 30px;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-title a {
  font-weight: 400;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-content {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-content .entry-meta {
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-content .entry-meta:before {
  content: none;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-content .entry-meta a {
  color: #2038a6;
}
.wpo-grid-posts .posts-grid.v5 .post .entry-content .entry-meta a:hover {
  color: #000;
}

/*********************************************/
/* vc_cta 3
/********************************************/
.vc_cta3-container {
  margin-bottom: 0 !important;
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  background: #F2D61B !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  border: none !important;
  color: #000 !important;
  font-size: 12px !important;
}

.vc_general.vc_cta3 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 99;
  border: none !important;
}
.vc_general.vc_cta3.vc_cta3-style-custom {
  background-color: transparent !important;
}
.vc_general.vc_cta3.vc_cta3-actions-right {
  padding-top: 65px;
  padding-bottom: 65px;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
  width: 100% !important;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content h2 {
  margin: 0;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
  width: 25% !important;
  text-align: right;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  background: #353535;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions a:hover {
  color: #2038a6 !important;
}
.vc_general.vc_cta3 .vc_btn3-color-warning a {
  background: #F2D61B;
}
.vc_general.vc_cta3.style-2 {
  padding: 55px 0 45px;
}
.vc_general.vc_cta3.style-2 .vc_cta3-content-header h2 {
  font-size: 24px;
}

/****************************************************
  wpo Service Tabs
*****************************************************/
.wpo-service-tabs .nav-tabs {
  border: none !important;
}
.wpo-service-tabs .nav-tabs > li {
  width: 100%;
  margin: 0;
}
.wpo-service-tabs .nav-tabs > li a {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 42px 30px;
  border-bottom: 1px solid #e5e5e5 !important;
  margin: 0;
}
.wpo-service-tabs .nav-tabs > li a:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #F2D61B;
  right: 0;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wpo-service-tabs .nav-tabs > li a:hover {
  background: #2038a6 !important;
  color: #FFF;
}
.wpo-service-tabs .nav-tabs > li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpo-service-tabs .nav-tabs > li a img {
  margin-top: -10px;
  margin-right: 10px;
}
.wpo-service-tabs .nav-tabs > li:last-child > a {
  border: none !important;
}
.wpo-service-tabs .nav-tabs > li.active > a {
  background: #2038a6 !important;
  color: #FFF;
}
.wpo-service-tabs .nav-tabs > li.active > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpo-service-tabs .tab-pane {
  position: relative;
}
.wpo-service-tabs .tab-pane .desc {
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  background: transparent;
  overflow: hidden;
  width: 420px;
  padding-left: 50px;
}
.wpo-service-tabs .tab-pane .desc .desc-inner {
  position: relative;
  padding: 60px 30px;
  height: 100%;
  background: #FFF;
}
.wpo-service-tabs .tab-pane .desc .desc-inner:after {
  position: absolute;
  left: -30px;
  top: 0;
  content: "";
  width: 50px;
  height: 110%;
  background: #FFF;
  z-index: 1;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

/*****************************************************/
   /* Contact form 7
/*****************************************************/
.contact-footer .form-group textarea, .contact-footer .form-group input[type='text'], .contact-footer .form-group input[type='email'] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  background: transparent;
  border-bottom: 3px solid #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.35;
  -o-transition: all 0.35;
  transition: all 0.35;
}
.contact-footer .form-group textarea:focus, .contact-footer .form-group input[type='text']:focus, .contact-footer .form-group input[type='email']:focus {
  border-bottom-color: #2038a6;
}
.contact-footer .form-group textarea {
  margin-top: 50px;
}
.contact-footer .form-group .wpcf7-submit {
  float: right;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 35px;
  margin-top: 15px;
}
.contact-footer.v2 .heading {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
}
.contact-footer.v2 textarea, .contact-footer.v2 input[type='text'], .contact-footer.v2 input[type='email'] {
  border-bottom: 2px solid #000;
}
.contact-footer.v2 textarea {
  margin-top: 0;
}
.contact-footer.v2 input[type='submit'] {
  float: left;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.contact-footer.v2 input[type='submit']:hover {
  background: #ccc;
  border-color: #ccc;
}
.contact-footer.v2.light-style .heading {
  color: #FFF;
}
.contact-footer.v2.light-style textarea, .contact-footer.v2.light-style input[type='text'], .contact-footer.v2.light-style input[type='email'] {
  border-bottom-color: #FFF;
  color: #FFF;
}

/***************************************************/
/*  wpo Inforbox
/**************************************************/
.wpo-inforbox {
  background: #FFF;
  position: relative;
}
.wpo-inforbox .inforbox-bg {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2A3140;
}
@media (max-width: 1021px) {
  .wpo-inforbox .inforbox-bg {
    background: none !important;
  }
}
.wpo-inforbox.inforbox-align-right .inforbox-bg {
  left: 0;
  right: auto;
}
.wpo-inforbox .inforbox-left .inforbox-inner {
  padding: 50px;
  position: relative;
}
.wpo-inforbox .inforbox-left .inforbox-inner p {
  line-height: 30px;
}
.wpo-inforbox .inforbox-left .inforbox-inner:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #2038a6;
  position: absolute;
  top: 50px;
  left: 50px;
}
.wpo-inforbox .inforbox-right {
  min-height: 380px;
}
.wpo-inforbox.inforbox-align-right > div {
  float: right !important;
}

/*******************************************************/
/* WPO Information support 
/*******************************************************/
.wpo-information-support {
  padding: 40px 0 55px;
  position: relative;
}
.wpo-information-support:after {
  position: absolute;
  top: 0;
  right: -110px;
  height: 100%;
  width: 1200px;
  background: #1E3466;
  transform: skew(-26deg, 0deg);
  -ms-transform: skew(-26deg, 0deg);
  -webkit-transform: skew(-26deg, 0deg);
  z-index: 1;
}
.wpo-information-support .content-inner {
  position: relative;
  z-index: 99;
}
.wpo-information-support .information-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.wpo-information-support .information-heading .image {
  width: 70px;
  height: auto;
  float: left;
}
.wpo-information-support .information-heading .info {
  padding-left: 80px;
  padding-top: 10px;
}
.wpo-information-support .information-heading .info .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  color: #FFF;
}
.wpo-information-support .information-heading .info .phone {
  font-size: 24px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
}
.wpo-information-support .information-content {
  padding-left: 70px;
  line-height: 30px;
}
.wpo-information-support .information-content b {
  text-transform: uppercase;
  font-size: 12px;
}
.wpo-information-support.special-padding {
  padding-left: 50%;
}
@media (max-width: 1021px) {
  .wpo-information-support.special-padding {
    padding-left: 20px;
  }
}

.contact-information {
  text-align: right;
}
.contact-information .heading {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  padding-top: 35px;
}
.contact-information .heading:first-child {
  padding-top: 0;
}
.contact-information .phone {
  font-size: 24px;
  color: #2038a6;
}
.contact-information p {
  margin-bottom: 2px;
}
.contact-information .socials {
  margin-top: 50px;
}
.contact-information .socials > a {
  margin-left: 20px;
  color: #848484;
  font-size: 16px;
}
.contact-information .socials > a:hover {
  color: #2038a6;
}

.intro-padding > div > .wpb_wrapper {
  padding: 100px 100px 180px 20%;
}
@media (max-width: 1021px) {
  .intro-padding > div > .wpb_wrapper {
    padding: 30px;
  }
}

.column-content-padding > div > .wpb_wrapper {
  padding: 0 50px;
}
@media (max-width: 1021px) {
  .column-content-padding > div > .wpb_wrapper {
    padding: 0 30px;
  }
}

.wpo-company-info {
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-top: 30px;
}
.wpo-company-info .title {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 30px;
}
.wpo-company-info .content {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  padding-top: 15px;
}
.wpo-company-info .action a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
}
.wpo-company-info .action a i {
  margin-left: 5px;
}

.wpo-coming-soon .coming-soon-time {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}
.wpo-coming-soon .coming-soon-time .pts-countdown {
  display: inline-block;
}
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times {
  margin-top: 0;
}
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
  background: url(../../../images/bg-time.png) no-repeat transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  padding-top: 50px;
  float: left;
  color: #FFF;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 800;
  font-family: "Roboto";
  text-transform: none !important;
}
@media (max-width: 1021px) {
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
    width: 100px;
    height: 100px;
    background-size: contain;
    padding-top: 15px;
  }
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
    font-size: 24px !important;
  }
}
@media (max-width: 797px) {
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: 10px;
    font-size: 8px;
  }
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
    font-size: 18px !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  line-height: 1;
  position: relative;
  font-weight: 800;
}
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #FFF;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  position: absolute;
  z-index: 1;
}
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div:first-child {
  margin-left: 0;
}
.wpo-coming-soon.countdown-v2 {
  border-top: 2px solid #DFDEDC;
  border-bottom: 2px solid #DFDEDC;
}
.wpo-coming-soon.countdown-v2 .pts-countdown {
  display: inline-block;
}
.wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times {
  margin-top: 0;
}
.wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
  background: url(../../../images/bg-time-2.png) no-repeat transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media (max-width: 1021px) {
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
    width: 100px;
    height: 100px;
    background-size: contain;
    padding-top: 15px;
  }
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div b {
    font-size: 24px !important;
  }
}
@media (max-width: 797px) {
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: 10px;
    font-size: 8px;
  }
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div b {
    font-size: 18px !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.widget-brand-logo .item-brand img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100%);
}
.widget-brand-logo .item-brand:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.widget-brand-logo.border .widget-brand-content > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 10px !important;
}
.widget-brand-logo.border .widget-brand-content > .row .item-brand {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.widget-brand-logo.border .item-brand a {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
}
.widget-brand-logo.border .item-brand a:hover {
  border-color: #2038a6;
}

.return-top {
  text-align: center;
  margin-top: 30px;
}
.return-top a {
  display: inline-block;
}
.return-top .icon {
  font-size: 18px;
  display: block;
}
.return-top .title {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

.wpb_gmaps_widget iframe {
  pointer-events: none;
}

.vc_tta-container {
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-tabs-container {
  margin: 0 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs {
  background: #FFF !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li {
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background: #F5F5F5 !important;
  width: 25%;
  position: relative;
  border-right: 1px solid #e5e5e5 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li:last-child {
  border-right: none !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #2038a6;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li a {
  border: 0 !important;
  background: #F5F5F5 !important;
  padding: 100px 0 !important;
  width: 100%;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li a i {
  display: block !important;
  font-size: 48px !important;
  line-height: 48px !important;
  text-align: center !important;
  color: #bbbbbb !important;
  margin-bottom: 5px !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li a span {
  text-align: center !important;
  display: block !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb !important;
  margin: 0 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li.vc_active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li.vc_active > a {
  color: #2038a6 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li.vc_active > a i {
  color: #2038a6 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-list > li.vc_active > a span {
  color: #000 !important;
}
.vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels {
  padding: 90px 50px !important;
  background: #FFF !important;
}

.vc_gitem_row {
  text-align: center;
}

.vc_grid-item .vc_separator {
  display: none !important;
}

.vc_grid-item .vc_gitem-post-data {
  text-align: left !important;
}
