@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.html);
  src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.html?#iefix)
      format("embedded-opentype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-2.html) format("woff"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-3.html)
      format("truetype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular)
      format("svg");
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1096px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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: 1096px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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%;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio,
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label,
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .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: #8c8c8c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 72px;
  }
}
@-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;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    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;
  }
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1096px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
  }
}
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF265A88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}
.btn-primary:focus,
.btn-primary:hover {
  background-position: 0 -15px;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.img-thumbnail,
.thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  /*background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);*/
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #090909 0, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #090909 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
  }
}
.alert {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
}
.alert-info {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
}
.alert-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
}
.alert-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
}
.progress {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF286090', GradientType=0);
}
.progress-bar-success {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}
.progress-bar-info {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}
.progress-bar-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}
.progress-bar-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}
.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2B669A', GradientType=0);
}
.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF2E6DA4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
}
@media (min-width: 1600px) {
  .container {
    width: 1770px;
  }
}
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
  .xl-2-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.well-xl {
  padding: 36px;
  border-radius: 6px;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
    url(/assets/SourceSansPro-ExtraLight-13c41ca57fb9d3998312ecfa3acb8107.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
    url(/assets/SourceSansPro-Light-57f678f69735d32f77df2147271b7cb0.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
    url(/assets/SourceSansPro-Regular-d5b9c5f22e69b8f726483a2eb555b390.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"),
    url(/assets/SourceSansPro-Semibold-7aaa87f54e898d6264f9dbfb86fc6fed.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url(/assets/SourceSansPro-Bold-aa14ce468be7c1e564dcf0faff95e9d2.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
    url(/assets/SourceSansPro-Black-22f37e5c8f76d76396d2c4267ccaa53a.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"),
    url(/assets/SourceSansPro-LightIt-968dc2754d0aa97b93691843b15ae65e.woff)
      format("woff");
}
/* @font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-It"),
    url(assets/fonts/SourceSansPro-It.woff) format("woff");
} */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: local("Source Sans Pro Semibold Italic"),
    local("SourceSansPro-SemiboldIt"),
    url(/assets/SourceSansPro-SemiboldIt-58797399068650f5a25b47f90f7e4ef9.woff)
      format("woff");
}
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,
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: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
}
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;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
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[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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.html);
  src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.html?#iefix)
      format("embedded-opentype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-2.html) format("woff"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-3.html)
      format("truetype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c4c;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
}
a:focus,
a:hover {
  color: #2a6496;
}
a:focus {
  outline-offset: -2px;
}
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.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #8c8c8c;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 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 12px;
}
.lead {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.small,
small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
.mark,
mark {
  background-color: #f7b244;
  padding: 0.2em;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #8c8c8c;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #555c52;
}
a.text-success:hover {
  color: #3c413a;
}
.text-info {
  color: #6f7c84;
}
a.text-info:hover {
  color: #586268;
}
.text-warning {
  color: #65625d;
}
a.text-warning:hover {
  color: #4a4845;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #86df61;
}
a.bg-success:hover {
  background-color: #66d637;
}
.bg-info {
  background-color: #7cbfec;
}
a.bg-info:hover {
  background-color: #4fa9e6;
}
.bg-warning {
  background-color: #f7b244;
}
a.bg-warning:hover {
  background-color: #f59e13;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #e9e9e9;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 12px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dd,
dt {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .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[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #8c8c8c;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #8c8c8c;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e9e9e9;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
blockquote:after,
blockquote:before {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  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%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #4c4c4c;
  background-color: #f5f5f5;
  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:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1096px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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: 1096px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #86df61;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #76db4c;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #7cbfec;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #66b4e9;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #f7b244;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #f6a82c;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #4c4c4c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  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: #8c8c8c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8c8c8c;
}
.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e9e9e9;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  line-height: 38px;
  line-height: 1.5 \0;
}
.form-horizontal .form-group-sm input[type="date"].form-control,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.form-horizontal .form-group-sm input[type="month"].form-control,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
  line-height: 33px;
}
.form-horizontal .form-group-lg input[type="date"].form-control,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.form-horizontal .form-group-lg input[type="month"].form-control,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
input[type="date"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-horizontal .form-group-sm .form-control-static.form-control,
.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,
.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;
}
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-horizontal .form-group-sm select.form-control,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 33px;
  line-height: 33px;
}
.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-horizontal .form-group-lg .form-control,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.form-horizontal .form-group-lg select.form-control,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 49px;
  line-height: 49px;
}
.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.form-horizontal .form-group-lg .form-control + .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-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.form-horizontal .form-group-sm .form-control + .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-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #555c52;
}
.has-success .form-control {
  border-color: #555c52;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3c413a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #879183;
}
.has-success .input-group-addon {
  color: #555c52;
  border-color: #555c52;
  background-color: #86df61;
}
.has-success .form-control-feedback {
  color: #555c52;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #65625d;
}
.has-warning .form-control {
  border-color: #65625d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #4a4845;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #989590;
}
.has-warning .input-group-addon {
  color: #65625d;
  border-color: #65625d;
  background-color: #f7b244;
}
.has-warning .form-control-feedback {
  color: #65625d;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio,
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label,
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  border-color: #ccc;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #525252;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #6c6c6c;
  border-color: #ccc;
}
.btn-default .badge {
  color: #6c6c6c;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #e43725;
  border-color: #d62c1a;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf2718;
  border-color: #9f2114;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #e43725;
  border-color: #d62c1a;
}
.btn-primary .badge {
  color: #e43725;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  border-color: #396d67;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #305d57;
  border-color: #244541;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #427e77;
  border-color: #396d67;
}
.btn-success .badge {
  color: #427e77;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  border-color: #517c9e;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #486f8e;
  border-color: #3c5c76;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5d89ac;
  border-color: #517c9e;
}
.btn-info .badge {
  color: #5d89ac;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  border-color: #ef7f21;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e57211;
  border-color: #c4610e;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f18d38;
  border-color: #ef7f21;
}
.btn-warning .badge {
  color: #f18d38;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  border-color: #e43725;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #8c8c8c;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-xs > .btn,
.btn-xs {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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;
  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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4c;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #3f3f3f;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #8c8c8c;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  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.5;
  color: #8c8c8c;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  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="checkbox"],
[data-toggle="buttons"] > .btn > input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  line-height: 1;
  color: #6c6c6c;
  text-align: center;
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-horizontal .form-group-sm .input-group-addon.form-control,
.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;
}
.form-horizontal .form-group-lg .input-group-addon.form-control,
.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="checkbox"],
.input-group-addon input[type="radio"] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  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:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #e9e9e9;
}
.nav > li.disabled > a {
  color: #8c8c8c;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #8c8c8c;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #e9e9e9;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
}
.nav-tabs > li > a:hover {
  border-color: #e9e9e9 #e9e9e9 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    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: 90px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .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:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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: 33px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 90px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 16.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin: 26px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 26px;
  margin-bottom: 26px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 28.5px;
  margin-bottom: 28.5px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 33px;
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #8c8c8c;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .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: #8c8c8c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #8c8c8c;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #8c8c8c;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #8c8c8c;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #428bca;
  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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2a6496;
  background-color: #e9e9e9;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #8c8c8c;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 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;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:after,
.pager:before {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #fff;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #e9e9e9;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #8c8c8c;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #8c8c8c;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #737373;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #8c8c8c;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e9e9e9;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d0d0d0;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0;
}
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #4c4c4c;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428bca;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.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 {
  border-color: #67b348;
  color: #555c52;
}
.alert-success hr {
  border-top-color: #5da141;
}
.alert-success .alert-link {
  color: #3c413a;
}
.alert-info {
  border-color: #6f7c84;
  color: #6f7c84;
}
.alert-info hr {
  border-top-color: #636f76;
}
.alert-info .alert-link {
  color: #586268;
}
.alert-warning {
  border-color: #d59939;
  color: #65625d;
}
.alert-warning hr {
  border-top-color: #ca8d2b;
}
.alert-warning .alert-link {
  color: #4a4845;
}
.alert-danger {
  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: 24px;
  margin-bottom: 24px;
  border-radius: 0;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #8c8c8c;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #e9e9e9;
  color: #8c8c8c;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #8c8c8c;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.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: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,
.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 {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #555c52;
  background-color: #86df61;
}
a.list-group-item-success {
  color: #555c52;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #555c52;
  background-color: #76db4c;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #555c52;
  border-color: #555c52;
}
.list-group-item-info {
  color: #6f7c84;
  background-color: #7cbfec;
}
a.list-group-item-info {
  color: #6f7c84;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #6f7c84;
  background-color: #66b4e9;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #6f7c84;
  border-color: #6f7c84;
}
.list-group-item-warning {
  color: #65625d;
  background-color: #f7b244;
}
a.list-group-item-warning {
  color: #65625d;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #65625d;
  background-color: #f6a82c;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #65625d;
  border-color: #65625d;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  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: 24px;
  background-color: #fff;
  border-radius: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1px;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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,
.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 {
  border-bottom-left-radius: -1px;
}
.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,
.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 {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.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-bordered > thead > tr:first-child > td,
.panel > .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,
.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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #4c4c4c;
  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: #4c4c4c;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #67b348;
}
.panel-success > .panel-heading {
  color: #555c52;
  background-color: #86df61;
  border-color: #67b348;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #67b348;
}
.panel-success > .panel-heading .badge {
  color: #86df61;
  background-color: #555c52;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #67b348;
}
.panel-info {
  border-color: #6f7c84;
}
.panel-info > .panel-heading {
  color: #6f7c84;
  background-color: #7cbfec;
  border-color: #6f7c84;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6f7c84;
}
.panel-info > .panel-heading .badge {
  color: #7cbfec;
  background-color: #6f7c84;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6f7c84;
}
.panel-warning {
  border-color: #d59939;
}
.panel-warning > .panel-heading {
  color: #65625d;
  background-color: #f7b244;
  border-color: #d59939;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d59939;
}
.panel-warning > .panel-heading .badge {
  color: #f7b244;
  background-color: #65625d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d59939;
}
.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 embed,
.embed-responsive iframe,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  /* -webkit-appearance: none; */
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  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;
  text-indent: -999px;
  border: 1px solid #fff;
  cursor: pointer;
}
.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;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    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:after,
.clearfix:before {
  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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1096px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1096px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
} /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(/assets/fontawesome-webfont-4cf06051de8689239e7087de4b11649c.eot?v=4.3.0);
  src: url(/assets/fontawesome-webfont-4cf06051de8689239e7087de4b11649c.eot?#iefix&v=4.3.0)
      format("embedded-opentype"),
    url(/assets/fontawesome-webfont-bdd5fe963cf9a6bcf9c449166e2e5a57.woff2?v=4.3.0)
      format("woff2"),
    url(/assets/fontawesome-webfont-e1e9796e37de923cfba919958e1e7fb0.woff?v=4.3.0)
      format("woff"),
    url(/assets/fontawesome-webfont-d920bcf0942384a482f36f878d199d56.ttf?v=4.3.0)
      format("truetype"),
    url(/assets/fontawesome-webfont-94502ffb2152a9d2797417d053c954d0.svg?v=4.3.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  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;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
body {
  -webkit-font-smoothing: antialiased;
}
body.hyphenated {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1.headings-caps,
h2.headings-caps,
h3.headings-caps,
h4.headings-caps,
h5.headings-caps,
h6.headings-caps {
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h1 small {
  font-size: 24px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h3 small {
  font-size: 16px;
  font-weight: light;
}
h4,
h5,
h6 {
  line-height: 24px;
}
h4 {
  font-size: 16px;
}
h4 small,
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
small {
  font-size: 14px;
  line-height: inherit;
}
.lead {
  font-size: 24px;
  line-height: 36px;
}
.condensed {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
figure {
  margin: 0 0 24px;
}
abbr,
acronym,
code,
dir,
kbd,
listing,
plaintext,
pre,
q,
samp,
tt,
var,
xmp {
  font-size: 14px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border: 0;
}
pre {
  text-shadow: none;
}
.black {
  font-weight: bolder;
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.big {
  font-size: 36px;
  line-height: 48px;
}
.bigger {
  font-size: 48px;
  line-height: 1.2;
}
.super {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
}
.super small {
  font-size: 0.35em;
}
.hyper {
  font-size: 96px;
  line-height: 1.2;
}
.hyper small {
  font-size: 0.35em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-caps {
  text-transform: uppercase !important;
}
.text-italic {
  font-style: italic;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-none {
  text-transform: none !important;
}
@media (max-width: 992px) {
  .small-screen-center {
    text-align: center !important;
  }
  .small-screen-left {
    text-align: left !important;
  }
  .small-screen-right {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
  h1 small {
    font-size: 16px;
  }
  h2 {
    font-size: 21px;
    line-height: 36px;
  }
  h2 small {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 small {
    font-size: 14px;
  }
  .big {
    font-size: 24px;
    line-height: 1.2em;
  }
  .bigger {
    font-size: 36px;
    line-height: 1.2em;
  }
  .super {
    font-size: 48px;
  }
  .super small {
    margin-top: 12px;
    display: block;
  }
  .hyper {
    font-size: 72px;
    line-height: 1.2em;
  }
  .condensed {
    max-width: 100%;
  }
  .lead {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .big {
    font-size: 24px;
    line-height: 1;
  }
  .bigger {
    font-size: 32px;
    line-height: 1.2em;
  }
  .super {
    font-size: 36px;
    line-height: 1.2em;
  }
  .hyper {
    font-size: 48px;
    line-height: 1.2em;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 21px;
    line-height: 24px;
  }
  h1 small {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
  h2 small {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
  }
  h3 small {
    font-size: 11px;
  }
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  /* -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
  font-weight: light;
  -webkit-font-smoothing: antialiased;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.form-icon-group {
  position: relative;
}
.form-icon-group input,
.form-icon-group textarea {
  text-indent: 16px;
}
.form-icon-group i {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
}
.form-control:focus {
  outline: 0;
}
.select-wrap {
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.select-wrap select {
  background: 0 0 !important;
  position: relative;
  z-index: 1;
  border-radius: 0;
  padding-right: 24px;
  padding-left: 6px;
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  line-height: 36px;
  width: 100%;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 36px;
  top: 0;
  line-height: 36px;
  text-align: center;
  z-index: 0;
}
.ie9 select {
  border-width: 1px;
}
input[type="button"],
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 6px 12px;
}
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#content {
  -webkit-transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
#content.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.container,
.container-fullwidth {
  position: relative;
  z-index: 3;
}
.section {
  position: relative;
  overflow: hidden;
}
.background-media,
.background-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.background-media {
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  background-size: 100%;
}
.section-fullheight {
  min-height: 100vh;
}
.section-fullheight .container,
.section-fullheight .container-fullwidth {
  min-height: 100vh !important;
}
.section-fullheight .row,
.section-fullheight [class*="col-md"] {
  position: static !important;
}
.background-overlay {
  z-index: 2;
}
.section .section .container {
  width: auto;
}
[class*="oxy-agent-"] .background-media {
  background-attachment: scroll !important;
}
.section-transparent {
  background: none !important;
}
.element-tall-top {
  margin-top: 96px !important;
}
.element-tall-bottom {
  margin-bottom: 96px !important;
}
.element-normal-top {
  margin-top: 72px !important;
}
.element-normal-bottom {
  margin-bottom: 72px !important;
}
.element-medium-top {
  margin-top: 48px !important;
}
.element-medium-bottom {
  margin-bottom: 48px !important;
}
.element-short-top {
  margin-top: 24px !important;
}
.element-short-bottom {
  margin-bottom: 24px !important;
}
.element-no-top {
  margin-top: 0 !important;
}
.element-no-bottom {
  margin-bottom: 0 !important;
}
@media (min-width: 993px) {
  .vertical-bottom,
  .vertical-middle {
    display: table;
  }
  .vertical-bottom > *,
  .vertical-middle > * {
    display: table-cell;
    float: none;
  }
  .vertical-middle > * {
    vertical-align: middle;
  }
  .vertical-bottom > * {
    vertical-align: bottom;
  }
}
@media (max-width: 992px) {
  #content.blur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
}
@media (max-width: 767px) {
  .section .section .container {
    padding: 0;
    width: auto;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
#masthead .navbar-brand {
  padding: 0;
  line-height: 90px;
  height: 90px;
}
#masthead .navbar-brand img {
  left: 0;
  vertical-align: middle;
  max-height: 100%;
}
#masthead .nav > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
}
#masthead .nav > li > a:before {
  margin-bottom: -18.5px;
}
#masthead .nav > li.active > a:before,
#masthead .nav > li.current-menu-ancestor > a:before,
#masthead .nav > li.current-menu-parent > a:before,
#masthead .nav > li.current-page-ancestor > a:before,
#masthead .nav > li.current-page-parent > a:before,
#masthead .nav > li > a:hover:before {
  opacity: 1;
  margin-bottom: -16.5px;
}
#masthead .navbar-text {
  line-height: 24px;
  margin-top: 33px;
  margin-bottom: 33px;
}
#masthead.navbar {
  min-height: 92px;
}
#masthead.navbar-scrolled {
  min-height: 70px;
}
#masthead.navbar-scrolled .navbar-brand {
  line-height: 70px;
  height: 70px;
}
#masthead.navbar-scrolled .navbar-nav > li > a {
  padding-bottom: 23px;
}
#masthead.navbar-scrolled .navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-scrolled .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
#masthead .dropdown-menu {
  min-width: 220px;
}
#masthead .search-close {
  top: 0;
  height: 90px;
  width: 90px;
}
#masthead .menu-sidebar .form-control {
  height: 90px;
}
#masthead.navbar-scrolled .menu-sidebar .search-close {
  top: 0;
  height: 70px;
  width: 70px;
}
#masthead.navbar-scrolled .menu-sidebar .form-control {
  height: 70px;
}
#masthead .navbar-brand {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  text-shadow: none;
  -webkit-transition: height 0.4s, width 0.4s, line-height 0.4s;
  transition: height 0.4s, width 0.4s, line-height 0.4s;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
}
#masthead .navbar-brand img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#masthead .navbar-brand.text-image {
  margin-right: 4px;
}
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
#masthead .navbar-text {
  float: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#masthead {
  -webkit-transition: box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  transition: box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
}
#masthead .container {
  position: relative;
}
#masthead .container-fullwidth {
  padding-left: 15px;
  padding-right: 15px;
}
#masthead .nav > li > a {
  text-shadow: none;
  font-style: normal;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#masthead .nav > li > a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  bottom: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li > a:focus {
  outline: 0;
}
#masthead .nav > .active > a,
#masthead .nav > .active > a:focus,
#masthead .nav > .active > a:hover {
  box-shadow: none;
  background-color: transparent;
}
#masthead .nav .open > a,
#masthead .nav .open > a:focus,
#masthead .nav .open > a:hover,
#masthead .nav li.dropdown.active > .dropdown-toggle,
#masthead .nav li.dropdown.open.active > .dropdown-toggle,
#masthead .nav li.dropdown.open > .dropdown-toggle {
  background-color: transparent;
}
#masthead .dropdown-menu {
  border-radius: 0;
  text-shadow: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
#masthead .dropdown-menu > li > a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
#masthead .dropdown-menu > li > a:focus {
  outline: 0;
}
#masthead .dropdown-menu .dropdown-menu {
  margin-top: 0;
}
#masthead .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
#masthead .navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}
#masthead.no-underline .nav > li > a:before {
  display: none;
}
#masthead .dropdown-menu .divider {
  margin: 0;
}
#masthead .nav-highlight-ghost > a:before,
#masthead .nav-highlight > a:before {
  display: none;
}
#masthead .nav-highlight-ghost > a:after,
#masthead .nav-highlight > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
  border-radius: 6px;
}
.menu-icon {
  font-size: 0.8em;
  width: 1em;
  margin-right: 3px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
#masthead .menu-label {
  float: right;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li > a > .menu-label {
  margin-left: 16px;
}
#masthead.navbar-stuck {
  position: fixed;
  z-index: 1100;
}
#masthead .dropdown-submenu {
  position: relative;
}
#masthead .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}
#masthead .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#masthead .dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome;
}
#masthead .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggle {
  width: 44px;
  height: 34px;
  background: 0 0;
  box-shadow: none;
  border: 0;
  margin-right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: 0 !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  box-shadow: none;
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 10px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 24px;
}
.navbar-toggle:not(.collapsed) .icon-bar {
  top: 50%;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-bar {
  line-height: 36px;
  position: relative;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.top-bar .container {
  position: static;
}
.top-bar .top {
  float: left;
  width: 50%;
  text-align: left;
}
.top-bar .top-right {
  float: right;
  text-align: right;
}
.top-bar .navbar-text {
  margin: 0 !important;
}
.top-bar .top-right .navbar-text {
  float: right;
}
.top-bar.has-shopping-cart {
  z-index: 1001;
}
.top-bar .top-bar .top {
  float: none;
  width: 100%;
  text-align: center;
}
.top-bar .menu-sidebar {
  display: none;
}
.no-header {
  padding-top: 0;
}
.no-header #masthead,
.no-header .top-bar,
.transparent-header .top-bar {
  display: none;
}
.transparent-header #masthead {
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  border: 0 !important;
  box-shadow: none;
}
.transparent-header #masthead.navbar-sticky {
  position: fixed;
}
@media (max-width: 992px) {
  #masthead.navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  #masthead .navbar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .nav > li > a:before {
    display: none;
  }
  .nav > .active > a,
  .navbar .nav > .active > a:focus,
  .navbar .nav > .active > a:hover {
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu a,
  .nav-collapse .nav > li > a {
    padding: 9px 15px !important;
  }
  #masthead .dropdown-menu {
    margin: 0;
    width: 100%;
  }
  #masthead .dropdown-menu > li > a {
    padding-left: 15px;
  }
  #masthead .dropdown-submenu > a:after {
    content: "\f107";
  }
  #masthead.navbar-sticky .navbar-collapse {
    max-height: 340px;
  }
}
@media (max-width: 768px) {
  .top-bar .top-left,
  .top-bar .top-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.layout-boxed #content,
.layout-boxed #masthead,
.layout-boxed .top-bar {
  max-width: 1096px;
  margin: 0 auto;
  right: 0;
}
.layout-boxed .container {
  max-width: 100%;
}
@media (max-width: 1096px) {
  .layout-boxed #content,
  .layout-boxed #masthead,
  .layout-boxed .top-bar {
    max-width: 1000px;
  }
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    margin-left: -500px;
  }
}
@media (max-width: 991px) {
  .layout-boxed #content,
  .layout-boxed #masthead,
  .layout-boxed .top-bar {
    max-width: 780px;
  }
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    margin-left: -390px;
  }
}
@media (max-width: 767px) {
  .layout-boxed #masthead.navbar-scrolled.navbar-animated {
    left: 0;
    margin-left: 0;
  }
}
.btn,
button {
  outline: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none !important;
  font-weight: 400;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-font-smoothing: antialiased;
}
.btn:focus,
button:focus {
  outline: 0;
}
.btn:after,
button:after {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn i,
button i {
  font-size: 14px;
}
.btn-lg {
  padding: 11px 24px;
}
.btn-lg i {
  font-size: 16px;
}
.btn-custom:hover {
  opacity: 0.9;
}
[class*="btn-icon"] {
  position: relative;
}
[class*="btn-icon"] span {
  width: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
[class*="btn-icon"] i {
  position: relative;
}
[class*="btn-icon"].btn-lg span {
  width: 48px;
  line-height: 48px;
}
[class*="btn-icon"].btn-sm span {
  width: 31px;
  line-height: 31px;
}
[class*="btn-icon"].btn-sm span i {
  font-size: 12px;
}
.btn-icon-left {
  padding-left: 48px;
  padding-right: 12px;
}
.btn-icon-left span {
  left: 0;
}
.btn-icon-left.btn-sm {
  padding-left: 41px;
  padding-right: 10px;
}
.btn-icon-left.btn-lg {
  padding-right: 24px;
  padding-left: 72px;
}
.btn-icon-right {
  padding-left: 12px;
  padding-right: 48px;
}
.btn-icon-right span {
  right: 0;
}
.btn-icon-right.btn-sm {
  padding-left: 10px;
  padding-right: 41px;
}
.btn-icon-right.btn-lg {
  padding-left: 24px;
  padding-right: 72px;
}
.btn-icon-simple span {
  background: none !important;
}
.btn-group .btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-group .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
}
.btn-group .dropdown-menu a {
  padding: 6px 20px;
  cursor: pointer;
}
.btn-group b {
  font-weight: 400;
}
.btn-group .btn-sm + .dropdown-menu a {
  font-size: 13px;
}
@media (max-width: 767px) {
  .btn-group .dropdown-menu {
    min-width: 100%;
  }
}
.form-control {
  border: 0;
  height: 36px;
  box-shadow: none;
}
.jumbotron {
  border-radius: 0;
}
.jumbotron h1 {
  line-height: 1;
}
.tooltip-inner {
  border-radius: 0;
  font-weight: 400 !important;
}
.thumbnail {
  border: 0;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
blockquote {
  border: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 3px;
  left: 0;
  top: 0;
  bottom: 0;
}
.text-right blockquote:before,
blockquote.text-right:before {
  left: auto;
  right: 0;
}
.text-center blockquote:before,
blockquote.text-center:before {
  display: none;
}
blockquote p {
  font-size: 24px;
  line-height: 36px;
}
blockquote footer {
  font-weight: 700;
}
blockquote cite {
  font-weight: 400;
}
blockquote cite:before {
  content: ", ";
}
blockquote img {
  display: inline-block !important;
  margin: 0 0 12px !important;
}
blockquote .box {
  display: inline-block !important;
}
.breadcrumb {
  padding: 6px 15px;
}
ul.inline {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  padding: 0 5px;
}
.well {
  border: 0;
  border-radius: 0;
  position: relative;
  box-shadow: none;
}
.panel-group {
  border: 0;
  margin-bottom: 12px;
}
.panel {
  border: 0;
  box-shadow: none;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-heading {
  font-size: 16px;
  position: relative;
  border: 0;
  font-weight: 700;
}
.panel-heading .accordion-toggle:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 14px;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}
.panel-title {
  margin-bottom: 0 !important;
}
.panel th {
  font-weight: 400;
}
.pagination {
  margin: 24px 0;
}
.pagination > li span,
.pagination > li > a {
  padding: 6px 14px;
  border: 0;
  font-weight: 400;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 6px 14px;
  line-height: 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.pager li:first-child i {
  margin-right: 6px;
}
.pager li:last-child i {
  margin-left: 6px;
}
.affix-bottom {
  position: absolute;
  bottom: 20px;
  margin-bottom: 20px;
}
.nav-tabs {
  margin-bottom: 0;
  border: 0;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0 !important;
  border-width: 0;
  font-weight: 700;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.nav-tabs > li > a:hover {
  border-width: 0;
  text-shadow: none !important;
}
.nav-tabs > li.active > a {
  text-shadow: none !important;
  border-width: 0;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.tab-content {
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
  padding: 12px;
  text-shadow: none !important;
}
.tab-content a {
  text-decoration: underline;
}
.tab-content .btn {
  text-decoration: none;
}
.tab-content p:last-child,
.tab-pane > :last-child {
  margin-bottom: 0;
}
.tabs-below .tab-content {
  border-top: 0;
  border-bottom: 0;
}
.tabs-left > .nav-tabs {
  margin-right: 0;
  border-right: 0;
}
.tabs-left > .nav-tabs > li.active > a {
  border: 0;
  margin-right: 0;
}
.tabs-left > .nav-tabs > li > a {
  border: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
  border: 0;
  margin-right: 0;
}
.tabs-left .tab-content {
  border-top: 0;
}
.tabs-right > .nav-tabs {
  margin-left: 0;
  border-left: 0;
}
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li > a:hover {
  border: 0;
  margin-left: 0;
}
.tabs-right .tab-content {
  border-top: 0;
}
.nav-pills > li > a {
  border-radius: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.tab-pills .tab-content {
  border-top: 0;
}
.carousel-control.left span,
.carousel-control.right span {
  display: block;
  position: absolute;
  top: 50%;
}
.carousel-control.left span {
  left: 30%;
}
.carousel-control.right span {
  right: 30%;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border-width: 3px;
  border-radius: 50%;
  margin: 0 4px;
}
.progress {
  box-shadow: none;
}
.alert {
  text-shadow: none;
  border: 0;
}
.badge {
  font-size: 12px;
  min-width: 24px;
  line-height: 12px;
  padding: 6px;
  border-radius: 50%;
}
.fa-li {
  line-height: inherit !important;
}
.lead.fa-ul {
  margin-left: 36px;
}
.lead .fa-li {
  font-size: 0.7em;
}
.contact-icon {
  transform: scale(1.5);
  margin-top: -5px;
  margin-left: -20px;
}
.docs-heading {
  padding-top: 100px;
}
.docs-sidebar-nav {
  max-width: 240px;
  margin-top: 12px;
}
.docs-sidebar-nav li {
  line-height: 24px;
  margin-bottom: 1px;
}
.docs-sidebar-nav li a {
  text-align: right;
  padding: 6px 16px;
  text-transform: uppercase;
  text-shadow: none;
}
@media (max-width: 992px) {
  .docs-sidebar-nav.affix,
  .docs-sidebar-nav.affix-bottom {
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .docs-sidebar-nav.affix,
  .docs-sidebar-nav.affix-bottom {
    width: 17.75%;
  }
}
@media (max-width: 767px) {
  .affix {
    top: 0;
  }
  .docs-sidebar-nav,
  .docs-sidebar-nav.affix,
  .docs-sidebar-nav.affix-bottom,
  .docs-sidebar-nav.affix-top {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 0;
  }
  .docs-sidebar-nav li,
  .docs-sidebar-nav.affix li,
  .docs-sidebar-nav.affix-bottom li,
  .docs-sidebar-nav.affix-top li {
    line-height: 24px;
    margin-bottom: 1px;
  }
  .docs-sidebar-nav li a,
  .docs-sidebar-nav.affix li a,
  .docs-sidebar-nav.affix-bottom li a,
  .docs-sidebar-nav.affix-top li a {
    border-right: 0;
    text-align: center;
    padding-right: 0;
  }
}
.box-rect,
.box-round,
.box-square {
  display: block;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 100;
  width: 168px;
  max-width: 100%;
}
.box-dummy {
  padding-top: 100%;
  -webkit-backface-visibility: hidden;
}
.box-dummy:after {
  content: "";
  display: block;
  height: 1px;
}
.box-rect .box-dummy {
  padding-top: 75%;
}
.box-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.box-inner i {
  font-size: 48px;
  color: #fff;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.box-inner img {
  max-width: 100%;
}
.box-round .box-inner,
.box-round .box-inner img {
  border-radius: 50%;
}
.box-animate {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-mini {
  width: 48px;
}
.box-mini i {
  font-size: 16px;
}
.box-small {
  width: 78px;
}
.box-small i {
  font-size: 24px;
}
.box-medium {
  width: 100px;
}
.box-medium i {
  font-size: 36px;
}
.box-big {
  width: 200px;
}
.box-big i {
  font-size: 60px;
}
.box-huge {
  width: 250px;
}
.box-huge i {
  font-size: 72px;
}
ul.social-icons {
  margin-bottom: 0;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding-left: 0;
}
ul.social-icons li {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  line-height: 36px;
  margin-bottom: 12px;
}
ul.social-icons li a {
  display: inline-block;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: top;
}
ul.social-icons.social-lg li {
  padding-right: 10px;
}
ul.social-icons.social-lg a {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
ul.social-icons.social-simple i {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
ul.social-icons.social-simple a {
  width: 1.4em;
  background: none !important;
}
ul.social-icons.social-rect li a {
  border-radius: 0;
}
.text-right ul.social-icons li {
  padding-right: 0;
  padding-left: 5px;
}
.text-right ul.social-icons.social-lg li {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .social-icons li a {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.icons-ul {
  padding-left: 0;
}
.features-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 24px;
  position: relative;
}
.features-list li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 88px;
}
.features-list .features-list-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.features-list .features-list-icon i {
  line-height: 72px;
  font-size: 24px;
}
.features-list .features-list-icon svg {
  height: 72px;
  width: 72px;
  stroke-width: 2px;
}
.features-list .features-list-icon-inner {
  border-radius: 50%;
}
.features-list.features-connected li .features-connected-line {
  position: absolute;
  content: "";
  top: 1%;
  height: 150%;
  left: 36px;
  border-left: 1px dashed;
  z-index: 0;
}
.features-list.features-connected li:last-child .features-connected-line {
  display: none;
}
.tag-list {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.tag-list span {
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.tag-list.tag-list-lg span {
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333em;
}
.tag-list.tag-list-sm span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
}
.tag-list.tag-list-inline li {
  display: inline-block;
}
.pricing-col {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.pricing-head {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 12px;
}
.pricing-body {
  padding-bottom: 24px;
}
.pricing-body .btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pricing-body .btn:hover {
  opacity: 0.95;
}
.pricing-price h4 {
  font-size: 60px;
  font-weight: 700;
  padding: 24px;
  line-height: 1em;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,
    0 -1px 1px rgba(0, 0, 0, 0.15) inset;
}
.pricing-price h4 small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-indent: 0;
}
.pricing-list {
  list-style-type: none;
  margin: 0 0 24px;
  padding-left: 0;
  text-align: center;
}
.pricing-list li {
  padding: 12px;
  border-bottom: 1px solid;
}
.pricing-featured {
  position: relative;
  padding-bottom: 32px;
  top: -16px;
}
.pricing-featured .pricing-head {
  padding: 24px;
}
@media (max-width: 767px) {
  .pricing-featured {
    top: 0;
  }
}
.blockquote-list {
  padding: 0;
  position: relative;
  margin-left: 72px;
}
.blockquote-list:before {
  display: none;
}
.blockquote-list p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
  margin-bottom: 0;
}
.blockquote-list .box {
  width: 72px;
  position: absolute;
  left: -72px;
  top: 0;
}
.blockquote-list footer {
  padding: 6px 16px 24px;
  font-weight: 400;
}
.blockquote-list.blockquote-list-noimage {
  margin-left: 0;
}
.blockquote-list.blockquote-list-noimage footer,
.blockquote-list.blockquote-list-noimage p {
  padding: 0;
}
@media (max-width: 992px) {
  .blockquote-list {
    margin-left: 0;
  }
  .blockquote-list p {
    padding: 0 16px;
  }
  .blockquote-list .box {
    position: relative;
    left: 0;
    margin: 0 auto 12px;
    display: block !important;
  }
  .blockquote-list footer {
    text-align: center;
  }
  .blockquote-list footer:before {
    content: "";
  }
  .blockquote-list.blockquote-list-noimage footer {
    text-align: left;
  }
}
.go-top {
  position: fixed !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  font-size: 16px;
  width: 2em;
  height: 2em;
  text-align: center;
  bottom: -44px;
  opacity: 0;
  right: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
.go-top i {
  line-height: 32px;
}
.go-top.go-top-circle {
  border-radius: 50%;
}
@media (max-width: 992px) {
  .go-top {
    display: none !important;
  }
}
.scroll-to {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.scroll-to svg {
  stroke-width: 4px;
}
.scroll-to.place-bottom {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -30px;
}
.mejs-audio {
  height: 36px !important;
}
.mejs-audio .mejs-controls {
  background: none !important;
  height: 32px !important;
}
.mejs-controls .mejs-button button:focus {
  outline: 0 !important;
}
.divider-wrapper {
  -webkit-transition: height, 0.2s;
  transition: height, 0.2s;
}
.bullet-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1100;
}
.bullet-nav li {
  height: 12px;
  width: 12px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.bullet-nav li a {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: width 0.2s, height 0.2s, box-shadow 0.4;
  transition: width 0.2s, height 0.2s, box-shadow 0.4;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9000px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.bullet-nav li a.active {
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.bullet-nav li:last-child {
  margin-bottom: 0;
}
.bullet-nav .tooltip {
  width: 200px;
  text-align: center;
}
.bullet-nav .tooltip-inner {
  padding: 12px;
}
@media (max-width: 767px) {
  .bullet-nav {
    display: none !important;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1101;
  overflow: hidden;
  position: fixed;
  opacity: 0.9;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1102;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #222;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #222;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 16px;
  text-align: center;
  right: 0;
  top: 40px;
  position: absolute;
  display: block;
  padding: 0;
  font-weight: lighter;
  line-height: 1.1em;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: -18px 0 0;
  top: 50%;
  padding: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.mfp-arrow:active {
  margin-top: -18px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 36px;
}
.mfp-arrow-left {
  left: 10px;
  margin-left: -4px;
}
.mfp-arrow-left:before {
  content: "\f104";
}
.mfp-arrow-right {
  right: 10px;
  margin-right: -4px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure figure {
  margin-bottom: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 1300px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.97;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}
#infscr-loading {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  padding: 8px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  z-index: 10;
}
#infscr-loading img {
  display: none;
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.flexslider .slides,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.flexslider .slides blockquote img {
  max-width: 100%;
  width: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-control-nav {
  position: absolute;
  bottom: 0;
  margin: 12px 0;
  padding: 0;
  list-style-type: none;
}
.flex-control-nav li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.flex-control-nav a {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  text-indent: -9000em;
  -webkit-transition: background 0.5s, box-shadow 0.3s;
  transition: background 0.5s, box-shadow 0.3s;
  margin: 0 8px;
  vertical-align: middle;
  text-align: left;
}
.flex-controls-left .flex-control-nav {
  left: 24px;
}
.flex-controls-right .flex-control-nav {
  right: 24px;
  text-align: right;
}
.flex-controls-center .flex-control-nav {
  width: 100%;
  text-align: center;
}
.flex-controls-top .flex-control-nav {
  bottom: auto;
  top: 0;
}
.flex-controls-outside .flex-control-nav {
  position: relative;
  width: 100%;
  left: 0;
  margin: 0;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  font-size: 2em;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  font-family: FontAwesome;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  z-index: 3;
}
.flex-direction-nav a:before {
  display: inline-block;
}
.flex-prev {
  left: 0;
}
.flex-prev:before {
  content: "\f104";
}
.flex-next {
  right: 0;
}
.flex-next:before {
  content: "\f105";
}
.flexslider {
  margin-bottom: 0;
}
.flexslider figure {
  position: relative;
  margin: 0;
}
.flexslider figcaption {
  display: inline-block;
  position: absolute;
  bottom: 48px;
  left: 24px;
  padding: 12px;
  max-width: 400px;
}
.flexslider figcaption h3 {
  margin-bottom: 0;
}
.flexslider figcaption p {
  margin-top: 0;
  margin-bottom: 0;
}
.flexslider.flex-caption-right figcaption {
  left: auto;
  right: 24px;
}
.flexslider.flex-caption-alternate li:nth-child(even) figcaption {
  left: 24px;
  right: auto;
}
.flexslider.flex-caption-alternate li:nth-child(odd) figcaption {
  right: 24px;
  left: auto;
}
@media (max-width: 480px) {
  .flexslider figcaption {
    display: none;
  }
}
[data-flex-itemwidth] {
  margin-top: -36px;
  text-align: center;
}
[data-flex-itemwidth] .slides > li > a,
[data-flex-itemwidth] .slides > li > figure {
  padding-top: 36px;
  display: inline-block;
  max-width: 100%;
}
[data-flex-itemwidth] .flex-next,
[data-flex-itemwidth] .flex-prev {
  margin-top: 0;
}
.flexslider blockquote {
  margin-bottom: 0;
}
.ls-fullwidth .ls-nav-next,
.ls-fullwidth .ls-nav-prev {
  background: none !important;
}
.ls-fullwidth .ls-nav-next:after,
.ls-fullwidth .ls-nav-prev:after {
  display: block;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  font-family: FontAwesome;
}
.ls-fullwidth .ls-nav-prev:after {
  content: "\f104";
}
.ls-fullwidth .ls-nav-next:after {
  content: "\f105";
}
.tparrows {
  font-family: FontAwesome;
  text-align: center;
  vertical-align: middle;
  background: none !important;
  position: relative;
}
.tparrows:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.tp-leftarrow:after {
  content: "\f104";
}
.tp-rightarrow:after {
  content: "\f105";
}
.tp-bullets.simplebullets.round .bullet {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  opacity: 0.8;
}
.tp-bullets.simplebullets.round .bullet.selected {
  opacity: 1;
}
.chart {
  position: relative;
  text-align: center;
  left: 0 !important;
  margin-left: 0 !important;
}
.chart i {
  display: block;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.chart input,
.chart span {
  display: none;
}
.wp-chart-wrap {
  display: inline-block;
}
.counter {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}
.counter .value {
  display: block;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  border: 0;
  line-height: 1;
}
.counter .value:active,
.counter .value:focus,
.counter .value:hover {
  background: none !important;
  box-shadow: none !important;
}
.counter:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}
.countdown {
  text-align: center;
}
.countdown .counter-element {
  display: inline-block;
  min-width: 1.5em;
  line-height: 1em;
}
.countdown b {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}
.countdown b:before {
  height: 2px;
  width: 2em;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1em;
}
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
video.section-background-video {
  display: none;
}
.mejs-container {
  position: relative;
  background: 0 0;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  height: 100%;
}
.mejs-container video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.me-plugin {
  position: absolute;
  height: auto;
  width: auto;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/svg/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../images/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mejs-overlay-loading span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #fff;
  -webkit-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
  margin-top: -20px;
  margin-left: -40px;
  background: 0 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mejs-container .mejs-controls {
  display: none !important;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(50, 50, 50, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(102, 102, 102, 0.7)),
    to(rgba(50, 50, 50, 0.6))
  );
  background: -webkit-linear-gradient(
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: 400;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
.me-cannotplay a {
  color: #fff;
  font-weight: 700;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: 0 0;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}
.mejs-controls
  .mejs-speed-button
  .mejs-speed-selector
  ul
  li
  label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
}
.mejs-mediaelement > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-reader-response {
  display: none;
}
[role="alert"] {
  font-size: 14px;
  line-height: 24px;
}
.wpcf7 img.ajax-loader {
  background: #fff;
  margin: 0 12px;
  opacity: 0.8;
  border-radius: 50%;
}
.gform_wrapper .gsection {
  clear: both;
  padding: 24px 0 12px;
  border-bottom: 1px solid;
}
.gform_footer,
.gform_heading {
  margin-bottom: 24px;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 16px;
  min-height: 36px;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin-bottom: 12px;
}
.gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin-bottom: 6px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
}
.gform_wrapper label {
  font-weight: 400;
}
.gform_wrapper label span {
  font-weight: lighter;
}
.gform_wrapper .gfield_label {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 700;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 12px;
  min-height: 36px;
  padding-left: 6px;
  padding-right: 6px;
}
.ginput_container input[type="text"] + label,
.ginput_container select + label,
.ginput_container textarea + label {
  font-size: 0.8em;
  font-weight: 400;
}
.ginput_container input[type="checkbox"],
.ginput_container input[type="radio"] {
  display: inline-block;
  width: 24px;
  margin-bottom: 6px;
}
.ginput_container input[type="checkbox"]:focus,
.ginput_container input[type="radio"]:focus {
  box-shadow: none !important;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: 0;
}
.ginput_container input[disabled],
.ginput_container input[readonly],
.ginput_container select[disabled],
.ginput_container select[readonly],
.ginput_container textarea[disabled],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
}
.ginput_container textarea,
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.gfield_checkbox input[type="text"],
.gfield_radio input[type="text"] {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
.gform_button:hover {
  box-shadow: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  outline: 0;
}
.validation_error {
  padding: 6px 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: 700;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: 700;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
.gf_progressbar {
  margin-bottom: 24px;
}
.gf_progressbar,
.gf_progressbar_percentage {
  height: 36px;
  line-height: 36px;
}
.gf_progressbar_percentage {
  text-align: center;
}
.gf_left_half,
.gf_right_half,
.ginput_full,
.ginput_left,
.ginput_right {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
.gf_left_half input,
.gf_right_half input,
.ginput_full input,
.ginput_left input,
.ginput_right input {
  margin-bottom: 0;
}
.gf_left_half label,
.gf_right_half label,
.ginput_full label,
.ginput_left label,
.ginput_right label {
  display: block;
}
.gf_left_half,
.gf_right_half,
.ginput_left,
.ginput_right {
  width: 49%;
  display: block;
  overflow: hidden;
}
.gf_left_half,
.ginput_left {
  float: left;
}
.gf_right_half,
.ginput_right {
  float: right;
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  width: 50%;
  float: left;
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 33%;
  float: left;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  width: 25%;
  float: left;
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  float: left;
}
@media (max-width: 992px) {
  .gf_left_half,
  .gf_right_half,
  .ginput_left,
  .ginput_right {
    float: none;
    width: 100%;
  }
  .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 100%;
    float: none;
  }
}
.portfolio {
  text-align: center;
}
.portfolio .figure {
  text-align: initial;
  opacity: 0;
  display: inline-block;
}
.isotope .figure.animated,
.isotope .figure:not(.portfolio-os-animation),
.portfolio-active .figure {
  opacity: 1;
}
[class*="oxy-agent-"] .isotope .figure {
  opacity: 1 !important;
}
[class*="oxy-agent-"] .isotope .figure.animated {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
.portfolio-title {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  line-height: 31px;
  margin-bottom: 12px;
}
.portfolio-title strong {
  font-weight: 700;
}
.portfolio-filters .btn-group {
  margin-bottom: 12px;
}
.portfolio-masonry img {
  width: 100%;
}
.portfolio-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.portfolio-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  height: 100%;
}
.portfolio-nav li {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-nav a {
  display: inline-block;
}
.portfolio-nav svg {
  width: 48px;
  vertical-align: middle;
  height: 48px;
}
.portfolio-nav .tooltip-inner {
  min-width: 120px;
}
@media (max-width: 767px) {
  .portfolio-header .portfolio-header-title {
    margin-bottom: 24px;
    text-align: center;
  }
  .portfolio-header .btn,
  .portfolio-header .btn-group {
    width: 100%;
    float: none;
    text-align: left;
  }
  .portfolio-nav {
    position: relative;
  }
  .portfolio-nav ul {
    text-align: center;
    height: auto;
    width: 100%;
  }
  .portfolio-nav li {
    display: inline-block;
  }
  .portfolio-nav svg {
    height: 36px;
    width: 36px;
  }
  .portfolio-filters,
  .portfolio-title {
    float: none !important;
  }
}
.breadcrumb-blog {
  background: 0 0;
  font-size: 14px;
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.breadcrumb-blog > li + li:before {
  padding: 0 0 0 5px;
}
.post {
  margin-bottom: 96px;
  position: relative;
}
.post:after {
  content: "";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  height: 1px;
}
.single .post {
  margin-bottom: 72px;
}
.single .post p {
  margin-bottom: 24px;
}
.single .post:after {
  bottom: -36px;
}
.post-head {
  margin-bottom: 24px;
  position: relative;
}
.post-head.no-title {
  margin-bottom: 0;
}
.post-head small {
  display: block;
  font-style: italic;
  line-height: 18px;
}
.post-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.post-media > * {
  margin-bottom: 24px !important;
}
.post-body {
  margin-bottom: 48px;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.post-more-link {
  margin: 24px 0 0;
}
.post-more-link i {
  width: 16px;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
}
.post-more-link.btn i {
  text-align: right;
  vertical-align: baseline;
}
.post-extras {
  font-size: 14px;
  position: relative;
  line-height: 36px;
  margin-bottom: 24px;
}
.post-extras span {
  display: inline-block;
  padding-right: 5px;
}
.post-extras span:last-child {
  padding-right: 0;
}
.post-extras i {
  font-size: 12px;
  display: inline-block;
}
.post-share {
  margin-bottom: 24px;
}
.post-share ul {
  padding-bottom: 0;
}
.post-share small {
  line-height: 36px;
}
.post-navigation {
  margin-bottom: 48px;
}
.post-navigation a,
.post-navigation span {
  font-size: 14px;
}
.post .author-info {
  padding: 12px;
}
.post .author-info .media {
  margin-top: 0;
}
.post .author-info img {
  max-width: 72px;
}
.post .author-info p {
  margin-bottom: 0;
}
.post-related {
  margin-bottom: 24px;
}
.post-related-head {
  margin-bottom: 24px;
  position: relative;
}
.post-related-title {
  font-weight: 700;
}
.post-related-post {
  padding-top: 75%;
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.post-related-post h4 {
  position: absolute;
  display: inline-block;
  bottom: 8px;
  left: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-related-post h4 a {
  display: inline-block;
  padding: 6px;
}
.post-related-post h4 small {
  display: block;
  position: absolute;
  line-height: 24px;
  padding: 0 6px;
  bottom: -36px;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  white-space: nowrap;
}
.post-related-post:hover h4 {
  bottom: 36px;
}
.post-related-post:hover h4 small {
  opacity: 1;
  bottom: -24px;
}
.post-related-post blockquote {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 12px;
}
.post-related-post blockquote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  position: absolute;
  top: 24px;
  height: 96px;
  left: 24px;
  right: 24px;
  overflow: hidden;
}
.post-related-post blockquote footer {
  padding: 6px;
  font-weight: 400;
  left: 8px;
  position: absolute;
  bottom: 8px;
  z-index: 1;
}
.post-related-post blockquote:after {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: -12px;
  left: 12px;
  font-size: 60px;
  z-index: 0;
  opacity: 0.2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-related-post blockquote:hover:after {
  left: -60px;
}
.comments {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.comments-head {
  margin-bottom: 24px;
}
.comments-head h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.media-comment {
  margin-top: 24px;
  position: relative;
  overflow: visible;
}
.media-comment .media-comment {
  margin-top: 24px;
}
.media-comment .media-avatar {
  position: relative;
  top: 12px;
}
.media-inner {
  padding: 10px 10px 12px;
  position: relative;
}
.media-inner p:last-child {
  margin-bottom: 0;
}
.media-inner:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  left: 12px;
  bottom: 0;
}
.media-inner .comments-form {
  margin-bottom: 0;
  padding-bottom: 0;
}
.media-inner .comments-form .comments-head {
  margin-top: 12px;
}
.media-inner .comments-form .comments-body,
.media-inner .comments-form .comments-head {
  margin-left: 0;
}
.media-inner .comments-form .post-icon {
  display: none;
}
.post-masonry {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-masonry .post-masonry-content {
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-shadow: none;
}
.post-masonry .post-masonry-content:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.post-masonry .post-head {
  padding: 20px;
  margin-bottom: 0;
}
.post-masonry .post-body {
  padding: 0 20px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.post-masonry .post-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.post-masonry blockquote p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.post-masonry blockquote footer {
  padding-bottom: 20px;
  font-size: 13px;
}
.post-masonry.isotope-item .post-masonry-content {
  opacity: 1;
}
.post-showinfo .comments-body,
.post-showinfo .comments-head,
.post-showinfo .post-body,
.post-showinfo .post-extras,
.post-showinfo .post-head,
.post-showinfo .post-share,
.post-showinfo.author-info,
.post-showinfo.post-navigation,
.post-showinfo.post-related {
  position: relative;
  margin-left: 72px;
}
.post-showinfo .post-icon {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  left: -72px;
  top: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.post-showinfo:after {
  left: 72px;
}
.post-showinfo .post-search-icon {
  font-size: 24px;
  font-style: normal;
  display: inline-block;
}
.post-sticky {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  border: 0;
  top: 6px;
  right: 0;
  z-index: 1;
}
.post-sticky i {
  line-height: 36px;
}
@media (max-width: 992px) {
  .breadcrumb-blog {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .grid-post .post-showinfo:after,
  .post-showinfo:after {
    left: 0;
  }
  .grid-post .post-showinfo .comments-body,
  .grid-post .post-showinfo .comments-head,
  .grid-post .post-showinfo .post-body,
  .grid-post .post-showinfo .post-extras,
  .grid-post .post-showinfo .post-head,
  .grid-post .post-showinfo .post-share,
  .grid-post .post-showinfo.author-info,
  .grid-post .post-showinfo.post-navigation,
  .grid-post .post-showinfo.post-related,
  .post-showinfo .comments-body,
  .post-showinfo .comments-head,
  .post-showinfo .post-body,
  .post-showinfo .post-extras,
  .post-showinfo .post-head,
  .post-showinfo .post-share,
  .post-showinfo.author-info,
  .post-showinfo.post-navigation,
  .post-showinfo.post-related {
    margin-left: 0 !important;
  }
  .grid-post .post-showinfo .comments-head,
  .post-showinfo .comments-head {
    border-top: 30px solid transparent;
  }
  .grid-post .post-showinfo .post-media,
  .post-showinfo .post-media {
    margin-bottom: 0;
  }
  .grid-post .post-showinfo .comments-head,
  .post-showinfo .comments-head {
    padding-top: 12px;
    z-index: 2;
  }
  .grid-post .post-showinfo .post-icon,
  .post-showinfo .post-icon {
    display: none;
  }
  .grid-post .post-showinfo .post-share small,
  .post-showinfo .post-share small {
    display: block;
  }
  .author-avatar {
    float: none !important;
    margin: 0 0 12px !important;
  }
  .author-avatar p {
    margin-bottom: 0;
  }
  .media-inner .comments-form .comments-head {
    margin-top: 12px;
    padding-top: 0;
    border-top: 0;
  }
  .post-sticky {
    width: 24px;
    height: 24px;
  }
  .post-sticky i {
    line-height: 24px;
    font-size: 11px;
    vertical-align: middle;
    top: -1px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .media-comment {
    margin-top: 48px;
  }
  .media-comment .media-inner {
    padding-top: 20px;
  }
  .media-comment .media-inner:after {
    left: 50%;
    margin-left: -40px;
  }
  .media-comment .media-avatar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none !important;
  }
  .media-comment .comment-reply {
    float: right;
  }
}
.sidebar-widget {
  margin-bottom: 48px;
}
.sidebar-header {
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  position: relative;
}
.sidebar-header:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  bottom: 0;
  left: 0;
}
.text-right .sidebar-header:after {
  left: auto;
  right: 0;
}
.text-center .sidebar-header:after {
  left: 50%;
  margin-left: -25px;
}
.sidebar .sidebar-widget h3 {
  margin-bottom: 16px;
}
.widget_search form {
  margin-bottom: 0;
}
.widget_search .btn:focus,
.widget_search .btn:hover {
  outline: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_twitter ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_twitter li {
  clear: both;
  margin-bottom: 8px;
  position: relative;
}
.widget_archive p,
.widget_categories p,
.widget_meta p,
.widget_nav_menu p,
.widget_pages p,
.widget_recent_comments p,
.widget_recent_entries p,
.widget_twitter p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_archive .post-icon,
.widget_categories .post-icon,
.widget_meta .post-icon,
.widget_nav_menu .post-icon,
.widget_pages .post-icon,
.widget_recent_comments .post-icon,
.widget_recent_entries .post-icon,
.widget_twitter .post-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 8px;
  top: 3px;
  left: 0;
}
.widget_archive .post-icon i,
.widget_categories .post-icon i,
.widget_meta .post-icon i,
.widget_nav_menu .post-icon i,
.widget_pages .post-icon i,
.widget_recent_comments .post-icon i,
.widget_recent_entries .post-icon i,
.widget_twitter .post-icon i {
  font-size: 14px;
  line-height: 40px;
}
.text-center .widget_archive .post-icon,
.text-center .widget_categories .post-icon,
.text-center .widget_meta .post-icon,
.text-center .widget_nav_menu .post-icon,
.text-center .widget_pages .post-icon,
.text-center .widget_recent_comments .post-icon,
.text-center .widget_recent_entries .post-icon,
.text-center .widget_twitter .post-icon {
  float: none;
  display: inline-block;
}
.text-right .widget_archive .post-icon,
.text-right .widget_categories .post-icon,
.text-right .widget_meta .post-icon,
.text-right .widget_nav_menu .post-icon,
.text-right .widget_pages .post-icon,
.text-right .widget_recent_comments .post-icon,
.text-right .widget_recent_entries .post-icon,
.text-right .widget_twitter .post-icon {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.widget_archive small,
.widget_categories small,
.widget_meta small,
.widget_nav_menu small,
.widget_pages small,
.widget_recent_comments small,
.widget_recent_entries small,
.widget_twitter small {
  display: block;
}
.widget_archive .sub-menu,
.widget_categories .sub-menu,
.widget_meta .sub-menu,
.widget_nav_menu .sub-menu,
.widget_pages .sub-menu,
.widget_recent_comments .sub-menu,
.widget_recent_entries .sub-menu,
.widget_twitter .sub-menu {
  margin: 6px 0;
  padding-left: 12px;
}
.widget_archive .sub-menu li,
.widget_categories .sub-menu li,
.widget_meta .sub-menu li,
.widget_nav_menu .sub-menu li,
.widget_pages .sub-menu li,
.widget_recent_comments .sub-menu li,
.widget_recent_entries .sub-menu li,
.widget_twitter .sub-menu li {
  padding-left: 0;
}
.widget_archive .sub-menu li:before,
.widget_categories .sub-menu li:before,
.widget_meta .sub-menu li:before,
.widget_nav_menu .sub-menu li:before,
.widget_pages .sub-menu li:before,
.widget_recent_comments .sub-menu li:before,
.widget_recent_entries .sub-menu li:before,
.widget_twitter .sub-menu li:before {
  content: "- ";
}
.text-center .widget_archive .sub-menu,
.text-center .widget_categories .sub-menu,
.text-center .widget_meta .sub-menu,
.text-center .widget_nav_menu .sub-menu,
.text-center .widget_pages .sub-menu,
.text-center .widget_recent_comments .sub-menu,
.text-center .widget_recent_entries .sub-menu,
.text-center .widget_twitter .sub-menu {
  padding-left: 0;
}
.text-center .widget_archive .sub-menu li:before,
.text-center .widget_categories .sub-menu li:before,
.text-center .widget_meta .sub-menu li:before,
.text-center .widget_nav_menu .sub-menu li:before,
.text-center .widget_pages .sub-menu li:before,
.text-center .widget_recent_comments .sub-menu li:before,
.text-center .widget_recent_entries .sub-menu li:before,
.text-center .widget_twitter .sub-menu li:before {
  content: "";
}
.widget_recent_entries li {
  padding-left: 48px;
  min-height: 45px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.widget_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_tag_cloud ul li {
  display: inline-block;
  margin-bottom: 6px;
}
.widget_tag_cloud ul a {
  display: block;
  line-height: 24px;
  font-size: 14px !important;
  text-transform: none !important;
  margin-right: 6px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.text-right .widget_tag_cloud ul a {
  margin-right: 0;
  margin-left: 6px;
}
.widget_oxy_twitter ul {
  padding-left: 0;
  list-style-type: none;
}
.widget_oxy_twitter li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 12px;
}
.widget_oxy_twitter li:before {
  display: block;
  height: 24px;
  line-height: 24px;
  width: 24px;
  content: "\f099";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.widget_oxy_twitter li li:last-child,
.widget_swatch_social ul.social-icons,
.widget_swatch_social ul.social-icons li,
.widget_swatch_social ul.social-icons li a {
  margin-bottom: 0;
}
.widget_calendar caption {
  font-size: 13px;
}
.widget_calendar .table {
  margin-bottom: 0;
}
.widget_calendar .table tbody td {
  position: relative;
}
.widget_calendar .table tbody a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 41px;
  text-align: center;
}
.widget_calendar tfoot tr td:last-child {
  text-align: right;
}
#masthead .sidebar-widget,
.top-bar .sidebar-widget {
  margin-bottom: 0;
}
#masthead .sidebar-widget > *,
.top-bar .sidebar-widget > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#masthead .sidebar-widget .sidebar-header,
.top-bar .sidebar-widget .sidebar-header {
  display: none;
}
.top-bar .sidebar-widget {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px !important;
}
.top-bar .sidebar-widget:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  top: 10px;
}
.top-left .sidebar-widget {
  padding-right: 12px;
}
.top-left .sidebar-widget:after {
  right: 6px;
}
.top-left .sidebar-widget:last-child {
  padding-right: 0;
}
.top-left .sidebar-widget:last-child:after {
  display: none;
}
.top-right .sidebar-widget {
  padding-left: 12px;
}
.top-right .sidebar-widget:after {
  left: 6px;
}
.top-right .sidebar-widget:first-child {
  padding-left: 0;
}
.top-right .sidebar-widget:first-child:after {
  display: none;
}
#masthead .sidebar-widget {
  padding-left: 6px;
  margin-left: 6px;
}
.top-bar li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.top-bar .widget_archive li,
.top-bar .widget_categories li,
.top-bar .widget_meta li,
.top-bar .widget_nav_menu li,
.top-bar .widget_pages li,
.top-bar .widget_recent_comments li,
.top-bar .widget_recent_entries li,
.top-bar .widget_twitter li {
  margin-bottom: 0;
}
.top-bar .top-left .widget_archive li,
.top-bar .top-left .widget_categories li,
.top-bar .top-left .widget_meta li,
.top-bar .top-left .widget_nav_menu li,
.top-bar .top-left .widget_pages li,
.top-bar .top-left .widget_recent_comments li,
.top-bar .top-left .widget_recent_entries li,
.top-bar .top-left .widget_twitter li {
  padding-right: 8px;
}
.top-bar .top-right .widget_archive li,
.top-bar .top-right .widget_categories li,
.top-bar .top-right .widget_meta li,
.top-bar .top-right .widget_nav_menu li,
.top-bar .top-right .widget_pages li,
.top-bar .top-right .widget_recent_comments li,
.top-bar .top-right .widget_recent_entries li,
.top-bar .top-right .widget_twitter li {
  padding-left: 8px;
}
.top-bar .sub-menu {
  margin: 0;
  padding-left: 0;
  display: inline-block;
}
.top-bar .sub-menu li {
  padding-left: 8px;
}
.top-bar .sub-menu li:before {
  content: "";
}
.top-bar .widget_search {
  position: inherit;
}
#masthead .menu-sidebar .widget_search form,
.top-bar .widget_search form {
  display: none;
}
.top-search {
  text-align: center;
  width: 36px;
  display: inline-block;
}
.top-search form {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 10;
}
.top-search .search-trigger {
  cursor: pointer;
}
.top-search .search-close {
  display: none;
  position: absolute;
  right: 24px;
  color: red;
}
.top-search.active .search-close {
  display: block;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 12px;
  width: 36px;
  height: 36px;
}
.top-search .input-group-btn {
  visibility: hidden;
}
.top-search input:focus {
  box-shadow: none;
}
.top-search input::-ms-clear {
  display: none;
}
.top-search .btn {
  background: 0 0;
  vertical-align: top;
}
#masthead .menu-sidebar .top-search input {
  font-size: 24px;
}
#masthead .menu-sidebar .form-control {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#masthead .menu-sidebar .top-search .search-close {
  font-size: 18px;
}
#footer .sidebar-widget {
  margin-bottom: 24px;
}
#footer .sidebar-widget:last-child {
  margin-bottom: 0;
}
#footer .widget_search form {
  max-width: 320px;
  display: inline-block;
}
.menu-widget {
  padding-bottom: 8px;
}
.menu-widget .menu-widget-header {
  font-size: 16px;
  padding-bottom: 8px;
}
.widget_swatch_wpml_language_selector li {
  position: relative;
  padding-right: 6px;
}
.widget_swatch_wpml_language_selector li:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.widget_swatch_wpml_language_selector li:first-child:before {
  display: none;
}
.widget_swatch_wpml_language_selector li:last-child {
  padding-right: 0;
}
.widget_swatch_wpml_language_selector li a {
  float: none !important;
}
#masthead .widget_swatch_wpml_language_selector li a {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
#footer .widget_swatch_wpml_language_selector li a,
.sidebar .widget_swatch_wpml_language_selector li a {
  margin-left: 6px;
  margin-right: 6px;
}
#footer .widget_swatch_wpml_language_selector li:first-child,
.sidebar .widget_swatch_wpml_language_selector li:first-child {
  padding-left: 0;
}
#footer .widget_swatch_wpml_language_selector li:first-child a,
.sidebar .widget_swatch_wpml_language_selector li:first-child a {
  margin-left: 0;
}
@media (max-width: 992px) {
  #masthead .menu-sidebar .sidebar-widget {
    display: none;
  }
  .sidebar {
    margin-top: 80px;
  }
  .sidebar .widget_search input {
    width: 100%;
  }
  .sidebar .widget_oxy_twitter li {
    padding-left: 24px;
  }
  .menu-sidebar .top-search form {
    left: 0;
    right: 0;
  }
  #footer .sidebar-widget {
    text-align: left;
    margin-bottom: 48px !important;
  }
  #footer .sidebar-header:after {
    left: 0;
    margin-left: 0 !important;
  }
  #footer .widget_swatch_social .social-icons li {
    padding-left: 0;
    padding-right: 5px;
  }
  #footer .widget_swatch_social .social-icons.social-lg {
    padding-right: 10px;
  }
  #footer .widget_tag_cloud ul li a {
    margin-right: 6px;
  }
}
.google-map {
  height: 500px;
}
.google-map img {
  max-width: inherit;
}
.google-map.map-small {
  height: 354px;
}
.map-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
.map-overlay .container {
  position: relative;
}
.contact-details {
  position: absolute;
  width: 40%;
  right: 0;
  max-width: 400px;
}
.map-marker-label {
  background-color: #fff;
  color: #444;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
  border-top: 2px solid;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: lighter;
  min-width: 280px;
  padding: 16px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.map-marker-label:after,
.map-marker-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.map-marker-label:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  margin-bottom: -1px;
  margin-left: -9px;
}
.map-marker-label:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
@media (max-width: 767px) {
  #map {
    height: 200px;
  }
  .map-overlay {
    position: inherit;
    top: 0;
    padding-bottom: 8%;
  }
  .map-overlay .container {
    padding: 0;
  }
  .contact-details {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    position: inherit;
  }
}
.figure {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
}
.figure-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.figure-image img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}
.figure-icon {
  display: block;
  position: absolute;
  line-height: 40px;
  text-align: center;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 2px solid;
  border-radius: 50%;
}
.figure-icon circle,
.figure-icon ellipse,
.figure-icon line,
.figure-icon path,
.figure-icon polygon,
.figure-icon polyline,
.figure-icon rect,
.figure-icon svg {
  stroke-width: 3px !important;
}
.figure-caption {
  margin-top: 12px;
}
.figure-caption span {
  font-weight: lighter;
}
.figure-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  padding: 12px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.figure-overlay-container {
  width: 100%;
  height: 100%;
  display: table;
}
.figure-overlay-container > * {
  display: table-cell;
  vertical-align: middle;
}
.figcaption-top .figure-overlay-container > * {
  vertical-align: top;
}
.figcaption-bottom .figure-overlay-container > * {
  vertical-align: bottom;
}
.figure-image:hover .figure-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
  top: 0;
}
.fade-in .figure-overlay {
  opacity: 0;
}
.from-top .figure-overlay {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.from-bottom .figure-overlay {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.from-left .figure-overlay {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.from-right .figure-overlay {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.preview-bottom .figure-overlay {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1 !important;
  top: -48px;
  padding: 12px;
}
.preview-bottom .figure-overlay .figure-overlay-container > * {
  vertical-align: top;
}
.preview-bottom:hover .figure-caption {
  vertical-align: middle;
}
.preview-bottom.figcaption-top:hover .figure-caption {
  vertical-align: top;
}
.preview-bottom.figcaption-bottom:hover .figure-caption {
  vertical-align: bottom;
}
.figure.image-filter-grayscale .figure-image:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.figure.image-filter-sepia .figure-image:hover img {
  -webkit-filter: sepia(55%);
  -moz-filter: sepia(55%);
  filter: sepia(55%);
}
.figure.image-filter-blur .figure-image:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.figure.image-filter-grayscale.image-filter-invert .figure-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.figure.image-filter-grayscale.image-filter-invert .figure-image:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.figure.image-filter-sepia.image-filter-invert .figure-image img {
  -webkit-filter: sepia(55%);
  -moz-filter: sepia(55%);
  filter: sepia(55%);
}
.figure.image-filter-sepia.image-filter-invert .figure-image:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.figure.image-filter-blur.image-filter-invert .figure-image img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.figure.image-filter-blur.image-filter-invert .figure-image:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.fade-none .figure-overlay {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.figure-circle .figure-image {
  border-radius: 50%;
  overflow: hidden;
}
.figure-circle .figure-image .figure-image,
.figure-circle .figure-image .figure-overlay,
.figure-circle .figure-image img {
  border-radius: 50%;
}
.figure-overlay .figure-overlay-container {
  display: table;
  height: 100%;
}
.figure-overlay .figure-overlay-container .figure-caption {
  display: table-cell;
  margin-top: 12px;
}
.figure-overlay .figure-overlay-container .figure-caption p {
  font-size: 0.875em;
}
.figure-overlay .figure-overlay-container .figure-caption .btn {
  margin: 8px 6px;
}
.figcaption-top .figure-caption {
  vertical-align: top;
}
.figcaption-middle .figure-caption {
  vertical-align: middle;
}
.figcaption-bottom .figure-caption {
  vertical-align: bottom;
}
.preview-bottom .figure-caption-title {
  margin-bottom: 12px;
}
.preview-bottom .figure-caption-title:after {
  display: none !important;
}
.grid-overlay-10 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgEGfgYgAiLgABJgA2wrCQWwAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-20 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12Ng0GMQYQAiEQACQgBrtpHftgAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-30 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgcGWQZwAieQADaACjT7OygAAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-40 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgiGHQZAAiTQAEhADYf8%2Be%2FwAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-50 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgKGYwZgAiYwAFoAENYurglgAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-60 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12Ng6GKwZQAiWwAGvAFCVNxS%2BwAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-70 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgWMjgwQBEHgAH4gF6ctOCOgAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-80 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12Ng2MEQxABEQQAI%2FgGvdbzMsgAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-90 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgOM8QwwBEMQAKGgHk5fCsuwAAAABJRU5ErkJggg%3D%3D);
}
.grid-overlay-100 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVQI12NgeMaQxgBEaQALNgIZg1vmmQAAAABJRU5ErkJggg%3D%3D);
}
.blog-os-animation,
.os-animation,
.recent-simple-os-animation,
.staff-os-animation {
  opacity: 0;
}
.blog-os-animation.animated,
.os-animation.animated,
.recent-simple-os-animation.animated,
.staff-os-animation.animated {
  opacity: 1;
}
[class*="oxy-agent-"] .blog-os-animation,
[class*="oxy-agent-"] .data-os-animation,
[class*="oxy-agent-"] .os-animation,
[class*="oxy-agent-"] .recent-simple-os-animation,
[class*="oxy-agent-"] .staff-os-animation {
  opacity: 1 !important;
}
[class*="oxy-agent-"] .blog-os-animation.animated,
[class*="oxy-agent-"] .data-os-animation.animated,
[class*="oxy-agent-"] .os-animation.animated,
[class*="oxy-agent-"] .recent-simple-os-animation.animated,
[class*="oxy-agent-"] .staff-os-animation.animated {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-bottom {
  margin-bottom: 24px !important;
}
.margin-top {
  margin-top: 24px !important;
}
.margin-left {
  margin-left: 24px !important;
}
.margin-right {
  margin-right: 24px !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-bottom {
  padding-bottom: 24px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-left {
  padding-left: 24px !important;
}
.padding-right {
  margin-right: 24px !important;
}
.padded {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.padded-big {
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.padded-huge {
  margin-bottom: 96px;
  padding-bottom: 48px;
}
.bordered {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.bordered:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 1px;
  left: 0;
}
.bordered.bordered-small:after {
  width: 48px;
}
.bordered.bordered-large:after {
  width: 100px;
}
.text-center .bordered:after {
  margin-left: -36px;
  left: 50%;
}
.text-center .bordered.bordered-small:after {
  margin-left: -24px;
}
.text-center .bordered.bordered-large:after {
  margin-left: -50px;
}
.text-right .bordered.bordered-large:after,
.text-right .bordered.bordered-small:after,
.text-right .bordered:after {
  left: auto;
  right: 0;
}
.text-center > .bordered:after {
  margin-left: -36px !important;
  left: 50% !important;
}
.text-center > .bordered.bordered-small:after {
  margin-left: -24px !important;
}
.text-center > .bordered.bordered-large:after {
  margin-left: -50px !important;
}
.text-right > .bordered.bordered-small:after,
.text-right > .bordered:after {
  left: auto !important;
  right: 0 !important;
}
.bordered.text-left.bordered-small:after,
.bordered.text-left:after {
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
}
.bordered.text-center.bordered-large:after,
.bordered.text-center.bordered-small:after,
.bordered.text-center:after {
  left: 50% !important;
  right: auto !important;
  margin-left: -36px !important;
}
.bordered.text-center.bordered-large:after {
  margin-left: -50px !important;
}
.bordered.text-center.bordered-small:after {
  margin-left: -24px !important;
}
.bordered.text-right.bordered-small:after,
.bordered.text-right:after {
  left: auto !important;
  right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 992px) {
  .small-screen-center .bordered:after {
    margin-left: -36px;
    left: 50%;
  }
  .small-screen-center .bordered.bordered-small:after {
    margin-left: -24px;
  }
  .small-screen-center .bordered.bordered-large:after {
    margin-left: -50px;
  }
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.replaced-svg,
svg {
  max-width: 100%;
  max-height: 100%;
}
.list-container .col-md-2:nth-child(6n + 1),
.list-container .col-md-3:nth-child(4n + 1),
.list-container .col-md-4:nth-child(3n + 1),
.list-container .col-md-6:nth-child(2n + 1) {
  clear: both;
}
.section-text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.section-text-shadow .tooltip {
  text-shadow: none;
}
.section-inner-shadow,
.section-inner-shadow .background-media,
.section-inner-shadow .background-overlay {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.25) inset,
    0 -2px 2px -1px rgba(0, 0, 0, 0.25) inset;
}
button.close {
  background: 0 0 !important;
  color: #000 !important;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: transparent;
}
.has-warning .uneditable-input,
.has-warning input[type="color"],
.has-warning input[type="date"],
.has-warning input[type="datetime-local"],
.has-warning input[type="datetime"],
.has-warning input[type="email"],
.has-warning input[type="month"],
.has-warning input[type="number"],
.has-warning input[type="password"],
.has-warning input[type="search"],
.has-warning input[type="tel"],
.has-warning input[type="text"],
.has-warning input[type="time"],
.has-warning input[type="url"],
.has-warning input[type="week"],
.has-warning select,
.has-warning textarea {
  border-color: #fff;
  box-shadow: 0 5px 0 rgba(213, 153, 57, 0.6), 0 5px 5px rgba(213, 153, 57, 0.1);
}
.has-error .uneditable-input,
.has-error input[type="color"],
.has-error input[type="date"],
.has-error input[type="datetime-local"],
.has-error input[type="datetime"],
.has-error input[type="email"],
.has-error input[type="month"],
.has-error input[type="number"],
.has-error input[type="password"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="text"],
.has-error input[type="time"],
.has-error input[type="url"],
.has-error input[type="week"],
.has-error select,
.has-error textarea {
  border-color: #fff;
  box-shadow: 0 5px 0 rgba(169, 66, 56, 0.9), 0 5px 5px rgba(169, 66, 56, 0.1);
}
.has-success .uneditable-input,
.has-success input[type="color"],
.has-success input[type="date"],
.has-success input[type="datetime-local"],
.has-success input[type="datetime"],
.has-success input[type="email"],
.has-success input[type="month"],
.has-success input[type="number"],
.has-success input[type="password"],
.has-success input[type="search"],
.has-success input[type="tel"],
.has-success input[type="text"],
.has-success input[type="time"],
.has-success input[type="url"],
.has-success input[type="week"],
.has-success select,
.has-success textarea {
  border-color: #fff;
  box-shadow: 0 5px 0 rgba(103, 179, 72, 0.9), 0 5px 5px rgba(103, 179, 72, 0.1);
}
.has-info .uneditable-input,
.has-info input[type="color"],
.has-info input[type="date"],
.has-info input[type="datetime-local"],
.has-info input[type="datetime"],
.has-info input[type="email"],
.has-info input[type="month"],
.has-info input[type="number"],
.has-info input[type="password"],
.has-info input[type="search"],
.has-info input[type="tel"],
.has-info input[type="text"],
.has-info input[type="time"],
.has-info input[type="url"],
.has-info input[type="week"],
.has-info select,
.has-info textarea {
  border-color: #fff;
  box-shadow: 0 5px 0 rgba(111, 124, 132, 0.9),
    0 5px 5px rgba(111, 124, 132, 0.1);
}
.uneditable-input:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}
.uneditable-input:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}
.uneditable-input::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}
.ie9 select {
  background: 0 0 !important;
  color: #1c1c1c !important;
}
.progress {
  background: rgba(0, 0, 0, 0.07);
}
.progress .progress-bar + .progress-bar {
  box-shadow: none;
}
.accordion-toggle:after {
  background: rgba(0, 0, 0, 0.07);
}
.audioplayer {
  color: #fff;
}
.pricing-body {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.075);
}
.section-text-shadow .bordered:after {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  color: #65625d;
}
.table > tbody > tr.error > td,
.table > tbody > tr.error > th,
.table > tbody > tr > td.error,
.table > tbody > tr > th.error,
.table > tfoot > tr.error > td,
.table > tfoot > tr.error > th,
.table > tfoot > tr > td.error,
.table > tfoot > tr > th.error,
.table > thead > tr.error > td,
.table > thead > tr.error > th,
.table > thead > tr > td.error,
.table > thead > tr > th.error {
  color: #605655;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  color: #6f7c84;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  color: #555c52;
}
.features-white li .features-list-icon {
  background-color: #fff;
}
.features-dark li .features-list-icon {
  background-color: #353b42;
}
.features-gray li .features-list-icon {
  background-color: #dfdfdf;
}
.features-blue li .features-list-icon {
  background-color: rgba(44, 62, 80, 0.5);
}
.features-green li .features-list-icon {
  background-color: #4a686b;
}
.menu-item-object-oxy_mega_menu {
  position: static !important;
}
.menu-item-object-oxy_mega_menu .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li {
  position: relative;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li:before {
  content: "";
  position: absolute;
  height: 1000px;
  width: 1px;
  left: 0;
  top: 3px;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li:first-child:before {
  display: none;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul {
  list-style-type: none;
  padding: 0 0 6px;
  overflow: hidden;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li {
  padding-bottom: 0;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  -webkit-transition: color false false, 0.1s false false;
  transition: color 0.1s;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li > strong {
  padding-top: 16px;
  padding-bottom: 8px;
  display: block;
}
.menu-item-object-oxy_mega_menu .dropdown-menu > li > p {
  font-size: 14px;
  font-style: italic;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid;
}
.oxy_mega_menu-no-dividers > ul > li:before {
  display: none;
}
.oxy_mega_menu-no-dividers > ul > li > p {
  border: 0 !important;
}
@media (max-width: 992px) {
  .menu-item-object-oxy_mega_menu .dropdown-menu {
    background-image: none !important;
  }
  .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.alignnone {
  margin: 0 12px 12px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
a img.alignright {
  float: right;
  margin: 0 0 12px 12px;
}
a img.alignnone {
  margin: 0 12px 0 0;
}
a img.alignleft {
  float: left;
  margin: 0 12px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery-caption,
.wp-caption {
  text-align: center;
  overflow: hidden;
}
.wp-caption.alignnone {
  margin: 0 0 12px;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 0 12px 12px 0;
}
.wp-caption.alignright {
  margin: 0 0 12px 12px;
}
.wp-caption img {
  border: 0;
  height: auto;
  margin: 4px 0 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 12px;
}
.bypostauthor,
.sticky {
  display: block;
}
.post .pagination {
  margin: 0;
}
.wpcf7-form-control-wrap {
  display: block !important;
}
.logged-in.transparent-header,
.logged-in.transparent-header #masthead {
  top: 32px;
}
.woocommerce h1 {
  margin-bottom: 24px;
}
.woocommerce h2,
.woocommerce h3 {
  margin-bottom: 12px;
}
.button {
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
  text-shadow: none !important;
  font-weight: 400 !important;
  outline: 0;
  vertical-align: middle;
  cursor: pointer;
  height: 24px;
  line-height: 24px !important;
  border-radius: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.button.btn-lg {
  padding: 11px 19px;
}
.fullwidth {
  width: 100% !important;
  box-sizing: border-box;
}
mark {
  background: 0 0;
  font-weight: 700;
}
.add_to_cart_button {
  position: relative;
  padding-right: 32px !important;
  font-weight: 400;
}
.add_to_cart_button:after {
  content: "\f07a";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  z-index: 1;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  top: 6px;
}
.add_to_cart_button.loading:after {
  content: "\f021";
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  -webkit-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}
.add_to_cart_button.added:after {
  content: "\f00c";
}
.added_to_cart {
  display: none;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  width: 5.4em;
  font-family: FontAwesome;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.products .star-rating {
  left: 4px;
}
.star-rating:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.star-rating span {
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 100%;
}
.star-rating span:before {
  display: block;
  content: "\f005 \f005 \f005 \f005 \f005";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
form .fullwidth-form-field input,
form .fullwidth-form-field textarea {
  width: 100%;
}
.section-commerce .breadcrumb {
  padding-left: 0;
  display: inline-block;
}
.mini-cart-opened #content {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.mini-cart-overview a {
  padding: 0 0 0 6px;
  display: block;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
  position: relative;
}
.mini-cart-underlay {
  -webkit-transition: background false false, 0.2s false false;
  transition: background 0.2s;
  content: "";
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: 1101;
  cursor: pointer;
}
.mini-cart-underlay.cart-open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn-cart-sidebar span {
  background: 0 0;
}
.mini-cart-container {
  position: fixed;
  width: 300px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1101;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  text-align: left;
}
.mini-cart-container.active {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.mini-cart-container > ul > li {
  display: block;
}
.widget_shopping_cart .sidebar-header {
  display: none;
}
.mini-cart-container .cart_list {
  padding: 0 20px;
  position: absolute;
  list-style-type: none;
  top: 48px;
  bottom: 128px;
  left: 0;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.mini-cart-container .cart_list li {
  border-bottom: 1px solid;
}
.mini-cart-container .cart_list .amount,
.mini-cart-container .cart_list dl,
.mini-cart-container .cart_list p {
  font-size: 13px;
  margin: 0;
}
.mini-cart-container .cart_list .media {
  position: relative;
}
.mini-cart-container .cart_list .remove {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.mini-cart-container .cart_list dd,
.mini-cart-container .cart_list dt {
  display: inline-block;
  width: 35%;
}
.mini-cart-container .cart-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cart-actions {
  position: relative;
  z-index: 100;
}
.cart-actions .total {
  margin: 6px 6px 0;
  padding: 7px 8px;
  line-height: 24px;
}
.cart-actions .total .amount {
  float: right;
  font-weight: bolder;
  margin-right: 10px;
}
.cart-actions .btn {
  font-size: 14px;
  text-align: left;
  margin: 6px;
  position: relative;
}
.cart-actions i {
  position: absolute;
  right: 3px;
  padding: 0 10px;
  top: 10px;
}
.woocommerce-breadcrumb {
  display: inline-block;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px;
}
.woocommerce-breadcrumb span {
  display: block;
  float: left;
  position: relative;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span:last-child {
  display: block;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
  padding: 0 20px;
}
.single-product .woocommerce-breadcrumb span:last-child {
  display: none;
}
.woocommerce-breadcrumb span:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid;
  right: -10px;
  z-index: 1;
}
@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    text-align: center;
  }
  .woocommerce-breadcrumb span {
    display: none;
  }
  .woocommerce-breadcrumb span:first-child,
  .woocommerce-breadcrumb span:nth-last-of-type(2) {
    display: inline-block;
  }
}
.woocommerce-result-count {
  display: inline-block;
  line-height: 36px;
  font-size: 14px;
  margin-bottom: 24px;
}
.woocommerce-ordering {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
}
.woocommerce-ordering select {
  margin-bottom: 0;
  height: 24px;
  line-height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  font-family: inherit;
  border: 0;
  text-shadow: none !important;
  border-radius: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.woocommerce-ordering select:focus {
  outline: 0;
}
.woocommerce-ordering .select-wrap:after {
  line-height: 36px;
}
@media (max-width: 992px) {
  .woocommerce-ordering,
  .woocommerce-ordering select {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  .woocommerce-result-count {
    display: none;
  }
}
divp.stars .pp_content_container {
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 40px 0 10px !important;
  border-radius: 0 !important;
}
.pp_content_container #respond {
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
  background: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.pp_content_container #respond h3 {
  border-bottom: 2px solid #6c6c6c !important;
  padding-bottom: 12px;
}
.pp_description {
  display: none !important;
}
.pp_content_container .comment-form-author,
.pp_content_container .comment-form-author input,
.pp_content_container .comment-form-email,
.pp_content_container .comment-form-email input,
.pp_content_container .comment-form-rating {
  width: 100%;
  clear: both;
  float: left;
}
.pp_content_container .comment-form-author,
.pp_content_container .comment-form-email {
  position: relative;
}
.pp_content_container input,
.pp_content_container textarea {
  width: 95% !important;
  border: 0 !important;
  background: #ededed;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.pp_content_container input[type="submit"],
.pp_content_container textarea[type="submit"] {
  width: 50% !important;
  background: #6c6c6c;
  color: #fff;
  box-shadow: none;
}
#review_form_wrapper .select-wrap {
  display: none;
}
#review_form_wrapper p.stars {
  height: 24px;
}
#review_form_wrapper p.stars:after {
  display: block;
  content: "\f006 \f006 \f006 \f006 \f006";
  font-family: FontAwesome;
  position: absolute;
}
#review_form_wrapper p.stars span {
  width: 80px;
  height: 24px;
  line-height: 24px;
  position: relative;
  float: left;
}
p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-indent: -9000px;
}
p.stars span a:after {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 24px;
  line-height: 24px;
  font-family: FontAwesome;
  text-indent: 0;
}
p.stars span a.active:after {
  opacity: 0.6;
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
p.stars span a.star-1.active:after,
p.stars span a.star-1:focus:after,
p.stars span a.star-1:hover:after {
  width: 16px;
  content: "\f005";
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
p.stars span a.star-2.active:after,
p.stars span a.star-2:focus:after,
p.stars span a.star-2:hover:after {
  width: 32px;
  content: "\f005 \f005 ";
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
p.stars span a.star-3.active:after,
p.stars span a.star-3:focus:after,
p.stars span a.star-3:hover:after {
  width: 48px;
  content: "\f005 \f005 \f005 ";
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
p.stars span a.star-4.active:after,
p.stars span a.star-4:focus:after,
p.stars span a.star-4:hover:after {
  width: 64px;
  content: "\f005 \f005 \f005 \f005 ";
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
p.stars span a.star-5.active:after,
p.stars span a.star-5:focus:after,
p.stars span a.star-5:hover:after {
  width: 80px;
  content: "\f005 \f005 \f005 \f005 \f005 ";
}
.products {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.product {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
}
.products .product {
  margin-bottom: 48px;
}
.product > a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
}
.product-image img {
  margin-bottom: 0 !important;
  -webkit-transition: all false false, 0.4s false false;
  transition: all 0.4s;
}
.product-image .product-image-back {
  position: absolute;
  top: 0;
  width: 100%;
}
.product-image .product-image-back img {
  opacity: 0;
}
.product-image .product-image-back img:hover {
  opacity: 1;
}
.product-image:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.products .product-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}
.onsale {
  display: block;
  position: absolute;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  top: 15px;
  right: -25px;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info {
  min-height: 54px;
  margin-bottom: 12px;
}
.price {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.price .from,
.price del {
  font-size: 0.9em;
}
.price ins {
  text-decoration: none;
}
.woocommerce-pagination {
  display: block;
}
.page-numbers {
  list-style-type: none;
  text-align: center;
  padding: 0;
  letter-spacing: -5px;
}
.page-numbers li {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.page-numbers a,
.page-numbers span {
  letter-spacing: 0;
  display: block;
}
.product-summary {
  margin-bottom: 48px;
}
.single-product .product-title {
  margin-bottom: 8px;
}
.product-images {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.product-images .flex-control-thumbs li {
  margin-top: 6px;
  margin-right: 6px;
  max-width: 100px;
}
.product-images .flex-control-thumbs li:first-child {
  margin-left: 0;
}
.product-images .flex-direction-nav a {
  top: 42%;
}
.product-images .flexslider .slides > li {
  position: relative;
}
.product-images li figcaption {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  bottom: -36px;
  left: 0;
  opacity: 0;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
}
.product-images li:hover figcaption {
  opacity: 1;
  bottom: 0;
}
.product-images .flex-control-thumbs img {
  display: block;
}
.product-nav {
  display: inline-block;
}
.product-nav a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-nav i {
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.product-nav a:last-child {
  margin-left: 1px;
}
.product-offers {
  margin-bottom: 24px;
}
table .price {
  margin-bottom: 0;
}
.price-big {
  font-size: 36px;
  line-height: 48px;
}
.description {
  margin-bottom: 24px;
}
.description p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 27px;
}
.variations {
  margin-bottom: 24px;
}
.variations .label {
  font-weight: 700;
  color: inherit;
  line-height: 36px;
  font-size: 1em;
  padding: 0 12px 0 0;
  display: block;
}
.variations select {
  height: 36px;
  min-width: 200px;
}
.single_variation_wrap .price .amount {
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}
.reset_variations {
  line-height: 36px;
}
.quantity {
  display: inline-block;
}
.quantity input {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
  font-weight: 400 !important;
  outline: 0;
  vertical-align: middle;
  cursor: pointer;
  line-height: 24px !important;
  border-radius: 0;
  border: 0;
  max-width: 36px;
  height: 36px;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-type-grouped .table td {
  padding: 4px;
}
.product-type-grouped .table td .amount,
.product-type-grouped .table td label {
  line-height: 36px;
  margin-bottom: 0;
}
.table-related {
  margin-bottom: 24px;
}
.table-related tbody tr td {
  vertical-align: middle;
}
.table-related label,
.table-related p {
  margin: 0;
}
.table-related input:focus {
  box-shadow: none !important;
}
.table-related input::-webkit-inner-spin-button,
.table-related input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cross-sells h2,
.related h2,
.upsells h2 {
  display: inline-block;
  line-height: 36px;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 400;
}
#reviews .verified {
  font-weight: 400;
}
#reviews .comments .comments-form {
  max-width: 100%;
}
#reviews .comments .comments-form .controls {
  margin-top: 30px;
}
#reviews .comments {
  padding-bottom: 0;
}
#reviews .star-rating {
  margin-bottom: -6px;
}
#reviews h3,
#tab-description h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.stock {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}
.single-product-extras {
  margin-bottom: 48px;
}
.single-product-extras .tab-content {
  padding: 24px;
}
.product_meta {
  margin-top: 24px;
  margin-bottom: 24px;
}
.product_meta > span {
  display: block;
}
.single-product .post-share small {
  display: none;
}
.single-product .post-share .social-share {
  text-align: left;
}
@media (max-width: 480px) {
  .product-nav {
    display: none;
  }
}
.shop_table td {
  text-align: center !important;
}
.shop_table th {
  text-align: center;
}
.coupon {
  margin: 24px 0;
}
.country-select,
.coupon input[type="text"] {
  width: 100%;
}
.woocommerce #customer_details p {
  margin: 0 0 10px;
}
.woocommerce #customer_details p#billing_email_field,
.woocommerce #customer_details p#billing_first_name_field,
.woocommerce #customer_details p#shipping_first_name_field {
  width: 50%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: left;
}
.woocommerce #customer_details p#billing_last_name_field,
.woocommerce #customer_details p#billing_phone_field,
.woocommerce #customer_details p#shipping_last_name_field {
  width: 49%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: right;
}
.woocommerce #customer_details p input {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 32px;
  box-sizing: border-box;
}
.woocommerce #customer_details p textarea {
  width: 100% !important;
}
.woocommerce #customer_details p input.input-checkbox {
  width: 15px;
}
.woocommerce #customer_details p label.checkbox {
  display: inline-block;
}
.woocommerce-invalid input,
.woocommerce-invalid textarea,
input.woocommerce-invalid,
textarea.woocommerce-invalid {
  border: 0;
  box-shadow: 0 -4px 0 #e74c3c inset;
}
.woocommerce .payment_methods {
  margin: 0 0 12px;
  padding-left: 0;
}
.woocommerce .payment_methods li {
  list-style: none;
  padding-top: 5px;
}
.woocommerce .payment_methods input {
  margin: 0;
}
.woocommerce .payment_methods input[type="text"] {
  width: 100%;
}
.woocommerce .payment_methods label {
  display: inline-block;
  margin-left: 5px;
}
.shop_table td {
  vertical-align: middle !important;
}
.woocommerce .shop_table.order_details.table {
  font-size: 16px;
}
.woocommerce .shop_table.order_details td,
.woocommerce .shop_table.order_details tfoot th {
  padding: 20px;
}
.woocommerce .addresses address {
  font-style: italic;
}
.order_details {
  list-style-type: none;
  padding-left: 0;
}
.order_details li {
  margin-bottom: 12px;
  padding: 12px;
  border-bottom: 1px solid;
}
#ship-to-different-address {
  margin-top: 0;
}
.product-category {
  position: relative;
  background: 0 0;
}
.product-category h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 50%;
  padding: 6px 36px 6px 10px;
  -webkit-transition: background-color 0.2s false, width 0.2s false;
  transition: background-color 0.2s, width 0.2s;
}
.product-category:hover h3 {
  width: 100%;
  padding-right: 10px;
}
.product-category mark {
  background-color: transparent;
  font-size: 0.8em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
}
.term-description {
  margin-bottom: 48px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.term-description:after {
  display: block;
  position: absolute;
  content: "";
  width: 200px;
  height: 2px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
}
.widget_product_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_product_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_product_tag_cloud ul a,
.widget_product_tag_cloud ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.widget_product_tag_cloud ul li {
  margin-bottom: 12px;
}
.widget_product_tag_cloud ul a {
  font-size: 11px !important;
  text-transform: none !important;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all false false, 0.2s false false;
  transition: all 0.2s;
}
.product_list_widget {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product_list_widget li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid;
}
.product_list_widget li:after {
  content: "";
  display: table;
  clear: both;
}
.product_list_widget a {
  display: block;
}
.product_list_widget img {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
  max-width: 70px;
}
.product_list_widget .star-rating {
  display: block;
  float: none;
  margin: 0;
}
.product_list_widget .amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.product_list_widget del .amount {
  font-size: 14px;
  text-decoration: line-through;
}
.widget_layered_nav .children,
.widget_layered_nav ul,
.widget_product_categories .children,
.widget_product_categories ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_layered_nav p,
.widget_product_categories p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_layered_nav small,
.widget_product_categories small {
  display: inline-block;
  font-size: 14px;
}
.widget_layered_nav small:before,
.widget_product_categories small:before {
  content: "- ";
}
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}
.widget_product_search form:after {
  display: block;
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 0;
  height: 34px;
  line-height: 34px;
  right: 0;
  width: 32px;
  text-align: center;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  min-height: 34px;
  margin-bottom: 0;
}
.widget_product_search input[type="submit"] {
  position: absolute;
  text-indent: -9000em;
  display: block;
  top: 1px;
  right: 0;
  border: 1px solid transparent;
  height: 32px;
  width: 32px;
  box-shadow: none;
  outline: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  outline: 0;
  top: -5px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 8px;
  margin-bottom: 24px;
  margin-top: 28px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .button {
  float: left;
}
.widget_price_filter .price_label {
  display: block;
  line-height: 32px;
  text-align: right;
}
.woocommerce-account .form-row .chosen-container {
  width: 100% !important;
}
.btn span {
  background: rgba(255, 255, 255, 0.2);
}
.btn i {
  color: #fff !important;
}
.btn-default {
  background: #6c6c6c !important;
  color: #fff !important;
}
.btn-default:hover {
  background: #404040 !important;
}
.btn-warning {
  background: #f18d38 !important;
  color: #fff !important;
}
.btn-warning:hover {
  background: #e57211 !important;
}
.btn-danger {
  background: #e74c3c !important;
  color: #fff !important;
}
.btn-danger:hover {
  background: #d62c1a !important;
}
.btn-success {
  background: #427e77 !important;
  color: #fff !important;
}
.btn-success:hover {
  background: #305d57 !important;
}
.btn-info {
  background: #5d89ac !important;
  color: #fff !important;
}
.btn-info:hover {
  background: #486f8e !important;
}
.btn-color2 {
  background: #d0121e !important;
  color: #fff !important;
}
.btn-color2:hover {
  background: #c21513 !important;
}
.btn-lightblue {
  background: #087f87 !important;
  background: var(--default-red-color) !important;
  color: #fff !important;
}
.btn-lightblue:hover {
  background: #076994 !important;
}
.panel-default .panel-heading {
  background: #6c6c6c !important;
}
.panel-default .panel-heading a,
.panel-default .panel-heading a:hover,
.panel-default .panel-title {
  color: #fff !important;
}
.panel-warning .panel-heading {
  background: #f18d38 !important;
}
.panel-warning .panel-heading a,
.panel-warning .panel-heading a:hover,
.panel-warning .panel-title {
  color: #fff !important;
}
.panel-danger .panel-heading {
  background: #e74c3c !important;
}
.panel-danger .panel-heading a,
.panel-danger .panel-heading a:hover,
.panel-danger .panel-title {
  color: #fff !important;
}
.panel-success .panel-heading {
  background: #427e77 !important;
}
.panel-success .panel-heading a,
.panel-success .panel-heading a:hover,
.panel-success .panel-title {
  color: #fff !important;
}
.panel-info .panel-heading {
  background: #5d89ac !important;
}
.panel-info .panel-heading a,
.panel-info .panel-heading a:hover,
.panel-info .panel-title {
  color: #fff !important;
}
.alert-warning {
  background: #f18d38;
  color: #fff !important;
}
.alert-warning a {
  color: #fff !important;
  text-decoration: underline;
}
.alert-warning .btn,
.alert-warning .button {
  background: #fff !important;
  color: #f18d38 !important;
  text-decoration: none;
}
.alert-danger {
  background: #e74c3c;
  color: #fff !important;
}
.alert-danger a {
  color: #fff !important;
  text-decoration: underline;
}
.alert-danger .btn,
.alert-danger .button {
  background: #fff !important;
  color: #e74c3c !important;
  text-decoration: none;
}
.alert-success {
  background: #427e77;
  color: #fff !important;
}
.alert-success a {
  color: #fff !important;
  text-decoration: underline;
}
.alert-success .btn,
.alert-success .button {
  background: #fff !important;
  color: #427e77 !important;
  text-decoration: none;
}
.alert-info {
  background: #5d89ac;
  color: #fff !important;
}
.alert-info a {
  color: #fff !important;
  text-decoration: underline;
}
.alert-info .btn,
.alert-info .button {
  background: #fff !important;
  color: #5d89ac !important;
  text-decoration: none;
}
.progress-bar-default {
  box-shadow: none;
  background: #6c6c6c;
}
.progress-bar-default span {
  color: #fff;
}
.progress-bar-default.progress-striped .progress-bar,
.progress-striped .progress-bar-default {
  background-color: #6c6c6c;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background: #f18d38;
  box-shadow: none;
}
.progress-bar-warning span {
  color: #fff;
}
.progress-bar-warning.progress-striped .progress-bar,
.progress-striped .progress-bar-warning {
  background-color: #f18d38;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  box-shadow: none;
  background: #e74c3c;
}
.progress-bar-danger span {
  color: #fff;
}
.progress-bar-danger.progress-striped .progress-bar,
.progress-striped .progress-bar-danger {
  background-color: #e74c3c;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-success {
  box-shadow: none;
  background: #427e77;
}
.progress-bar-success span {
  color: #fff;
}
.progress-bar-success.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-color: #427e77;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  box-shadow: none;
  background: #5d89ac;
}
.progress-bar-info span {
  color: #fff;
}
.progress-bar-info.progress-striped .progress-bar,
.progress-striped .progress-bar-info {
  background-color: #5d89ac;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.figure-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.figure-overlay .figure-caption-description,
.figure-overlay .figure-caption-title {
  color: #fff;
}
.figure-overlay .figure-icon {
  border-color: rgba(255, 255, 255, 0.8);
}
.figure-overlay small {
  color: rgba(255, 255, 255, 0.8) !important;
}
.figure-overlay svg {
  stroke: #fff !important;
}
.figure-overlay .bordered:after {
  background: #fff !important;
}
.figure-overlay .btn {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.figure-overlay .btn:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff;
}
.mfp-counter,
.mfp-preloader {
  color: #000;
}
button.mfp-arrow {
  background: rgba(0, 0, 0, 0.9) !important;
}
.mfp-arrow:before {
  color: #fff;
}
.go-top {
  background: #1c1c1c !important;
}
.go-top i {
  color: #fff;
}
.carousel-caption,
.carousel-caption h3,
.carousel-control {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.carousel-indicators li.active {
  background: #fff;
  border-color: #fff;
}
.flex-direction-nav a {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.flex-control-nav a {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}
.flex-control-nav a.flex-active {
  background: #fff;
}
.flexslider figcaption {
  background: rgba(0, 0, 0, 0.2);
}
.flexslider figcaption h3,
.flexslider figcaption p {
  color: #fff;
}
.ls-fullwidth .ls-nav-next:after,
.ls-fullwidth .ls-nav-prev:after {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.gform_wrapper .gfield_contains_required.gfield_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_required.gfield_error {
  color: #a82315;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border: 1px solid rgba(214, 44, 26, 0.5);
  background: rgba(231, 76, 60, 0.5);
  color: #a82315;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  box-shadow: 0 3px 0 #e74c3c;
}
.validation_error {
  background: #e74c3c;
  color: #fff;
}
.validation_error hr {
  border-top-color: #e74c3c;
}
.validation_error .alert-link {
  color: #e6e6e6;
}
.panel-bbpress .bbp-template-notice,
[role="alert"] {
  color: #e74c3c;
}
[role="alert"].wpcf7-mail-sent-ok {
  color: #427e77;
}
.swatch-white,
[class*="swatch-"] .swatch-white {
  background: #fff;
  color: #076994;
}
.swatch-white h1,
.swatch-white h2,
.swatch-white h3,
.swatch-white h4,
.swatch-white h5,
.swatch-white h6,
[class*="swatch-"] .swatch-white h1,
[class*="swatch-"] .swatch-white h2,
[class*="swatch-"] .swatch-white h3,
[class*="swatch-"] .swatch-white h4,
[class*="swatch-"] .swatch-white h5,
[class*="swatch-"] .swatch-white h6 {
  color: #076994;
}
.swatch-white h1 small,
.swatch-white h2 small,
.swatch-white h3 small,
.swatch-white h4 small,
.swatch-white h5 small,
.swatch-white h6 small,
[class*="swatch-"] .swatch-white h1 small,
[class*="swatch-"] .swatch-white h2 small,
[class*="swatch-"] .swatch-white h3 small,
[class*="swatch-"] .swatch-white h4 small,
[class*="swatch-"] .swatch-white h5 small,
[class*="swatch-"] .swatch-white h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white a,
[class*="swatch-"] .swatch-white a {
  color: #076994;
}
.swatch-white a:hover,
[class*="swatch-"] .swatch-white a:hover {
  color: #4f9bc2;
}
.swatch-white small,
.swatch-white small a,
[class*="swatch-"] .swatch-white small,
[class*="swatch-"] .swatch-white small a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white i,
.swatch-white small a:hover,
[class*="swatch-"] .swatch-white i,
[class*="swatch-"] .swatch-white small a:hover {
  color: #076994;
}
.swatch-white blockquote:before,
[class*="swatch-"] .swatch-white blockquote:before {
  background-color: #076994;
}
.swatch-white blockquote footer,
.swatch-white blockquote small,
[class*="swatch-"] .swatch-white blockquote footer,
[class*="swatch-"] .swatch-white blockquote small {
  color: #076994;
}
.swatch-white ::selection,
[class*="swatch-"] .swatch-white ::selection {
  background: #076994;
  color: #fff;
}
.swatch-white ::-moz-selection,
[class*="swatch-"] .swatch-white ::-moz-selection {
  background: #076994;
  color: #fff;
}
.swatch-white hr,
[class*="swatch-"] .swatch-white hr {
  border-top-color: #e9e9e9;
}
.swatch-white pre,
[class*="swatch-"] .swatch-white pre {
  background: #076994;
  color: #fff;
}
.swatch-white .active,
[class*="swatch-"] .swatch-white .active {
  color: #4f9bc2;
}
.swatch-white .btn-primary,
.swatch-white button,
.swatch-white input[type="submit"],
[class*="swatch-"] .swatch-white .btn-primary,
[class*="swatch-"] .swatch-white button,
[class*="swatch-"] .swatch-white input[type="submit"] {
  background-color: #076994;
  color: #fff;
}
.swatch-white .btn-primary:hover,
.swatch-white button:hover,
.swatch-white input[type="submit"]:hover,
[class*="swatch-"] .swatch-white .btn-primary:hover,
[class*="swatch-"] .swatch-white button:hover,
[class*="swatch-"] .swatch-white input[type="submit"]:hover {
  background-color: #087f87;
  background-color: var(--default-red-color);
  color: #fff;
}
.swatch-white .btn-primary.btn-icon-left span,
.swatch-white .btn-primary.btn-icon-right span,
.swatch-white button.btn-icon-left span,
.swatch-white button.btn-icon-right span,
.swatch-white input[type="submit"].btn-icon-left span,
.swatch-white input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-white .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-white .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-white button.btn-icon-left span,
[class*="swatch-"] .swatch-white button.btn-icon-right span,
[class*="swatch-"] .swatch-white input[type="submit"].btn-icon-left span,
[class*="swatch-"] .swatch-white input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-white .btn-primary i,
[class*="swatch-"] .swatch-white .btn-primary i {
  color: #fff !important;
}
.swatch-white .btn-link,
[class*="swatch-"] .swatch-white .btn-link {
  background: 0 0;
  color: #076994;
  text-decoration: none;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white .btn-link span,
[class*="swatch-"] .swatch-white .btn-link span {
  background: 0 0;
}
.swatch-white .btn-link i,
[class*="swatch-"] .swatch-white .btn-link i {
  color: #076994 !important;
}
.swatch-white .btn-link:hover,
[class*="swatch-"] .swatch-white .btn-link:hover {
  text-decoration: none;
  background-color: #076994;
  color: #fff;
  box-shadow: 0 0 0 1px #076994;
}
.swatch-white .btn-link:hover i,
[class*="swatch-"] .swatch-white .btn-link:hover i {
  color: #fff !important;
}
.swatch-white .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-white .open .dropdown-toggle.btn-primary {
  background-color: #076994;
  color: #fff;
}
.swatch-white .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-white .btn-group .dropdown-menu {
  background-color: #076994;
}
.swatch-white .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white .btn-group .dropdown-menu > li > a {
  color: #fff;
  box-shadow: 0 -1px 0 #6cbfea;
}
.swatch-white .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"]
  .swatch-white
  .btn-group
  .dropdown-menu
  > li:first-child
  > a {
  box-shadow: none;
}
.swatch-white .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white .btn-group .dropdown-menu > li > a:hover {
  background: #a1d6f1;
}
.swatch-white .label-primary,
[class*="swatch-"] .swatch-white .label-primary {
  background: #076994;
  color: #fff;
}
.swatch-white .label-primary a,
[class*="swatch-"] .swatch-white .label-primary a {
  color: #fff;
}
.swatch-white .input-group-btn,
.swatch-white .uneditable-input,
.swatch-white input,
.swatch-white select,
.swatch-white textarea,
[class*="swatch-"] .swatch-white .input-group-btn,
[class*="swatch-"] .swatch-white .uneditable-input,
[class*="swatch-"] .swatch-white input,
[class*="swatch-"] .swatch-white select,
[class*="swatch-"] .swatch-white textarea {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white .input-group-btn:-moz-placeholder,
.swatch-white .uneditable-input:-moz-placeholder,
.swatch-white input:-moz-placeholder,
.swatch-white select:-moz-placeholder,
.swatch-white textarea:-moz-placeholder,
[class*="swatch-"] .swatch-white .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-white .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-white input:-moz-placeholder,
[class*="swatch-"] .swatch-white select:-moz-placeholder,
[class*="swatch-"] .swatch-white textarea:-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white .input-group-btn::-moz-placeholder,
.swatch-white .uneditable-input::-moz-placeholder,
.swatch-white input::-moz-placeholder,
.swatch-white select::-moz-placeholder,
.swatch-white textarea::-moz-placeholder,
[class*="swatch-"] .swatch-white .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-white .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-white input::-moz-placeholder,
[class*="swatch-"] .swatch-white select::-moz-placeholder,
[class*="swatch-"] .swatch-white textarea::-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white .input-group-btn:-ms-input-placeholder,
.swatch-white .uneditable-input:-ms-input-placeholder,
.swatch-white input:-ms-input-placeholder,
.swatch-white select:-ms-input-placeholder,
.swatch-white textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-white .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-white .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white select:-ms-input-placeholder,
[class*="swatch-"] .swatch-white textarea:-ms-input-placeholder {
  color: #8c8c8c;
}
.swatch-white .input-group-btn::-webkit-input-placeholder,
.swatch-white .uneditable-input::-webkit-input-placeholder,
.swatch-white input::-webkit-input-placeholder,
.swatch-white select::-webkit-input-placeholder,
.swatch-white textarea::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}
.swatch-white input:focus,
.swatch-white select.form-control:focus,
.swatch-white textarea:focus,
[class*="swatch-"] .swatch-white input:focus,
[class*="swatch-"] .swatch-white select.form-control:focus,
[class*="swatch-"] .swatch-white textarea:focus {
  box-shadow: 0 3px 0 #076994;
}
.swatch-white input[type="checkbox"],
.swatch-white input[type="radio"],
[class*="swatch-"] .swatch-white input[type="checkbox"],
[class*="swatch-"] .swatch-white input[type="radio"] {
  box-shadow: none;
}
.swatch-white .form-icon-group i,
[class*="swatch-"] .swatch-white .form-icon-group i {
  color: #076994;
}
.swatch-white input[type="button"],
[class*="swatch-"] .swatch-white input[type="button"] {
  background: #076994;
  color: #fff;
}
.swatch-white .select-wrap,
[class*="swatch-"] .swatch-white .select-wrap {
  background: #e9e9e9;
}
.swatch-white .select-wrap:after,
[class*="swatch-"] .swatch-white .select-wrap:after {
  color: #076994;
}
.swatch-white .table th,
[class*="swatch-"] .swatch-white .table th {
  background-color: #076994;
  text-transform: uppercase;
  color: #fff;
}
.swatch-white .table td,
.swatch-white .table th,
.swatch-white .table-bordered,
[class*="swatch-"] .swatch-white .table td,
[class*="swatch-"] .swatch-white .table th,
[class*="swatch-"] .swatch-white .table-bordered {
  border-color: #e9e9e9;
}
.swatch-white .table-hover tbody tr:hover th,
.swatch-white .table-hover > tbody > tr:hover > td,
.swatch-white .table-hover > tbody > tr:hover > th,
.swatch-white .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-white .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-white .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-white .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-white .table-hover > tbody > tr:hover > th,
[class*="swatch-"]
  .swatch-white
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > td,
[class*="swatch-"]
  .swatch-white
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #e9e9e9;
}
.swatch-white#masthead,
[class*="swatch-"] .swatch-white#masthead {
  border-color: #fff;
}
.swatch-white.navbar,
[class*="swatch-"] .swatch-white.navbar {
  background: #fff;
  color: #076994;
}
.swatch-white .navbar-text,
.swatch-white.navbar .nav > li > a,
.swatch-white.navbar .navbar-brand,
.swatch-white.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-white .navbar-text,
[class*="swatch-"] .swatch-white.navbar .nav > li > a,
[class*="swatch-"] .swatch-white.navbar .navbar-brand,
[class*="swatch-"] .swatch-white.navbar .navbar-brand:hover {
  color: #076994;
}
.swatch-white.navbar .nav > li > a:focus,
.swatch-white.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-white.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:before {
  background-color: #076994;
}
.swatch-white.navbar a .menu-icon,
[class*="swatch-"] .swatch-white.navbar a .menu-icon {
  color: #076994;
}
.swatch-white.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-white.navbar a:hover .menu-icon {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"] .swatch-white.navbar .dropdown-menu a:hover .menu-icon {
  color: #fff;
}
.swatch-white .navbar-toggle,
[class*="swatch-"] .swatch-white .navbar-toggle {
  background: none !important;
}
.swatch-white .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-white .navbar-toggle .icon-bar {
  background-color: #076994;
}
.swatch-white .navbar-toggle:hover,
[class*="swatch-"] .swatch-white .navbar-toggle:hover {
  background: 0 0;
}
.swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-white.navbar .nav > .active > a,
.swatch-white.navbar .nav > .active > a:focus,
.swatch-white.navbar .nav > .active > a:hover,
.swatch-white.navbar .nav > .current-menu-ancestor > a,
.swatch-white.navbar .nav > .current-menu-item > a,
.swatch-white.navbar .nav > .current-menu-item > a:focus,
.swatch-white.navbar .nav > .current-menu-item > a:hover,
.swatch-white.navbar .nav > .current-menu-parent > a,
.swatch-white.navbar .nav > li > a:focus,
.swatch-white.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:focus,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:hover,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:hover {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-white.navbar .nav li.dropdown.open.active > .dropdown-toggle:before,
.swatch-white.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-white.navbar .nav > .active > a:before,
.swatch-white.navbar .nav > .active > a:focus:before,
.swatch-white.navbar .nav > .active > a:hover:before,
.swatch-white.navbar .nav > .current-menu-ancestor > a:before,
.swatch-white.navbar .nav > .current-menu-item > a:before,
.swatch-white.navbar .nav > .current-menu-item > a:focus:before,
.swatch-white.navbar .nav > .current-menu-item > a:hover:before,
.swatch-white.navbar .nav > .current-menu-parent > a:before,
.swatch-white.navbar .nav > li > a:focus:before,
.swatch-white.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-white.navbar .nav > .active > a:hover:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  > .current-menu-ancestor
  > a:before,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-item > a:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-white.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"] .swatch-white.navbar .nav > .current-menu-parent > a:before,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-white.navbar .nav > li > a:hover:before {
  background-color: #087f87;
  background-color: var(--default-red-color);
}
.swatch-white.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-white.navbar .nav > .disabled > a {
  color: #076994;
}
.swatch-white.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-white.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-white .dropdown-menu,
[class*="swatch-"] .swatch-white .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #076994 inset;
}
.swatch-white .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white .dropdown-menu > li > a {
  color: #076994;
}
.swatch-white .dropdown-menu > .active > a,
.swatch-white .dropdown-menu > .active > a:focus,
.swatch-white .dropdown-menu > .active > a:hover,
.swatch-white .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-white .dropdown-menu > li > a:hover {
  background-color: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white .dropdown-menu > .active > a i,
.swatch-white .dropdown-menu > .active > a:focus i,
.swatch-white .dropdown-menu > .active > a:hover i,
.swatch-white .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-white .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-white .dropdown-menu > li > a:hover i {
  color: #fff;
}
.swatch-white .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-white .dropdown-menu > li.disabled > a:hover {
  color: #076994;
}
.swatch-white.navbar .nav > li > .dropdown-menu:after,
.swatch-white.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-white.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"] .swatch-white.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-white.navbar-scrolled,
[class*="swatch-"] .swatch-white.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
}
.swatch-white .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-white .dropdown-submenu > a:after {
  border-left-color: #076994 !important;
}
.swatch-white .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-white .dropdown-submenu > a:hover:after {
  border-left-color: #fff !important;
}
.swatch-white .dropdown-menu .divider,
[class*="swatch-"] .swatch-white .dropdown-menu .divider {
  background-color: rgba(233, 233, 233, 0.8);
}
.swatch-white.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-white.navbar .nav-highlight > a {
  color: #fff !important;
}
.swatch-white.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-white.navbar .nav-highlight > a:after {
  background: #076994;
}
.swatch-white.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-white.navbar .nav-highlight > a:hover {
  color: #fff !important;
}
.swatch-white.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-white.navbar .nav-highlight > a:hover:after {
  background-color: #087f87;
  background: var(--default-red-color);
}
.swatch-white.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a {
  color: #076994;
}
.swatch-white.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #076994;
}
.swatch-white.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:hover {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"] .swatch-white.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: #087f87;
  border-color: var(--default-red-color);
}
.transparent-header .swatch-white.navbar,
.transparent-header [class*="swatch-"] .swatch-white.navbar {
  background: 0 0;
}
.transparent-header .swatch-white.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-white.navbar-scrolled {
  background: #087f87 !important;
  background: var(--default-red-color) !important;
}
.transparent-header .swatch-white.search-active,
.transparent-header [class*="swatch-"] .swatch-white.search-active {
  background: #fff !important;
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #076994;
}
.swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(233, 233, 233, 0.8);
}
.swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-white
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(233, 233, 233, 0.8);
}
@media (max-width: 992px) {
  .swatch-white.navbar .nav > li > a,
  [class*="swatch-"] .swatch-white.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-white.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-white.navbar .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-white.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-white.navbar .dropdown-menu > li.active > a,
  .swatch-white.navbar .dropdown-menu > li > a:focus,
  .swatch-white.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-white.navbar .dropdown-menu > li > a:hover {
    background: #087f87;
    background: var(--default-red-color);
    color: #fff;
  }
  .swatch-white .dropdown-submenu > ul > li > a,
  .swatch-white .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-white .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-white .dropdown-submenu > ul > li > a:hover {
    background: #e9e9e9;
  }
  .swatch-white .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-white .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #076994 !important;
  }
  .swatch-white
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-white
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #087f87;
    background: var(--default-red-color);
    color: #fff;
  }
  .swatch-white .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
  [class*="swatch-"]
    .swatch-white
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-white .nav-highlight > a,
  [class*="swatch-"] .swatch-white .nav-highlight > a {
    color: #076994 !important;
  }
  .swatch-white .nav-highlight > a:after,
  [class*="swatch-"] .swatch-white .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-white .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-white .nav-highlight > a:hover {
    color: #087f87 !important;
    color: var(--default-red-color) !important;
  }
  .swatch-white .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-white .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-white .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-white .navbar-collapse {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
.swatch-white .pagination > li > a,
.swatch-white .pagination > li > span,
[class*="swatch-"] .swatch-white .pagination > li > a,
[class*="swatch-"] .swatch-white .pagination > li > span {
  background: #076994;
  color: #fff;
}
.swatch-white .pagination > .active > a,
.swatch-white .pagination > .active > span,
.swatch-white .pagination > li > a:hover,
[class*="swatch-"] .swatch-white .pagination > .active > a,
[class*="swatch-"] .swatch-white .pagination > .active > span,
[class*="swatch-"] .swatch-white .pagination > li > a:hover {
  background: #087f87;
  background: var(--default-red-color);
}
.swatch-white .pagination > .active > a i,
.swatch-white .pagination > .active > span i,
.swatch-white .pagination > li:first-child i,
.swatch-white .pagination > li:last-child i,
.swatch-white .pagination > li > a:hover i,
[class*="swatch-"] .swatch-white .pagination > .active > a i,
[class*="swatch-"] .swatch-white .pagination > .active > span i,
[class*="swatch-"] .swatch-white .pagination > li:first-child i,
[class*="swatch-"] .swatch-white .pagination > li:last-child i,
[class*="swatch-"] .swatch-white .pagination > li > a:hover i {
  color: #fff;
}
.swatch-white .pagination > li.disabled span i,
[class*="swatch-"] .swatch-white .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-white .pager > li > a,
[class*="swatch-"] .swatch-white .pager > li > a {
  background: #076994;
  color: #fff;
}
.swatch-white .pager > li > a i,
[class*="swatch-"] .swatch-white .pager > li > a i {
  color: #fff;
}
.swatch-white .tooltip-inner,
[class*="swatch-"] .swatch-white .tooltip-inner {
  background-color: #076994;
  color: #fff;
}
.swatch-white .tooltip.in,
[class*="swatch-"] .swatch-white .tooltip.in {
  opacity: 1;
}
.swatch-white .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white .tooltip.top .tooltip-arrow {
  border-top-color: #076994;
}
.swatch-white .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white .tooltip.right .tooltip-arrow {
  border-right-color: #076994;
}
.swatch-white .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white .tooltip.left .tooltip-arrow {
  border-left-color: #076994;
}
.swatch-white .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #076994;
}
.swatch-white .jumbotron,
[class*="swatch-"] .swatch-white .jumbotron {
  background: #e9e9e9;
}
.swatch-white .progress-bar-primary,
[class*="swatch-"] .swatch-white .progress-bar-primary {
  background: #076994;
  box-shadow: none;
}
.swatch-white .progress-bar-primary span,
[class*="swatch-"] .swatch-white .progress-bar-primary span {
  color: #fff;
}
.swatch-white .progress-bar-primary.progress-striped .progress-bar,
.swatch-white .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-white
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-white .progress-striped .progress-bar-primary {
  background-color: #076994;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-white .badge,
[class*="swatch-"] .swatch-white .badge {
  background: #076994;
  color: #fff;
}
.swatch-white .nav-tabs .active a,
.swatch-white .nav-tabs .active a:hover,
.swatch-white .tab-content,
[class*="swatch-"] .swatch-white .nav-tabs .active a,
[class*="swatch-"] .swatch-white .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-white .tab-content {
  background: #076994;
}
.swatch-white .nav-tabs > li > a:focus,
.swatch-white .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-white .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-white .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #087f87;
  background-color: var(--default-red-color);
}
.swatch-white .nav-tabs > li.active > a,
.swatch-white .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-white .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-white .nav-tabs > li.active > a:hover {
  color: #fff;
}
.swatch-white .nav-pills > .active > a,
.swatch-white .nav-pills > .active > a:hover,
.swatch-white .nav-pills > li > a .badge,
.swatch-white .nav-pills > li > a:focus,
.swatch-white .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-white .nav-pills > .active > a,
[class*="swatch-"] .swatch-white .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-white .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-white .nav-pills > li > a:hover {
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white .nav-pills > .active > a .badge,
.swatch-white .nav-pills > .active > a:hover .badge,
.swatch-white .nav-pills > li > a:focus .badge,
.swatch-white .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-white .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-white .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-white .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-white .nav-pills > li > a:hover .badge {
  background: #fff;
  color: #076994;
}
.swatch-white .nav-pills > .active > a:hover,
.swatch-white .nav-pills > .active > a:hover:hover,
.swatch-white .nav-pills > li > a:focus:hover,
.swatch-white .nav-pills > li > a:hover:hover,
.swatch-white .tab-pane,
.swatch-white .tab-pane a,
.swatch-white .tab-pane h1,
.swatch-white .tab-pane h2,
.swatch-white .tab-pane h3,
.swatch-white .tab-pane h4,
.swatch-white .tab-pane h5,
.swatch-white .tab-pane h6,
.swatch-white .tab-pane p,
.swatch-white .tab-pane.active,
.swatch-white .tab-pane.active a,
.swatch-white .tab-pane.active h1,
.swatch-white .tab-pane.active h2,
.swatch-white .tab-pane.active h3,
.swatch-white .tab-pane.active h4,
.swatch-white .tab-pane.active h5,
.swatch-white .tab-pane.active h6,
.swatch-white .tab-pane.active p,
[class*="swatch-"] .swatch-white .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-white .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-white .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-white .tab-pane,
[class*="swatch-"] .swatch-white .tab-pane a,
[class*="swatch-"] .swatch-white .tab-pane h1,
[class*="swatch-"] .swatch-white .tab-pane h2,
[class*="swatch-"] .swatch-white .tab-pane h3,
[class*="swatch-"] .swatch-white .tab-pane h4,
[class*="swatch-"] .swatch-white .tab-pane h5,
[class*="swatch-"] .swatch-white .tab-pane h6,
[class*="swatch-"] .swatch-white .tab-pane p,
[class*="swatch-"] .swatch-white .tab-pane.active,
[class*="swatch-"] .swatch-white .tab-pane.active a,
[class*="swatch-"] .swatch-white .tab-pane.active h1,
[class*="swatch-"] .swatch-white .tab-pane.active h2,
[class*="swatch-"] .swatch-white .tab-pane.active h3,
[class*="swatch-"] .swatch-white .tab-pane.active h4,
[class*="swatch-"] .swatch-white .tab-pane.active h5,
[class*="swatch-"] .swatch-white .tab-pane.active h6,
[class*="swatch-"] .swatch-white .tab-pane.active p {
  color: #fff;
}
.swatch-white .tab-pane .btn,
.swatch-white .tab-pane.active .btn,
[class*="swatch-"] .swatch-white .tab-pane .btn,
[class*="swatch-"] .swatch-white .tab-pane.active .btn {
  color: #076994 !important;
  background: #fff !important;
}
.swatch-white .tab-pane .tooltip-inner,
.swatch-white .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-white .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-white .tab-pane.active .tooltip-inner {
  background-color: #fff;
  color: #076994;
}
.swatch-white .tab-pane .tooltip.top .tooltip-arrow,
.swatch-white .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-white .tab-pane .tooltip.right .tooltip-arrow,
.swatch-white .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"]
  .swatch-white
  .tab-pane.active
  .tooltip.right
  .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-white .tab-pane .tooltip.left .tooltip-arrow,
.swatch-white .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-white .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-white .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-white
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-white .panel,
.swatch-white .well,
[class*="swatch-"] .swatch-white .panel,
[class*="swatch-"] .swatch-white .well {
  background: #e9e9e9;
}
.swatch-white .panel-primary .panel-heading,
[class*="swatch-"] .swatch-white .panel-primary .panel-heading {
  background: #076994;
}
.swatch-white .panel-primary .panel-heading .panel-title,
.swatch-white .panel-primary .panel-heading a,
[class*="swatch-"] .swatch-white .panel-primary .panel-heading .panel-title,
[class*="swatch-"] .swatch-white .panel-primary .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.swatch-white .panel-primary > .panel-heading + .panel-collapse .panel-body,
[class*="swatch-"]
  .swatch-white
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #3face3;
}
.swatch-white .panel-footer,
[class*="swatch-"] .swatch-white .panel-footer {
  background: #98d3f0;
  border-color: #6cbfea;
}
.swatch-white .panel .table,
[class*="swatch-"] .swatch-white .panel .table {
  box-shadow: 0 0 0 1px #e9e9e9 inset;
}
.swatch-white .panel .table th,
[class*="swatch-"] .swatch-white .panel .table th {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white .portfolio-title,
[class*="swatch-"] .swatch-white .portfolio-title {
  background: #076994;
  color: #fff;
}
.swatch-white .portfolio-nav svg,
[class*="swatch-"] .swatch-white .portfolio-nav svg {
  stroke: #076994;
}
.swatch-white .social-icons li a,
[class*="swatch-"] .swatch-white .social-icons li a {
  background-color: #076994;
}
.swatch-white .social-icons li a i,
[class*="swatch-"] .swatch-white .social-icons li a i {
  color: #fff;
}
.swatch-white .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"]
  .swatch-white
  .social-icons
  li
  a:not([data-iconcolor]):hover {
  background-color: #087f87;
  background-color: var(--default-red-color);
}
.swatch-white .social-simple li a i,
.swatch-white .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"] .swatch-white .social-simple li a i,
[class*="swatch-"]
  .swatch-white
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #076994;
}
.swatch-white .box-inner,
[class*="swatch-"] .swatch-white .box-inner {
  background-color: #e9e9e9;
}
.swatch-white .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-white .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"] .swatch-white .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #076994;
}
.swatch-white .bordered:after,
.swatch-white .bordered > a:after,
[class*="swatch-"] .swatch-white .bordered:after,
[class*="swatch-"] .swatch-white .bordered > a:after {
  background-color: #076994;
}
.swatch-white .bordered-link:after,
[class*="swatch-"] .swatch-white .bordered-link:after {
  background-color: #076994 !important;
}
.swatch-white #infscr-loading,
[class*="swatch-"] .swatch-white #infscr-loading {
  background: #076994;
  color: #fff;
}
.swatch-white .counter .value,
[class*="swatch-"] .swatch-white .counter .value {
  color: #076994;
}
.swatch-white .scroll-to,
[class*="swatch-"] .swatch-white .scroll-to {
  border-color: #076994;
}
.swatch-white .scroll-to svg,
[class*="swatch-"] .swatch-white .scroll-to svg {
  stroke: #076994;
}
.swatch-white .scroll-to:hover,
[class*="swatch-"] .swatch-white .scroll-to:hover {
  border-color: #076994;
}
.swatch-white .scroll-to:hover svg,
[class*="swatch-"] .swatch-white .scroll-to:hover svg {
  stroke: #076994;
}
.swatch-white .map-marker-label,
[class*="swatch-"] .swatch-white .map-marker-label {
  border-top-color: #076994;
}
.swatch-white .tag-list span,
[class*="swatch-"] .swatch-white .tag-list span {
  background: #076994;
  color: #fff;
}
.swatch-white .mejs-audio,
[class*="swatch-"] .swatch-white .mejs-audio {
  background-color: #076994;
  color: #fff;
}
.swatch-white .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"]
  .swatch-white
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  color: #fff;
}
.swatch-white .mejs-controls .mejs-button button:hover,
[class*="swatch-"] .swatch-white .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-white .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-white
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #fff;
}
.swatch-white
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-white .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-white .post:after,
[class*="swatch-"]
  .swatch-white
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-white
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-white .post:after {
  background: #e9e9e9;
}
.swatch-white .post-icon,
[class*="swatch-"] .swatch-white .post-icon {
  background: #076994;
}
.swatch-white .post-icon i,
[class*="swatch-"] .swatch-white .post-icon i {
  color: #fff;
}
.swatch-white .post-search-icon,
[class*="swatch-"] .swatch-white .post-search-icon {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-white .post-extras a,
[class*="swatch-"] .swatch-white .post-extras a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .post-extras a:hover,
[class*="swatch-"] .swatch-white .post-extras a:hover {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white .post-extras i,
.swatch-white .post-more-link i,
[class*="swatch-"] .swatch-white .post-extras i,
[class*="swatch-"] .swatch-white .post-more-link i {
  color: #076994;
}
.swatch-white .media-inner:after,
[class*="swatch-"] .swatch-white .media-inner:after {
  background: #076994;
}
.swatch-white .author-info,
[class*="swatch-"] .swatch-white .author-info {
  background-color: #076994;
  color: #fff;
}
.swatch-white .author-info .media-heading,
[class*="swatch-"] .swatch-white .author-info .media-heading {
  color: #fff;
}
.swatch-white .author-info .media-heading:after,
[class*="swatch-"] .swatch-white .author-info .media-heading:after {
  background: #fff;
}
.post-masonry .swatch-white:hover,
.post-masonry [class*="swatch-"] .swatch-white:hover,
.swatch-white .breadcrumb-blog .active,
.swatch-white .breadcrumb-blog a,
[class*="swatch-"] .swatch-white .breadcrumb-blog .active,
[class*="swatch-"] .swatch-white .breadcrumb-blog a {
  color: #076994;
}
.swatch-white .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-white .breadcrumb-blog a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .post-related-post,
[class*="swatch-"] .swatch-white .post-related-post {
  background-color: #076994;
}
.swatch-white .post-related-post a,
[class*="swatch-"] .swatch-white .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white .post-related-post a:hover,
[class*="swatch-"] .swatch-white .post-related-post a:hover {
  color: #fff;
}
.swatch-white .post-related-post small,
[class*="swatch-"] .swatch-white .post-related-post small {
  background: #fff;
  color: #076994;
}
.swatch-white .post-related-post blockquote,
[class*="swatch-"] .swatch-white .post-related-post blockquote {
  color: #fff;
}
.swatch-white .post-related-post blockquote small,
[class*="swatch-"] .swatch-white .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white .post-related-post blockquote:before,
[class*="swatch-"] .swatch-white .post-related-post blockquote:before {
  background-color: #63bce9;
}
.swatch-white .post-sticky,
[class*="swatch-"] .swatch-white .post-sticky {
  background: #087f87;
  background: var(--default-red-color);
}
.swatch-white .post-sticky i,
[class*="swatch-"] .swatch-white .post-sticky i {
  color: #fff;
}
.swatch-white .gform_wrapper .gsection,
[class*="swatch-"] .swatch-white .gform_wrapper .gsection {
  border-color: #e9e9e9;
}
.swatch-white .gf_progressbar,
[class*="swatch-"] .swatch-white .gf_progressbar {
  background: #e9e9e9;
}
.swatch-white .gf_progressbar_percentage,
[class*="swatch-"] .swatch-white .gf_progressbar_percentage {
  background: #076994;
  color: #fff;
}
.swatch-white .sidebar,
.swatch-white .sidebar a,
.swatch-white .sidebar h3,
[class*="swatch-"] .swatch-white .sidebar,
[class*="swatch-"] .swatch-white .sidebar a,
[class*="swatch-"] .swatch-white .sidebar h3 {
  color: #076994;
}
.swatch-white .sidebar a:hover,
[class*="swatch-"] .swatch-white .sidebar a:hover {
  color: #087f87;
  color: var(--default-red-color);
}
.swatch-white .sidebar-header:after,
.swatch-white .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-white .sidebar-header:after,
[class*="swatch-"] .swatch-white .sidebar-widget .post-icon {
  background: #076994;
}
.swatch-white .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-white .sidebar-widget .post-icon i {
  color: #fff;
}
.swatch-white .widget_recent_entries li,
[class*="swatch-"] .swatch-white .widget_recent_entries li {
  border-color: #e9e9e9;
}
.swatch-white .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-white .widget_tag_cloud ul a {
  background: #076994;
  color: #fff;
}
.swatch-white .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-white .widget_tag_cloud ul a:hover {
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white .widget_calendar tbody a,
[class*="swatch-"] .swatch-white .widget_calendar tbody a {
  background: #076994;
  color: #fff;
}
.swatch-white .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-white .widget_calendar tbody a:hover {
  background: #63bce9;
  color: #fff;
}
.swatch-white .widget_calendar tfoot,
[class*="swatch-"] .swatch-white .widget_calendar tfoot {
  background: #e9e9e9;
}
.swatch-white .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-white .widget_nav_menu .sub-menu li:before {
  color: #e9e9e9;
}
.swatch-white .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-white .widget_oxy_twitter li:before {
  color: #076994;
}
.swatch-white .top-search form,
[class*="swatch-"] .swatch-white .top-search form {
  background-color: #fff;
}
.swatch-white .top-search input,
[class*="swatch-"] .swatch-white .top-search input {
  background: 0 0;
  color: #076994;
}
.swatch-white .top-search input:focus,
[class*="swatch-"] .swatch-white .top-search input:focus {
  box-shadow: none;
}
.swatch-white .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-white .top-search input:-moz-placeholder {
  color: #076994;
}
.swatch-white .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-white .top-search input::-moz-placeholder {
  color: #076994;
}
.swatch-white .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white .top-search input:-ms-input-placeholder {
  color: #076994;
}
.swatch-white .top-search input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white .top-search input::-webkit-input-placeholder {
  color: #076994;
}
.swatch-white .top-search .search-close,
[class*="swatch-"] .swatch-white .top-search .search-close {
  color: #076994;
}
.swatch-white .top-search svg,
[class*="swatch-"] .swatch-white .top-search svg {
  stroke: #076994;
}
.swatch-white.top-bar a,
.swatch-white.top-bar a:hover,
[class*="swatch-"] .swatch-white.top-bar a,
[class*="swatch-"] .swatch-white.top-bar a:hover {
  color: #076994;
}
.swatch-white .widget_swatch_wpml_language_selector li:before,
.swatch-white.top-bar .sidebar-widget:after,
[class*="swatch-"]
  .swatch-white
  .widget_swatch_wpml_language_selector
  li:before,
[class*="swatch-"] .swatch-white.top-bar .sidebar-widget:after {
  background: #e9e9e9;
}
.swatch-white .button,
[class*="swatch-"] .swatch-white .button {
  background: #076994;
  color: #fff;
}
.swatch-white .button:hover,
[class*="swatch-"] .swatch-white .button:hover {
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-white.section-commerce .breadcrumb {
  background: 0 0;
  color: #076994;
}
.swatch-white.section-commerce .breadcrumb a,
.swatch-white.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-white.section-commerce .breadcrumb a,
[class*="swatch-"] .swatch-white.section-commerce .breadcrumb > li + li:before {
  color: #076994;
}
.swatch-white .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-white .woocommerce-ordering .select-wrap {
  background: #076994;
}
.swatch-white .woocommerce-ordering .select-wrap:after,
[class*="swatch-"] .swatch-white .woocommerce-ordering .select-wrap:after {
  color: #fff;
}
.swatch-white .woocommerce-ordering select,
[class*="swatch-"] .swatch-white .woocommerce-ordering select {
  color: #fff;
  background: 0 0;
}
.swatch-white .onsale,
[class*="swatch-"] .swatch-white .onsale {
  background: #076994;
  color: #fff;
}
.swatch-white .price,
[class*="swatch-"] .swatch-white .price {
  color: #076994;
}
.swatch-white .page-numbers a,
.swatch-white .page-numbers span,
[class*="swatch-"] .swatch-white .page-numbers a,
[class*="swatch-"] .swatch-white .page-numbers span {
  color: #fff;
}
.swatch-white .page-numbers li,
[class*="swatch-"] .swatch-white .page-numbers li {
  background: #076994;
}
.swatch-white .page-numbers .current,
.swatch-white .page-numbers li a:hover,
[class*="swatch-"] .swatch-white .page-numbers .current,
[class*="swatch-"] .swatch-white .page-numbers li a:hover {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white #reviews .comment,
[class*="swatch-"] .swatch-white #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-white #reviews .form-control,
[class*="swatch-"] .swatch-white #reviews .form-control {
  background: #fff;
}
.swatch-white #reviews input[type="submit"],
[class*="swatch-"] .swatch-white #reviews input[type="submit"] {
  background: #fff;
  color: #076994;
}
.swatch-white .cross-sells h2,
.swatch-white .related h2,
.swatch-white .upsells h2,
[class*="swatch-"] .swatch-white .cross-sells h2,
[class*="swatch-"] .swatch-white .related h2,
[class*="swatch-"] .swatch-white .upsells h2 {
  background: #076994;
  color: #fff;
}
.swatch-white .product-category h3,
[class*="swatch-"] .swatch-white .product-category h3 {
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white .product-category h3 mark,
.swatch-white .product-nav a i,
[class*="swatch-"] .swatch-white .product-category h3 mark,
[class*="swatch-"] .swatch-white .product-nav a i {
  background: #076994;
  color: #fff;
}
.swatch-white .product-images figcaption,
[class*="swatch-"] .swatch-white .product-images figcaption {
  box-shadow: none;
  background: #076994;
}
.swatch-white .product-images figcaption i,
[class*="swatch-"] .swatch-white .product-images figcaption i {
  color: #fff;
}
.swatch-white .product-images .flex-active,
[class*="swatch-"] .swatch-white .product-images .flex-active {
  box-shadow: 0 3px 0 #076994;
}
.swatch-white .order_details,
[class*="swatch-"] .swatch-white .order_details {
  background: #e9e9e9;
}
.swatch-white .order_details li,
[class*="swatch-"] .swatch-white .order_details li {
  border-color: #fff;
}
.swatch-white .cart_list li,
[class*="swatch-"] .swatch-white .cart_list li {
  border-color: #e9e9e9;
}
.swatch-white .cart-actions,
[class*="swatch-"] .swatch-white .cart-actions {
  background: #fff;
}
.swatch-white .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-white .widget_product_tag_cloud a {
  background: #076994;
  color: #fff;
}
.swatch-white .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-white .widget_product_tag_cloud a:hover {
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
}
.swatch-white .product_list_widget li,
[class*="swatch-"] .swatch-white .product_list_widget li {
  border-color: #e9e9e9;
}
.swatch-white .star-rating,
[class*="swatch-"] .swatch-white .star-rating {
  color: #076994;
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-white
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #e9e9e9;
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-white
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #076994;
}
.swatch-white .widget_product_search form:after,
[class*="swatch-"] .swatch-white .widget_product_search form:after {
  color: #fff;
}
.swatch-white .bbp-forums-list li,
[class*="swatch-"] .swatch-white .bbp-forums-list li {
  border-left-color: #076994;
}
.swatch-white .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-white .bbp-topic-freshness-author:after {
  background: #076994;
}
.swatch-white .bbp-topic-permalink i,
[class*="swatch-"] .swatch-white .bbp-topic-permalink i {
  color: #076994;
}
.swatch-white .panel-bbpress,
[class*="swatch-"] .swatch-white .panel-bbpress {
  background: #fff;
}
.swatch-white .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-white .panel-bbpress .panel-heading {
  border-color: #076994;
}
.swatch-white .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-white .panel-bbpress .panel-body {
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-white .panel-bbpress .panel-warning {
  color: #076994;
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-white .panel-bbpress .bbp-template-notice {
  border-color: #e9e9e9;
}
.swatch-white .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-white .panel-bbpress .panel-footer {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.swatch-white .label-bbpress,
[class*="swatch-"] .swatch-white .label-bbpress {
  background: 0 0;
  color: #076994;
}
.swatch-white .bbp-reply-content,
[class*="swatch-"] .swatch-white .bbp-reply-content {
  border-color: #e9e9e9;
}
.swatch-white .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-white .bbp-reply-content .media-heading {
  background: #f6f6f6;
  border-color: #dcdcdc;
}
.swatch-white .bbp_author_details img,
[class*="swatch-"] .swatch-white .bbp_author_details img {
  background: #fff;
  box-shadow: 0 0 0 4px #e9e9e9;
}
.swatch-white .bbp_author_details:after,
[class*="swatch-"] .swatch-white .bbp_author_details:after {
  background: #e9e9e9;
}
.swatch-white .bbp_author_details:hover img,
[class*="swatch-"] .swatch-white .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #076994;
}
.swatch-white .bbpress-header .breadcrumb .active,
.swatch-white .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-white .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-white .bbpress-header .breadcrumb a {
  color: #076994;
}
.swatch-white .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-white .bbpress-header .breadcrumb a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white .bbp-topic-tags a,
[class*="swatch-"] .swatch-white .bbp-topic-tags a {
  background: #076994;
  color: #fff;
}
.swatch-white .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-white .bbp-topic-tags a:hover {
  background: #087f87;
  background: var(--default-red-color);
}
.swatch-white .bbp-logged-in,
[class*="swatch-"] .swatch-white .bbp-logged-in {
  background: #e9e9e9;
}
.swatch-white .bbp-logged-in .button,
.swatch-white .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-white .bbp-logged-in .button,
[class*="swatch-"] .swatch-white .bbp-logged-in .button:hover {
  color: #fff;
}
.swatch-blue,
.swatch-white .post-count,
[class*="swatch-"] .swatch-blue,
[class*="swatch-"] .swatch-white .post-count {
  background: #076994;
  color: #fff;
}
.swatch-blue h1,
.swatch-blue h2,
.swatch-blue h3,
.swatch-blue h4,
.swatch-blue h5,
.swatch-blue h6,
[class*="swatch-"] .swatch-blue h1,
[class*="swatch-"] .swatch-blue h2,
[class*="swatch-"] .swatch-blue h3,
[class*="swatch-"] .swatch-blue h4,
[class*="swatch-"] .swatch-blue h5,
[class*="swatch-"] .swatch-blue h6 {
  color: #fff;
}
.swatch-blue h1 small,
.swatch-blue h2 small,
.swatch-blue h3 small,
.swatch-blue h4 small,
.swatch-blue h5 small,
.swatch-blue h6 small,
[class*="swatch-"] .swatch-blue h1 small,
[class*="swatch-"] .swatch-blue h2 small,
[class*="swatch-"] .swatch-blue h3 small,
[class*="swatch-"] .swatch-blue h4 small,
[class*="swatch-"] .swatch-blue h5 small,
[class*="swatch-"] .swatch-blue h6 small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue a,
[class*="swatch-"] .swatch-blue a {
  color: #3b83a8;
}
.swatch-blue a:hover,
[class*="swatch-"] .swatch-blue a:hover {
  color: #1f5f7f;
}
.swatch-blue small,
.swatch-blue small a,
[class*="swatch-"] .swatch-blue small,
[class*="swatch-"] .swatch-blue small a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue i,
.swatch-blue small a:hover,
[class*="swatch-"] .swatch-blue i,
[class*="swatch-"] .swatch-blue small a:hover {
  color: #3b83a8;
}
.swatch-blue blockquote:before,
[class*="swatch-"] .swatch-blue blockquote:before {
  background-color: #fff;
}
.swatch-blue blockquote footer,
.swatch-blue blockquote small,
[class*="swatch-"] .swatch-blue blockquote footer,
[class*="swatch-"] .swatch-blue blockquote small {
  color: #fff;
}
.swatch-blue ::selection,
[class*="swatch-"] .swatch-blue ::selection {
  background: #fff;
  color: #076994;
}
.swatch-blue ::-moz-selection,
[class*="swatch-"] .swatch-blue ::-moz-selection {
  background: #fff;
  color: #076994;
}
.swatch-blue hr,
[class*="swatch-"] .swatch-blue hr {
  border-top-color: #58a8d1;
}
.swatch-blue pre,
[class*="swatch-"] .swatch-blue pre {
  background: #fff;
  color: #076994;
}
.swatch-blue .active,
[class*="swatch-"] .swatch-blue .active {
  color: #1f5f7f;
}
.swatch-blue .btn-primary,
.swatch-blue button,
.swatch-blue input[type="submit"],
[class*="swatch-"] .swatch-blue .btn-primary,
[class*="swatch-"] .swatch-blue button,
[class*="swatch-"] .swatch-blue input[type="submit"] {
  background-color: #f5f5f5;
  color: #076994;
}
.swatch-blue .btn-primary:hover,
.swatch-blue button:hover,
.swatch-blue input[type="submit"]:hover,
[class*="swatch-"] .swatch-blue .btn-primary:hover,
[class*="swatch-"] .swatch-blue button:hover,
[class*="swatch-"] .swatch-blue input[type="submit"]:hover {
  background-color: rgba(245, 245, 245, 0.9);
  color: #076994;
}
.swatch-blue .btn-primary.btn-icon-left span,
.swatch-blue .btn-primary.btn-icon-right span,
.swatch-blue button.btn-icon-left span,
.swatch-blue button.btn-icon-right span,
.swatch-blue input[type="submit"].btn-icon-left span,
.swatch-blue input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-blue .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-blue .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-blue button.btn-icon-left span,
[class*="swatch-"] .swatch-blue button.btn-icon-right span,
[class*="swatch-"] .swatch-blue input[type="submit"].btn-icon-left span,
[class*="swatch-"] .swatch-blue input[type="submit"].btn-icon-right span {
  background-color: rgba(0, 0, 0, 0.075);
}
.swatch-blue .btn-primary i,
[class*="swatch-"] .swatch-blue .btn-primary i {
  color: #076994 !important;
}
.swatch-blue .btn-link,
[class*="swatch-"] .swatch-blue .btn-link {
  background: 0 0;
  color: #f5f5f5;
  text-decoration: none;
  box-shadow: 0 0 0 1px #f5f5f5 inset;
}
.swatch-blue .btn-link span,
[class*="swatch-"] .swatch-blue .btn-link span {
  background: 0 0;
}
.swatch-blue .btn-link i,
[class*="swatch-"] .swatch-blue .btn-link i {
  color: #f5f5f5 !important;
}
.swatch-blue .btn-link:hover,
[class*="swatch-"] .swatch-blue .btn-link:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #076994;
  box-shadow: 0 0 0 1px #f5f5f5;
}
.swatch-blue .btn-link:hover i,
[class*="swatch-"] .swatch-blue .btn-link:hover i {
  color: #076994 !important;
}
.swatch-blue .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-blue .open .dropdown-toggle.btn-primary {
  background-color: #f5f5f5;
  color: #076994;
}
.swatch-blue .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-blue .btn-group .dropdown-menu {
  background-color: #f5f5f5;
}
.swatch-blue .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li > a {
  color: #076994;
  box-shadow: 0 -1px 0 #e8e8e8;
}
.swatch-blue .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-blue .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-blue .btn-group .dropdown-menu > li > a:hover {
  background: #fff;
}
.swatch-blue .label-primary,
[class*="swatch-"] .swatch-blue .label-primary {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .label-primary a,
[class*="swatch-"] .swatch-blue .label-primary a {
  color: #076994;
}
.swatch-blue .input-group-btn,
.swatch-blue .uneditable-input,
.swatch-blue input,
.swatch-blue select,
.swatch-blue textarea,
[class*="swatch-"] .swatch-blue .input-group-btn,
[class*="swatch-"] .swatch-blue .uneditable-input,
[class*="swatch-"] .swatch-blue input,
[class*="swatch-"] .swatch-blue select,
[class*="swatch-"] .swatch-blue textarea {
  background: #f0f0f0;
  color: #3b83a8;
}
.swatch-blue .input-group-btn:-moz-placeholder,
.swatch-blue .uneditable-input:-moz-placeholder,
.swatch-blue input:-moz-placeholder,
.swatch-blue select:-moz-placeholder,
.swatch-blue textarea:-moz-placeholder,
[class*="swatch-"] .swatch-blue .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-blue .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-blue input:-moz-placeholder,
[class*="swatch-"] .swatch-blue select:-moz-placeholder,
[class*="swatch-"] .swatch-blue textarea:-moz-placeholder {
  color: #86caec;
}
.swatch-blue .input-group-btn::-moz-placeholder,
.swatch-blue .uneditable-input::-moz-placeholder,
.swatch-blue input::-moz-placeholder,
.swatch-blue select::-moz-placeholder,
.swatch-blue textarea::-moz-placeholder,
[class*="swatch-"] .swatch-blue .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-blue .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-blue input::-moz-placeholder,
[class*="swatch-"] .swatch-blue select::-moz-placeholder,
[class*="swatch-"] .swatch-blue textarea::-moz-placeholder {
  color: #86caec;
}
.swatch-blue .input-group-btn:-ms-input-placeholder,
.swatch-blue .uneditable-input:-ms-input-placeholder,
.swatch-blue input:-ms-input-placeholder,
.swatch-blue select:-ms-input-placeholder,
.swatch-blue textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue input:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue select:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue textarea:-ms-input-placeholder {
  color: #86caec;
}
.swatch-blue .input-group-btn::-webkit-input-placeholder,
.swatch-blue .uneditable-input::-webkit-input-placeholder,
.swatch-blue input::-webkit-input-placeholder,
.swatch-blue select::-webkit-input-placeholder,
.swatch-blue textarea::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue textarea::-webkit-input-placeholder {
  color: #86caec;
}
.swatch-blue input:focus,
.swatch-blue select.form-control:focus,
.swatch-blue textarea:focus,
[class*="swatch-"] .swatch-blue input:focus,
[class*="swatch-"] .swatch-blue select.form-control:focus,
[class*="swatch-"] .swatch-blue textarea:focus {
  box-shadow: 0 3px 0 #3b83a8;
}
.swatch-blue input[type="checkbox"],
.swatch-blue input[type="radio"],
[class*="swatch-"] .swatch-blue input[type="checkbox"],
[class*="swatch-"] .swatch-blue input[type="radio"] {
  box-shadow: none;
}
.swatch-blue .form-icon-group i,
[class*="swatch-"] .swatch-blue .form-icon-group i {
  color: #3b83a8;
}
.swatch-blue input[type="button"],
[class*="swatch-"] .swatch-blue input[type="button"] {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .select-wrap,
[class*="swatch-"] .swatch-blue .select-wrap {
  background: #f0f0f0;
}
.swatch-blue .select-wrap:after,
[class*="swatch-"] .swatch-blue .select-wrap:after {
  color: #3b83a8;
}
.swatch-blue .table th,
[class*="swatch-"] .swatch-blue .table th {
  background-color: #fff;
  text-transform: uppercase;
  color: #076994;
}
.swatch-blue .table td,
.swatch-blue .table th,
.swatch-blue .table-bordered,
[class*="swatch-"] .swatch-blue .table td,
[class*="swatch-"] .swatch-blue .table th,
[class*="swatch-"] .swatch-blue .table-bordered {
  border-color: #58a8d1;
}
.swatch-blue .table-hover tbody tr:hover th,
.swatch-blue .table-hover > tbody > tr:hover > td,
.swatch-blue .table-hover > tbody > tr:hover > th,
.swatch-blue .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-blue .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-blue .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-blue .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-blue .table-hover > tbody > tr:hover > th,
[class*="swatch-"] .swatch-blue .table-striped > tbody > tr:nth-child(odd) > td,
[class*="swatch-"]
  .swatch-blue
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #58a8d1;
}
.swatch-blue#masthead,
[class*="swatch-"] .swatch-blue#masthead {
  border-color: #076994;
}
.swatch-blue.navbar,
[class*="swatch-"] .swatch-blue.navbar {
  background: #076994;
  color: #fff;
}
.swatch-blue .navbar-text,
.swatch-blue.navbar .nav > li > a,
.swatch-blue.navbar .navbar-brand,
.swatch-blue.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-blue .navbar-text,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a,
[class*="swatch-"] .swatch-blue.navbar .navbar-brand,
[class*="swatch-"] .swatch-blue.navbar .navbar-brand:hover {
  color: #fff;
}
.swatch-blue.navbar .nav > li > a:focus,
.swatch-blue.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-blue.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:before {
  background-color: #3b83a8;
}
.swatch-blue.navbar a .menu-icon,
[class*="swatch-"] .swatch-blue.navbar a .menu-icon {
  color: #fff;
}
.swatch-blue.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-blue.navbar a:hover .menu-icon {
  color: #3b83a8;
}
.swatch-blue.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"] .swatch-blue.navbar .dropdown-menu a:hover .menu-icon {
  color: #076994;
}
.swatch-blue .navbar-toggle,
[class*="swatch-"] .swatch-blue .navbar-toggle {
  background: none !important;
}
.swatch-blue .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-blue .navbar-toggle .icon-bar {
  background-color: #fff;
}
.swatch-blue .navbar-toggle:hover,
[class*="swatch-"] .swatch-blue .navbar-toggle:hover {
  background: 0 0;
}
.swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-blue.navbar .nav > .active > a,
.swatch-blue.navbar .nav > .active > a:focus,
.swatch-blue.navbar .nav > .active > a:hover,
.swatch-blue.navbar .nav > .current-menu-ancestor > a,
.swatch-blue.navbar .nav > .current-menu-item > a,
.swatch-blue.navbar .nav > .current-menu-item > a:focus,
.swatch-blue.navbar .nav > .current-menu-item > a:hover,
.swatch-blue.navbar .nav > .current-menu-parent > a,
.swatch-blue.navbar .nav > li > a:focus,
.swatch-blue.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"] .swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:focus,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:hover,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover {
  color: #3b83a8;
}
.swatch-blue.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-blue.navbar .nav li.dropdown.open.active > .dropdown-toggle:before,
.swatch-blue.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-blue.navbar .nav > .active > a:before,
.swatch-blue.navbar .nav > .active > a:focus:before,
.swatch-blue.navbar .nav > .active > a:hover:before,
.swatch-blue.navbar .nav > .current-menu-ancestor > a:before,
.swatch-blue.navbar .nav > .current-menu-item > a:before,
.swatch-blue.navbar .nav > .current-menu-item > a:focus:before,
.swatch-blue.navbar .nav > .current-menu-item > a:hover:before,
.swatch-blue.navbar .nav > .current-menu-parent > a:before,
.swatch-blue.navbar .nav > li > a:focus:before,
.swatch-blue.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .active > a:hover:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-ancestor > a:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-item > a:before,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-blue.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .current-menu-parent > a:before,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-blue.navbar .nav > li > a:hover:before {
  background-color: #3b83a8;
}
.swatch-blue.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-blue.navbar .nav > .disabled > a {
  color: #fff;
}
.swatch-blue.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-blue.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-blue .dropdown-menu,
[class*="swatch-"] .swatch-blue .dropdown-menu {
  background-color: #076994;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #fff inset;
}
.swatch-blue .dropdown-menu > li > a,
[class*="swatch-"] .swatch-blue .dropdown-menu > li > a {
  color: #fff;
}
.swatch-blue .dropdown-menu > .active > a,
.swatch-blue .dropdown-menu > .active > a:focus,
.swatch-blue .dropdown-menu > .active > a:hover,
.swatch-blue .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-blue .dropdown-menu > li > a:hover {
  background: #3b83a8;
  color: #076994;
}
.swatch-blue .dropdown-menu > .active > a i,
.swatch-blue .dropdown-menu > .active > a:focus i,
.swatch-blue .dropdown-menu > .active > a:hover i,
.swatch-blue .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-blue .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-blue .dropdown-menu > li > a:hover i {
  color: #076994;
}
.swatch-blue .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-blue .dropdown-menu > li.disabled > a:hover {
  color: #fff;
}
.swatch-blue.navbar .nav > li > .dropdown-menu:after,
.swatch-blue.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-blue.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"] .swatch-blue.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-blue.navbar-scrolled,
[class*="swatch-"] .swatch-blue.navbar-scrolled {
  background: #076994;
}
.swatch-blue .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-blue .dropdown-submenu > a:after {
  border-left-color: #3b83a8 !important;
}
.swatch-blue .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-blue .dropdown-submenu > a:hover:after {
  border-left-color: #076994 !important;
}
.swatch-blue .dropdown-menu .divider,
[class*="swatch-"] .swatch-blue .dropdown-menu .divider {
  background-color: rgba(88, 168, 209, 0.8);
}
.swatch-blue.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-blue.navbar .nav-highlight > a {
  color: #076994 !important;
}
.swatch-blue.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:after {
  background: #3b83a8;
}
.swatch-blue.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:hover {
  color: #076994 !important;
}
.swatch-blue.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-blue.navbar .nav-highlight > a:hover:after {
  background: rgba(59, 131, 168, 0.8);
}
.swatch-blue.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a {
  color: #3b83a8;
}
.swatch-blue.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #3b83a8;
}
.swatch-blue.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(59, 131, 168, 0.8);
}
.swatch-blue.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"] .swatch-blue.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(59, 131, 168, 0.8);
}
.transparent-header .swatch-blue.navbar,
.transparent-header [class*="swatch-"] .swatch-blue.navbar {
  background: 0 0;
}
.transparent-header .swatch-blue.navbar-scrolled,
.transparent-header .swatch-blue.search-active,
.transparent-header [class*="swatch-"] .swatch-blue.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-blue.search-active {
  background: #076994 !important;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #fff;
}
.swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #3b83a8;
}
.swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #3b83a8;
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(88, 168, 209, 0.8);
}
.swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-blue
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(88, 168, 209, 0.8);
}
@media (max-width: 992px) {
  .swatch-blue.navbar .nav > li > a,
  [class*="swatch-"] .swatch-blue.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-blue.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-blue.navbar .dropdown-menu {
    background: #58a8d1;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-blue.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-blue.navbar .dropdown-menu > li.active > a,
  .swatch-blue.navbar .dropdown-menu > li > a:focus,
  .swatch-blue.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-blue.navbar .dropdown-menu > li > a:hover {
    background: #3b83a8;
    color: #076994;
  }
  .swatch-blue .dropdown-submenu > ul > li > a,
  .swatch-blue .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-blue .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-blue .dropdown-submenu > ul > li > a:hover {
    background: #58a8d1;
  }
  .swatch-blue .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-blue .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #3b83a8 !important;
  }
  .swatch-blue
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-blue
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #3b83a8;
    color: #076994;
  }
  .swatch-blue .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
  [class*="swatch-"]
    .swatch-blue
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-blue .nav-highlight > a,
  [class*="swatch-"] .swatch-blue .nav-highlight > a {
    color: #3b83a8 !important;
  }
  .swatch-blue .nav-highlight > a:after,
  [class*="swatch-"] .swatch-blue .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-blue .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-blue .nav-highlight > a:hover {
    color: #3b83a8 !important;
  }
  .swatch-blue .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-blue .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-blue .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-blue .navbar-collapse {
    background: #076994 !important;
  }
}
.swatch-blue .pagination > li > a,
.swatch-blue .pagination > li > span,
[class*="swatch-"] .swatch-blue .pagination > li > a,
[class*="swatch-"] .swatch-blue .pagination > li > span {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .pagination > .active > a,
.swatch-blue .pagination > .active > span,
.swatch-blue .pagination > li > a:hover,
[class*="swatch-"] .swatch-blue .pagination > .active > a,
[class*="swatch-"] .swatch-blue .pagination > .active > span,
[class*="swatch-"] .swatch-blue .pagination > li > a:hover {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-blue .pagination > .active > a i,
.swatch-blue .pagination > .active > span i,
.swatch-blue .pagination > li:first-child i,
.swatch-blue .pagination > li:last-child i,
.swatch-blue .pagination > li > a:hover i,
[class*="swatch-"] .swatch-blue .pagination > .active > a i,
[class*="swatch-"] .swatch-blue .pagination > .active > span i,
[class*="swatch-"] .swatch-blue .pagination > li:first-child i,
[class*="swatch-"] .swatch-blue .pagination > li:last-child i,
[class*="swatch-"] .swatch-blue .pagination > li > a:hover i {
  color: #076994;
}
.swatch-blue .pagination > li.disabled span i,
[class*="swatch-"] .swatch-blue .pagination > li.disabled span i {
  color: rgba(0, 60, 119, 0.4);
}
.swatch-blue .pager > li > a,
[class*="swatch-"] .swatch-blue .pager > li > a {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .pager > li > a i,
[class*="swatch-"] .swatch-blue .pager > li > a i {
  color: #076994;
}
.swatch-blue .tooltip-inner,
[class*="swatch-"] .swatch-blue .tooltip-inner {
  background-color: #fff;
  color: #076994;
}
.swatch-blue .tooltip.in,
[class*="swatch-"] .swatch-blue .tooltip.in {
  opacity: 1;
}
.swatch-blue .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-blue .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-blue .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-blue .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-blue .jumbotron,
[class*="swatch-"] .swatch-blue .jumbotron {
  background: #58a8d1;
}
.swatch-blue .progress-bar-primary,
[class*="swatch-"] .swatch-blue .progress-bar-primary {
  background: #f5f5f5;
  box-shadow: none;
}
.swatch-blue .progress-bar-primary span,
[class*="swatch-"] .swatch-blue .progress-bar-primary span {
  color: #076994;
}
.swatch-blue .progress-bar-primary.progress-striped .progress-bar,
.swatch-blue .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-blue
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-blue .progress-striped .progress-bar-primary {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-blue .badge,
[class*="swatch-"] .swatch-blue .badge {
  background: #fff;
  color: #076994;
}
.swatch-blue .nav-tabs .active a,
.swatch-blue .nav-tabs .active a:hover,
.swatch-blue .tab-content,
[class*="swatch-"] .swatch-blue .nav-tabs .active a,
[class*="swatch-"] .swatch-blue .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-blue .tab-content {
  background: #fff;
}
.swatch-blue .nav-tabs > li > a:focus,
.swatch-blue .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-blue .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-blue .nav-tabs > li > a:hover {
  color: #076994;
  background-color: #fff;
}
.swatch-blue .nav-tabs > li.active > a,
.swatch-blue .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-blue .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-blue .nav-tabs > li.active > a:hover {
  color: #076994;
}
.swatch-blue .nav-pills > .active > a,
.swatch-blue .nav-pills > .active > a:hover,
.swatch-blue .nav-pills > li > a .badge,
.swatch-blue .nav-pills > li > a:focus,
.swatch-blue .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-blue .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:hover {
  background: #fff;
  color: #076994;
}
.swatch-blue .nav-pills > .active > a .badge,
.swatch-blue .nav-pills > .active > a:hover .badge,
.swatch-blue .nav-pills > li > a:focus .badge,
.swatch-blue .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:hover .badge {
  background: #076994;
  color: #fff;
}
.swatch-blue .nav-pills > .active > a:hover,
.swatch-blue .nav-pills > .active > a:hover:hover,
.swatch-blue .nav-pills > li > a:focus:hover,
.swatch-blue .nav-pills > li > a:hover:hover,
.swatch-blue .tab-pane,
.swatch-blue .tab-pane a,
.swatch-blue .tab-pane h1,
.swatch-blue .tab-pane h2,
.swatch-blue .tab-pane h3,
.swatch-blue .tab-pane h4,
.swatch-blue .tab-pane h5,
.swatch-blue .tab-pane h6,
.swatch-blue .tab-pane p,
.swatch-blue .tab-pane.active,
.swatch-blue .tab-pane.active a,
.swatch-blue .tab-pane.active h1,
.swatch-blue .tab-pane.active h2,
.swatch-blue .tab-pane.active h3,
.swatch-blue .tab-pane.active h4,
.swatch-blue .tab-pane.active h5,
.swatch-blue .tab-pane.active h6,
.swatch-blue .tab-pane.active p,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-blue .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-blue .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-blue .tab-pane,
[class*="swatch-"] .swatch-blue .tab-pane a,
[class*="swatch-"] .swatch-blue .tab-pane h1,
[class*="swatch-"] .swatch-blue .tab-pane h2,
[class*="swatch-"] .swatch-blue .tab-pane h3,
[class*="swatch-"] .swatch-blue .tab-pane h4,
[class*="swatch-"] .swatch-blue .tab-pane h5,
[class*="swatch-"] .swatch-blue .tab-pane h6,
[class*="swatch-"] .swatch-blue .tab-pane p,
[class*="swatch-"] .swatch-blue .tab-pane.active,
[class*="swatch-"] .swatch-blue .tab-pane.active a,
[class*="swatch-"] .swatch-blue .tab-pane.active h1,
[class*="swatch-"] .swatch-blue .tab-pane.active h2,
[class*="swatch-"] .swatch-blue .tab-pane.active h3,
[class*="swatch-"] .swatch-blue .tab-pane.active h4,
[class*="swatch-"] .swatch-blue .tab-pane.active h5,
[class*="swatch-"] .swatch-blue .tab-pane.active h6,
[class*="swatch-"] .swatch-blue .tab-pane.active p {
  color: #076994;
}
.swatch-blue .tab-pane .btn,
.swatch-blue .tab-pane.active .btn,
[class*="swatch-"] .swatch-blue .tab-pane .btn,
[class*="swatch-"] .swatch-blue .tab-pane.active .btn {
  color: #fff !important;
  background: #076994 !important;
}
.swatch-blue .tab-pane .tooltip-inner,
.swatch-blue .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-blue .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-blue .tab-pane.active .tooltip-inner {
  background-color: #076994;
  color: #fff;
}
.swatch-blue .tab-pane .tooltip.top .tooltip-arrow,
.swatch-blue .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #076994;
}
.swatch-blue .tab-pane .tooltip.right .tooltip-arrow,
.swatch-blue .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: #076994;
}
.swatch-blue .tab-pane .tooltip.left .tooltip-arrow,
.swatch-blue .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #076994;
}
.swatch-blue .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-blue .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-blue .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-blue
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #076994;
}
.swatch-blue .panel,
.swatch-blue .well,
[class*="swatch-"] .swatch-blue .panel,
[class*="swatch-"] .swatch-blue .well {
  background: #58a8d1;
}
.swatch-blue .panel-primary .panel-heading,
[class*="swatch-"] .swatch-blue .panel-primary .panel-heading {
  background: #f5f5f5;
}
.swatch-blue .panel-primary .panel-heading .panel-title,
.swatch-blue .panel-primary .panel-heading a,
[class*="swatch-"] .swatch-blue .panel-primary .panel-heading .panel-title,
[class*="swatch-"] .swatch-blue .panel-primary .panel-heading a {
  color: #076994;
  text-decoration: none;
}
.swatch-blue .panel-primary > .panel-heading + .panel-collapse .panel-body,
[class*="swatch-"]
  .swatch-blue
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #cfcfcf;
}
.swatch-blue .panel-footer,
[class*="swatch-"] .swatch-blue .panel-footer {
  background: #fff;
  border-color: #e8e8e8;
}
.swatch-blue .panel .table,
[class*="swatch-"] .swatch-blue .panel .table {
  box-shadow: 0 0 0 1px #58a8d1 inset;
}
.swatch-blue .panel .table th,
[class*="swatch-"] .swatch-blue .panel .table th {
  background: #58a8d1;
  color: #fff;
}
.swatch-blue .portfolio-title,
[class*="swatch-"] .swatch-blue .portfolio-title {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .portfolio-nav svg,
[class*="swatch-"] .swatch-blue .portfolio-nav svg {
  stroke: #fff;
}
.swatch-blue .social-icons li a,
[class*="swatch-"] .swatch-blue .social-icons li a {
  background-color: #fff;
}
.swatch-blue .social-icons li a i,
[class*="swatch-"] .swatch-blue .social-icons li a i {
  color: #076994;
}
.swatch-blue .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"] .swatch-blue .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .social-simple li a i,
[class*="swatch-"] .swatch-blue .social-simple li a i {
  color: #fff;
}
.swatch-blue .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"]
  .swatch-blue
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #3b83a8;
}
.swatch-blue .box-inner,
[class*="swatch-"] .swatch-blue .box-inner {
  background-color: #fff;
}
.swatch-blue .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-blue .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #3b83a8 inset;
}
.swatch-blue .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"] .swatch-blue .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #3b83a8;
}
.swatch-blue .bordered:after,
[class*="swatch-"] .swatch-blue .bordered:after {
  background-color: #fff;
}
.swatch-blue .bordered > a:after,
[class*="swatch-"] .swatch-blue .bordered > a:after {
  background-color: #3b83a8;
}
.swatch-blue .bordered-link:after,
[class*="swatch-"] .swatch-blue .bordered-link:after {
  background-color: #3b83a8 !important;
}
.swatch-blue #infscr-loading,
[class*="swatch-"] .swatch-blue #infscr-loading {
  background: #fff;
  color: #076994;
}
.swatch-blue .counter .value,
[class*="swatch-"] .swatch-blue .counter .value {
  color: #fff;
}
.swatch-blue .scroll-to,
[class*="swatch-"] .swatch-blue .scroll-to {
  border-color: #3b83a8;
}
.swatch-blue .scroll-to svg,
[class*="swatch-"] .swatch-blue .scroll-to svg {
  stroke: #3b83a8;
}
.swatch-blue .scroll-to:hover,
[class*="swatch-"] .swatch-blue .scroll-to:hover {
  border-color: #3b83a8;
}
.swatch-blue .scroll-to:hover svg,
[class*="swatch-"] .swatch-blue .scroll-to:hover svg {
  stroke: #3b83a8;
}
.swatch-blue .map-marker-label,
[class*="swatch-"] .swatch-blue .map-marker-label {
  border-top-color: #3b83a8;
}
.swatch-blue .tag-list span,
[class*="swatch-"] .swatch-blue .tag-list span {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .mejs-audio,
[class*="swatch-"] .swatch-blue .mejs-audio {
  background-color: #fff;
  color: #076994;
}
.swatch-blue .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"] .swatch-blue .mejs-container .mejs-controls .mejs-time span {
  color: #076994;
}
.swatch-blue .mejs-controls .mejs-button button:hover,
[class*="swatch-"] .swatch-blue .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-blue .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-blue
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #076994;
}
.swatch-blue
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-blue .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-blue .post:after,
[class*="swatch-"]
  .swatch-blue
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-blue
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-blue .post:after {
  background: #58a8d1;
}
.swatch-blue .post-icon,
[class*="swatch-"] .swatch-blue .post-icon {
  background: #f5f5f5;
}
.swatch-blue .post-icon i,
[class*="swatch-"] .swatch-blue .post-icon i {
  color: #076994;
}
.swatch-blue .post-search-icon,
[class*="swatch-"] .swatch-blue .post-search-icon {
  color: #076994;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2);
}
.swatch-blue .post-extras a,
[class*="swatch-"] .swatch-blue .post-extras a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .post-extras a:hover,
[class*="swatch-"] .swatch-blue .post-extras a:hover {
  color: #3b83a8;
}
.swatch-blue .post-extras i,
[class*="swatch-"] .swatch-blue .post-extras i {
  color: #fff;
}
.swatch-blue .post-more-link i,
[class*="swatch-"] .swatch-blue .post-more-link i {
  color: #3b83a8;
}
.swatch-blue .media-inner:after,
[class*="swatch-"] .swatch-blue .media-inner:after {
  background: #fff;
}
.swatch-blue .author-info,
[class*="swatch-"] .swatch-blue .author-info {
  background-color: #fff;
  color: #076994;
}
.swatch-blue .author-info .media-heading,
[class*="swatch-"] .swatch-blue .author-info .media-heading {
  color: #076994;
}
.swatch-blue .author-info .media-heading:after,
[class*="swatch-"] .swatch-blue .author-info .media-heading:after {
  background: #076994;
}
.post-masonry .swatch-blue:hover,
.post-masonry [class*="swatch-"] .swatch-blue:hover,
.swatch-blue .breadcrumb-blog .active,
.swatch-blue .breadcrumb-blog a,
[class*="swatch-"] .swatch-blue .breadcrumb-blog .active,
[class*="swatch-"] .swatch-blue .breadcrumb-blog a {
  color: #fff;
}
.swatch-blue .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-blue .breadcrumb-blog a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .post-related-post,
[class*="swatch-"] .swatch-blue .post-related-post {
  background-color: #fff;
}
.swatch-blue .post-related-post a,
[class*="swatch-"] .swatch-blue .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: #076994;
}
.swatch-blue .post-related-post a:hover,
[class*="swatch-"] .swatch-blue .post-related-post a:hover {
  color: #076994;
}
.swatch-blue .post-related-post small,
[class*="swatch-"] .swatch-blue .post-related-post small {
  background: #076994;
  color: #fff;
}
.swatch-blue .post-related-post blockquote,
[class*="swatch-"] .swatch-blue .post-related-post blockquote {
  color: #076994;
}
.swatch-blue .post-related-post blockquote small,
[class*="swatch-"] .swatch-blue .post-related-post blockquote small {
  background: rgba(255, 255, 255, 0.9);
  color: #076994;
}
.swatch-blue .post-related-post blockquote:before,
[class*="swatch-"] .swatch-blue .post-related-post blockquote:before {
  background-color: #ededed;
}
.swatch-blue .post-sticky,
[class*="swatch-"] .swatch-blue .post-sticky {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-blue .post-sticky i,
[class*="swatch-"] .swatch-blue .post-sticky i {
  color: #076994;
}
.swatch-blue .gform_wrapper .gsection,
[class*="swatch-"] .swatch-blue .gform_wrapper .gsection {
  border-color: #58a8d1;
}
.swatch-blue .gf_progressbar,
[class*="swatch-"] .swatch-blue .gf_progressbar {
  background: #58a8d1;
}
.swatch-blue .gf_progressbar_percentage,
[class*="swatch-"] .swatch-blue .gf_progressbar_percentage {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .sidebar,
.swatch-blue .sidebar a,
.swatch-blue .sidebar h3,
[class*="swatch-"] .swatch-blue .sidebar,
[class*="swatch-"] .swatch-blue .sidebar a,
[class*="swatch-"] .swatch-blue .sidebar h3 {
  color: #fff;
}
.swatch-blue .sidebar a:hover,
[class*="swatch-"] .swatch-blue .sidebar a:hover {
  color: #3b83a8;
}
.swatch-blue .sidebar-header:after,
[class*="swatch-"] .swatch-blue .sidebar-header:after {
  background: #fff;
}
.swatch-blue .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-blue .sidebar-widget .post-icon {
  background: #f5f5f5;
}
.swatch-blue .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-blue .sidebar-widget .post-icon i {
  color: #076994;
}
.swatch-blue .widget_recent_entries li,
[class*="swatch-"] .swatch-blue .widget_recent_entries li {
  border-color: #58a8d1;
}
.swatch-blue .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-blue .widget_tag_cloud ul a {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-blue .widget_tag_cloud ul a:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #076994;
}
.swatch-blue .widget_calendar tbody a,
[class*="swatch-"] .swatch-blue .widget_calendar tbody a {
  background: #fff;
  color: #076994;
}
.swatch-blue .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-blue .widget_calendar tbody a:hover {
  background: #ededed;
  color: #076994;
}
.swatch-blue .widget_calendar tfoot,
[class*="swatch-"] .swatch-blue .widget_calendar tfoot {
  background: #58a8d1;
}
.swatch-blue .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-blue .widget_nav_menu .sub-menu li:before {
  color: #58a8d1;
}
.swatch-blue .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-blue .widget_oxy_twitter li:before {
  color: #fff;
}
.swatch-blue .top-search form,
[class*="swatch-"] .swatch-blue .top-search form {
  background-color: #076994;
}
.swatch-blue .top-search input,
[class*="swatch-"] .swatch-blue .top-search input {
  background: 0 0;
  color: #fff;
}
.swatch-blue .top-search input:focus,
[class*="swatch-"] .swatch-blue .top-search input:focus {
  box-shadow: none;
}
.swatch-blue .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-blue .top-search input:-moz-placeholder {
  color: #fff;
}
.swatch-blue .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-blue .top-search input::-moz-placeholder {
  color: #fff;
}
.swatch-blue .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-blue .top-search input:-ms-input-placeholder {
  color: #fff;
}
.swatch-blue .top-search input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-blue .top-search input::-webkit-input-placeholder {
  color: #fff;
}
.swatch-blue .top-search .search-close,
[class*="swatch-"] .swatch-blue .top-search .search-close {
  color: #3b83a8;
}
.swatch-blue .top-search svg,
[class*="swatch-"] .swatch-blue .top-search svg {
  stroke: #3b83a8;
}
.swatch-blue.top-bar a,
[class*="swatch-"] .swatch-blue.top-bar a {
  color: #fff;
}
.swatch-blue.top-bar a:hover,
[class*="swatch-"] .swatch-blue.top-bar a:hover {
  color: #3b83a8;
}
.swatch-blue .widget_swatch_wpml_language_selector li:before,
.swatch-blue.top-bar .sidebar-widget:after,
[class*="swatch-"] .swatch-blue .widget_swatch_wpml_language_selector li:before,
[class*="swatch-"] .swatch-blue.top-bar .sidebar-widget:after {
  background: #58a8d1;
}
.swatch-blue .button,
[class*="swatch-"] .swatch-blue .button {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .button:hover,
[class*="swatch-"] .swatch-blue .button:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #076994;
}
.swatch-blue.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-blue.section-commerce .breadcrumb {
  background: 0 0;
  color: #fff;
}
.swatch-blue.section-commerce .breadcrumb a,
.swatch-blue.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-blue.section-commerce .breadcrumb a,
[class*="swatch-"] .swatch-blue.section-commerce .breadcrumb > li + li:before {
  color: #3b83a8;
}
.swatch-blue .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-blue .woocommerce-ordering .select-wrap {
  background: #f5f5f5;
}
.swatch-blue .woocommerce-ordering .select-wrap:after,
[class*="swatch-"] .swatch-blue .woocommerce-ordering .select-wrap:after {
  color: #076994;
}
.swatch-blue .woocommerce-ordering select,
[class*="swatch-"] .swatch-blue .woocommerce-ordering select {
  color: #076994;
  background: 0 0;
}
.swatch-blue .onsale,
[class*="swatch-"] .swatch-blue .onsale {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .price,
[class*="swatch-"] .swatch-blue .price {
  color: #fff;
}
.swatch-blue .page-numbers a,
.swatch-blue .page-numbers span,
[class*="swatch-"] .swatch-blue .page-numbers a,
[class*="swatch-"] .swatch-blue .page-numbers span {
  color: #076994;
}
.swatch-blue .page-numbers li,
[class*="swatch-"] .swatch-blue .page-numbers li {
  background: #f5f5f5;
}
.swatch-blue .page-numbers .current,
.swatch-blue .page-numbers li a:hover,
[class*="swatch-"] .swatch-blue .page-numbers .current,
[class*="swatch-"] .swatch-blue .page-numbers li a:hover {
  background: #58a8d1;
  color: #fff;
}
.swatch-blue #reviews .comment,
[class*="swatch-"] .swatch-blue #reviews .comment {
  border-bottom: 1px solid rgba(0, 60, 119, 0.2);
}
.swatch-blue #reviews .form-control,
[class*="swatch-"] .swatch-blue #reviews .form-control {
  background: #076994;
}
.swatch-blue #reviews input[type="submit"],
[class*="swatch-"] .swatch-blue #reviews input[type="submit"] {
  background: #076994;
  color: #f5f5f5;
}
.swatch-blue .cross-sells h2,
.swatch-blue .related h2,
.swatch-blue .upsells h2,
[class*="swatch-"] .swatch-blue .cross-sells h2,
[class*="swatch-"] .swatch-blue .related h2,
[class*="swatch-"] .swatch-blue .upsells h2 {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .product-category h3,
[class*="swatch-"] .swatch-blue .product-category h3 {
  background: rgba(245, 245, 245, 0.85);
  color: #076994;
}
.swatch-blue .product-category h3 mark,
.swatch-blue .product-nav a i,
[class*="swatch-"] .swatch-blue .product-category h3 mark,
[class*="swatch-"] .swatch-blue .product-nav a i {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .product-images figcaption,
[class*="swatch-"] .swatch-blue .product-images figcaption {
  box-shadow: none;
  background: #f5f5f5;
}
.swatch-blue .product-images figcaption i,
[class*="swatch-"] .swatch-blue .product-images figcaption i {
  color: #076994;
}
.swatch-blue .product-images .flex-active,
[class*="swatch-"] .swatch-blue .product-images .flex-active {
  box-shadow: 0 3px 0 #fff;
}
.swatch-blue .order_details,
[class*="swatch-"] .swatch-blue .order_details {
  background: #58a8d1;
}
.swatch-blue .order_details li,
[class*="swatch-"] .swatch-blue .order_details li {
  border-color: #80bddc;
}
.swatch-blue .cart_list li,
[class*="swatch-"] .swatch-blue .cart_list li {
  border-color: #58a8d1;
}
.swatch-blue .cart-actions,
[class*="swatch-"] .swatch-blue .cart-actions {
  background: #076994;
}
.swatch-blue .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-blue .widget_product_tag_cloud a {
  background: #fff;
  color: #076994;
}
.swatch-blue .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-blue .widget_product_tag_cloud a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #076994;
}
.swatch-blue .product_list_widget li,
[class*="swatch-"] .swatch-blue .product_list_widget li {
  border-color: #58a8d1;
}
.swatch-blue .star-rating,
[class*="swatch-"] .swatch-blue .star-rating {
  color: #3b83a8;
}
.swatch-blue .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-blue
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #58a8d1;
}
.swatch-blue .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-blue
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #fff;
}
.swatch-blue .widget_product_search form:after,
[class*="swatch-"] .swatch-blue .widget_product_search form:after {
  color: #076994;
}
.swatch-blue .bbp-forums-list li,
[class*="swatch-"] .swatch-blue .bbp-forums-list li {
  border-left-color: #f5f5f5;
}
.swatch-blue .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-blue .bbp-topic-freshness-author:after {
  background: #f5f5f5;
}
.swatch-blue .bbp-topic-permalink i,
[class*="swatch-"] .swatch-blue .bbp-topic-permalink i {
  color: #3b83a8;
}
.swatch-blue .panel-bbpress,
[class*="swatch-"] .swatch-blue .panel-bbpress {
  background: #076994;
}
.swatch-blue .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-blue .panel-bbpress .panel-heading {
  border-color: #f5f5f5;
}
.swatch-blue .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-blue .panel-bbpress .panel-body {
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-blue .panel-bbpress .panel-warning {
  color: #3b83a8;
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-blue .panel-bbpress .bbp-template-notice {
  border-color: #58a8d1;
}
.swatch-blue .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-blue .panel-bbpress .panel-footer {
  background: #58a8d1;
  border-color: #58a8d1;
}
.swatch-blue .label-bbpress,
[class*="swatch-"] .swatch-blue .label-bbpress {
  background: 0 0;
  color: #3b83a8;
}
.swatch-blue .bbp-reply-content,
[class*="swatch-"] .swatch-blue .bbp-reply-content {
  border-color: #58a8d1;
}
.swatch-blue .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-blue .bbp-reply-content .media-heading {
  background: #6cb2d7;
  border-color: #449ecb;
}
.swatch-blue .bbp_author_details img,
[class*="swatch-"] .swatch-blue .bbp_author_details img {
  background: #076994;
  box-shadow: 0 0 0 4px #58a8d1;
}
.swatch-blue .bbp_author_details:after,
[class*="swatch-"] .swatch-blue .bbp_author_details:after {
  background: #58a8d1;
}
.swatch-blue .bbp_author_details:hover img,
[class*="swatch-"] .swatch-blue .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #3b83a8;
}
.swatch-blue .bbpress-header .breadcrumb .active,
.swatch-blue .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb a {
  color: #fff;
}
.swatch-blue .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-blue .bbpress-header .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-blue .bbp-topic-tags a,
[class*="swatch-"] .swatch-blue .bbp-topic-tags a {
  background: #f5f5f5;
  color: #076994;
}
.swatch-blue .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-blue .bbp-topic-tags a:hover {
  background: rgba(245, 245, 245, 0.9);
}
.swatch-blue .bbp-logged-in,
[class*="swatch-"] .swatch-blue .bbp-logged-in {
  background: #58a8d1;
}
.swatch-blue .bbp-logged-in .button,
.swatch-blue .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-blue .bbp-logged-in .button,
[class*="swatch-"] .swatch-blue .bbp-logged-in .button:hover {
  color: #076994;
}
.swatch-blue .post-count,
[class*="swatch-"] .swatch-blue .post-count {
  background: #f5f5f5;
  color: #076994;
}
.swatch-gray,
[class*="swatch-"] .swatch-gray {
  background: #e9e9e9;
  color: #076994;
}
.swatch-gray h1,
.swatch-gray h2,
.swatch-gray h3,
.swatch-gray h4,
.swatch-gray h5,
.swatch-gray h6,
[class*="swatch-"] .swatch-gray h1,
[class*="swatch-"] .swatch-gray h2,
[class*="swatch-"] .swatch-gray h3,
[class*="swatch-"] .swatch-gray h4,
[class*="swatch-"] .swatch-gray h5,
[class*="swatch-"] .swatch-gray h6 {
  color: #1c1c1c;
}
.swatch-gray h1 small,
.swatch-gray h2 small,
.swatch-gray h3 small,
.swatch-gray h4 small,
.swatch-gray h5 small,
.swatch-gray h6 small,
[class*="swatch-"] .swatch-gray h1 small,
[class*="swatch-"] .swatch-gray h2 small,
[class*="swatch-"] .swatch-gray h3 small,
[class*="swatch-"] .swatch-gray h4 small,
[class*="swatch-"] .swatch-gray h5 small,
[class*="swatch-"] .swatch-gray h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-gray a,
[class*="swatch-"] .swatch-gray a {
  color: #076994;
}
.swatch-gray a:hover,
[class*="swatch-"] .swatch-gray a:hover {
  color: #4f9bc2;
}
.swatch-gray small,
.swatch-gray small a,
[class*="swatch-"] .swatch-gray small,
[class*="swatch-"] .swatch-gray small a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray i,
.swatch-gray small a:hover,
[class*="swatch-"] .swatch-gray i,
[class*="swatch-"] .swatch-gray small a:hover {
  color: #076994;
}
.swatch-gray blockquote:before,
[class*="swatch-"] .swatch-gray blockquote:before {
  background-color: #076994;
}
.swatch-gray blockquote footer,
.swatch-gray blockquote small,
[class*="swatch-"] .swatch-gray blockquote footer,
[class*="swatch-"] .swatch-gray blockquote small {
  color: #1c1c1c;
}
.swatch-gray ::selection,
[class*="swatch-"] .swatch-gray ::selection {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray ::-moz-selection,
[class*="swatch-"] .swatch-gray ::-moz-selection {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray hr,
[class*="swatch-"] .swatch-gray hr {
  border-top-color: #c9c7c7;
}
.swatch-gray pre,
[class*="swatch-"] .swatch-gray pre {
  background: #1c1c1c;
  color: #e9e9e9;
}
.swatch-gray .active,
[class*="swatch-"] .swatch-gray .active {
  color: #4f9bc2;
}
.swatch-gray .btn-primary,
.swatch-gray button,
.swatch-gray input[type="submit"],
[class*="swatch-"] .swatch-gray .btn-primary,
[class*="swatch-"] .swatch-gray button,
[class*="swatch-"] .swatch-gray input[type="submit"] {
  background-color: #076994;
  color: #fff;
}
.swatch-gray .btn-primary:hover,
.swatch-gray button:hover,
.swatch-gray input[type="submit"]:hover,
[class*="swatch-"] .swatch-gray .btn-primary:hover,
[class*="swatch-"] .swatch-gray button:hover,
[class*="swatch-"] .swatch-gray input[type="submit"]:hover {
  background-color: rgba(0, 60, 119, 0.9);
  color: #fff;
}
.swatch-gray .btn-primary.btn-icon-left span,
.swatch-gray .btn-primary.btn-icon-right span,
.swatch-gray button.btn-icon-left span,
.swatch-gray button.btn-icon-right span,
.swatch-gray input[type="submit"].btn-icon-left span,
.swatch-gray input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-gray .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-gray .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-gray button.btn-icon-left span,
[class*="swatch-"] .swatch-gray button.btn-icon-right span,
[class*="swatch-"] .swatch-gray input[type="submit"].btn-icon-left span,
[class*="swatch-"] .swatch-gray input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-gray .btn-primary i,
[class*="swatch-"] .swatch-gray .btn-primary i {
  color: #fff !important;
}
.swatch-gray .btn-link,
[class*="swatch-"] .swatch-gray .btn-link {
  background: 0 0;
  color: #076994;
  text-decoration: none;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-gray .btn-link span,
[class*="swatch-"] .swatch-gray .btn-link span {
  background: 0 0;
}
.swatch-gray .btn-link i,
[class*="swatch-"] .swatch-gray .btn-link i {
  color: #076994 !important;
}
.swatch-gray .btn-link:hover,
[class*="swatch-"] .swatch-gray .btn-link:hover {
  text-decoration: none;
  background-color: #076994;
  color: #fff;
  box-shadow: 0 0 0 1px #076994;
}
.swatch-gray .btn-link:hover i,
[class*="swatch-"] .swatch-gray .btn-link:hover i {
  color: #fff !important;
}
.swatch-gray .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-gray .open .dropdown-toggle.btn-primary {
  background-color: #076994;
  color: #fff;
}
.swatch-gray .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-gray .btn-group .dropdown-menu {
  background-color: #076994;
}
.swatch-gray .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li > a {
  color: #fff;
  box-shadow: 0 -1px 0 #6cbfea;
}
.swatch-gray .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li:first-child > a {
  box-shadow: none;
}
.swatch-gray .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-gray .btn-group .dropdown-menu > li > a:hover {
  background: #a1d6f1;
}
.swatch-gray .label-primary,
[class*="swatch-"] .swatch-gray .label-primary {
  background: #076994;
  color: #fff;
}
.swatch-gray .label-primary a,
[class*="swatch-"] .swatch-gray .label-primary a {
  color: #fff;
}
.swatch-gray .input-group-btn,
.swatch-gray .uneditable-input,
.swatch-gray input,
.swatch-gray select,
.swatch-gray textarea,
[class*="swatch-"] .swatch-gray .input-group-btn,
[class*="swatch-"] .swatch-gray .uneditable-input,
[class*="swatch-"] .swatch-gray input,
[class*="swatch-"] .swatch-gray select,
[class*="swatch-"] .swatch-gray textarea {
  background: #fff;
  color: #076994;
}
.swatch-gray .input-group-btn:-moz-placeholder,
.swatch-gray .uneditable-input:-moz-placeholder,
.swatch-gray input:-moz-placeholder,
.swatch-gray select:-moz-placeholder,
.swatch-gray textarea:-moz-placeholder,
[class*="swatch-"] .swatch-gray .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-gray .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-gray input:-moz-placeholder,
[class*="swatch-"] .swatch-gray select:-moz-placeholder,
[class*="swatch-"] .swatch-gray textarea:-moz-placeholder {
  color: #8c8c8c;
}
.swatch-gray .input-group-btn::-moz-placeholder,
.swatch-gray .uneditable-input::-moz-placeholder,
.swatch-gray input::-moz-placeholder,
.swatch-gray select::-moz-placeholder,
.swatch-gray textarea::-moz-placeholder,
[class*="swatch-"] .swatch-gray .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-gray .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-gray input::-moz-placeholder,
[class*="swatch-"] .swatch-gray select::-moz-placeholder,
[class*="swatch-"] .swatch-gray textarea::-moz-placeholder {
  color: #8c8c8c;
}
.swatch-gray .input-group-btn:-ms-input-placeholder,
.swatch-gray .uneditable-input:-ms-input-placeholder,
.swatch-gray input:-ms-input-placeholder,
.swatch-gray select:-ms-input-placeholder,
.swatch-gray textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray input:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray select:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray textarea:-ms-input-placeholder {
  color: #8c8c8c;
}
.swatch-gray .input-group-btn::-webkit-input-placeholder,
.swatch-gray .uneditable-input::-webkit-input-placeholder,
.swatch-gray input::-webkit-input-placeholder,
.swatch-gray select::-webkit-input-placeholder,
.swatch-gray textarea::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}
.swatch-gray input:focus,
.swatch-gray select.form-control:focus,
.swatch-gray textarea:focus,
[class*="swatch-"] .swatch-gray input:focus,
[class*="swatch-"] .swatch-gray select.form-control:focus,
[class*="swatch-"] .swatch-gray textarea:focus {
  box-shadow: 0 3px 0 #076994;
}
.swatch-gray input[type="checkbox"],
.swatch-gray input[type="radio"],
[class*="swatch-"] .swatch-gray input[type="checkbox"],
[class*="swatch-"] .swatch-gray input[type="radio"] {
  box-shadow: none;
}
.swatch-gray .form-icon-group i,
[class*="swatch-"] .swatch-gray .form-icon-group i {
  color: #076994;
}
.swatch-gray input[type="button"],
[class*="swatch-"] .swatch-gray input[type="button"] {
  background: #076994;
  color: #fff;
}
.swatch-gray .select-wrap,
[class*="swatch-"] .swatch-gray .select-wrap {
  background: #fff;
}
.swatch-gray .select-wrap:after,
[class*="swatch-"] .swatch-gray .select-wrap:after {
  color: #076994;
}
.swatch-gray .table th,
[class*="swatch-"] .swatch-gray .table th {
  background-color: #076994;
  text-transform: uppercase;
  color: #e9e9e9;
}
.swatch-gray .table td,
.swatch-gray .table th,
.swatch-gray .table-bordered,
[class*="swatch-"] .swatch-gray .table td,
[class*="swatch-"] .swatch-gray .table th,
[class*="swatch-"] .swatch-gray .table-bordered {
  border-color: #c9c7c7;
}
.swatch-gray .table-hover tbody tr:hover th,
.swatch-gray .table-hover > tbody > tr:hover > td,
.swatch-gray .table-hover > tbody > tr:hover > th,
.swatch-gray .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-gray .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-gray .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-gray .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-gray .table-hover > tbody > tr:hover > th,
[class*="swatch-"] .swatch-gray .table-striped > tbody > tr:nth-child(odd) > td,
[class*="swatch-"]
  .swatch-gray
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #c9c7c7;
}
.swatch-gray#masthead,
[class*="swatch-"] .swatch-gray#masthead {
  border-color: #e9e9e9;
}
.swatch-gray.navbar,
[class*="swatch-"] .swatch-gray.navbar {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-gray .navbar-text,
.swatch-gray.navbar .navbar-brand,
.swatch-gray.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-gray .navbar-text,
[class*="swatch-"] .swatch-gray.navbar .navbar-brand,
[class*="swatch-"] .swatch-gray.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > li > a,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a {
  color: #076994;
}
.swatch-gray.navbar .nav > li > a:focus,
.swatch-gray.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-gray.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:before {
  background-color: #076994;
}
.swatch-gray.navbar a .menu-icon,
.swatch-gray.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-gray.navbar a .menu-icon,
[class*="swatch-"] .swatch-gray.navbar a:hover .menu-icon {
  color: #076994;
}
.swatch-gray.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"] .swatch-gray.navbar .dropdown-menu a:hover .menu-icon {
  color: #e9e9e9;
}
.swatch-gray .navbar-toggle,
[class*="swatch-"] .swatch-gray .navbar-toggle {
  background: none !important;
}
.swatch-gray .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-gray .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-gray .navbar-toggle:hover,
[class*="swatch-"] .swatch-gray .navbar-toggle:hover {
  background: 0 0;
}
.swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-gray.navbar .nav > .active > a,
.swatch-gray.navbar .nav > .active > a:focus,
.swatch-gray.navbar .nav > .active > a:hover,
.swatch-gray.navbar .nav > .current-menu-ancestor > a,
.swatch-gray.navbar .nav > .current-menu-item > a,
.swatch-gray.navbar .nav > .current-menu-item > a:focus,
.swatch-gray.navbar .nav > .current-menu-item > a:hover,
.swatch-gray.navbar .nav > .current-menu-parent > a,
.swatch-gray.navbar .nav > li > a:focus,
.swatch-gray.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"] .swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:focus,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:hover,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover {
  color: #076994;
}
.swatch-gray.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-gray.navbar .nav li.dropdown.open.active > .dropdown-toggle:before,
.swatch-gray.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-gray.navbar .nav > .active > a:before,
.swatch-gray.navbar .nav > .active > a:focus:before,
.swatch-gray.navbar .nav > .active > a:hover:before,
.swatch-gray.navbar .nav > .current-menu-ancestor > a:before,
.swatch-gray.navbar .nav > .current-menu-item > a:before,
.swatch-gray.navbar .nav > .current-menu-item > a:focus:before,
.swatch-gray.navbar .nav > .current-menu-item > a:hover:before,
.swatch-gray.navbar .nav > .current-menu-parent > a:before,
.swatch-gray.navbar .nav > li > a:focus:before,
.swatch-gray.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .active > a:hover:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-ancestor > a:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-item > a:before,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-gray.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .current-menu-parent > a:before,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-gray.navbar .nav > li > a:hover:before {
  background-color: #076994;
}
.swatch-gray.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-gray.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-gray.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-gray .dropdown-menu,
[class*="swatch-"] .swatch-gray .dropdown-menu {
  background-color: rgba(233, 233, 233, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #076994 inset;
}
.swatch-gray .dropdown-menu > li > a,
[class*="swatch-"] .swatch-gray .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-gray .dropdown-menu > .active > a,
.swatch-gray .dropdown-menu > .active > a:focus,
.swatch-gray .dropdown-menu > .active > a:hover,
.swatch-gray .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-gray .dropdown-menu > li > a:hover {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .dropdown-menu > .active > a i,
.swatch-gray .dropdown-menu > .active > a:focus i,
.swatch-gray .dropdown-menu > .active > a:hover i,
.swatch-gray .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-gray .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-gray .dropdown-menu > li > a:hover i {
  color: #e9e9e9;
}
.swatch-gray .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-gray .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-gray.navbar .nav > li > .dropdown-menu:after,
.swatch-gray.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-gray.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"] .swatch-gray.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-gray.navbar-scrolled,
[class*="swatch-"] .swatch-gray.navbar-scrolled {
  background: rgba(233, 233, 233, 0.95);
}
.swatch-gray .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-gray .dropdown-submenu > a:after {
  border-left-color: #076994 !important;
}
.swatch-gray .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-gray .dropdown-submenu > a:hover:after {
  border-left-color: #e9e9e9 !important;
}
.swatch-gray .dropdown-menu .divider,
[class*="swatch-"] .swatch-gray .dropdown-menu .divider {
  background-color: rgba(201, 199, 199, 0.8);
}
.swatch-gray.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-gray.navbar .nav-highlight > a {
  color: #e9e9e9 !important;
}
.swatch-gray.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:after {
  background: #076994;
}
.swatch-gray.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:hover {
  color: #e9e9e9 !important;
}
.swatch-gray.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-gray.navbar .nav-highlight > a:hover:after {
  background: rgba(0, 60, 119, 0.8);
}
.swatch-gray.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a {
  color: #076994;
}
.swatch-gray.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #076994;
}
.swatch-gray.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(0, 60, 119, 0.8);
}
.swatch-gray.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"] .swatch-gray.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(0, 60, 119, 0.8);
}
.transparent-header .swatch-gray.navbar,
.transparent-header [class*="swatch-"] .swatch-gray.navbar {
  background: 0 0;
}
.transparent-header .swatch-gray.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-gray.navbar-scrolled {
  background: rgba(233, 233, 233, 0.95) !important;
}
.transparent-header .swatch-gray.search-active,
.transparent-header [class*="swatch-"] .swatch-gray.search-active {
  background: #e9e9e9 !important;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #1c1c1c;
}
.swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #076994;
}
.swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #076994;
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(201, 199, 199, 0.8);
}
.swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-gray
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(201, 199, 199, 0.8);
}
@media (max-width: 992px) {
  .swatch-gray.navbar .nav > li > a,
  [class*="swatch-"] .swatch-gray.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-gray.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-gray.navbar .dropdown-menu {
    background: #c9c7c7;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-gray.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-gray.navbar .dropdown-menu > li.active > a,
  .swatch-gray.navbar .dropdown-menu > li > a:focus,
  .swatch-gray.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-gray.navbar .dropdown-menu > li > a:hover {
    background: #076994;
    color: #e9e9e9;
  }
  .swatch-gray .dropdown-submenu > ul > li > a,
  .swatch-gray .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-gray .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-gray .dropdown-submenu > ul > li > a:hover {
    background: #c9c7c7;
  }
  .swatch-gray .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-gray .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #076994 !important;
  }
  .swatch-gray
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-gray
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #076994;
    color: #e9e9e9;
  }
  .swatch-gray .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
  [class*="swatch-"]
    .swatch-gray
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-gray .nav-highlight > a,
  [class*="swatch-"] .swatch-gray .nav-highlight > a {
    color: #076994 !important;
  }
  .swatch-gray .nav-highlight > a:after,
  [class*="swatch-"] .swatch-gray .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-gray .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-gray .nav-highlight > a:hover {
    color: #076994 !important;
  }
  .swatch-gray .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-gray .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-gray .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-gray .navbar-collapse {
    background: rgba(233, 233, 233, 0.95) !important;
  }
}
.swatch-gray .pagination > li > a,
.swatch-gray .pagination > li > span,
[class*="swatch-"] .swatch-gray .pagination > li > a,
[class*="swatch-"] .swatch-gray .pagination > li > span {
  background: #076994;
  color: #fff;
}
.swatch-gray .pagination > .active > a,
.swatch-gray .pagination > .active > span,
.swatch-gray .pagination > li > a:hover,
[class*="swatch-"] .swatch-gray .pagination > .active > a,
[class*="swatch-"] .swatch-gray .pagination > .active > span,
[class*="swatch-"] .swatch-gray .pagination > li > a:hover {
  background: rgba(0, 60, 119, 0.8);
}
.swatch-gray .pagination > .active > a i,
.swatch-gray .pagination > .active > span i,
.swatch-gray .pagination > li:first-child i,
.swatch-gray .pagination > li:last-child i,
.swatch-gray .pagination > li > a:hover i,
[class*="swatch-"] .swatch-gray .pagination > .active > a i,
[class*="swatch-"] .swatch-gray .pagination > .active > span i,
[class*="swatch-"] .swatch-gray .pagination > li:first-child i,
[class*="swatch-"] .swatch-gray .pagination > li:last-child i,
[class*="swatch-"] .swatch-gray .pagination > li > a:hover i {
  color: #fff;
}
.swatch-gray .pagination > li.disabled span i,
[class*="swatch-"] .swatch-gray .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-gray .pager > li > a,
[class*="swatch-"] .swatch-gray .pager > li > a {
  background: #076994;
  color: #fff;
}
.swatch-gray .pager > li > a i,
[class*="swatch-"] .swatch-gray .pager > li > a i {
  color: #fff;
}
.swatch-gray .tooltip-inner,
[class*="swatch-"] .swatch-gray .tooltip-inner {
  background-color: #076994;
  color: #e9e9e9;
}
.swatch-gray .tooltip.in,
[class*="swatch-"] .swatch-gray .tooltip.in {
  opacity: 1;
}
.swatch-gray .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tooltip.top .tooltip-arrow {
  border-top-color: #076994;
}
.swatch-gray .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tooltip.right .tooltip-arrow {
  border-right-color: #076994;
}
.swatch-gray .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tooltip.left .tooltip-arrow {
  border-left-color: #076994;
}
.swatch-gray .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #076994;
}
.swatch-gray .jumbotron,
[class*="swatch-"] .swatch-gray .jumbotron {
  background: #c9c7c7;
}
.swatch-gray .progress-bar-primary,
[class*="swatch-"] .swatch-gray .progress-bar-primary {
  background: #076994;
  box-shadow: none;
}
.swatch-gray .progress-bar-primary span,
[class*="swatch-"] .swatch-gray .progress-bar-primary span {
  color: #fff;
}
.swatch-gray .progress-bar-primary.progress-striped .progress-bar,
.swatch-gray .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-gray
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-gray .progress-striped .progress-bar-primary {
  background-color: #076994;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-gray .badge,
[class*="swatch-"] .swatch-gray .badge {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .nav-tabs .active a,
.swatch-gray .nav-tabs .active a:hover,
.swatch-gray .tab-content,
[class*="swatch-"] .swatch-gray .nav-tabs .active a,
[class*="swatch-"] .swatch-gray .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-gray .tab-content {
  background: #076994;
}
.swatch-gray .nav-tabs > li > a:focus,
.swatch-gray .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-gray .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-gray .nav-tabs > li > a:hover {
  color: #e9e9e9;
  background-color: #076994;
}
.swatch-gray .nav-tabs > li.active > a,
.swatch-gray .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-gray .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-gray .nav-tabs > li.active > a:hover {
  color: #e9e9e9;
}
.swatch-gray .nav-pills > .active > a,
.swatch-gray .nav-pills > .active > a:hover,
.swatch-gray .nav-pills > li > a .badge,
.swatch-gray .nav-pills > li > a:focus,
.swatch-gray .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-gray .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:hover {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .nav-pills > .active > a .badge,
.swatch-gray .nav-pills > .active > a:hover .badge,
.swatch-gray .nav-pills > li > a:focus .badge,
.swatch-gray .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:hover .badge {
  background: #e9e9e9;
  color: #076994;
}
.swatch-gray .nav-pills > .active > a:hover,
.swatch-gray .nav-pills > .active > a:hover:hover,
.swatch-gray .nav-pills > li > a:focus:hover,
.swatch-gray .nav-pills > li > a:hover:hover,
.swatch-gray .tab-pane,
.swatch-gray .tab-pane a,
.swatch-gray .tab-pane h1,
.swatch-gray .tab-pane h2,
.swatch-gray .tab-pane h3,
.swatch-gray .tab-pane h4,
.swatch-gray .tab-pane h5,
.swatch-gray .tab-pane h6,
.swatch-gray .tab-pane p,
.swatch-gray .tab-pane.active,
.swatch-gray .tab-pane.active a,
.swatch-gray .tab-pane.active h1,
.swatch-gray .tab-pane.active h2,
.swatch-gray .tab-pane.active h3,
.swatch-gray .tab-pane.active h4,
.swatch-gray .tab-pane.active h5,
.swatch-gray .tab-pane.active h6,
.swatch-gray .tab-pane.active p,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-gray .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-gray .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-gray .tab-pane,
[class*="swatch-"] .swatch-gray .tab-pane a,
[class*="swatch-"] .swatch-gray .tab-pane h1,
[class*="swatch-"] .swatch-gray .tab-pane h2,
[class*="swatch-"] .swatch-gray .tab-pane h3,
[class*="swatch-"] .swatch-gray .tab-pane h4,
[class*="swatch-"] .swatch-gray .tab-pane h5,
[class*="swatch-"] .swatch-gray .tab-pane h6,
[class*="swatch-"] .swatch-gray .tab-pane p,
[class*="swatch-"] .swatch-gray .tab-pane.active,
[class*="swatch-"] .swatch-gray .tab-pane.active a,
[class*="swatch-"] .swatch-gray .tab-pane.active h1,
[class*="swatch-"] .swatch-gray .tab-pane.active h2,
[class*="swatch-"] .swatch-gray .tab-pane.active h3,
[class*="swatch-"] .swatch-gray .tab-pane.active h4,
[class*="swatch-"] .swatch-gray .tab-pane.active h5,
[class*="swatch-"] .swatch-gray .tab-pane.active h6,
[class*="swatch-"] .swatch-gray .tab-pane.active p {
  color: #e9e9e9;
}
.swatch-gray .tab-pane .btn,
.swatch-gray .tab-pane.active .btn,
[class*="swatch-"] .swatch-gray .tab-pane .btn,
[class*="swatch-"] .swatch-gray .tab-pane.active .btn {
  color: #076994 !important;
  background: #e9e9e9 !important;
}
.swatch-gray .tab-pane .tooltip-inner,
.swatch-gray .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-gray .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-gray .tab-pane.active .tooltip-inner {
  background-color: #e9e9e9;
  color: #076994;
}
.swatch-gray .tab-pane .tooltip.top .tooltip-arrow,
.swatch-gray .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.right .tooltip-arrow,
.swatch-gray .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.right .tooltip-arrow {
  border-right-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.left .tooltip-arrow,
.swatch-gray .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #e9e9e9;
}
.swatch-gray .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-gray .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-gray .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-gray
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #e9e9e9;
}
.swatch-gray .panel,
.swatch-gray .well,
[class*="swatch-"] .swatch-gray .panel,
[class*="swatch-"] .swatch-gray .well {
  background: #c9c7c7;
}
.swatch-gray .panel-primary .panel-heading,
[class*="swatch-"] .swatch-gray .panel-primary .panel-heading {
  background: #076994;
}
.swatch-gray .panel-primary .panel-heading .panel-title,
.swatch-gray .panel-primary .panel-heading a,
[class*="swatch-"] .swatch-gray .panel-primary .panel-heading .panel-title,
[class*="swatch-"] .swatch-gray .panel-primary .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.swatch-gray .panel-primary > .panel-heading + .panel-collapse .panel-body,
[class*="swatch-"]
  .swatch-gray
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #3face3;
}
.swatch-gray .panel-footer,
[class*="swatch-"] .swatch-gray .panel-footer {
  background: #98d3f0;
  border-color: #6cbfea;
}
.swatch-gray .panel .table,
[class*="swatch-"] .swatch-gray .panel .table {
  box-shadow: 0 0 0 1px #c9c7c7 inset;
}
.swatch-gray .panel .table th,
[class*="swatch-"] .swatch-gray .panel .table th {
  background: #c9c7c7;
  color: #1c1c1c;
}
.swatch-gray .portfolio-title,
[class*="swatch-"] .swatch-gray .portfolio-title {
  background: #076994;
  color: #fff;
}
.swatch-gray .portfolio-nav svg,
[class*="swatch-"] .swatch-gray .portfolio-nav svg {
  stroke: #076994;
}
.swatch-gray .social-icons li a,
[class*="swatch-"] .swatch-gray .social-icons li a {
  background-color: #076994;
}
.swatch-gray .social-icons li a i,
[class*="swatch-"] .swatch-gray .social-icons li a i {
  color: #e9e9e9;
}
.swatch-gray .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"] .swatch-gray .social-icons li a:not([data-iconcolor]):hover {
  background-color: rgba(0, 60, 119, 0.8);
}
.swatch-gray .social-simple li a i,
.swatch-gray .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"] .swatch-gray .social-simple li a i,
[class*="swatch-"]
  .swatch-gray
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #076994;
}
.swatch-gray .box-inner,
[class*="swatch-"] .swatch-gray .box-inner {
  background-color: #fff;
}
.swatch-gray .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-gray .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-gray .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"] .swatch-gray .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #076994;
}
.swatch-gray .bordered:after,
[class*="swatch-"] .swatch-gray .bordered:after {
  background-color: #1c1c1c;
}
.swatch-gray .bordered > a:after,
[class*="swatch-"] .swatch-gray .bordered > a:after {
  background-color: #076994;
}
.swatch-gray .bordered-link:after,
[class*="swatch-"] .swatch-gray .bordered-link:after {
  background-color: #076994 !important;
}
.swatch-gray #infscr-loading,
[class*="swatch-"] .swatch-gray #infscr-loading {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .counter .value,
[class*="swatch-"] .swatch-gray .counter .value {
  color: #1c1c1c;
}
.swatch-gray .scroll-to,
[class*="swatch-"] .swatch-gray .scroll-to {
  border-color: #076994;
}
.swatch-gray .scroll-to svg,
[class*="swatch-"] .swatch-gray .scroll-to svg {
  stroke: #076994;
}
.swatch-gray .scroll-to:hover,
[class*="swatch-"] .swatch-gray .scroll-to:hover {
  border-color: #076994;
}
.swatch-gray .scroll-to:hover svg,
[class*="swatch-"] .swatch-gray .scroll-to:hover svg {
  stroke: #076994;
}
.swatch-gray .map-marker-label,
[class*="swatch-"] .swatch-gray .map-marker-label {
  border-top-color: #076994;
}
.swatch-gray .tag-list span,
[class*="swatch-"] .swatch-gray .tag-list span {
  background: #076994;
  color: #fff;
}
.swatch-gray .mejs-audio,
[class*="swatch-"] .swatch-gray .mejs-audio {
  background-color: #076994;
  color: #e9e9e9;
}
.swatch-gray .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"] .swatch-gray .mejs-container .mejs-controls .mejs-time span {
  color: #e9e9e9;
}
.swatch-gray .mejs-controls .mejs-button button:hover,
[class*="swatch-"] .swatch-gray .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-gray .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-gray
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #e9e9e9;
}
.swatch-gray
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-gray .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-gray .post:after,
[class*="swatch-"]
  .swatch-gray
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-gray
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-gray .post:after {
  background: #c9c7c7;
}
.swatch-gray .post-icon,
[class*="swatch-"] .swatch-gray .post-icon {
  background: #076994;
}
.swatch-gray .post-icon i,
[class*="swatch-"] .swatch-gray .post-icon i {
  color: #fff;
}
.swatch-gray .post-search-icon,
[class*="swatch-"] .swatch-gray .post-search-icon {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-gray .post-extras a,
[class*="swatch-"] .swatch-gray .post-extras a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .post-extras a:hover,
.swatch-gray .post-extras i,
.swatch-gray .post-more-link i,
[class*="swatch-"] .swatch-gray .post-extras a:hover,
[class*="swatch-"] .swatch-gray .post-extras i,
[class*="swatch-"] .swatch-gray .post-more-link i {
  color: #076994;
}
.swatch-gray .media-inner:after,
[class*="swatch-"] .swatch-gray .media-inner:after {
  background: #076994;
}
.swatch-gray .author-info,
[class*="swatch-"] .swatch-gray .author-info {
  background-color: #076994;
  color: #e9e9e9;
}
.swatch-gray .author-info .media-heading,
[class*="swatch-"] .swatch-gray .author-info .media-heading {
  color: #e9e9e9;
}
.swatch-gray .author-info .media-heading:after,
[class*="swatch-"] .swatch-gray .author-info .media-heading:after {
  background: #e9e9e9;
}
.post-masonry .swatch-gray:hover,
.post-masonry [class*="swatch-"] .swatch-gray:hover,
.swatch-gray .breadcrumb-blog .active,
.swatch-gray .breadcrumb-blog a,
[class*="swatch-"] .swatch-gray .breadcrumb-blog .active,
[class*="swatch-"] .swatch-gray .breadcrumb-blog a {
  color: #076994;
}
.swatch-gray .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-gray .breadcrumb-blog a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .post-related-post,
[class*="swatch-"] .swatch-gray .post-related-post {
  background-color: #076994;
}
.swatch-gray .post-related-post a,
[class*="swatch-"] .swatch-gray .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #e9e9e9;
}
.swatch-gray .post-related-post a:hover,
[class*="swatch-"] .swatch-gray .post-related-post a:hover {
  color: #e9e9e9;
}
.swatch-gray .post-related-post small,
[class*="swatch-"] .swatch-gray .post-related-post small {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-gray .post-related-post blockquote,
[class*="swatch-"] .swatch-gray .post-related-post blockquote {
  color: #e9e9e9;
}
.swatch-gray .post-related-post blockquote small,
[class*="swatch-"] .swatch-gray .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #e9e9e9;
}
.swatch-gray .post-related-post blockquote:before,
[class*="swatch-"] .swatch-gray .post-related-post blockquote:before {
  background-color: #63bce9;
}
.swatch-gray .post-sticky,
[class*="swatch-"] .swatch-gray .post-sticky {
  background: rgba(0, 60, 119, 0.8);
}
.swatch-gray .post-sticky i,
[class*="swatch-"] .swatch-gray .post-sticky i {
  color: #fff;
}
.swatch-gray .gform_wrapper .gsection,
[class*="swatch-"] .swatch-gray .gform_wrapper .gsection {
  border-color: #c9c7c7;
}
.swatch-gray .gf_progressbar,
[class*="swatch-"] .swatch-gray .gf_progressbar {
  background: #c9c7c7;
}
.swatch-gray .gf_progressbar_percentage,
[class*="swatch-"] .swatch-gray .gf_progressbar_percentage {
  background: #076994;
  color: #fff;
}
.swatch-gray .sidebar,
[class*="swatch-"] .swatch-gray .sidebar {
  color: #076994;
}
.swatch-gray .sidebar h3,
[class*="swatch-"] .swatch-gray .sidebar h3 {
  color: #1c1c1c;
}
.swatch-gray .sidebar a,
.swatch-gray .sidebar a:hover,
[class*="swatch-"] .swatch-gray .sidebar a,
[class*="swatch-"] .swatch-gray .sidebar a:hover {
  color: #076994;
}
.swatch-gray .sidebar-header:after,
.swatch-gray .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-gray .sidebar-header:after,
[class*="swatch-"] .swatch-gray .sidebar-widget .post-icon {
  background: #076994;
}
.swatch-gray .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-gray .sidebar-widget .post-icon i {
  color: #fff;
}
.swatch-gray .widget_recent_entries li,
[class*="swatch-"] .swatch-gray .widget_recent_entries li {
  border-color: #c9c7c7;
}
.swatch-gray .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-gray .widget_tag_cloud ul a {
  background: #076994;
  color: #fff;
}
.swatch-gray .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-gray .widget_tag_cloud ul a:hover {
  background: rgba(0, 60, 119, 0.9);
  color: #fff;
}
.swatch-gray .widget_calendar tbody a,
[class*="swatch-"] .swatch-gray .widget_calendar tbody a {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-gray .widget_calendar tbody a:hover {
  background: #63bce9;
  color: #e9e9e9;
}
.swatch-gray .widget_calendar tfoot,
[class*="swatch-"] .swatch-gray .widget_calendar tfoot {
  background: #c9c7c7;
}
.swatch-gray .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-gray .widget_nav_menu .sub-menu li:before {
  color: #c9c7c7;
}
.swatch-gray .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-gray .widget_oxy_twitter li:before {
  color: #076994;
}
.swatch-gray .top-search form,
[class*="swatch-"] .swatch-gray .top-search form {
  background-color: #e9e9e9;
}
.swatch-gray .top-search input,
[class*="swatch-"] .swatch-gray .top-search input {
  background: 0 0;
  color: #076994;
}
.swatch-gray .top-search input:focus,
[class*="swatch-"] .swatch-gray .top-search input:focus {
  box-shadow: none;
}
.swatch-gray .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-gray .top-search input:-moz-placeholder {
  color: #076994;
}
.swatch-gray .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-gray .top-search input::-moz-placeholder {
  color: #076994;
}
.swatch-gray .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-gray .top-search input:-ms-input-placeholder {
  color: #076994;
}
.swatch-gray .top-search input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-gray .top-search input::-webkit-input-placeholder {
  color: #076994;
}
.swatch-gray .top-search .search-close,
[class*="swatch-"] .swatch-gray .top-search .search-close {
  color: #076994;
}
.swatch-gray .top-search svg,
[class*="swatch-"] .swatch-gray .top-search svg {
  stroke: #076994;
}
.swatch-gray.top-bar a,
[class*="swatch-"] .swatch-gray.top-bar a {
  color: #1c1c1c;
}
.swatch-gray.top-bar a:hover,
[class*="swatch-"] .swatch-gray.top-bar a:hover {
  color: #076994;
}
.swatch-gray .widget_swatch_wpml_language_selector li:before,
.swatch-gray.top-bar .sidebar-widget:after,
[class*="swatch-"] .swatch-gray .widget_swatch_wpml_language_selector li:before,
[class*="swatch-"] .swatch-gray.top-bar .sidebar-widget:after {
  background: #c9c7c7;
}
.swatch-gray .button,
[class*="swatch-"] .swatch-gray .button {
  background: #076994;
  color: #fff;
}
.swatch-gray .button:hover,
[class*="swatch-"] .swatch-gray .button:hover {
  background: rgba(0, 60, 119, 0.9);
  color: #fff;
}
.swatch-gray.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-gray.section-commerce .breadcrumb {
  background: 0 0;
  color: #076994;
}
.swatch-gray.section-commerce .breadcrumb a,
.swatch-gray.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-gray.section-commerce .breadcrumb a,
[class*="swatch-"] .swatch-gray.section-commerce .breadcrumb > li + li:before {
  color: #076994;
}
.swatch-gray .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-gray .woocommerce-ordering .select-wrap {
  background: #076994;
}
.swatch-gray .woocommerce-ordering .select-wrap:after,
[class*="swatch-"] .swatch-gray .woocommerce-ordering .select-wrap:after {
  color: #fff;
}
.swatch-gray .woocommerce-ordering select,
[class*="swatch-"] .swatch-gray .woocommerce-ordering select {
  color: #fff;
  background: 0 0;
}
.swatch-gray .onsale,
[class*="swatch-"] .swatch-gray .onsale {
  background: #076994;
  color: #fff;
}
.swatch-gray .price,
[class*="swatch-"] .swatch-gray .price {
  color: #1c1c1c;
}
.swatch-gray .page-numbers a,
.swatch-gray .page-numbers span,
[class*="swatch-"] .swatch-gray .page-numbers a,
[class*="swatch-"] .swatch-gray .page-numbers span {
  color: #fff;
}
.swatch-gray .page-numbers li,
[class*="swatch-"] .swatch-gray .page-numbers li {
  background: #076994;
}
.swatch-gray .page-numbers .current,
.swatch-gray .page-numbers li a:hover,
[class*="swatch-"] .swatch-gray .page-numbers .current,
[class*="swatch-"] .swatch-gray .page-numbers li a:hover {
  background: #c9c7c7;
  color: #076994;
}
.swatch-gray #reviews .comment,
[class*="swatch-"] .swatch-gray #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-gray #reviews .form-control,
[class*="swatch-"] .swatch-gray #reviews .form-control {
  background: #e9e9e9;
}
.swatch-gray #reviews input[type="submit"],
[class*="swatch-"] .swatch-gray #reviews input[type="submit"] {
  background: #fff;
  color: #076994;
}
.swatch-gray .cross-sells h2,
.swatch-gray .related h2,
.swatch-gray .upsells h2,
[class*="swatch-"] .swatch-gray .cross-sells h2,
[class*="swatch-"] .swatch-gray .related h2,
[class*="swatch-"] .swatch-gray .upsells h2 {
  background: #076994;
  color: #fff;
}
.swatch-gray .product-category h3,
[class*="swatch-"] .swatch-gray .product-category h3 {
  background: rgba(0, 60, 119, 0.85);
  color: #fff;
}
.swatch-gray .product-category h3 mark,
.swatch-gray .product-nav a i,
[class*="swatch-"] .swatch-gray .product-category h3 mark,
[class*="swatch-"] .swatch-gray .product-nav a i {
  background: #076994;
  color: #fff;
}
.swatch-gray .product-images figcaption,
[class*="swatch-"] .swatch-gray .product-images figcaption {
  box-shadow: none;
  background: #076994;
}
.swatch-gray .product-images figcaption i,
[class*="swatch-"] .swatch-gray .product-images figcaption i {
  color: #fff;
}
.swatch-gray .product-images .flex-active,
[class*="swatch-"] .swatch-gray .product-images .flex-active {
  box-shadow: 0 3px 0 #076994;
}
.swatch-gray .order_details,
[class*="swatch-"] .swatch-gray .order_details {
  background: #c9c7c7;
}
.swatch-gray .order_details li,
[class*="swatch-"] .swatch-gray .order_details li {
  border-color: #e2e1e1;
}
.swatch-gray .cart_list li,
[class*="swatch-"] .swatch-gray .cart_list li {
  border-color: #c9c7c7;
}
.swatch-gray .cart-actions,
[class*="swatch-"] .swatch-gray .cart-actions {
  background: #e9e9e9;
}
.swatch-gray .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-gray .widget_product_tag_cloud a {
  background: #076994;
  color: #e9e9e9;
}
.swatch-gray .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-gray .widget_product_tag_cloud a:hover {
  background: rgba(0, 60, 119, 0.9);
  color: #e9e9e9;
}
.swatch-gray .product_list_widget li,
[class*="swatch-"] .swatch-gray .product_list_widget li {
  border-color: #c9c7c7;
}
.swatch-gray .star-rating,
[class*="swatch-"] .swatch-gray .star-rating {
  color: #076994;
}
.swatch-gray .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-gray
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #c9c7c7;
}
.swatch-gray .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-gray
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #076994;
}
.swatch-gray .widget_product_search form:after,
[class*="swatch-"] .swatch-gray .widget_product_search form:after {
  color: #e9e9e9;
}
.swatch-gray .bbp-forums-list li,
[class*="swatch-"] .swatch-gray .bbp-forums-list li {
  border-left-color: #076994;
}
.swatch-gray .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-gray .bbp-topic-freshness-author:after {
  background: #076994;
}
.swatch-gray .bbp-topic-permalink i,
[class*="swatch-"] .swatch-gray .bbp-topic-permalink i {
  color: #076994;
}
.swatch-gray .panel-bbpress,
[class*="swatch-"] .swatch-gray .panel-bbpress {
  background: #e9e9e9;
}
.swatch-gray .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-gray .panel-bbpress .panel-heading {
  border-color: #076994;
}
.swatch-gray .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-gray .panel-bbpress .panel-body {
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-gray .panel-bbpress .panel-warning {
  color: #076994;
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-gray .panel-bbpress .bbp-template-notice {
  border-color: #c9c7c7;
}
.swatch-gray .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-gray .panel-bbpress .panel-footer {
  background: #c9c7c7;
  border-color: #c9c7c7;
}
.swatch-gray .label-bbpress,
[class*="swatch-"] .swatch-gray .label-bbpress {
  background: 0 0;
  color: #076994;
}
.swatch-gray .bbp-reply-content,
[class*="swatch-"] .swatch-gray .bbp-reply-content {
  border-color: #c9c7c7;
}
.swatch-gray .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-gray .bbp-reply-content .media-heading {
  background: #d6d4d4;
  border-color: #bcbaba;
}
.swatch-gray .bbp_author_details img,
[class*="swatch-"] .swatch-gray .bbp_author_details img {
  background: #e9e9e9;
  box-shadow: 0 0 0 4px #c9c7c7;
}
.swatch-gray .bbp_author_details:after,
[class*="swatch-"] .swatch-gray .bbp_author_details:after {
  background: #c9c7c7;
}
.swatch-gray .bbp_author_details:hover img,
[class*="swatch-"] .swatch-gray .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #076994;
}
.swatch-gray .bbpress-header .breadcrumb .active,
.swatch-gray .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb a {
  color: #076994;
}
.swatch-gray .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-gray .bbpress-header .breadcrumb a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-gray .bbp-topic-tags a,
[class*="swatch-"] .swatch-gray .bbp-topic-tags a {
  background: #076994;
  color: #fff;
}
.swatch-gray .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-gray .bbp-topic-tags a:hover {
  background: rgba(0, 60, 119, 0.9);
}
.swatch-gray .bbp-logged-in,
[class*="swatch-"] .swatch-gray .bbp-logged-in {
  background: #c9c7c7;
}
.swatch-gray .bbp-logged-in .button,
.swatch-gray .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-gray .bbp-logged-in .button,
[class*="swatch-"] .swatch-gray .bbp-logged-in .button:hover {
  color: #fff;
}
.swatch-gray .post-count,
[class*="swatch-"] .swatch-gray .post-count {
  background: #076994;
  color: #fff;
}
.swatch-black,
[class*="swatch-"] .swatch-black {
  background: #000;
  color: #fff;
}
.swatch-black h1,
.swatch-black h2,
.swatch-black h3,
.swatch-black h4,
.swatch-black h5,
.swatch-black h6,
[class*="swatch-"] .swatch-black h1,
[class*="swatch-"] .swatch-black h2,
[class*="swatch-"] .swatch-black h3,
[class*="swatch-"] .swatch-black h4,
[class*="swatch-"] .swatch-black h5,
[class*="swatch-"] .swatch-black h6 {
  color: #fff;
}
.swatch-black h1 small,
.swatch-black h2 small,
.swatch-black h3 small,
.swatch-black h4 small,
.swatch-black h5 small,
.swatch-black h6 small,
[class*="swatch-"] .swatch-black h1 small,
[class*="swatch-"] .swatch-black h2 small,
[class*="swatch-"] .swatch-black h3 small,
[class*="swatch-"] .swatch-black h4 small,
[class*="swatch-"] .swatch-black h5 small,
[class*="swatch-"] .swatch-black h6 small {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black a,
[class*="swatch-"] .swatch-black a {
  color: #fff;
}
.swatch-black a:hover,
[class*="swatch-"] .swatch-black a:hover {
  color: #d0d0d0;
}
.swatch-black small,
.swatch-black small a,
[class*="swatch-"] .swatch-black small,
[class*="swatch-"] .swatch-black small a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black i,
.swatch-black small a:hover,
[class*="swatch-"] .swatch-black i,
[class*="swatch-"] .swatch-black small a:hover {
  color: #fff;
}
.swatch-black blockquote:before,
[class*="swatch-"] .swatch-black blockquote:before {
  background-color: #fff;
}
.swatch-black blockquote footer,
.swatch-black blockquote small,
[class*="swatch-"] .swatch-black blockquote footer,
[class*="swatch-"] .swatch-black blockquote small {
  color: #fff;
}
.swatch-black ::selection,
[class*="swatch-"] .swatch-black ::selection {
  background: #fff;
  color: #000;
}
.swatch-black ::-moz-selection,
[class*="swatch-"] .swatch-black ::-moz-selection {
  background: #fff;
  color: #000;
}
.swatch-black hr,
[class*="swatch-"] .swatch-black hr {
  border-top-color: #035a80;
}
.swatch-black pre,
[class*="swatch-"] .swatch-black pre {
  background: #fff;
  color: #000;
}
.swatch-black .active,
[class*="swatch-"] .swatch-black .active {
  color: #d0d0d0;
}
.swatch-black .btn-primary,
.swatch-black button,
.swatch-black input[type="submit"],
[class*="swatch-"] .swatch-black .btn-primary,
[class*="swatch-"] .swatch-black button,
[class*="swatch-"] .swatch-black input[type="submit"] {
  background-color: #f5f5f5;
  color: #035a80;
}
.swatch-black .btn-primary:hover,
.swatch-black button:hover,
.swatch-black input[type="submit"]:hover,
[class*="swatch-"] .swatch-black .btn-primary:hover,
[class*="swatch-"] .swatch-black button:hover,
[class*="swatch-"] .swatch-black input[type="submit"]:hover {
  background-color: rgba(245, 245, 245, 0.9);
  color: #035a80;
}
.swatch-black .btn-primary.btn-icon-left span,
.swatch-black .btn-primary.btn-icon-right span,
.swatch-black button.btn-icon-left span,
.swatch-black button.btn-icon-right span,
.swatch-black input[type="submit"].btn-icon-left span,
.swatch-black input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-black .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-black .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-black button.btn-icon-left span,
[class*="swatch-"] .swatch-black button.btn-icon-right span,
[class*="swatch-"] .swatch-black input[type="submit"].btn-icon-left span,
[class*="swatch-"] .swatch-black input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.05);
}
.swatch-black .btn-primary i,
[class*="swatch-"] .swatch-black .btn-primary i {
  color: #035a80 !important;
}
.swatch-black .btn-link,
[class*="swatch-"] .swatch-black .btn-link {
  background: 0 0;
  color: #f5f5f5;
  text-decoration: none;
  box-shadow: 0 0 0 1px #f5f5f5 inset;
}
.swatch-black .btn-link span,
[class*="swatch-"] .swatch-black .btn-link span {
  background: 0 0;
}
.swatch-black .btn-link i,
[class*="swatch-"] .swatch-black .btn-link i {
  color: #f5f5f5 !important;
}
.swatch-black .btn-link:hover,
[class*="swatch-"] .swatch-black .btn-link:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #035a80;
  box-shadow: 0 0 0 1px #f5f5f5;
}
.swatch-black .btn-link:hover i,
[class*="swatch-"] .swatch-black .btn-link:hover i {
  color: #035a80 !important;
}
.swatch-black .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-black .open .dropdown-toggle.btn-primary {
  background-color: #f5f5f5;
  color: #035a80;
}
.swatch-black .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-black .btn-group .dropdown-menu {
  background-color: #f5f5f5;
}
.swatch-black .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-black .btn-group .dropdown-menu > li > a {
  color: #035a80;
  box-shadow: 0 -1px 0 #e8e8e8;
}
.swatch-black .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"]
  .swatch-black
  .btn-group
  .dropdown-menu
  > li:first-child
  > a {
  box-shadow: none;
}
.swatch-black .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-black .btn-group .dropdown-menu > li > a:hover {
  background: #fff;
}
.swatch-black .label-primary,
[class*="swatch-"] .swatch-black .label-primary {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .label-primary a,
[class*="swatch-"] .swatch-black .label-primary a {
  color: #035a80;
}
.swatch-black .input-group-btn,
.swatch-black .uneditable-input,
.swatch-black input,
.swatch-black select,
.swatch-black textarea,
[class*="swatch-"] .swatch-black .input-group-btn,
[class*="swatch-"] .swatch-black .uneditable-input,
[class*="swatch-"] .swatch-black input,
[class*="swatch-"] .swatch-black select,
[class*="swatch-"] .swatch-black textarea {
  background: #fff;
  color: #1c1c1c;
}
.swatch-black .input-group-btn:-moz-placeholder,
.swatch-black .uneditable-input:-moz-placeholder,
.swatch-black input:-moz-placeholder,
.swatch-black select:-moz-placeholder,
.swatch-black textarea:-moz-placeholder,
[class*="swatch-"] .swatch-black .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-black .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-black input:-moz-placeholder,
[class*="swatch-"] .swatch-black select:-moz-placeholder,
[class*="swatch-"] .swatch-black textarea:-moz-placeholder {
  color: #6c6c6c;
}
.swatch-black .input-group-btn::-moz-placeholder,
.swatch-black .uneditable-input::-moz-placeholder,
.swatch-black input::-moz-placeholder,
.swatch-black select::-moz-placeholder,
.swatch-black textarea::-moz-placeholder,
[class*="swatch-"] .swatch-black .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-black .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-black input::-moz-placeholder,
[class*="swatch-"] .swatch-black select::-moz-placeholder,
[class*="swatch-"] .swatch-black textarea::-moz-placeholder {
  color: #6c6c6c;
}
.swatch-black .input-group-btn:-ms-input-placeholder,
.swatch-black .uneditable-input:-ms-input-placeholder,
.swatch-black input:-ms-input-placeholder,
.swatch-black select:-ms-input-placeholder,
.swatch-black textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-black .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-black .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-black input:-ms-input-placeholder,
[class*="swatch-"] .swatch-black select:-ms-input-placeholder,
[class*="swatch-"] .swatch-black textarea:-ms-input-placeholder {
  color: #6c6c6c;
}
.swatch-black .input-group-btn::-webkit-input-placeholder,
.swatch-black .uneditable-input::-webkit-input-placeholder,
.swatch-black input::-webkit-input-placeholder,
.swatch-black select::-webkit-input-placeholder,
.swatch-black textarea::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}
.swatch-black input:focus,
.swatch-black select.form-control:focus,
.swatch-black textarea:focus,
[class*="swatch-"] .swatch-black input:focus,
[class*="swatch-"] .swatch-black select.form-control:focus,
[class*="swatch-"] .swatch-black textarea:focus {
  box-shadow: 0 3px 0 #076994;
}
.swatch-black input[type="checkbox"],
.swatch-black input[type="radio"],
[class*="swatch-"] .swatch-black input[type="checkbox"],
[class*="swatch-"] .swatch-black input[type="radio"] {
  box-shadow: none;
}
.swatch-black .form-icon-group i,
[class*="swatch-"] .swatch-black .form-icon-group i {
  color: #076994;
}
.swatch-black input[type="button"],
[class*="swatch-"] .swatch-black input[type="button"] {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .select-wrap,
[class*="swatch-"] .swatch-black .select-wrap {
  background: #fff;
}
.swatch-black .select-wrap:after,
[class*="swatch-"] .swatch-black .select-wrap:after {
  color: #1c1c1c;
}
.swatch-black .table th,
[class*="swatch-"] .swatch-black .table th {
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
}
.swatch-black .table td,
.swatch-black .table th,
.swatch-black .table-bordered,
[class*="swatch-"] .swatch-black .table td,
[class*="swatch-"] .swatch-black .table th,
[class*="swatch-"] .swatch-black .table-bordered {
  border-color: #035a80;
}
.swatch-black .table-hover tbody tr:hover th,
.swatch-black .table-hover > tbody > tr:hover > td,
.swatch-black .table-hover > tbody > tr:hover > th,
.swatch-black .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-black .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-black .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-black .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-black .table-hover > tbody > tr:hover > th,
[class*="swatch-"]
  .swatch-black
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > td,
[class*="swatch-"]
  .swatch-black
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #035a80;
}
.swatch-black#masthead,
[class*="swatch-"] .swatch-black#masthead {
  border-color: #000;
}
.swatch-black.navbar,
[class*="swatch-"] .swatch-black.navbar {
  background: #000;
  color: #fff;
}
.swatch-black .navbar-text,
.swatch-black.navbar .nav > li > a,
.swatch-black.navbar .navbar-brand,
.swatch-black.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-black .navbar-text,
[class*="swatch-"] .swatch-black.navbar .nav > li > a,
[class*="swatch-"] .swatch-black.navbar .navbar-brand,
[class*="swatch-"] .swatch-black.navbar .navbar-brand:hover {
  color: #fff;
}
.swatch-black.navbar .nav > li > a:focus,
.swatch-black.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-black.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:before {
  background-color: #fff;
}
.swatch-black.navbar a .menu-icon,
.swatch-black.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-black.navbar a .menu-icon,
[class*="swatch-"] .swatch-black.navbar a:hover .menu-icon {
  color: #fff;
}
.swatch-black.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"] .swatch-black.navbar .dropdown-menu a:hover .menu-icon {
  color: #000;
}
.swatch-black .navbar-toggle,
[class*="swatch-"] .swatch-black .navbar-toggle {
  background: none !important;
}
.swatch-black .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-black .navbar-toggle .icon-bar {
  background-color: #fff;
}
.swatch-black .navbar-toggle:hover,
[class*="swatch-"] .swatch-black .navbar-toggle:hover {
  background: 0 0;
}
.swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-black.navbar .nav > .active > a,
.swatch-black.navbar .nav > .active > a:focus,
.swatch-black.navbar .nav > .active > a:hover,
.swatch-black.navbar .nav > .current-menu-ancestor > a,
.swatch-black.navbar .nav > .current-menu-item > a,
.swatch-black.navbar .nav > .current-menu-item > a:focus,
.swatch-black.navbar .nav > .current-menu-item > a:hover,
.swatch-black.navbar .nav > .current-menu-parent > a,
.swatch-black.navbar .nav > li > a:focus,
.swatch-black.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:focus,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:hover,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:hover {
  color: #fff;
}
.swatch-black.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-black.navbar .nav li.dropdown.open.active > .dropdown-toggle:before,
.swatch-black.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-black.navbar .nav > .active > a:before,
.swatch-black.navbar .nav > .active > a:focus:before,
.swatch-black.navbar .nav > .active > a:hover:before,
.swatch-black.navbar .nav > .current-menu-ancestor > a:before,
.swatch-black.navbar .nav > .current-menu-item > a:before,
.swatch-black.navbar .nav > .current-menu-item > a:focus:before,
.swatch-black.navbar .nav > .current-menu-item > a:hover:before,
.swatch-black.navbar .nav > .current-menu-parent > a:before,
.swatch-black.navbar .nav > li > a:focus:before,
.swatch-black.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-black.navbar .nav > .active > a:hover:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  > .current-menu-ancestor
  > a:before,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-item > a:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-black.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"] .swatch-black.navbar .nav > .current-menu-parent > a:before,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-black.navbar .nav > li > a:hover:before {
  background-color: #fff;
}
.swatch-black.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-black.navbar .nav > .disabled > a {
  color: #fff;
}
.swatch-black.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-black.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-black .dropdown-menu,
[class*="swatch-"] .swatch-black .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #fff inset;
}
.swatch-black .dropdown-menu > li > a,
[class*="swatch-"] .swatch-black .dropdown-menu > li > a {
  color: #fff;
}
.swatch-black .dropdown-menu > .active > a,
.swatch-black .dropdown-menu > .active > a:focus,
.swatch-black .dropdown-menu > .active > a:hover,
.swatch-black .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-black .dropdown-menu > li > a:hover {
  background: #fff;
  color: #000;
}
.swatch-black .dropdown-menu > .active > a i,
.swatch-black .dropdown-menu > .active > a:focus i,
.swatch-black .dropdown-menu > .active > a:hover i,
.swatch-black .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-black .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-black .dropdown-menu > li > a:hover i {
  color: #000;
}
.swatch-black .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-black .dropdown-menu > li.disabled > a:hover {
  color: #fff;
}
.swatch-black.navbar .nav > li > .dropdown-menu:after,
.swatch-black.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-black.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"] .swatch-black.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-black.navbar-scrolled,
[class*="swatch-"] .swatch-black.navbar-scrolled {
  background: rgba(0, 0, 0, 0.95);
}
.swatch-black .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-black .dropdown-submenu > a:after {
  border-left-color: #fff !important;
}
.swatch-black .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-black .dropdown-submenu > a:hover:after {
  border-left-color: #000 !important;
}
.swatch-black .dropdown-menu .divider,
[class*="swatch-"] .swatch-black .dropdown-menu .divider {
  background-color: rgba(60, 60, 60, 0.8);
}
.swatch-black.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-black.navbar .nav-highlight > a {
  color: #000 !important;
}
.swatch-black.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-black.navbar .nav-highlight > a:after {
  background: #fff;
}
.swatch-black.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-black.navbar .nav-highlight > a:hover {
  color: #000 !important;
}
.swatch-black.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-black.navbar .nav-highlight > a:hover:after {
  background: rgba(255, 255, 255, 0.8);
}
.swatch-black.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a {
  color: #fff;
}
.swatch-black.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #fff;
}
.swatch-black.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"] .swatch-black.navbar li.nav-highlight-ghost > a:hover:after {
  border-color: rgba(255, 255, 255, 0.8);
}
.transparent-header .swatch-black.navbar,
.transparent-header [class*="swatch-"] .swatch-black.navbar {
  background: 0 0;
}
.transparent-header .swatch-black.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-black.navbar-scrolled {
  background: rgba(0, 0, 0, 0.95) !important;
}
.transparent-header .swatch-black.search-active,
.transparent-header [class*="swatch-"] .swatch-black.search-active {
  background: #000 !important;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #fff;
}
.swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #fff;
}
.swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #fff;
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(60, 60, 60, 0.8);
}
.swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(60, 60, 60, 0.8);
}
@media (max-width: 992px) {
  .swatch-black.navbar .nav > li > a,
  [class*="swatch-"] .swatch-black.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-black.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-black.navbar .dropdown-menu {
    background: #035a80;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-black.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-black.navbar .dropdown-menu > li.active > a,
  .swatch-black.navbar .dropdown-menu > li > a:focus,
  .swatch-black.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-black.navbar .dropdown-menu > li > a:hover {
    background: #fff;
    color: #000;
  }
  .swatch-black .dropdown-submenu > ul > li > a,
  .swatch-black .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-black .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-black .dropdown-submenu > ul > li > a:hover {
    background: #035a80;
  }
  .swatch-black .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-black .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #fff !important;
  }
  .swatch-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #fff;
    color: #000;
  }
  .swatch-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
  [class*="swatch-"]
    .swatch-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-black .nav-highlight > a,
  [class*="swatch-"] .swatch-black .nav-highlight > a {
    color: #fff !important;
  }
  .swatch-black .nav-highlight > a:after,
  [class*="swatch-"] .swatch-black .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-black .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-black .nav-highlight > a:hover {
    color: #fff !important;
  }
  .swatch-black .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-black .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-black .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-black .navbar-collapse {
    background: rgba(0, 0, 0, 0.95) !important;
  }
}
.swatch-black .pagination > li > a,
.swatch-black .pagination > li > span,
[class*="swatch-"] .swatch-black .pagination > li > a,
[class*="swatch-"] .swatch-black .pagination > li > span {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .pagination > .active > a,
.swatch-black .pagination > .active > span,
.swatch-black .pagination > li > a:hover,
[class*="swatch-"] .swatch-black .pagination > .active > a,
[class*="swatch-"] .swatch-black .pagination > .active > span,
[class*="swatch-"] .swatch-black .pagination > li > a:hover {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-black .pagination > .active > a i,
.swatch-black .pagination > .active > span i,
.swatch-black .pagination > li:first-child i,
.swatch-black .pagination > li:last-child i,
.swatch-black .pagination > li > a:hover i,
[class*="swatch-"] .swatch-black .pagination > .active > a i,
[class*="swatch-"] .swatch-black .pagination > .active > span i,
[class*="swatch-"] .swatch-black .pagination > li:first-child i,
[class*="swatch-"] .swatch-black .pagination > li:last-child i,
[class*="swatch-"] .swatch-black .pagination > li > a:hover i {
  color: #035a80;
}
.swatch-black .pagination > li.disabled span i,
[class*="swatch-"] .swatch-black .pagination > li.disabled span i {
  color: rgba(60, 60, 60, 0.4);
}
.swatch-black .pager > li > a,
[class*="swatch-"] .swatch-black .pager > li > a {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .pager > li > a i,
[class*="swatch-"] .swatch-black .pager > li > a i {
  color: #035a80;
}
.swatch-black .tooltip-inner,
[class*="swatch-"] .swatch-black .tooltip-inner {
  background-color: #fff;
  color: #000;
}
.swatch-black .tooltip.in,
[class*="swatch-"] .swatch-black .tooltip.in {
  opacity: 1;
}
.swatch-black .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-black .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-black .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-black .tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-black .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-black .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-black .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-black .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-black .jumbotron,
[class*="swatch-"] .swatch-black .jumbotron {
  background: #035a80;
}
.swatch-black .progress-bar-primary,
[class*="swatch-"] .swatch-black .progress-bar-primary {
  background: #f5f5f5;
  box-shadow: none;
}
.swatch-black .progress-bar-primary span,
[class*="swatch-"] .swatch-black .progress-bar-primary span {
  color: #035a80;
}
.swatch-black .progress-bar-primary.progress-striped .progress-bar,
.swatch-black .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-black
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-black .progress-striped .progress-bar-primary {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-black .badge,
[class*="swatch-"] .swatch-black .badge {
  background: #fff;
  color: #000;
}
.swatch-black .nav-tabs .active a,
.swatch-black .nav-tabs .active a:hover,
.swatch-black .tab-content,
[class*="swatch-"] .swatch-black .nav-tabs .active a,
[class*="swatch-"] .swatch-black .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-black .tab-content {
  background: #fff;
}
.swatch-black .nav-tabs > li > a:focus,
.swatch-black .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-black .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-black .nav-tabs > li > a:hover {
  color: #000;
  background-color: #fff;
}
.swatch-black .nav-tabs > li.active > a,
.swatch-black .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-black .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-black .nav-tabs > li.active > a:hover {
  color: #000;
}
.swatch-black .nav-pills > .active > a,
.swatch-black .nav-pills > .active > a:hover,
.swatch-black .nav-pills > li > a .badge,
.swatch-black .nav-pills > li > a:focus,
.swatch-black .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-black .nav-pills > .active > a,
[class*="swatch-"] .swatch-black .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-black .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-black .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-black .nav-pills > li > a:hover {
  background: #fff;
  color: #000;
}
.swatch-black .nav-pills > .active > a .badge,
.swatch-black .nav-pills > .active > a:hover .badge,
.swatch-black .nav-pills > li > a:focus .badge,
.swatch-black .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-black .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-black .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-black .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-black .nav-pills > li > a:hover .badge {
  background: #000;
  color: #fff;
}
.swatch-black .nav-pills > .active > a:hover,
.swatch-black .nav-pills > .active > a:hover:hover,
.swatch-black .nav-pills > li > a:focus:hover,
.swatch-black .nav-pills > li > a:hover:hover,
.swatch-black .tab-pane,
.swatch-black .tab-pane a,
.swatch-black .tab-pane h1,
.swatch-black .tab-pane h2,
.swatch-black .tab-pane h3,
.swatch-black .tab-pane h4,
.swatch-black .tab-pane h5,
.swatch-black .tab-pane h6,
.swatch-black .tab-pane p,
.swatch-black .tab-pane.active,
.swatch-black .tab-pane.active a,
.swatch-black .tab-pane.active h1,
.swatch-black .tab-pane.active h2,
.swatch-black .tab-pane.active h3,
.swatch-black .tab-pane.active h4,
.swatch-black .tab-pane.active h5,
.swatch-black .tab-pane.active h6,
.swatch-black .tab-pane.active p,
[class*="swatch-"] .swatch-black .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-black .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-black .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-black .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-black .tab-pane,
[class*="swatch-"] .swatch-black .tab-pane a,
[class*="swatch-"] .swatch-black .tab-pane h1,
[class*="swatch-"] .swatch-black .tab-pane h2,
[class*="swatch-"] .swatch-black .tab-pane h3,
[class*="swatch-"] .swatch-black .tab-pane h4,
[class*="swatch-"] .swatch-black .tab-pane h5,
[class*="swatch-"] .swatch-black .tab-pane h6,
[class*="swatch-"] .swatch-black .tab-pane p,
[class*="swatch-"] .swatch-black .tab-pane.active,
[class*="swatch-"] .swatch-black .tab-pane.active a,
[class*="swatch-"] .swatch-black .tab-pane.active h1,
[class*="swatch-"] .swatch-black .tab-pane.active h2,
[class*="swatch-"] .swatch-black .tab-pane.active h3,
[class*="swatch-"] .swatch-black .tab-pane.active h4,
[class*="swatch-"] .swatch-black .tab-pane.active h5,
[class*="swatch-"] .swatch-black .tab-pane.active h6,
[class*="swatch-"] .swatch-black .tab-pane.active p {
  color: #000;
}
.swatch-black .tab-pane .btn,
.swatch-black .tab-pane.active .btn,
[class*="swatch-"] .swatch-black .tab-pane .btn,
[class*="swatch-"] .swatch-black .tab-pane.active .btn {
  color: #fff !important;
  background: #000 !important;
}
.swatch-black .tab-pane .tooltip-inner,
.swatch-black .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-black .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-black .tab-pane.active .tooltip-inner {
  background-color: #000;
  color: #fff;
}
.swatch-black .tab-pane .tooltip.top .tooltip-arrow,
.swatch-black .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane.active .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.swatch-black .tab-pane .tooltip.right .tooltip-arrow,
.swatch-black .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"]
  .swatch-black
  .tab-pane.active
  .tooltip.right
  .tooltip-arrow {
  border-right-color: #000;
}
.swatch-black .tab-pane .tooltip.left .tooltip-arrow,
.swatch-black .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane.active .tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.swatch-black .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-black .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-black .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-black
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #000;
}
.swatch-black .panel,
.swatch-black .well,
[class*="swatch-"] .swatch-black .panel,
[class*="swatch-"] .swatch-black .well {
  background: #035a80;
}
.swatch-black .panel-primary .panel-heading,
[class*="swatch-"] .swatch-black .panel-primary .panel-heading {
  background: #f5f5f5;
}
.swatch-black .panel-primary .panel-heading .panel-title,
.swatch-black .panel-primary .panel-heading a,
[class*="swatch-"] .swatch-black .panel-primary .panel-heading .panel-title,
[class*="swatch-"] .swatch-black .panel-primary .panel-heading a {
  color: #035a80;
  text-decoration: none;
}
.swatch-black .panel-primary > .panel-heading + .panel-collapse .panel-body,
[class*="swatch-"]
  .swatch-black
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #cfcfcf;
}
.swatch-black .panel-footer,
[class*="swatch-"] .swatch-black .panel-footer {
  background: #fff;
  border-color: #e8e8e8;
}
.swatch-black .panel .table,
[class*="swatch-"] .swatch-black .panel .table {
  box-shadow: 0 0 0 1px #035a80 inset;
}
.swatch-black .panel .table th,
[class*="swatch-"] .swatch-black .panel .table th {
  background: #035a80;
  color: #fff;
}
.swatch-black .portfolio-title,
[class*="swatch-"] .swatch-black .portfolio-title {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .portfolio-nav svg,
[class*="swatch-"] .swatch-black .portfolio-nav svg {
  stroke: #fff;
}
.swatch-black .social-icons li a,
[class*="swatch-"] .swatch-black .social-icons li a {
  background-color: #fff;
}
.swatch-black .social-icons li a i,
[class*="swatch-"] .swatch-black .social-icons li a i {
  color: #000;
}
.swatch-black .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"]
  .swatch-black
  .social-icons
  li
  a:not([data-iconcolor]):hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.swatch-black .social-simple li a i,
.swatch-black .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"] .swatch-black .social-simple li a i,
[class*="swatch-"]
  .swatch-black
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #fff;
}
.swatch-black .box-inner,
[class*="swatch-"] .swatch-black .box-inner {
  background-color: lightgrey;
}
.swatch-black .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-black .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #fff inset;
}
.swatch-black .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"] .swatch-black .box:not(.box-simple) a.box-inner:hover svg {
  stroke: #fff;
}
.swatch-black .bordered:after,
.swatch-black .bordered > a:after,
[class*="swatch-"] .swatch-black .bordered:after,
[class*="swatch-"] .swatch-black .bordered > a:after {
  background-color: #fff;
}
.swatch-black .bordered-link:after,
[class*="swatch-"] .swatch-black .bordered-link:after {
  background-color: #fff !important;
}
.swatch-black #infscr-loading,
[class*="swatch-"] .swatch-black #infscr-loading {
  background: #fff;
  color: #000;
}
.swatch-black .counter .value,
[class*="swatch-"] .swatch-black .counter .value {
  color: #fff;
}
.swatch-black .scroll-to,
[class*="swatch-"] .swatch-black .scroll-to {
  border-color: #fff;
}
.swatch-black .scroll-to svg,
[class*="swatch-"] .swatch-black .scroll-to svg {
  stroke: #fff;
}
.swatch-black .scroll-to:hover,
[class*="swatch-"] .swatch-black .scroll-to:hover {
  border-color: #fff;
}
.swatch-black .scroll-to:hover svg,
[class*="swatch-"] .swatch-black .scroll-to:hover svg {
  stroke: #fff;
}
.swatch-black .map-marker-label,
[class*="swatch-"] .swatch-black .map-marker-label {
  border-top-color: #fff;
}
.swatch-black .tag-list span,
[class*="swatch-"] .swatch-black .tag-list span {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .mejs-audio,
[class*="swatch-"] .swatch-black .mejs-audio {
  background-color: #fff;
  color: #000;
}
.swatch-black .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"]
  .swatch-black
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  color: #000;
}
.swatch-black .mejs-controls .mejs-button button:hover,
[class*="swatch-"] .swatch-black .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-black .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-black
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #000;
}
.swatch-black
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-black .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-black .post:after,
[class*="swatch-"]
  .swatch-black
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-black
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-black .post:after {
  background: #035a80;
}
.swatch-black .post-icon,
[class*="swatch-"] .swatch-black .post-icon {
  background: #f5f5f5;
}
.swatch-black .post-icon i,
[class*="swatch-"] .swatch-black .post-icon i {
  color: #035a80;
}
.swatch-black .post-search-icon,
[class*="swatch-"] .swatch-black .post-search-icon {
  color: #035a80;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2);
}
.swatch-black .post-extras a,
[class*="swatch-"] .swatch-black .post-extras a {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .post-extras a:hover,
.swatch-black .post-extras i,
.swatch-black .post-more-link i,
[class*="swatch-"] .swatch-black .post-extras a:hover,
[class*="swatch-"] .swatch-black .post-extras i,
[class*="swatch-"] .swatch-black .post-more-link i {
  color: #fff;
}
.swatch-black .media-inner:after,
[class*="swatch-"] .swatch-black .media-inner:after {
  background: #fff;
}
.swatch-black .author-info,
[class*="swatch-"] .swatch-black .author-info {
  background-color: #fff;
  color: #000;
}
.swatch-black .author-info .media-heading,
[class*="swatch-"] .swatch-black .author-info .media-heading {
  color: #000;
}
.swatch-black .author-info .media-heading:after,
[class*="swatch-"] .swatch-black .author-info .media-heading:after {
  background: #000;
}
.post-masonry .swatch-black:hover,
.post-masonry [class*="swatch-"] .swatch-black:hover,
.swatch-black .breadcrumb-blog .active,
.swatch-black .breadcrumb-blog a,
[class*="swatch-"] .swatch-black .breadcrumb-blog .active,
[class*="swatch-"] .swatch-black .breadcrumb-blog a {
  color: #fff;
}
.swatch-black .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-black .breadcrumb-blog a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .post-related-post,
[class*="swatch-"] .swatch-black .post-related-post {
  background-color: #fff;
}
.swatch-black .post-related-post a,
[class*="swatch-"] .swatch-black .post-related-post a {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.swatch-black .post-related-post a:hover,
[class*="swatch-"] .swatch-black .post-related-post a:hover {
  color: #000;
}
.swatch-black .post-related-post small,
[class*="swatch-"] .swatch-black .post-related-post small {
  background: #000;
  color: #fff;
}
.swatch-black .post-related-post blockquote,
[class*="swatch-"] .swatch-black .post-related-post blockquote {
  color: #000;
}
.swatch-black .post-related-post blockquote small,
[class*="swatch-"] .swatch-black .post-related-post blockquote small {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.swatch-black .post-related-post blockquote:before,
[class*="swatch-"] .swatch-black .post-related-post blockquote:before {
  background-color: #ededed;
}
.swatch-black .post-sticky,
[class*="swatch-"] .swatch-black .post-sticky {
  background: rgba(245, 245, 245, 0.8);
}
.swatch-black .post-sticky i,
[class*="swatch-"] .swatch-black .post-sticky i {
  color: #035a80;
}
.swatch-black .gform_wrapper .gsection,
[class*="swatch-"] .swatch-black .gform_wrapper .gsection {
  border-color: #035a80;
}
.swatch-black .gf_progressbar,
[class*="swatch-"] .swatch-black .gf_progressbar {
  background: #035a80;
}
.swatch-black .gf_progressbar_percentage,
[class*="swatch-"] .swatch-black .gf_progressbar_percentage {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .sidebar,
.swatch-black .sidebar a,
.swatch-black .sidebar a:hover,
.swatch-black .sidebar h3,
[class*="swatch-"] .swatch-black .sidebar,
[class*="swatch-"] .swatch-black .sidebar a,
[class*="swatch-"] .swatch-black .sidebar a:hover,
[class*="swatch-"] .swatch-black .sidebar h3 {
  color: #fff;
}
.swatch-black .sidebar-header:after,
[class*="swatch-"] .swatch-black .sidebar-header:after {
  background: #fff;
}
.swatch-black .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-black .sidebar-widget .post-icon {
  background: #f5f5f5;
}
.swatch-black .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-black .sidebar-widget .post-icon i {
  color: #035a80;
}
.swatch-black .widget_recent_entries li,
[class*="swatch-"] .swatch-black .widget_recent_entries li {
  border-color: #035a80;
}
.swatch-black .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-black .widget_tag_cloud ul a {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-black .widget_tag_cloud ul a:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #035a80;
}
.swatch-black .widget_calendar tbody a,
[class*="swatch-"] .swatch-black .widget_calendar tbody a {
  background: #fff;
  color: #000;
}
.swatch-black .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-black .widget_calendar tbody a:hover {
  background: #ededed;
  color: #000;
}
.swatch-black .widget_calendar tfoot,
[class*="swatch-"] .swatch-black .widget_calendar tfoot {
  background: #035a80;
}
.swatch-black .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-black .widget_nav_menu .sub-menu li:before {
  color: #035a80;
}
.swatch-black .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-black .widget_oxy_twitter li:before {
  color: #fff;
}
.swatch-black .top-search form,
[class*="swatch-"] .swatch-black .top-search form {
  background-color: #000;
}
.swatch-black .top-search input,
[class*="swatch-"] .swatch-black .top-search input {
  background: 0 0;
  color: #fff;
}
.swatch-black .top-search input:focus,
[class*="swatch-"] .swatch-black .top-search input:focus {
  box-shadow: none;
}
.swatch-black .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-black .top-search input:-moz-placeholder {
  color: #fff;
}
.swatch-black .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-black .top-search input::-moz-placeholder {
  color: #fff;
}
.swatch-black .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-black .top-search input:-ms-input-placeholder {
  color: #fff;
}
.swatch-black .top-search input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-black .top-search input::-webkit-input-placeholder {
  color: #fff;
}
.swatch-black .top-search .search-close,
[class*="swatch-"] .swatch-black .top-search .search-close {
  color: #fff;
}
.swatch-black .top-search svg,
[class*="swatch-"] .swatch-black .top-search svg {
  stroke: #fff;
}
.swatch-black.top-bar a,
.swatch-black.top-bar a:hover,
[class*="swatch-"] .swatch-black.top-bar a,
[class*="swatch-"] .swatch-black.top-bar a:hover {
  color: #fff;
}
.swatch-black .widget_swatch_wpml_language_selector li:before,
.swatch-black.top-bar .sidebar-widget:after,
[class*="swatch-"]
  .swatch-black
  .widget_swatch_wpml_language_selector
  li:before,
[class*="swatch-"] .swatch-black.top-bar .sidebar-widget:after {
  background: #035a80;
}
.swatch-black .button,
[class*="swatch-"] .swatch-black .button {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .button:hover,
[class*="swatch-"] .swatch-black .button:hover {
  background: rgba(245, 245, 245, 0.9);
  color: #035a80;
}
.swatch-black.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-black.section-commerce .breadcrumb {
  background: 0 0;
  color: #fff;
}
.swatch-black.section-commerce .breadcrumb a,
.swatch-black.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-black.section-commerce .breadcrumb a,
[class*="swatch-"] .swatch-black.section-commerce .breadcrumb > li + li:before {
  color: #fff;
}
.swatch-black .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-black .woocommerce-ordering .select-wrap {
  background: #f5f5f5;
}
.swatch-black .woocommerce-ordering .select-wrap:after,
[class*="swatch-"] .swatch-black .woocommerce-ordering .select-wrap:after {
  color: #035a80;
}
.swatch-black .woocommerce-ordering select,
[class*="swatch-"] .swatch-black .woocommerce-ordering select {
  color: #035a80;
  background: 0 0;
}
.swatch-black .onsale,
[class*="swatch-"] .swatch-black .onsale {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .price,
[class*="swatch-"] .swatch-black .price {
  color: #fff;
}
.swatch-black .page-numbers a,
.swatch-black .page-numbers span,
[class*="swatch-"] .swatch-black .page-numbers a,
[class*="swatch-"] .swatch-black .page-numbers span {
  color: #035a80;
}
.swatch-black .page-numbers li,
[class*="swatch-"] .swatch-black .page-numbers li {
  background: #f5f5f5;
}
.swatch-black .page-numbers .current,
.swatch-black .page-numbers li a:hover,
[class*="swatch-"] .swatch-black .page-numbers .current,
[class*="swatch-"] .swatch-black .page-numbers li a:hover {
  background: #035a80;
  color: #fff;
}
.swatch-black #reviews .comment,
[class*="swatch-"] .swatch-black #reviews .comment {
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
}
.swatch-black #reviews .form-control,
[class*="swatch-"] .swatch-black #reviews .form-control {
  background: #000;
}
.swatch-black #reviews input[type="submit"],
[class*="swatch-"] .swatch-black #reviews input[type="submit"] {
  background: #035a80;
  color: #f5f5f5;
}
.swatch-black .cross-sells h2,
.swatch-black .related h2,
.swatch-black .upsells h2,
[class*="swatch-"] .swatch-black .cross-sells h2,
[class*="swatch-"] .swatch-black .related h2,
[class*="swatch-"] .swatch-black .upsells h2 {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .product-category h3,
[class*="swatch-"] .swatch-black .product-category h3 {
  background: rgba(245, 245, 245, 0.85);
  color: #035a80;
}
.swatch-black .product-category h3 mark,
.swatch-black .product-nav a i,
[class*="swatch-"] .swatch-black .product-category h3 mark,
[class*="swatch-"] .swatch-black .product-nav a i {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .product-images figcaption,
[class*="swatch-"] .swatch-black .product-images figcaption {
  box-shadow: none;
  background: #f5f5f5;
}
.swatch-black .product-images figcaption i,
[class*="swatch-"] .swatch-black .product-images figcaption i {
  color: #035a80;
}
.swatch-black .product-images .flex-active,
[class*="swatch-"] .swatch-black .product-images .flex-active {
  box-shadow: 0 3px 0 #fff;
}
.swatch-black .order_details,
[class*="swatch-"] .swatch-black .order_details {
  background: #035a80;
}
.swatch-black .order_details li,
[class*="swatch-"] .swatch-black .order_details li {
  border-color: #565656;
}
.swatch-black .cart_list li,
[class*="swatch-"] .swatch-black .cart_list li {
  border-color: #035a80;
}
.swatch-black .cart-actions,
[class*="swatch-"] .swatch-black .cart-actions {
  background: #000;
}
.swatch-black .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-black .widget_product_tag_cloud a {
  background: #fff;
  color: #000;
}
.swatch-black .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-black .widget_product_tag_cloud a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.swatch-black .product_list_widget li,
[class*="swatch-"] .swatch-black .product_list_widget li {
  border-color: #035a80;
}
.swatch-black .star-rating,
[class*="swatch-"] .swatch-black .star-rating {
  color: #fff;
}
.swatch-black .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-black
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #035a80;
}
.swatch-black .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-black
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #fff;
}
.swatch-black .widget_product_search form:after,
[class*="swatch-"] .swatch-black .widget_product_search form:after {
  color: #000;
}
.swatch-black .bbp-forums-list li,
[class*="swatch-"] .swatch-black .bbp-forums-list li {
  border-left-color: #f5f5f5;
}
.swatch-black .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-black .bbp-topic-freshness-author:after {
  background: #f5f5f5;
}
.swatch-black .bbp-topic-permalink i,
[class*="swatch-"] .swatch-black .bbp-topic-permalink i {
  color: #fff;
}
.swatch-black .panel-bbpress,
[class*="swatch-"] .swatch-black .panel-bbpress {
  background: #000;
}
.swatch-black .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-black .panel-bbpress .panel-heading {
  border-color: #f5f5f5;
}
.swatch-black .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-black .panel-bbpress .panel-body {
  border-color: #035a80;
}
.swatch-black .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-black .panel-bbpress .panel-warning {
  color: #fff;
  border-color: #035a80;
}
.swatch-black .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-black .panel-bbpress .bbp-template-notice {
  border-color: #035a80;
}
.swatch-black .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-black .panel-bbpress .panel-footer {
  background: #035a80;
  border-color: #035a80;
}
.swatch-black .label-bbpress,
[class*="swatch-"] .swatch-black .label-bbpress {
  background: 0 0;
  color: #fff;
}
.swatch-black .bbp-reply-content,
[class*="swatch-"] .swatch-black .bbp-reply-content {
  border-color: #035a80;
}
.swatch-black .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-black .bbp-reply-content .media-heading {
  background: #494949;
  border-color: #2f2f2f;
}
.swatch-black .bbp_author_details img,
[class*="swatch-"] .swatch-black .bbp_author_details img {
  background: #000;
  box-shadow: 0 0 0 4px #035a80;
}
.swatch-black .bbp_author_details:after,
[class*="swatch-"] .swatch-black .bbp_author_details:after {
  background: #035a80;
}
.swatch-black .bbp_author_details:hover img,
[class*="swatch-"] .swatch-black .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #fff;
}
.swatch-black .bbpress-header .breadcrumb .active,
.swatch-black .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-black .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-black .bbpress-header .breadcrumb a {
  color: #fff;
}
.swatch-black .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-black .bbpress-header .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.swatch-black .bbp-topic-tags a,
[class*="swatch-"] .swatch-black .bbp-topic-tags a {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-black .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-black .bbp-topic-tags a:hover {
  background: rgba(245, 245, 245, 0.9);
}
.swatch-black .bbp-logged-in,
[class*="swatch-"] .swatch-black .bbp-logged-in {
  background: #035a80;
}
.swatch-black .bbp-logged-in .button,
.swatch-black .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-black .bbp-logged-in .button,
[class*="swatch-"] .swatch-black .bbp-logged-in .button:hover {
  color: #035a80;
}
.swatch-black .post-count,
[class*="swatch-"] .swatch-black .post-count {
  background: #f5f5f5;
  color: #035a80;
}
.swatch-white-black,
[class*="swatch-"] .swatch-white-black {
  background: #fff;
  color: #7c7c7c;
}
.swatch-white-black h1,
.swatch-white-black h2,
.swatch-white-black h3,
.swatch-white-black h4,
.swatch-white-black h5,
.swatch-white-black h6,
[class*="swatch-"] .swatch-white-black h1,
[class*="swatch-"] .swatch-white-black h2,
[class*="swatch-"] .swatch-white-black h3,
[class*="swatch-"] .swatch-white-black h4,
[class*="swatch-"] .swatch-white-black h5,
[class*="swatch-"] .swatch-white-black h6 {
  color: #1c1c1c;
}
.swatch-white-black h1 small,
.swatch-white-black h2 small,
.swatch-white-black h3 small,
.swatch-white-black h4 small,
.swatch-white-black h5 small,
.swatch-white-black h6 small,
[class*="swatch-"] .swatch-white-black h1 small,
[class*="swatch-"] .swatch-white-black h2 small,
[class*="swatch-"] .swatch-white-black h3 small,
[class*="swatch-"] .swatch-white-black h4 small,
[class*="swatch-"] .swatch-white-black h5 small,
[class*="swatch-"] .swatch-white-black h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white-black a,
[class*="swatch-"] .swatch-white-black a {
  color: #1c1c1c;
}
.swatch-white-black a:hover,
[class*="swatch-"] .swatch-white-black a:hover {
  color: #076994;
}
.swatch-white-black small,
.swatch-white-black small a,
[class*="swatch-"] .swatch-white-black small,
[class*="swatch-"] .swatch-white-black small a {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-black small a:hover,
[class*="swatch-"] .swatch-white-black small a:hover {
  color: #1c1c1c;
}
.swatch-white-black i,
[class*="swatch-"] .swatch-white-black i {
  color: #076994;
}
.swatch-white-black blockquote:before,
[class*="swatch-"] .swatch-white-black blockquote:before {
  background-color: #1c1c1c;
}
.swatch-white-black blockquote footer,
.swatch-white-black blockquote small,
[class*="swatch-"] .swatch-white-black blockquote footer,
[class*="swatch-"] .swatch-white-black blockquote small {
  color: #1c1c1c;
}
.swatch-white-black ::selection,
[class*="swatch-"] .swatch-white-black ::selection {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black ::-moz-selection,
[class*="swatch-"] .swatch-white-black ::-moz-selection {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black hr,
[class*="swatch-"] .swatch-white-black hr {
  border-top-color: #e9e9e9;
}
.swatch-white-black pre,
[class*="swatch-"] .swatch-white-black pre {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .active,
[class*="swatch-"] .swatch-white-black .active {
  color: #1c1c1c;
}
.swatch-white-black .btn-primary,
.swatch-white-black button,
.swatch-white-black input[type="submit"],
[class*="swatch-"] .swatch-white-black .btn-primary,
[class*="swatch-"] .swatch-white-black button,
[class*="swatch-"] .swatch-white-black input[type="submit"] {
  background-color: #076994;
  color: #fff;
}
.swatch-white-black .btn-primary:hover,
.swatch-white-black button:hover,
.swatch-white-black input[type="submit"]:hover,
[class*="swatch-"] .swatch-white-black .btn-primary:hover,
[class*="swatch-"] .swatch-white-black button:hover,
[class*="swatch-"] .swatch-white-black input[type="submit"]:hover {
  background-color: rgba(76, 76, 76, 0.9);
  color: #fff;
}
.swatch-white-black .btn-primary.btn-icon-left span,
.swatch-white-black .btn-primary.btn-icon-right span,
.swatch-white-black button.btn-icon-left span,
.swatch-white-black button.btn-icon-right span,
.swatch-white-black input[type="submit"].btn-icon-left span,
.swatch-white-black input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-white-black .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-white-black .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-white-black button.btn-icon-left span,
[class*="swatch-"] .swatch-white-black button.btn-icon-right span,
[class*="swatch-"] .swatch-white-black input[type="submit"].btn-icon-left span,
[class*="swatch-"]
  .swatch-white-black
  input[type="submit"].btn-icon-right
  span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-white-black .btn-primary i,
[class*="swatch-"] .swatch-white-black .btn-primary i {
  color: #fff !important;
}
.swatch-white-black .btn-link,
[class*="swatch-"] .swatch-white-black .btn-link {
  background: 0 0;
  color: #076994;
  text-decoration: none;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white-black .btn-link span,
[class*="swatch-"] .swatch-white-black .btn-link span {
  background: 0 0;
}
.swatch-white-black .btn-link i,
[class*="swatch-"] .swatch-white-black .btn-link i {
  color: #076994 !important;
}
.swatch-white-black .btn-link:hover,
[class*="swatch-"] .swatch-white-black .btn-link:hover {
  text-decoration: none;
  background-color: #076994;
  color: #fff;
  box-shadow: 0 0 0 1px #076994;
}
.swatch-white-black .btn-link:hover i,
[class*="swatch-"] .swatch-white-black .btn-link:hover i {
  color: #fff !important;
}
.swatch-white-black .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-white-black .open .dropdown-toggle.btn-primary {
  background-color: #076994;
  color: #fff;
}
.swatch-white-black .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-white-black .btn-group .dropdown-menu {
  background-color: #076994;
}
.swatch-white-black .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-black .btn-group .dropdown-menu > li > a {
  color: #fff;
  box-shadow: 0 -1px 0 #3f3f3f;
}
.swatch-white-black .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"]
  .swatch-white-black
  .btn-group
  .dropdown-menu
  > li:first-child
  > a {
  box-shadow: none;
}
.swatch-white-black .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"]
  .swatch-white-black
  .btn-group
  .dropdown-menu
  > li
  > a:hover {
  background: #5e5e5e;
}
.swatch-white-black .label-primary,
[class*="swatch-"] .swatch-white-black .label-primary {
  background: #076994;
  color: #fff;
}
.swatch-white-black .label-primary a,
[class*="swatch-"] .swatch-white-black .label-primary a {
  color: #fff;
}
.swatch-white-black .input-group-btn,
.swatch-white-black .uneditable-input,
.swatch-white-black input,
.swatch-white-black select,
.swatch-white-black textarea,
[class*="swatch-"] .swatch-white-black .input-group-btn,
[class*="swatch-"] .swatch-white-black .uneditable-input,
[class*="swatch-"] .swatch-white-black input,
[class*="swatch-"] .swatch-white-black select,
[class*="swatch-"] .swatch-white-black textarea {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white-black .input-group-btn:-moz-placeholder,
.swatch-white-black .uneditable-input:-moz-placeholder,
.swatch-white-black input:-moz-placeholder,
.swatch-white-black select:-moz-placeholder,
.swatch-white-black textarea:-moz-placeholder,
[class*="swatch-"] .swatch-white-black .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-white-black .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-white-black input:-moz-placeholder,
[class*="swatch-"] .swatch-white-black select:-moz-placeholder,
[class*="swatch-"] .swatch-white-black textarea:-moz-placeholder {
  color: #6c6c6c;
}
.swatch-white-black .input-group-btn::-moz-placeholder,
.swatch-white-black .uneditable-input::-moz-placeholder,
.swatch-white-black input::-moz-placeholder,
.swatch-white-black select::-moz-placeholder,
.swatch-white-black textarea::-moz-placeholder,
[class*="swatch-"] .swatch-white-black .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-white-black .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-white-black input::-moz-placeholder,
[class*="swatch-"] .swatch-white-black select::-moz-placeholder,
[class*="swatch-"] .swatch-white-black textarea::-moz-placeholder {
  color: #6c6c6c;
}
.swatch-white-black .input-group-btn:-ms-input-placeholder,
.swatch-white-black .uneditable-input:-ms-input-placeholder,
.swatch-white-black input:-ms-input-placeholder,
.swatch-white-black select:-ms-input-placeholder,
.swatch-white-black textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black select:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black textarea:-ms-input-placeholder {
  color: #6c6c6c;
}
.swatch-white-black .input-group-btn::-webkit-input-placeholder,
.swatch-white-black .uneditable-input::-webkit-input-placeholder,
.swatch-white-black input::-webkit-input-placeholder,
.swatch-white-black select::-webkit-input-placeholder,
.swatch-white-black textarea::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-black
  .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-black
  .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-black input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-black select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-black textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}
.swatch-white-black input:focus,
.swatch-white-black select.form-control:focus,
.swatch-white-black textarea:focus,
[class*="swatch-"] .swatch-white-black input:focus,
[class*="swatch-"] .swatch-white-black select.form-control:focus,
[class*="swatch-"] .swatch-white-black textarea:focus {
  box-shadow: 0 3px 0 #076994;
}
.swatch-white-black input[type="checkbox"],
.swatch-white-black input[type="radio"],
[class*="swatch-"] .swatch-white-black input[type="checkbox"],
[class*="swatch-"] .swatch-white-black input[type="radio"] {
  box-shadow: none;
}
.swatch-white-black .form-icon-group i,
[class*="swatch-"] .swatch-white-black .form-icon-group i {
  color: #076994;
}
.swatch-white-black input[type="button"],
[class*="swatch-"] .swatch-white-black input[type="button"] {
  background: #076994;
  color: #fff;
}
.swatch-white-black .select-wrap,
[class*="swatch-"] .swatch-white-black .select-wrap {
  background: #e9e9e9;
}
.swatch-white-black .select-wrap:after,
[class*="swatch-"] .swatch-white-black .select-wrap:after {
  color: #076994;
}
.swatch-white-black .table th,
[class*="swatch-"] .swatch-white-black .table th {
  background-color: #1c1c1c;
  text-transform: uppercase;
  color: #fff;
}
.swatch-white-black .table td,
.swatch-white-black .table th,
.swatch-white-black .table-bordered,
[class*="swatch-"] .swatch-white-black .table td,
[class*="swatch-"] .swatch-white-black .table th,
[class*="swatch-"] .swatch-white-black .table-bordered {
  border-color: #e9e9e9;
}
.swatch-white-black .table-hover tbody tr:hover th,
.swatch-white-black .table-hover > tbody > tr:hover > td,
.swatch-white-black .table-hover > tbody > tr:hover > th,
.swatch-white-black .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-white-black .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-white-black .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-white-black .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-white-black .table-hover > tbody > tr:hover > th,
[class*="swatch-"]
  .swatch-white-black
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > td,
[class*="swatch-"]
  .swatch-white-black
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #e9e9e9;
}
.swatch-white-black#masthead,
[class*="swatch-"] .swatch-white-black#masthead {
  border-color: #fff;
}
.swatch-white-black.navbar,
[class*="swatch-"] .swatch-white-black.navbar {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-black .navbar-text,
.swatch-white-black.navbar .navbar-brand,
.swatch-white-black.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-white-black .navbar-text,
[class*="swatch-"] .swatch-white-black.navbar .navbar-brand,
[class*="swatch-"] .swatch-white-black.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-white-black.navbar .nav > li > a,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a {
  color: #7c7c7c;
}
.swatch-white-black.navbar .nav > li > a:focus,
.swatch-white-black.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-white-black.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:before {
  background-color: #1c1c1c;
}
.swatch-white-black.navbar a .menu-icon,
[class*="swatch-"] .swatch-white-black.navbar a .menu-icon {
  color: #7c7c7c;
}
.swatch-white-black.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-white-black.navbar a:hover .menu-icon {
  color: #1c1c1c;
}
.swatch-white-black.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"]
  .swatch-white-black.navbar
  .dropdown-menu
  a:hover
  .menu-icon {
  color: #fff;
}
.swatch-white-black .navbar-toggle,
[class*="swatch-"] .swatch-white-black .navbar-toggle {
  background: none !important;
}
.swatch-white-black .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-white-black .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-white-black .navbar-toggle:hover,
[class*="swatch-"] .swatch-white-black .navbar-toggle:hover {
  background: 0 0;
}
.swatch-white-black.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-white-black.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-white-black.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-white-black.navbar .nav > .active > a,
.swatch-white-black.navbar .nav > .active > a:focus,
.swatch-white-black.navbar .nav > .active > a:hover,
.swatch-white-black.navbar .nav > .current-menu-ancestor > a,
.swatch-white-black.navbar .nav > .current-menu-item > a,
.swatch-white-black.navbar .nav > .current-menu-item > a:focus,
.swatch-white-black.navbar .nav > .current-menu-item > a:hover,
.swatch-white-black.navbar .nav > .current-menu-parent > a,
.swatch-white-black.navbar .nav > li > a:focus,
.swatch-white-black.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-white-black.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-white-black.navbar .nav > .current-menu-item > a,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-item
  > a:focus,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-item
  > a:hover,
[class*="swatch-"] .swatch-white-black.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:hover {
  color: #1c1c1c;
}
.swatch-white-black.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-white-black.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
.swatch-white-black.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-white-black.navbar .nav > .active > a:before,
.swatch-white-black.navbar .nav > .active > a:focus:before,
.swatch-white-black.navbar .nav > .active > a:hover:before,
.swatch-white-black.navbar .nav > .current-menu-ancestor > a:before,
.swatch-white-black.navbar .nav > .current-menu-item > a:before,
.swatch-white-black.navbar .nav > .current-menu-item > a:focus:before,
.swatch-white-black.navbar .nav > .current-menu-item > a:hover:before,
.swatch-white-black.navbar .nav > .current-menu-parent > a:before,
.swatch-white-black.navbar .nav > li > a:focus:before,
.swatch-white-black.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > .active > a:hover:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-ancestor
  > a:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-item
  > a:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > .current-menu-parent
  > a:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > a:hover:before {
  background-color: #1c1c1c;
}
.swatch-white-black.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-white-black.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-white-black.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-white-black .dropdown-menu,
[class*="swatch-"] .swatch-white-black .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #1c1c1c inset;
}
.swatch-white-black .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-black .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-white-black .dropdown-menu > .active > a,
.swatch-white-black .dropdown-menu > .active > a:focus,
.swatch-white-black .dropdown-menu > .active > a:hover,
.swatch-white-black .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-white-black .dropdown-menu > li > a:hover {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .dropdown-menu > .active > a i,
.swatch-white-black .dropdown-menu > .active > a:focus i,
.swatch-white-black .dropdown-menu > .active > a:hover i,
.swatch-white-black .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-white-black .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-white-black .dropdown-menu > li > a:hover i {
  color: #fff;
}
.swatch-white-black .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-white-black .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-white-black.navbar .nav > li > .dropdown-menu:after,
.swatch-white-black.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-white-black.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"]
  .swatch-white-black.navbar
  .nav
  > li
  > .dropdown-menu:before {
  display: none;
}
.swatch-white-black.navbar-scrolled,
[class*="swatch-"] .swatch-white-black.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
}
.swatch-white-black .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-white-black .dropdown-submenu > a:after {
  border-left-color: #1c1c1c !important;
}
.swatch-white-black .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-white-black .dropdown-submenu > a:hover:after {
  border-left-color: #fff !important;
}
.swatch-white-black .dropdown-menu .divider,
[class*="swatch-"] .swatch-white-black .dropdown-menu .divider {
  background-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-black.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-white-black.navbar .nav-highlight > a {
  color: #fff !important;
}
.swatch-white-black.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-white-black.navbar .nav-highlight > a:after {
  background: #1c1c1c;
}
.swatch-white-black.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-white-black.navbar .nav-highlight > a:hover {
  color: #fff !important;
}
.swatch-white-black.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-white-black.navbar .nav-highlight > a:hover:after {
  background: rgba(28, 28, 28, 0.8);
}
.swatch-white-black.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-white-black.navbar li.nav-highlight-ghost > a {
  color: #1c1c1c;
}
.swatch-white-black.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-white-black.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #1c1c1c;
}
.swatch-white-black.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-white-black.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white-black.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"]
  .swatch-white-black.navbar
  li.nav-highlight-ghost
  > a:hover:after {
  border-color: rgba(28, 28, 28, 0.8);
}
.transparent-header .swatch-white-black.navbar,
.transparent-header [class*="swatch-"] .swatch-white-black.navbar {
  background: 0 0;
}
.transparent-header .swatch-white-black.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-white-black.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
}
.transparent-header .swatch-white-black.search-active,
.transparent-header [class*="swatch-"] .swatch-white-black.search-active {
  background: #fff !important;
}
.swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #1c1c1c;
}
.swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #1c1c1c;
}
.swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #1c1c1c;
}
.swatch-white-black .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-black .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-white-black
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(233, 233, 233, 0.8);
}
@media (max-width: 992px) {
  .swatch-white-black.navbar .nav > li > a,
  [class*="swatch-"] .swatch-white-black.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-white-black.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-white-black.navbar .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-white-black.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-white-black.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-white-black.navbar .dropdown-menu > li.active > a,
  .swatch-white-black.navbar .dropdown-menu > li > a:focus,
  .swatch-white-black.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-white-black.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-white-black.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-white-black.navbar .dropdown-menu > li > a:hover {
    background: #1c1c1c;
    color: #fff;
  }
  .swatch-white-black .dropdown-submenu > ul > li > a,
  .swatch-white-black .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-white-black .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-white-black .dropdown-submenu > ul > li > a:hover {
    background: #e9e9e9;
  }
  .swatch-white-black .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-white-black .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #1c1c1c !important;
  }
  .swatch-white-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-white-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #1c1c1c;
    color: #fff;
  }
  .swatch-white-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before,
  [class*="swatch-"]
    .swatch-white-black
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-white-black .nav-highlight > a,
  [class*="swatch-"] .swatch-white-black .nav-highlight > a {
    color: #1c1c1c !important;
  }
  .swatch-white-black .nav-highlight > a:after,
  [class*="swatch-"] .swatch-white-black .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-white-black .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-white-black .nav-highlight > a:hover {
    color: #1c1c1c !important;
  }
  .swatch-white-black .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-white-black .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-white-black .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-white-black .navbar-collapse {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
.swatch-white-black .pagination > li > a,
.swatch-white-black .pagination > li > span,
[class*="swatch-"] .swatch-white-black .pagination > li > a,
[class*="swatch-"] .swatch-white-black .pagination > li > span {
  background: #076994;
  color: #fff;
}
.swatch-white-black .pagination > .active > a,
.swatch-white-black .pagination > .active > span,
.swatch-white-black .pagination > li > a:hover,
[class*="swatch-"] .swatch-white-black .pagination > .active > a,
[class*="swatch-"] .swatch-white-black .pagination > .active > span,
[class*="swatch-"] .swatch-white-black .pagination > li > a:hover {
  background: rgba(76, 76, 76, 0.8);
}
.swatch-white-black .pagination > .active > a i,
.swatch-white-black .pagination > .active > span i,
.swatch-white-black .pagination > li:first-child i,
.swatch-white-black .pagination > li:last-child i,
.swatch-white-black .pagination > li > a:hover i,
[class*="swatch-"] .swatch-white-black .pagination > .active > a i,
[class*="swatch-"] .swatch-white-black .pagination > .active > span i,
[class*="swatch-"] .swatch-white-black .pagination > li:first-child i,
[class*="swatch-"] .swatch-white-black .pagination > li:last-child i,
[class*="swatch-"] .swatch-white-black .pagination > li > a:hover i {
  color: #fff;
}
.swatch-white-black .pagination > li.disabled span i,
[class*="swatch-"] .swatch-white-black .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-white-black .pager > li > a,
[class*="swatch-"] .swatch-white-black .pager > li > a {
  background: #076994;
  color: #fff;
}
.swatch-white-black .pager > li > a i,
[class*="swatch-"] .swatch-white-black .pager > li > a i {
  color: #fff;
}
.swatch-white-black .tooltip-inner,
[class*="swatch-"] .swatch-white-black .tooltip-inner {
  background-color: #1c1c1c;
  color: #fff;
}
.swatch-white-black .tooltip.in,
[class*="swatch-"] .swatch-white-black .tooltip.in {
  opacity: 1;
}
.swatch-white-black .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tooltip.top .tooltip-arrow {
  border-top-color: #1c1c1c;
}
.swatch-white-black .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tooltip.right .tooltip-arrow {
  border-right-color: #1c1c1c;
}
.swatch-white-black .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tooltip.left .tooltip-arrow {
  border-left-color: #1c1c1c;
}
.swatch-white-black .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1c1c1c;
}
.swatch-white-black .jumbotron,
[class*="swatch-"] .swatch-white-black .jumbotron {
  background: #e9e9e9;
}
.swatch-white-black .progress-bar-primary,
[class*="swatch-"] .swatch-white-black .progress-bar-primary {
  background: #076994;
  box-shadow: none;
}
.swatch-white-black .progress-bar-primary span,
[class*="swatch-"] .swatch-white-black .progress-bar-primary span {
  color: #fff;
}
.swatch-white-black .progress-bar-primary.progress-striped .progress-bar,
.swatch-white-black .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-white-black
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-white-black .progress-striped .progress-bar-primary {
  background-color: #076994;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-white-black .badge,
[class*="swatch-"] .swatch-white-black .badge {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .nav-tabs .active a,
.swatch-white-black .nav-tabs .active a:hover,
.swatch-white-black .tab-content,
[class*="swatch-"] .swatch-white-black .nav-tabs .active a,
[class*="swatch-"] .swatch-white-black .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-white-black .tab-content {
  background: #1c1c1c;
}
.swatch-white-black .nav-tabs > li > a:focus,
.swatch-white-black .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-white-black .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-white-black .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #1c1c1c;
}
.swatch-white-black .nav-tabs > li.active > a,
.swatch-white-black .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-white-black .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-white-black .nav-tabs > li.active > a:hover {
  color: #fff;
}
.swatch-white-black .nav-pills > .active > a,
.swatch-white-black .nav-pills > .active > a:hover,
.swatch-white-black .nav-pills > li > a .badge,
.swatch-white-black .nav-pills > li > a:focus,
.swatch-white-black .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:hover {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .nav-pills > .active > a .badge,
.swatch-white-black .nav-pills > .active > a:hover .badge,
.swatch-white-black .nav-pills > li > a:focus .badge,
.swatch-white-black .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:hover .badge {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-black .nav-pills > .active > a:hover,
.swatch-white-black .nav-pills > .active > a:hover:hover,
.swatch-white-black .nav-pills > li > a:focus:hover,
.swatch-white-black .nav-pills > li > a:hover:hover,
.swatch-white-black .tab-pane,
.swatch-white-black .tab-pane a,
.swatch-white-black .tab-pane h1,
.swatch-white-black .tab-pane h2,
.swatch-white-black .tab-pane h3,
.swatch-white-black .tab-pane h4,
.swatch-white-black .tab-pane h5,
.swatch-white-black .tab-pane h6,
.swatch-white-black .tab-pane p,
.swatch-white-black .tab-pane.active,
.swatch-white-black .tab-pane.active a,
.swatch-white-black .tab-pane.active h1,
.swatch-white-black .tab-pane.active h2,
.swatch-white-black .tab-pane.active h3,
.swatch-white-black .tab-pane.active h4,
.swatch-white-black .tab-pane.active h5,
.swatch-white-black .tab-pane.active h6,
.swatch-white-black .tab-pane.active p,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-black .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-white-black .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-white-black .tab-pane,
[class*="swatch-"] .swatch-white-black .tab-pane a,
[class*="swatch-"] .swatch-white-black .tab-pane h1,
[class*="swatch-"] .swatch-white-black .tab-pane h2,
[class*="swatch-"] .swatch-white-black .tab-pane h3,
[class*="swatch-"] .swatch-white-black .tab-pane h4,
[class*="swatch-"] .swatch-white-black .tab-pane h5,
[class*="swatch-"] .swatch-white-black .tab-pane h6,
[class*="swatch-"] .swatch-white-black .tab-pane p,
[class*="swatch-"] .swatch-white-black .tab-pane.active,
[class*="swatch-"] .swatch-white-black .tab-pane.active a,
[class*="swatch-"] .swatch-white-black .tab-pane.active h1,
[class*="swatch-"] .swatch-white-black .tab-pane.active h2,
[class*="swatch-"] .swatch-white-black .tab-pane.active h3,
[class*="swatch-"] .swatch-white-black .tab-pane.active h4,
[class*="swatch-"] .swatch-white-black .tab-pane.active h5,
[class*="swatch-"] .swatch-white-black .tab-pane.active h6,
[class*="swatch-"] .swatch-white-black .tab-pane.active p {
  color: #fff;
}
.swatch-white-black .tab-pane .btn,
.swatch-white-black .tab-pane.active .btn,
[class*="swatch-"] .swatch-white-black .tab-pane .btn,
[class*="swatch-"] .swatch-white-black .tab-pane.active .btn {
  color: #1c1c1c !important;
  background: #fff !important;
}
.swatch-white-black .tab-pane .tooltip-inner,
.swatch-white-black .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-white-black .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-white-black .tab-pane.active .tooltip-inner {
  background-color: #fff;
  color: #1c1c1c;
}
.swatch-white-black .tab-pane .tooltip.top .tooltip-arrow,
.swatch-white-black .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-black
  .tab-pane.active
  .tooltip.top
  .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-white-black .tab-pane .tooltip.right .tooltip-arrow,
.swatch-white-black .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-black
  .tab-pane.active
  .tooltip.right
  .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-white-black .tab-pane .tooltip.left .tooltip-arrow,
.swatch-white-black .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-black
  .tab-pane.active
  .tooltip.left
  .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-white-black .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-white-black .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-black .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-black
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-white-black .panel,
.swatch-white-black .well,
[class*="swatch-"] .swatch-white-black .panel,
[class*="swatch-"] .swatch-white-black .well {
  background: #e9e9e9;
}
.swatch-white-black .panel-primary .panel-heading,
[class*="swatch-"] .swatch-white-black .panel-primary .panel-heading {
  background: #076994;
}
.swatch-white-black .panel-primary .panel-heading .panel-title,
.swatch-white-black .panel-primary .panel-heading a,
[class*="swatch-"]
  .swatch-white-black
  .panel-primary
  .panel-heading
  .panel-title,
[class*="swatch-"] .swatch-white-black .panel-primary .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.swatch-white-black
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body,
[class*="swatch-"]
  .swatch-white-black
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #262626;
}
.swatch-white-black .panel-footer,
[class*="swatch-"] .swatch-white-black .panel-footer {
  background: #595959;
  border-color: #3f3f3f;
}
.swatch-white-black .panel .table,
[class*="swatch-"] .swatch-white-black .panel .table {
  box-shadow: 0 0 0 1px #e9e9e9 inset;
}
.swatch-white-black .panel .table th,
[class*="swatch-"] .swatch-white-black .panel .table th {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-white-black .portfolio-title,
[class*="swatch-"] .swatch-white-black .portfolio-title {
  background: #076994;
  color: #fff;
}
.swatch-white-black .portfolio-nav svg,
[class*="swatch-"] .swatch-white-black .portfolio-nav svg {
  stroke: #7c7c7c;
}
.swatch-white-black .social-icons li a,
[class*="swatch-"] .swatch-white-black .social-icons li a {
  background-color: #1c1c1c;
}
.swatch-white-black .social-icons li a i,
[class*="swatch-"] .swatch-white-black .social-icons li a i {
  color: #fff;
}
.swatch-white-black .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"]
  .swatch-white-black
  .social-icons
  li
  a:not([data-iconcolor]):hover {
  background-color: rgba(28, 28, 28, 0.8);
}
.swatch-white-black .social-simple li a i,
[class*="swatch-"] .swatch-white-black .social-simple li a i {
  color: #7c7c7c;
}
.swatch-white-black .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"]
  .swatch-white-black
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #1c1c1c;
}
.swatch-white-black .box-inner,
[class*="swatch-"] .swatch-white-black .box-inner {
  background-color: #e9e9e9;
}
.swatch-white-black .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-white-black .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white-black .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"]
  .swatch-white-black
  .box:not(.box-simple)
  a.box-inner:hover
  svg {
  stroke: #076994;
}
.swatch-white-black .bordered:after,
.swatch-white-black .bordered > a:after,
[class*="swatch-"] .swatch-white-black .bordered:after,
[class*="swatch-"] .swatch-white-black .bordered > a:after {
  background-color: #1c1c1c;
}
.swatch-white-black .bordered-link:after,
[class*="swatch-"] .swatch-white-black .bordered-link:after {
  background-color: #1c1c1c !important;
}
.swatch-white-black #infscr-loading,
[class*="swatch-"] .swatch-white-black #infscr-loading {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .counter .value,
[class*="swatch-"] .swatch-white-black .counter .value {
  color: #1c1c1c;
}
.swatch-white-black .scroll-to,
[class*="swatch-"] .swatch-white-black .scroll-to {
  border-color: #1c1c1c;
}
.swatch-white-black .scroll-to svg,
[class*="swatch-"] .swatch-white-black .scroll-to svg {
  stroke: #1c1c1c;
}
.swatch-white-black .scroll-to:hover,
[class*="swatch-"] .swatch-white-black .scroll-to:hover {
  border-color: #076994;
}
.swatch-white-black .scroll-to:hover svg,
[class*="swatch-"] .swatch-white-black .scroll-to:hover svg {
  stroke: #076994;
}
.swatch-white-black .map-marker-label,
[class*="swatch-"] .swatch-white-black .map-marker-label {
  border-top-color: #1c1c1c;
}
.swatch-white-black .tag-list span,
[class*="swatch-"] .swatch-white-black .tag-list span {
  background: #076994;
  color: #fff;
}
.swatch-white-black .mejs-audio,
[class*="swatch-"] .swatch-white-black .mejs-audio {
  background-color: #1c1c1c;
  color: #fff;
}
.swatch-white-black .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"]
  .swatch-white-black
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  color: #fff;
}
.swatch-white-black .mejs-controls .mejs-button button:hover,
[class*="swatch-"]
  .swatch-white-black
  .mejs-controls
  .mejs-button
  button:hover {
  background-color: transparent;
}
.swatch-white-black .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-white-black
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #fff;
}
.swatch-white-black
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-white-black .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-white-black .post:after,
[class*="swatch-"]
  .swatch-white-black
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-white-black
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-white-black .post:after {
  background: #e9e9e9;
}
.swatch-white-black .post-icon,
[class*="swatch-"] .swatch-white-black .post-icon {
  background: #076994;
}
.swatch-white-black .post-icon i,
[class*="swatch-"] .swatch-white-black .post-icon i {
  color: #fff;
}
.swatch-white-black .post-search-icon,
[class*="swatch-"] .swatch-white-black .post-search-icon {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-white-black .post-extras a,
[class*="swatch-"] .swatch-white-black .post-extras a {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-black .post-extras a:hover,
[class*="swatch-"] .swatch-white-black .post-extras a:hover {
  color: #1c1c1c;
}
.swatch-white-black .post-extras i,
[class*="swatch-"] .swatch-white-black .post-extras i {
  color: #7c7c7c;
}
.swatch-white-black .post-more-link i,
[class*="swatch-"] .swatch-white-black .post-more-link i {
  color: #1c1c1c;
}
.swatch-white-black .media-inner:after,
[class*="swatch-"] .swatch-white-black .media-inner:after {
  background: #1c1c1c;
}
.swatch-white-black .author-info,
[class*="swatch-"] .swatch-white-black .author-info {
  background-color: #1c1c1c;
  color: #fff;
}
.swatch-white-black .author-info .media-heading,
[class*="swatch-"] .swatch-white-black .author-info .media-heading {
  color: #fff;
}
.swatch-white-black .author-info .media-heading:after,
[class*="swatch-"] .swatch-white-black .author-info .media-heading:after {
  background: #fff;
}
.post-masonry .swatch-white-black:hover,
.post-masonry [class*="swatch-"] .swatch-white-black:hover,
.swatch-white-black .breadcrumb-blog .active,
.swatch-white-black .breadcrumb-blog a,
[class*="swatch-"] .swatch-white-black .breadcrumb-blog .active,
[class*="swatch-"] .swatch-white-black .breadcrumb-blog a {
  color: #7c7c7c;
}
.swatch-white-black .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-white-black .breadcrumb-blog a:hover {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-black .post-related-post,
[class*="swatch-"] .swatch-white-black .post-related-post {
  background-color: #1c1c1c;
}
.swatch-white-black .post-related-post a,
[class*="swatch-"] .swatch-white-black .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-black .post-related-post a:hover,
[class*="swatch-"] .swatch-white-black .post-related-post a:hover {
  color: #fff;
}
.swatch-white-black .post-related-post small,
[class*="swatch-"] .swatch-white-black .post-related-post small {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-black .post-related-post blockquote,
[class*="swatch-"] .swatch-white-black .post-related-post blockquote {
  color: #fff;
}
.swatch-white-black .post-related-post blockquote small,
[class*="swatch-"] .swatch-white-black .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-black .post-related-post blockquote:before,
[class*="swatch-"] .swatch-white-black .post-related-post blockquote:before {
  background-color: #0a0a0a;
}
.swatch-white-black .post-sticky,
[class*="swatch-"] .swatch-white-black .post-sticky {
  background: rgba(76, 76, 76, 0.8);
}
.swatch-white-black .post-sticky i,
[class*="swatch-"] .swatch-white-black .post-sticky i {
  color: #fff;
}
.swatch-white-black .gform_wrapper .gsection,
[class*="swatch-"] .swatch-white-black .gform_wrapper .gsection {
  border-color: #e9e9e9;
}
.swatch-white-black .gf_progressbar,
[class*="swatch-"] .swatch-white-black .gf_progressbar {
  background: #e9e9e9;
}
.swatch-white-black .gf_progressbar_percentage,
[class*="swatch-"] .swatch-white-black .gf_progressbar_percentage {
  background: #076994;
  color: #fff;
}
.swatch-white-black .sidebar,
[class*="swatch-"] .swatch-white-black .sidebar {
  color: #7c7c7c;
}
.swatch-white-black .sidebar h3,
[class*="swatch-"] .swatch-white-black .sidebar h3 {
  color: #1c1c1c;
}
.swatch-white-black .sidebar a,
[class*="swatch-"] .swatch-white-black .sidebar a {
  color: #7c7c7c;
}
.swatch-white-black .sidebar a:hover,
[class*="swatch-"] .swatch-white-black .sidebar a:hover {
  color: #1c1c1c;
}
.swatch-white-black .sidebar-header:after,
[class*="swatch-"] .swatch-white-black .sidebar-header:after {
  background: #1c1c1c;
}
.swatch-white-black .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-white-black .sidebar-widget .post-icon {
  background: #076994;
}
.swatch-white-black .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-white-black .sidebar-widget .post-icon i {
  color: #fff;
}
.swatch-white-black .widget_recent_entries li,
[class*="swatch-"] .swatch-white-black .widget_recent_entries li {
  border-color: #e9e9e9;
}
.swatch-white-black .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-white-black .widget_tag_cloud ul a {
  background: #076994;
  color: #fff;
}
.swatch-white-black .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-white-black .widget_tag_cloud ul a:hover {
  background: rgba(76, 76, 76, 0.9);
  color: #fff;
}
.swatch-white-black .widget_calendar tbody a,
[class*="swatch-"] .swatch-white-black .widget_calendar tbody a {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-white-black .widget_calendar tbody a:hover {
  background: #0a0a0a;
  color: #fff;
}
.swatch-white-black .widget_calendar tfoot,
[class*="swatch-"] .swatch-white-black .widget_calendar tfoot {
  background: #e9e9e9;
}
.swatch-white-black .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-white-black .widget_nav_menu .sub-menu li:before {
  color: #e9e9e9;
}
.swatch-white-black .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-white-black .widget_oxy_twitter li:before {
  color: #1c1c1c;
}
.swatch-white-black .top-search form,
[class*="swatch-"] .swatch-white-black .top-search form {
  background-color: #fff;
}
.swatch-white-black .top-search input,
[class*="swatch-"] .swatch-white-black .top-search input {
  background: 0 0;
  color: #7c7c7c;
}
.swatch-white-black .top-search input:focus,
[class*="swatch-"] .swatch-white-black .top-search input:focus {
  box-shadow: none;
}
.swatch-white-black .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-white-black .top-search input:-moz-placeholder {
  color: #7c7c7c;
}
.swatch-white-black .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-white-black .top-search input::-moz-placeholder {
  color: #7c7c7c;
}
.swatch-white-black .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-black .top-search input:-ms-input-placeholder {
  color: #7c7c7c;
}
.swatch-white-black .top-search input::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-black
  .top-search
  input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.swatch-white-black .top-search .search-close,
[class*="swatch-"] .swatch-white-black .top-search .search-close {
  color: #1c1c1c;
}
.swatch-white-black .top-search svg,
[class*="swatch-"] .swatch-white-black .top-search svg {
  stroke: #076994;
}
.swatch-white-black.top-bar a,
.swatch-white-black.top-bar a:hover,
[class*="swatch-"] .swatch-white-black.top-bar a,
[class*="swatch-"] .swatch-white-black.top-bar a:hover {
  color: #1c1c1c;
}
.swatch-white-black .widget_swatch_wpml_language_selector li:before,
.swatch-white-black.top-bar .sidebar-widget:after,
[class*="swatch-"]
  .swatch-white-black
  .widget_swatch_wpml_language_selector
  li:before,
[class*="swatch-"] .swatch-white-black.top-bar .sidebar-widget:after {
  background: #e9e9e9;
}
.swatch-white-black .button,
[class*="swatch-"] .swatch-white-black .button {
  background: #076994;
  color: #fff;
}
.swatch-white-black .button:hover,
[class*="swatch-"] .swatch-white-black .button:hover {
  background: rgba(76, 76, 76, 0.9);
  color: #fff;
}
.swatch-white-black.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-white-black.section-commerce .breadcrumb {
  background: 0 0;
  color: #7c7c7c;
}
.swatch-white-black.section-commerce .breadcrumb a,
.swatch-white-black.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-white-black.section-commerce .breadcrumb a,
[class*="swatch-"]
  .swatch-white-black.section-commerce
  .breadcrumb
  > li
  + li:before {
  color: #1c1c1c;
}
.swatch-white-black .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-white-black .woocommerce-ordering .select-wrap {
  background: #076994;
}
.swatch-white-black .woocommerce-ordering .select-wrap:after,
[class*="swatch-"]
  .swatch-white-black
  .woocommerce-ordering
  .select-wrap:after {
  color: #fff;
}
.swatch-white-black .woocommerce-ordering select,
[class*="swatch-"] .swatch-white-black .woocommerce-ordering select {
  color: #fff;
  background: 0 0;
}
.swatch-white-black .onsale,
[class*="swatch-"] .swatch-white-black .onsale {
  background: #076994;
  color: #fff;
}
.swatch-white-black .price,
[class*="swatch-"] .swatch-white-black .price {
  color: #1c1c1c;
}
.swatch-white-black .page-numbers a,
.swatch-white-black .page-numbers span,
[class*="swatch-"] .swatch-white-black .page-numbers a,
[class*="swatch-"] .swatch-white-black .page-numbers span {
  color: #fff;
}
.swatch-white-black .page-numbers li,
[class*="swatch-"] .swatch-white-black .page-numbers li {
  background: #076994;
}
.swatch-white-black .page-numbers .current,
.swatch-white-black .page-numbers li a:hover,
[class*="swatch-"] .swatch-white-black .page-numbers .current,
[class*="swatch-"] .swatch-white-black .page-numbers li a:hover {
  background: #e9e9e9;
  color: #7c7c7c;
}
.swatch-white-black #reviews .comment,
[class*="swatch-"] .swatch-white-black #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-white-black #reviews .form-control,
[class*="swatch-"] .swatch-white-black #reviews .form-control {
  background: #fff;
}
.swatch-white-black #reviews input[type="submit"],
[class*="swatch-"] .swatch-white-black #reviews input[type="submit"] {
  background: #fff;
  color: #076994;
}
.swatch-white-black .cross-sells h2,
.swatch-white-black .related h2,
.swatch-white-black .upsells h2,
[class*="swatch-"] .swatch-white-black .cross-sells h2,
[class*="swatch-"] .swatch-white-black .related h2,
[class*="swatch-"] .swatch-white-black .upsells h2 {
  background: #076994;
  color: #fff;
}
.swatch-white-black .product-category h3,
[class*="swatch-"] .swatch-white-black .product-category h3 {
  background: rgba(76, 76, 76, 0.85);
  color: #fff;
}
.swatch-white-black .product-category h3 mark,
.swatch-white-black .product-nav a i,
[class*="swatch-"] .swatch-white-black .product-category h3 mark,
[class*="swatch-"] .swatch-white-black .product-nav a i {
  background: #076994;
  color: #fff;
}
.swatch-white-black .product-images figcaption,
[class*="swatch-"] .swatch-white-black .product-images figcaption {
  box-shadow: none;
  background: #076994;
}
.swatch-white-black .product-images figcaption i,
[class*="swatch-"] .swatch-white-black .product-images figcaption i {
  color: #fff;
}
.swatch-white-black .product-images .flex-active,
[class*="swatch-"] .swatch-white-black .product-images .flex-active {
  box-shadow: 0 3px 0 #1c1c1c;
}
.swatch-white-black .order_details,
[class*="swatch-"] .swatch-white-black .order_details {
  background: #e9e9e9;
}
.swatch-white-black .order_details li,
[class*="swatch-"] .swatch-white-black .order_details li {
  border-color: #fff;
}
.swatch-white-black .cart_list li,
[class*="swatch-"] .swatch-white-black .cart_list li {
  border-color: #e9e9e9;
}
.swatch-white-black .cart-actions,
[class*="swatch-"] .swatch-white-black .cart-actions {
  background: #fff;
}
.swatch-white-black .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-white-black .widget_product_tag_cloud a {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-black .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-white-black .widget_product_tag_cloud a:hover {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-black .product_list_widget li,
[class*="swatch-"] .swatch-white-black .product_list_widget li {
  border-color: #e9e9e9;
}
.swatch-white-black .star-rating,
[class*="swatch-"] .swatch-white-black .star-rating {
  color: #1c1c1c;
}
.swatch-white-black .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-white-black
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #e9e9e9;
}
.swatch-white-black .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-white-black
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #1c1c1c;
}
.swatch-white-black .widget_product_search form:after,
[class*="swatch-"] .swatch-white-black .widget_product_search form:after {
  color: #fff;
}
.swatch-white-black .bbp-forums-list li,
[class*="swatch-"] .swatch-white-black .bbp-forums-list li {
  border-left-color: #076994;
}
.swatch-white-black .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-white-black .bbp-topic-freshness-author:after {
  background: #076994;
}
.swatch-white-black .bbp-topic-permalink i,
[class*="swatch-"] .swatch-white-black .bbp-topic-permalink i {
  color: #1c1c1c;
}
.swatch-white-black .panel-bbpress,
[class*="swatch-"] .swatch-white-black .panel-bbpress {
  background: #fff;
}
.swatch-white-black .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-white-black .panel-bbpress .panel-heading {
  border-color: #076994;
}
.swatch-white-black .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-white-black .panel-bbpress .panel-body {
  border-color: #e9e9e9;
}
.swatch-white-black .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-white-black .panel-bbpress .panel-warning {
  color: #1c1c1c;
  border-color: #e9e9e9;
}
.swatch-white-black .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-white-black .panel-bbpress .bbp-template-notice {
  border-color: #e9e9e9;
}
.swatch-white-black .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-white-black .panel-bbpress .panel-footer {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.swatch-white-black .label-bbpress,
[class*="swatch-"] .swatch-white-black .label-bbpress {
  background: 0 0;
  color: #1c1c1c;
}
.swatch-white-black .bbp-reply-content,
[class*="swatch-"] .swatch-white-black .bbp-reply-content {
  border-color: #e9e9e9;
}
.swatch-white-black .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-white-black .bbp-reply-content .media-heading {
  background: #f6f6f6;
  border-color: #dcdcdc;
}
.swatch-white-black .bbp_author_details img,
[class*="swatch-"] .swatch-white-black .bbp_author_details img {
  background: #fff;
  box-shadow: 0 0 0 4px #e9e9e9;
}
.swatch-white-black .bbp_author_details:after,
[class*="swatch-"] .swatch-white-black .bbp_author_details:after {
  background: #e9e9e9;
}
.swatch-white-black .bbp_author_details:hover img,
[class*="swatch-"] .swatch-white-black .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #1c1c1c;
}
.swatch-white-black .bbpress-header .breadcrumb .active,
.swatch-white-black .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-white-black .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-white-black .bbpress-header .breadcrumb a {
  color: #7c7c7c;
}
.swatch-white-black .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-white-black .bbpress-header .breadcrumb a:hover {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-black .bbp-topic-tags a,
[class*="swatch-"] .swatch-white-black .bbp-topic-tags a {
  background: #076994;
  color: #fff;
}
.swatch-white-black .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-white-black .bbp-topic-tags a:hover {
  background: rgba(76, 76, 76, 0.9);
}
.swatch-white-black .bbp-logged-in,
[class*="swatch-"] .swatch-white-black .bbp-logged-in {
  background: #e9e9e9;
}
.swatch-white-black .bbp-logged-in .button,
.swatch-white-black .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-white-black .bbp-logged-in .button,
[class*="swatch-"] .swatch-white-black .bbp-logged-in .button:hover {
  color: #fff;
}
.swatch-white-black .post-count,
[class*="swatch-"] .swatch-white-black .post-count {
  background: #076994;
  color: #fff;
}
.swatch-white-green,
[class*="swatch-"] .swatch-white-green {
  background: #fff;
  color: #076994;
}
.swatch-white-green h1,
.swatch-white-green h2,
.swatch-white-green h3,
.swatch-white-green h4,
.swatch-white-green h5,
.swatch-white-green h6,
[class*="swatch-"] .swatch-white-green h1,
[class*="swatch-"] .swatch-white-green h2,
[class*="swatch-"] .swatch-white-green h3,
[class*="swatch-"] .swatch-white-green h4,
[class*="swatch-"] .swatch-white-green h5,
[class*="swatch-"] .swatch-white-green h6 {
  color: #1c1c1c;
}
.swatch-white-green h1 small,
.swatch-white-green h2 small,
.swatch-white-green h3 small,
.swatch-white-green h4 small,
.swatch-white-green h5 small,
.swatch-white-green h6 small,
[class*="swatch-"] .swatch-white-green h1 small,
[class*="swatch-"] .swatch-white-green h2 small,
[class*="swatch-"] .swatch-white-green h3 small,
[class*="swatch-"] .swatch-white-green h4 small,
[class*="swatch-"] .swatch-white-green h5 small,
[class*="swatch-"] .swatch-white-green h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white-green a,
[class*="swatch-"] .swatch-white-green a {
  color: #2dcc70;
}
.swatch-white-green a:hover,
[class*="swatch-"] .swatch-white-green a:hover {
  color: #27ae61;
}
.swatch-white-green small,
.swatch-white-green small a,
[class*="swatch-"] .swatch-white-green small,
[class*="swatch-"] .swatch-white-green small a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white-green small a:hover,
[class*="swatch-"] .swatch-white-green small a:hover {
  color: #2dcc70;
}
.swatch-white-green i,
[class*="swatch-"] .swatch-white-green i {
  color: #076994;
}
.swatch-white-green blockquote:before,
[class*="swatch-"] .swatch-white-green blockquote:before {
  background-color: #2dcc70;
}
.swatch-white-green blockquote footer,
.swatch-white-green blockquote small,
[class*="swatch-"] .swatch-white-green blockquote footer,
[class*="swatch-"] .swatch-white-green blockquote small {
  color: #1c1c1c;
}
.swatch-white-green ::selection,
[class*="swatch-"] .swatch-white-green ::selection {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green ::-moz-selection,
[class*="swatch-"] .swatch-white-green ::-moz-selection {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green hr,
[class*="swatch-"] .swatch-white-green hr {
  border-top-color: #e9e9e9;
}
.swatch-white-green pre,
[class*="swatch-"] .swatch-white-green pre {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-green .active,
[class*="swatch-"] .swatch-white-green .active {
  color: #27ae61;
}
.swatch-white-green .btn-primary,
.swatch-white-green button,
.swatch-white-green input[type="submit"],
[class*="swatch-"] .swatch-white-green .btn-primary,
[class*="swatch-"] .swatch-white-green button,
[class*="swatch-"] .swatch-white-green input[type="submit"] {
  background-color: #2dcc70;
  color: #fff;
}
.swatch-white-green .btn-primary:hover,
.swatch-white-green button:hover,
.swatch-white-green input[type="submit"]:hover,
[class*="swatch-"] .swatch-white-green .btn-primary:hover,
[class*="swatch-"] .swatch-white-green button:hover,
[class*="swatch-"] .swatch-white-green input[type="submit"]:hover {
  background-color: rgba(45, 204, 112, 0.9);
  color: #fff;
}
.swatch-white-green .btn-primary.btn-icon-left span,
.swatch-white-green .btn-primary.btn-icon-right span,
.swatch-white-green button.btn-icon-left span,
.swatch-white-green button.btn-icon-right span,
.swatch-white-green input[type="submit"].btn-icon-left span,
.swatch-white-green input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-white-green .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-white-green .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-white-green button.btn-icon-left span,
[class*="swatch-"] .swatch-white-green button.btn-icon-right span,
[class*="swatch-"] .swatch-white-green input[type="submit"].btn-icon-left span,
[class*="swatch-"]
  .swatch-white-green
  input[type="submit"].btn-icon-right
  span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-white-green .btn-primary i,
[class*="swatch-"] .swatch-white-green .btn-primary i {
  color: #fff !important;
}
.swatch-white-green .btn-link,
[class*="swatch-"] .swatch-white-green .btn-link {
  background: 0 0;
  color: #2dcc70;
  text-decoration: none;
  box-shadow: 0 0 0 1px #2dcc70 inset;
}
.swatch-white-green .btn-link span,
[class*="swatch-"] .swatch-white-green .btn-link span {
  background: 0 0;
}
.swatch-white-green .btn-link i,
[class*="swatch-"] .swatch-white-green .btn-link i {
  color: #2dcc70 !important;
}
.swatch-white-green .btn-link:hover,
[class*="swatch-"] .swatch-white-green .btn-link:hover {
  text-decoration: none;
  background-color: #2dcc70;
  color: #fff;
  box-shadow: 0 0 0 1px #2dcc70;
}
.swatch-white-green .btn-link:hover i,
[class*="swatch-"] .swatch-white-green .btn-link:hover i {
  color: #fff !important;
}
.swatch-white-green .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-white-green .open .dropdown-toggle.btn-primary {
  background-color: #2dcc70;
  color: #fff;
}
.swatch-white-green .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-white-green .btn-group .dropdown-menu {
  background-color: #2dcc70;
}
.swatch-white-green .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-green .btn-group .dropdown-menu > li > a {
  color: #fff;
  box-shadow: 0 -1px 0 #28b765;
}
.swatch-white-green .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"]
  .swatch-white-green
  .btn-group
  .dropdown-menu
  > li:first-child
  > a {
  box-shadow: none;
}
.swatch-white-green .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"]
  .swatch-white-green
  .btn-group
  .dropdown-menu
  > li
  > a:hover {
  background: #46d683;
}
.swatch-white-green .label-primary,
[class*="swatch-"] .swatch-white-green .label-primary {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .label-primary a,
[class*="swatch-"] .swatch-white-green .label-primary a {
  color: #fff;
}
.swatch-white-green .input-group-btn,
.swatch-white-green .uneditable-input,
.swatch-white-green input,
.swatch-white-green select,
.swatch-white-green textarea,
[class*="swatch-"] .swatch-white-green .input-group-btn,
[class*="swatch-"] .swatch-white-green .uneditable-input,
[class*="swatch-"] .swatch-white-green input,
[class*="swatch-"] .swatch-white-green select,
[class*="swatch-"] .swatch-white-green textarea {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white-green .input-group-btn:-moz-placeholder,
.swatch-white-green .uneditable-input:-moz-placeholder,
.swatch-white-green input:-moz-placeholder,
.swatch-white-green select:-moz-placeholder,
.swatch-white-green textarea:-moz-placeholder,
[class*="swatch-"] .swatch-white-green .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-white-green .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-white-green input:-moz-placeholder,
[class*="swatch-"] .swatch-white-green select:-moz-placeholder,
[class*="swatch-"] .swatch-white-green textarea:-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white-green .input-group-btn::-moz-placeholder,
.swatch-white-green .uneditable-input::-moz-placeholder,
.swatch-white-green input::-moz-placeholder,
.swatch-white-green select::-moz-placeholder,
.swatch-white-green textarea::-moz-placeholder,
[class*="swatch-"] .swatch-white-green .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-white-green .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-white-green input::-moz-placeholder,
[class*="swatch-"] .swatch-white-green select::-moz-placeholder,
[class*="swatch-"] .swatch-white-green textarea::-moz-placeholder {
  color: #8c8c8c;
}
.swatch-white-green .input-group-btn:-ms-input-placeholder,
.swatch-white-green .uneditable-input:-ms-input-placeholder,
.swatch-white-green input:-ms-input-placeholder,
.swatch-white-green select:-ms-input-placeholder,
.swatch-white-green textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green select:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green textarea:-ms-input-placeholder {
  color: #8c8c8c;
}
.swatch-white-green .input-group-btn::-webkit-input-placeholder,
.swatch-white-green .uneditable-input::-webkit-input-placeholder,
.swatch-white-green input::-webkit-input-placeholder,
.swatch-white-green select::-webkit-input-placeholder,
.swatch-white-green textarea::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-green
  .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-green
  .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-green input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-green select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-green textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}
.swatch-white-green input:focus,
.swatch-white-green select.form-control:focus,
.swatch-white-green textarea:focus,
[class*="swatch-"] .swatch-white-green input:focus,
[class*="swatch-"] .swatch-white-green select.form-control:focus,
[class*="swatch-"] .swatch-white-green textarea:focus {
  box-shadow: 0 3px 0 #2dcc70;
}
.swatch-white-green input[type="checkbox"],
.swatch-white-green input[type="radio"],
[class*="swatch-"] .swatch-white-green input[type="checkbox"],
[class*="swatch-"] .swatch-white-green input[type="radio"] {
  box-shadow: none;
}
.swatch-white-green .form-icon-group i,
[class*="swatch-"] .swatch-white-green .form-icon-group i {
  color: #2dcc70;
}
.swatch-white-green input[type="button"],
[class*="swatch-"] .swatch-white-green input[type="button"] {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .select-wrap,
[class*="swatch-"] .swatch-white-green .select-wrap {
  background: #e9e9e9;
}
.swatch-white-green .select-wrap:after,
[class*="swatch-"] .swatch-white-green .select-wrap:after {
  color: #076994;
}
.swatch-white-green .table th,
[class*="swatch-"] .swatch-white-green .table th {
  background-color: #2dcc70;
  text-transform: uppercase;
  color: #fff;
}
.swatch-white-green .table td,
.swatch-white-green .table th,
.swatch-white-green .table-bordered,
[class*="swatch-"] .swatch-white-green .table td,
[class*="swatch-"] .swatch-white-green .table th,
[class*="swatch-"] .swatch-white-green .table-bordered {
  border-color: #e9e9e9;
}
.swatch-white-green .table-hover tbody tr:hover th,
.swatch-white-green .table-hover > tbody > tr:hover > td,
.swatch-white-green .table-hover > tbody > tr:hover > th,
.swatch-white-green .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-white-green .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-white-green .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-white-green .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-white-green .table-hover > tbody > tr:hover > th,
[class*="swatch-"]
  .swatch-white-green
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > td,
[class*="swatch-"]
  .swatch-white-green
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #e9e9e9;
}
.swatch-white-green#masthead,
[class*="swatch-"] .swatch-white-green#masthead {
  border-color: #fff;
}
.swatch-white-green.navbar,
[class*="swatch-"] .swatch-white-green.navbar {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-green .navbar-text,
.swatch-white-green.navbar .navbar-brand,
.swatch-white-green.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-white-green .navbar-text,
[class*="swatch-"] .swatch-white-green.navbar .navbar-brand,
[class*="swatch-"] .swatch-white-green.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-white-green.navbar .nav > li > a,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a {
  color: #076994;
}
.swatch-white-green.navbar .nav > li > a:focus,
.swatch-white-green.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-white-green.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:before {
  background-color: #2dcc70;
}
.swatch-white-green.navbar a .menu-icon,
[class*="swatch-"] .swatch-white-green.navbar a .menu-icon {
  color: #076994;
}
.swatch-white-green.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-white-green.navbar a:hover .menu-icon {
  color: #2dcc70;
}
.swatch-white-green.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"]
  .swatch-white-green.navbar
  .dropdown-menu
  a:hover
  .menu-icon {
  color: #fff;
}
.swatch-white-green .navbar-toggle,
[class*="swatch-"] .swatch-white-green .navbar-toggle {
  background: none !important;
}
.swatch-white-green .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-white-green .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-white-green .navbar-toggle:hover,
[class*="swatch-"] .swatch-white-green .navbar-toggle:hover {
  background: 0 0;
}
.swatch-white-green.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-white-green.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-white-green.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-white-green.navbar .nav > .active > a,
.swatch-white-green.navbar .nav > .active > a:focus,
.swatch-white-green.navbar .nav > .active > a:hover,
.swatch-white-green.navbar .nav > .current-menu-ancestor > a,
.swatch-white-green.navbar .nav > .current-menu-item > a,
.swatch-white-green.navbar .nav > .current-menu-item > a:focus,
.swatch-white-green.navbar .nav > .current-menu-item > a:hover,
.swatch-white-green.navbar .nav > .current-menu-parent > a,
.swatch-white-green.navbar .nav > li > a:focus,
.swatch-white-green.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-white-green.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-white-green.navbar .nav > .current-menu-item > a,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-item
  > a:focus,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-item
  > a:hover,
[class*="swatch-"] .swatch-white-green.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:hover {
  color: #2dcc70;
}
.swatch-white-green.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-white-green.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
.swatch-white-green.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-white-green.navbar .nav > .active > a:before,
.swatch-white-green.navbar .nav > .active > a:focus:before,
.swatch-white-green.navbar .nav > .active > a:hover:before,
.swatch-white-green.navbar .nav > .current-menu-ancestor > a:before,
.swatch-white-green.navbar .nav > .current-menu-item > a:before,
.swatch-white-green.navbar .nav > .current-menu-item > a:focus:before,
.swatch-white-green.navbar .nav > .current-menu-item > a:hover:before,
.swatch-white-green.navbar .nav > .current-menu-parent > a:before,
.swatch-white-green.navbar .nav > li > a:focus:before,
.swatch-white-green.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > .active > a:hover:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-ancestor
  > a:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-item
  > a:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > .current-menu-parent
  > a:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > a:hover:before {
  background-color: #2dcc70;
}
.swatch-white-green.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-white-green.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-white-green.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-white-green .dropdown-menu,
[class*="swatch-"] .swatch-white-green .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #2dcc70 inset;
}
.swatch-white-green .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-green .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-white-green .dropdown-menu > .active > a,
.swatch-white-green .dropdown-menu > .active > a:focus,
.swatch-white-green .dropdown-menu > .active > a:hover,
.swatch-white-green .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-white-green .dropdown-menu > li > a:hover {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .dropdown-menu > .active > a i,
.swatch-white-green .dropdown-menu > .active > a:focus i,
.swatch-white-green .dropdown-menu > .active > a:hover i,
.swatch-white-green .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-white-green .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-white-green .dropdown-menu > li > a:hover i {
  color: #fff;
}
.swatch-white-green .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-white-green .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-white-green.navbar .nav > li > .dropdown-menu:after,
.swatch-white-green.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-white-green.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"]
  .swatch-white-green.navbar
  .nav
  > li
  > .dropdown-menu:before {
  display: none;
}
.swatch-white-green.navbar-scrolled,
[class*="swatch-"] .swatch-white-green.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
}
.swatch-white-green .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-white-green .dropdown-submenu > a:after {
  border-left-color: #2dcc70 !important;
}
.swatch-white-green .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-white-green .dropdown-submenu > a:hover:after {
  border-left-color: #fff !important;
}
.swatch-white-green .dropdown-menu .divider,
[class*="swatch-"] .swatch-white-green .dropdown-menu .divider {
  background-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-green.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-white-green.navbar .nav-highlight > a {
  color: #fff !important;
}
.swatch-white-green.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-white-green.navbar .nav-highlight > a:after {
  background: #2dcc70;
}
.swatch-white-green.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-white-green.navbar .nav-highlight > a:hover {
  color: #fff !important;
}
.swatch-white-green.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-white-green.navbar .nav-highlight > a:hover:after {
  background: rgba(45, 204, 112, 0.8);
}
.swatch-white-green.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-white-green.navbar li.nav-highlight-ghost > a {
  color: #2dcc70;
}
.swatch-white-green.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-white-green.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #2dcc70;
}
.swatch-white-green.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-white-green.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(45, 204, 112, 0.8);
}
.swatch-white-green.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"]
  .swatch-white-green.navbar
  li.nav-highlight-ghost
  > a:hover:after {
  border-color: rgba(45, 204, 112, 0.8);
}
.transparent-header .swatch-white-green.navbar,
.transparent-header [class*="swatch-"] .swatch-white-green.navbar {
  background: 0 0;
}
.transparent-header .swatch-white-green.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-white-green.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
}
.transparent-header .swatch-white-green.search-active,
.transparent-header [class*="swatch-"] .swatch-white-green.search-active {
  background: #fff !important;
}
.swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #1c1c1c;
}
.swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #2dcc70;
}
.swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #2dcc70;
}
.swatch-white-green .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-green .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-white-green
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(233, 233, 233, 0.8);
}
@media (max-width: 992px) {
  .swatch-white-green.navbar .nav > li > a,
  [class*="swatch-"] .swatch-white-green.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-white-green.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-white-green.navbar .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-white-green.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-white-green.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-white-green.navbar .dropdown-menu > li.active > a,
  .swatch-white-green.navbar .dropdown-menu > li > a:focus,
  .swatch-white-green.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-white-green.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-white-green.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-white-green.navbar .dropdown-menu > li > a:hover {
    background: #2dcc70;
    color: #fff;
  }
  .swatch-white-green .dropdown-submenu > ul > li > a,
  .swatch-white-green .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-white-green .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-white-green .dropdown-submenu > ul > li > a:hover {
    background: #e9e9e9;
  }
  .swatch-white-green .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-white-green .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #2dcc70 !important;
  }
  .swatch-white-green
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-white-green
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #2dcc70;
    color: #fff;
  }
  .swatch-white-green
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before,
  [class*="swatch-"]
    .swatch-white-green
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-white-green .nav-highlight > a,
  [class*="swatch-"] .swatch-white-green .nav-highlight > a {
    color: #2dcc70 !important;
  }
  .swatch-white-green .nav-highlight > a:after,
  [class*="swatch-"] .swatch-white-green .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-white-green .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-white-green .nav-highlight > a:hover {
    color: #2dcc70 !important;
  }
  .swatch-white-green .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-white-green .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-white-green .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-white-green .navbar-collapse {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
.swatch-white-green .pagination > li > a,
.swatch-white-green .pagination > li > span,
[class*="swatch-"] .swatch-white-green .pagination > li > a,
[class*="swatch-"] .swatch-white-green .pagination > li > span {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .pagination > .active > a,
.swatch-white-green .pagination > .active > span,
.swatch-white-green .pagination > li > a:hover,
[class*="swatch-"] .swatch-white-green .pagination > .active > a,
[class*="swatch-"] .swatch-white-green .pagination > .active > span,
[class*="swatch-"] .swatch-white-green .pagination > li > a:hover {
  background: rgba(45, 204, 112, 0.8);
}
.swatch-white-green .pagination > .active > a i,
.swatch-white-green .pagination > .active > span i,
.swatch-white-green .pagination > li:first-child i,
.swatch-white-green .pagination > li:last-child i,
.swatch-white-green .pagination > li > a:hover i,
[class*="swatch-"] .swatch-white-green .pagination > .active > a i,
[class*="swatch-"] .swatch-white-green .pagination > .active > span i,
[class*="swatch-"] .swatch-white-green .pagination > li:first-child i,
[class*="swatch-"] .swatch-white-green .pagination > li:last-child i,
[class*="swatch-"] .swatch-white-green .pagination > li > a:hover i {
  color: #fff;
}
.swatch-white-green .pagination > li.disabled span i,
[class*="swatch-"] .swatch-white-green .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-white-green .pager > li > a,
[class*="swatch-"] .swatch-white-green .pager > li > a {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .pager > li > a i,
[class*="swatch-"] .swatch-white-green .pager > li > a i {
  color: #fff;
}
.swatch-white-green .tooltip-inner,
[class*="swatch-"] .swatch-white-green .tooltip-inner {
  background-color: #2dcc70;
  color: #fff;
}
.swatch-white-green .tooltip.in,
[class*="swatch-"] .swatch-white-green .tooltip.in {
  opacity: 1;
}
.swatch-white-green .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tooltip.top .tooltip-arrow {
  border-top-color: #2dcc70;
}
.swatch-white-green .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tooltip.right .tooltip-arrow {
  border-right-color: #2dcc70;
}
.swatch-white-green .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tooltip.left .tooltip-arrow {
  border-left-color: #2dcc70;
}
.swatch-white-green .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2dcc70;
}
.swatch-white-green .jumbotron,
[class*="swatch-"] .swatch-white-green .jumbotron {
  background: #e9e9e9;
}
.swatch-white-green .progress-bar-primary,
[class*="swatch-"] .swatch-white-green .progress-bar-primary {
  background: #2dcc70;
  box-shadow: none;
}
.swatch-white-green .progress-bar-primary span,
[class*="swatch-"] .swatch-white-green .progress-bar-primary span {
  color: #fff;
}
.swatch-white-green .progress-bar-primary.progress-striped .progress-bar,
.swatch-white-green .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-white-green
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-white-green .progress-striped .progress-bar-primary {
  background-color: #2dcc70;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-white-green .badge,
[class*="swatch-"] .swatch-white-green .badge {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .nav-tabs .active a,
.swatch-white-green .nav-tabs .active a:hover,
.swatch-white-green .tab-content,
[class*="swatch-"] .swatch-white-green .nav-tabs .active a,
[class*="swatch-"] .swatch-white-green .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-white-green .tab-content {
  background: #2dcc70;
}
.swatch-white-green .nav-tabs > li > a:focus,
.swatch-white-green .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-white-green .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-white-green .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #2dcc70;
}
.swatch-white-green .nav-tabs > li.active > a,
.swatch-white-green .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-white-green .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-white-green .nav-tabs > li.active > a:hover {
  color: #fff;
}
.swatch-white-green .nav-pills > .active > a,
.swatch-white-green .nav-pills > .active > a:hover,
.swatch-white-green .nav-pills > li > a .badge,
.swatch-white-green .nav-pills > li > a:focus,
.swatch-white-green .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:hover {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .nav-pills > .active > a .badge,
.swatch-white-green .nav-pills > .active > a:hover .badge,
.swatch-white-green .nav-pills > li > a:focus .badge,
.swatch-white-green .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:hover .badge {
  background: #fff;
  color: #2dcc70;
}
.swatch-white-green .nav-pills > .active > a:hover,
.swatch-white-green .nav-pills > .active > a:hover:hover,
.swatch-white-green .nav-pills > li > a:focus:hover,
.swatch-white-green .nav-pills > li > a:hover:hover,
.swatch-white-green .tab-pane,
.swatch-white-green .tab-pane a,
.swatch-white-green .tab-pane h1,
.swatch-white-green .tab-pane h2,
.swatch-white-green .tab-pane h3,
.swatch-white-green .tab-pane h4,
.swatch-white-green .tab-pane h5,
.swatch-white-green .tab-pane h6,
.swatch-white-green .tab-pane p,
.swatch-white-green .tab-pane.active,
.swatch-white-green .tab-pane.active a,
.swatch-white-green .tab-pane.active h1,
.swatch-white-green .tab-pane.active h2,
.swatch-white-green .tab-pane.active h3,
.swatch-white-green .tab-pane.active h4,
.swatch-white-green .tab-pane.active h5,
.swatch-white-green .tab-pane.active h6,
.swatch-white-green .tab-pane.active p,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-green .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-white-green .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-white-green .tab-pane,
[class*="swatch-"] .swatch-white-green .tab-pane a,
[class*="swatch-"] .swatch-white-green .tab-pane h1,
[class*="swatch-"] .swatch-white-green .tab-pane h2,
[class*="swatch-"] .swatch-white-green .tab-pane h3,
[class*="swatch-"] .swatch-white-green .tab-pane h4,
[class*="swatch-"] .swatch-white-green .tab-pane h5,
[class*="swatch-"] .swatch-white-green .tab-pane h6,
[class*="swatch-"] .swatch-white-green .tab-pane p,
[class*="swatch-"] .swatch-white-green .tab-pane.active,
[class*="swatch-"] .swatch-white-green .tab-pane.active a,
[class*="swatch-"] .swatch-white-green .tab-pane.active h1,
[class*="swatch-"] .swatch-white-green .tab-pane.active h2,
[class*="swatch-"] .swatch-white-green .tab-pane.active h3,
[class*="swatch-"] .swatch-white-green .tab-pane.active h4,
[class*="swatch-"] .swatch-white-green .tab-pane.active h5,
[class*="swatch-"] .swatch-white-green .tab-pane.active h6,
[class*="swatch-"] .swatch-white-green .tab-pane.active p {
  color: #fff;
}
.swatch-white-green .tab-pane .btn,
.swatch-white-green .tab-pane.active .btn,
[class*="swatch-"] .swatch-white-green .tab-pane .btn,
[class*="swatch-"] .swatch-white-green .tab-pane.active .btn {
  color: #2dcc70 !important;
  background: #fff !important;
}
.swatch-white-green .tab-pane .tooltip-inner,
.swatch-white-green .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-white-green .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-white-green .tab-pane.active .tooltip-inner {
  background-color: #fff;
  color: #2dcc70;
}
.swatch-white-green .tab-pane .tooltip.top .tooltip-arrow,
.swatch-white-green .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-green
  .tab-pane.active
  .tooltip.top
  .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-white-green .tab-pane .tooltip.right .tooltip-arrow,
.swatch-white-green .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-green
  .tab-pane.active
  .tooltip.right
  .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-white-green .tab-pane .tooltip.left .tooltip-arrow,
.swatch-white-green .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-green
  .tab-pane.active
  .tooltip.left
  .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-white-green .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-white-green .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-green .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-green
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-white-green .panel,
.swatch-white-green .well,
[class*="swatch-"] .swatch-white-green .panel,
[class*="swatch-"] .swatch-white-green .well {
  background: #e9e9e9;
}
.swatch-white-green .panel-primary .panel-heading,
[class*="swatch-"] .swatch-white-green .panel-primary .panel-heading {
  background: #2dcc70;
}
.swatch-white-green .panel-primary .panel-heading .panel-title,
.swatch-white-green .panel-primary .panel-heading a,
[class*="swatch-"]
  .swatch-white-green
  .panel-primary
  .panel-heading
  .panel-title,
[class*="swatch-"] .swatch-white-green .panel-primary .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.swatch-white-green
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body,
[class*="swatch-"]
  .swatch-white-green
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #1f8d4e;
}
.swatch-white-green .panel-footer,
[class*="swatch-"] .swatch-white-green .panel-footer {
  background: #3ed47d;
  border-color: #28b765;
}
.swatch-white-green .panel .table,
[class*="swatch-"] .swatch-white-green .panel .table {
  box-shadow: 0 0 0 1px #e9e9e9 inset;
}
.swatch-white-green .panel .table th,
[class*="swatch-"] .swatch-white-green .panel .table th {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-white-green .portfolio-title,
[class*="swatch-"] .swatch-white-green .portfolio-title {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .portfolio-nav svg,
[class*="swatch-"] .swatch-white-green .portfolio-nav svg {
  stroke: #076994;
}
.swatch-white-green .social-icons li a,
[class*="swatch-"] .swatch-white-green .social-icons li a {
  background-color: #2dcc70;
}
.swatch-white-green .social-icons li a i,
[class*="swatch-"] .swatch-white-green .social-icons li a i {
  color: #fff;
}
.swatch-white-green .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"]
  .swatch-white-green
  .social-icons
  li
  a:not([data-iconcolor]):hover {
  background-color: rgba(45, 204, 112, 0.8);
}
.swatch-white-green .social-simple li a i,
[class*="swatch-"] .swatch-white-green .social-simple li a i {
  color: #076994;
}
.swatch-white-green .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"]
  .swatch-white-green
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #2dcc70;
}
.swatch-white-green .box-inner,
[class*="swatch-"] .swatch-white-green .box-inner {
  background-color: #e9e9e9;
}
.swatch-white-green .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-white-green .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white-green .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"]
  .swatch-white-green
  .box:not(.box-simple)
  a.box-inner:hover
  svg {
  stroke: #076994;
}
.swatch-white-green .bordered:after,
[class*="swatch-"] .swatch-white-green .bordered:after {
  background-color: #1c1c1c;
}
.swatch-white-green .bordered > a:after,
[class*="swatch-"] .swatch-white-green .bordered > a:after {
  background-color: #2dcc70;
}
.swatch-white-green .bordered-link:after,
[class*="swatch-"] .swatch-white-green .bordered-link:after {
  background-color: #2dcc70 !important;
}
.swatch-white-green #infscr-loading,
[class*="swatch-"] .swatch-white-green #infscr-loading {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .counter .value,
[class*="swatch-"] .swatch-white-green .counter .value {
  color: #1c1c1c;
}
.swatch-white-green .scroll-to,
[class*="swatch-"] .swatch-white-green .scroll-to {
  border-color: #2dcc70;
}
.swatch-white-green .scroll-to svg,
[class*="swatch-"] .swatch-white-green .scroll-to svg {
  stroke: #2dcc70;
}
.swatch-white-green .scroll-to:hover,
[class*="swatch-"] .swatch-white-green .scroll-to:hover {
  border-color: #076994;
}
.swatch-white-green .scroll-to:hover svg,
[class*="swatch-"] .swatch-white-green .scroll-to:hover svg {
  stroke: #076994;
}
.swatch-white-green .map-marker-label,
[class*="swatch-"] .swatch-white-green .map-marker-label {
  border-top-color: #2dcc70;
}
.swatch-white-green .tag-list span,
[class*="swatch-"] .swatch-white-green .tag-list span {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .mejs-audio,
[class*="swatch-"] .swatch-white-green .mejs-audio {
  background-color: #2dcc70;
  color: #fff;
}
.swatch-white-green .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"]
  .swatch-white-green
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  color: #fff;
}
.swatch-white-green .mejs-controls .mejs-button button:hover,
[class*="swatch-"]
  .swatch-white-green
  .mejs-controls
  .mejs-button
  button:hover {
  background-color: transparent;
}
.swatch-white-green .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-white-green
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #fff;
}
.swatch-white-green
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-white-green .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-white-green .post:after,
[class*="swatch-"]
  .swatch-white-green
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-white-green
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-white-green .post:after {
  background: #e9e9e9;
}
.swatch-white-green .post-icon,
[class*="swatch-"] .swatch-white-green .post-icon {
  background: #2dcc70;
}
.swatch-white-green .post-icon i,
[class*="swatch-"] .swatch-white-green .post-icon i {
  color: #fff;
}
.swatch-white-green .post-search-icon,
[class*="swatch-"] .swatch-white-green .post-search-icon {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-white-green .post-extras a,
[class*="swatch-"] .swatch-white-green .post-extras a {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white-green .post-extras a:hover,
[class*="swatch-"] .swatch-white-green .post-extras a:hover {
  color: #2dcc70;
}
.swatch-white-green .post-extras i,
[class*="swatch-"] .swatch-white-green .post-extras i {
  color: #076994;
}
.swatch-white-green .post-more-link i,
[class*="swatch-"] .swatch-white-green .post-more-link i {
  color: #2dcc70;
}
.swatch-white-green .media-inner:after,
[class*="swatch-"] .swatch-white-green .media-inner:after {
  background: #2dcc70;
}
.swatch-white-green .author-info,
[class*="swatch-"] .swatch-white-green .author-info {
  background-color: #2dcc70;
  color: #fff;
}
.swatch-white-green .author-info .media-heading,
[class*="swatch-"] .swatch-white-green .author-info .media-heading {
  color: #fff;
}
.swatch-white-green .author-info .media-heading:after,
[class*="swatch-"] .swatch-white-green .author-info .media-heading:after {
  background: #fff;
}
.post-masonry .swatch-white-green:hover,
.post-masonry [class*="swatch-"] .swatch-white-green:hover,
.swatch-white-green .breadcrumb-blog .active,
.swatch-white-green .breadcrumb-blog a,
[class*="swatch-"] .swatch-white-green .breadcrumb-blog .active,
[class*="swatch-"] .swatch-white-green .breadcrumb-blog a {
  color: #076994;
}
.swatch-white-green .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-white-green .breadcrumb-blog a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white-green .post-related-post,
[class*="swatch-"] .swatch-white-green .post-related-post {
  background-color: #2dcc70;
}
.swatch-white-green .post-related-post a,
[class*="swatch-"] .swatch-white-green .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-green .post-related-post a:hover,
[class*="swatch-"] .swatch-white-green .post-related-post a:hover {
  color: #fff;
}
.swatch-white-green .post-related-post small,
[class*="swatch-"] .swatch-white-green .post-related-post small {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-green .post-related-post blockquote,
[class*="swatch-"] .swatch-white-green .post-related-post blockquote {
  color: #fff;
}
.swatch-white-green .post-related-post blockquote small,
[class*="swatch-"] .swatch-white-green .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-green .post-related-post blockquote:before,
[class*="swatch-"] .swatch-white-green .post-related-post blockquote:before {
  background-color: #27af60;
}
.swatch-white-green .post-sticky,
[class*="swatch-"] .swatch-white-green .post-sticky {
  background: rgba(45, 204, 112, 0.8);
}
.swatch-white-green .post-sticky i,
[class*="swatch-"] .swatch-white-green .post-sticky i {
  color: #fff;
}
.swatch-white-green .gform_wrapper .gsection,
[class*="swatch-"] .swatch-white-green .gform_wrapper .gsection {
  border-color: #e9e9e9;
}
.swatch-white-green .gf_progressbar,
[class*="swatch-"] .swatch-white-green .gf_progressbar {
  background: #e9e9e9;
}
.swatch-white-green .gf_progressbar_percentage,
[class*="swatch-"] .swatch-white-green .gf_progressbar_percentage {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .sidebar,
[class*="swatch-"] .swatch-white-green .sidebar {
  color: #076994;
}
.swatch-white-green .sidebar h3,
[class*="swatch-"] .swatch-white-green .sidebar h3 {
  color: #1c1c1c;
}
.swatch-white-green .sidebar a,
[class*="swatch-"] .swatch-white-green .sidebar a {
  color: #076994;
}
.swatch-white-green .sidebar a:hover,
[class*="swatch-"] .swatch-white-green .sidebar a:hover {
  color: #2dcc70;
}
.swatch-white-green .sidebar-header:after,
.swatch-white-green .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-white-green .sidebar-header:after,
[class*="swatch-"] .swatch-white-green .sidebar-widget .post-icon {
  background: #2dcc70;
}
.swatch-white-green .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-white-green .sidebar-widget .post-icon i {
  color: #fff;
}
.swatch-white-green .widget_recent_entries li,
[class*="swatch-"] .swatch-white-green .widget_recent_entries li {
  border-color: #e9e9e9;
}
.swatch-white-green .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-white-green .widget_tag_cloud ul a {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-white-green .widget_tag_cloud ul a:hover {
  background: rgba(45, 204, 112, 0.9);
  color: #fff;
}
.swatch-white-green .widget_calendar tbody a,
[class*="swatch-"] .swatch-white-green .widget_calendar tbody a {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-white-green .widget_calendar tbody a:hover {
  background: #27af60;
  color: #fff;
}
.swatch-white-green .widget_calendar tfoot,
[class*="swatch-"] .swatch-white-green .widget_calendar tfoot {
  background: #e9e9e9;
}
.swatch-white-green .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-white-green .widget_nav_menu .sub-menu li:before {
  color: #e9e9e9;
}
.swatch-white-green .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-white-green .widget_oxy_twitter li:before {
  color: #2dcc70;
}
.swatch-white-green .top-search form,
[class*="swatch-"] .swatch-white-green .top-search form {
  background-color: #fff;
}
.swatch-white-green .top-search input,
[class*="swatch-"] .swatch-white-green .top-search input {
  background: 0 0;
  color: #076994;
}
.swatch-white-green .top-search input:focus,
[class*="swatch-"] .swatch-white-green .top-search input:focus {
  box-shadow: none;
}
.swatch-white-green .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-white-green .top-search input:-moz-placeholder {
  color: #076994;
}
.swatch-white-green .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-white-green .top-search input::-moz-placeholder {
  color: #076994;
}
.swatch-white-green .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-green .top-search input:-ms-input-placeholder {
  color: #076994;
}
.swatch-white-green .top-search input::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-green
  .top-search
  input::-webkit-input-placeholder {
  color: #076994;
}
.swatch-white-green .top-search .search-close,
[class*="swatch-"] .swatch-white-green .top-search .search-close {
  color: #2dcc70;
}
.swatch-white-green .top-search svg,
[class*="swatch-"] .swatch-white-green .top-search svg {
  stroke: #076994;
}
.swatch-white-green.top-bar a,
[class*="swatch-"] .swatch-white-green.top-bar a {
  color: #1c1c1c;
}
.swatch-white-green.top-bar a:hover,
[class*="swatch-"] .swatch-white-green.top-bar a:hover {
  color: #2dcc70;
}
.swatch-white-green .widget_swatch_wpml_language_selector li:before,
.swatch-white-green.top-bar .sidebar-widget:after,
[class*="swatch-"]
  .swatch-white-green
  .widget_swatch_wpml_language_selector
  li:before,
[class*="swatch-"] .swatch-white-green.top-bar .sidebar-widget:after {
  background: #e9e9e9;
}
.swatch-white-green .button,
[class*="swatch-"] .swatch-white-green .button {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .button:hover,
[class*="swatch-"] .swatch-white-green .button:hover {
  background: rgba(45, 204, 112, 0.9);
  color: #fff;
}
.swatch-white-green.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-white-green.section-commerce .breadcrumb {
  background: 0 0;
  color: #076994;
}
.swatch-white-green.section-commerce .breadcrumb a,
.swatch-white-green.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-white-green.section-commerce .breadcrumb a,
[class*="swatch-"]
  .swatch-white-green.section-commerce
  .breadcrumb
  > li
  + li:before {
  color: #2dcc70;
}
.swatch-white-green .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-white-green .woocommerce-ordering .select-wrap {
  background: #2dcc70;
}
.swatch-white-green .woocommerce-ordering .select-wrap:after,
[class*="swatch-"]
  .swatch-white-green
  .woocommerce-ordering
  .select-wrap:after {
  color: #fff;
}
.swatch-white-green .woocommerce-ordering select,
[class*="swatch-"] .swatch-white-green .woocommerce-ordering select {
  color: #fff;
  background: 0 0;
}
.swatch-white-green .onsale,
[class*="swatch-"] .swatch-white-green .onsale {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .price,
[class*="swatch-"] .swatch-white-green .price {
  color: #1c1c1c;
}
.swatch-white-green .page-numbers a,
.swatch-white-green .page-numbers span,
[class*="swatch-"] .swatch-white-green .page-numbers a,
[class*="swatch-"] .swatch-white-green .page-numbers span {
  color: #fff;
}
.swatch-white-green .page-numbers li,
[class*="swatch-"] .swatch-white-green .page-numbers li {
  background: #2dcc70;
}
.swatch-white-green .page-numbers .current,
.swatch-white-green .page-numbers li a:hover,
[class*="swatch-"] .swatch-white-green .page-numbers .current,
[class*="swatch-"] .swatch-white-green .page-numbers li a:hover {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white-green #reviews .comment,
[class*="swatch-"] .swatch-white-green #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-white-green #reviews .form-control,
[class*="swatch-"] .swatch-white-green #reviews .form-control {
  background: #fff;
}
.swatch-white-green #reviews input[type="submit"],
[class*="swatch-"] .swatch-white-green #reviews input[type="submit"] {
  background: #fff;
  color: #2dcc70;
}
.swatch-white-green .cross-sells h2,
.swatch-white-green .related h2,
.swatch-white-green .upsells h2,
[class*="swatch-"] .swatch-white-green .cross-sells h2,
[class*="swatch-"] .swatch-white-green .related h2,
[class*="swatch-"] .swatch-white-green .upsells h2 {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .product-category h3,
[class*="swatch-"] .swatch-white-green .product-category h3 {
  background: rgba(45, 204, 112, 0.85);
  color: #fff;
}
.swatch-white-green .product-category h3 mark,
.swatch-white-green .product-nav a i,
[class*="swatch-"] .swatch-white-green .product-category h3 mark,
[class*="swatch-"] .swatch-white-green .product-nav a i {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .product-images figcaption,
[class*="swatch-"] .swatch-white-green .product-images figcaption {
  box-shadow: none;
  background: #2dcc70;
}
.swatch-white-green .product-images figcaption i,
[class*="swatch-"] .swatch-white-green .product-images figcaption i {
  color: #fff;
}
.swatch-white-green .product-images .flex-active,
[class*="swatch-"] .swatch-white-green .product-images .flex-active {
  box-shadow: 0 3px 0 #2dcc70;
}
.swatch-white-green .order_details,
[class*="swatch-"] .swatch-white-green .order_details {
  background: #e9e9e9;
}
.swatch-white-green .order_details li,
[class*="swatch-"] .swatch-white-green .order_details li {
  border-color: #fff;
}
.swatch-white-green .cart_list li,
[class*="swatch-"] .swatch-white-green .cart_list li {
  border-color: #e9e9e9;
}
.swatch-white-green .cart-actions,
[class*="swatch-"] .swatch-white-green .cart-actions {
  background: #fff;
}
.swatch-white-green .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-white-green .widget_product_tag_cloud a {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-white-green .widget_product_tag_cloud a:hover {
  background: rgba(45, 204, 112, 0.9);
  color: #fff;
}
.swatch-white-green .product_list_widget li,
[class*="swatch-"] .swatch-white-green .product_list_widget li {
  border-color: #e9e9e9;
}
.swatch-white-green .star-rating,
[class*="swatch-"] .swatch-white-green .star-rating {
  color: #2dcc70;
}
.swatch-white-green .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-white-green
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #e9e9e9;
}
.swatch-white-green .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-white-green
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #2dcc70;
}
.swatch-white-green .widget_product_search form:after,
[class*="swatch-"] .swatch-white-green .widget_product_search form:after {
  color: #fff;
}
.swatch-white-green .bbp-forums-list li,
[class*="swatch-"] .swatch-white-green .bbp-forums-list li {
  border-left-color: #2dcc70;
}
.swatch-white-green .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-white-green .bbp-topic-freshness-author:after {
  background: #2dcc70;
}
.swatch-white-green .bbp-topic-permalink i,
[class*="swatch-"] .swatch-white-green .bbp-topic-permalink i {
  color: #2dcc70;
}
.swatch-white-green .panel-bbpress,
[class*="swatch-"] .swatch-white-green .panel-bbpress {
  background: #fff;
}
.swatch-white-green .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-white-green .panel-bbpress .panel-heading {
  border-color: #2dcc70;
}
.swatch-white-green .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-white-green .panel-bbpress .panel-body {
  border-color: #e9e9e9;
}
.swatch-white-green .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-white-green .panel-bbpress .panel-warning {
  color: #2dcc70;
  border-color: #e9e9e9;
}
.swatch-white-green .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-white-green .panel-bbpress .bbp-template-notice {
  border-color: #e9e9e9;
}
.swatch-white-green .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-white-green .panel-bbpress .panel-footer {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.swatch-white-green .label-bbpress,
[class*="swatch-"] .swatch-white-green .label-bbpress {
  background: 0 0;
  color: #2dcc70;
}
.swatch-white-green .bbp-reply-content,
[class*="swatch-"] .swatch-white-green .bbp-reply-content {
  border-color: #e9e9e9;
}
.swatch-white-green .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-white-green .bbp-reply-content .media-heading {
  background: #f6f6f6;
  border-color: #dcdcdc;
}
.swatch-white-green .bbp_author_details img,
[class*="swatch-"] .swatch-white-green .bbp_author_details img {
  background: #fff;
  box-shadow: 0 0 0 4px #e9e9e9;
}
.swatch-white-green .bbp_author_details:after,
[class*="swatch-"] .swatch-white-green .bbp_author_details:after {
  background: #e9e9e9;
}
.swatch-white-green .bbp_author_details:hover img,
[class*="swatch-"] .swatch-white-green .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #2dcc70;
}
.swatch-white-green .bbpress-header .breadcrumb .active,
.swatch-white-green .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-white-green .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-white-green .bbpress-header .breadcrumb a {
  color: #076994;
}
.swatch-white-green .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-white-green .bbpress-header .breadcrumb a:hover {
  color: rgba(76, 76, 76, 0.8);
}
.swatch-white-green .bbp-topic-tags a,
[class*="swatch-"] .swatch-white-green .bbp-topic-tags a {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-green .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-white-green .bbp-topic-tags a:hover {
  background: rgba(45, 204, 112, 0.9);
}
.swatch-white-green .bbp-logged-in,
[class*="swatch-"] .swatch-white-green .bbp-logged-in {
  background: #e9e9e9;
}
.swatch-white-green .bbp-logged-in .button,
.swatch-white-green .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-white-green .bbp-logged-in .button,
[class*="swatch-"] .swatch-white-green .bbp-logged-in .button:hover {
  color: #fff;
}
.swatch-white-green .post-count,
[class*="swatch-"] .swatch-white-green .post-count {
  background: #2dcc70;
  color: #fff;
}
.swatch-white-red,
[class*="swatch-"] .swatch-white-red {
  background: #fff;
  color: #7c7c7c;
}
.swatch-white-red h1,
.swatch-white-red h2,
.swatch-white-red h3,
.swatch-white-red h4,
.swatch-white-red h5,
.swatch-white-red h6,
[class*="swatch-"] .swatch-white-red h1,
[class*="swatch-"] .swatch-white-red h2,
[class*="swatch-"] .swatch-white-red h3,
[class*="swatch-"] .swatch-white-red h4,
[class*="swatch-"] .swatch-white-red h5,
[class*="swatch-"] .swatch-white-red h6 {
  color: #1c1c1c;
}
.swatch-white-red h1 small,
.swatch-white-red h2 small,
.swatch-white-red h3 small,
.swatch-white-red h4 small,
.swatch-white-red h5 small,
.swatch-white-red h6 small,
[class*="swatch-"] .swatch-white-red h1 small,
[class*="swatch-"] .swatch-white-red h2 small,
[class*="swatch-"] .swatch-white-red h3 small,
[class*="swatch-"] .swatch-white-red h4 small,
[class*="swatch-"] .swatch-white-red h5 small,
[class*="swatch-"] .swatch-white-red h6 small {
  color: rgba(28, 28, 28, 0.8);
}
.swatch-white-red a,
[class*="swatch-"] .swatch-white-red a {
  color: #e35220;
}
.swatch-white-red a:hover,
[class*="swatch-"] .swatch-white-red a:hover {
  color: #b43f17;
}
.swatch-white-red small,
.swatch-white-red small a,
[class*="swatch-"] .swatch-white-red small,
[class*="swatch-"] .swatch-white-red small a {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-red small a:hover,
[class*="swatch-"] .swatch-white-red small a:hover {
  color: #e35220;
}
.swatch-white-red i,
[class*="swatch-"] .swatch-white-red i {
  color: #076994;
}
.swatch-white-red blockquote:before,
[class*="swatch-"] .swatch-white-red blockquote:before {
  background-color: #e35220;
}
.swatch-white-red blockquote footer,
.swatch-white-red blockquote small,
[class*="swatch-"] .swatch-white-red blockquote footer,
[class*="swatch-"] .swatch-white-red blockquote small {
  color: #1c1c1c;
}
.swatch-white-red ::selection,
[class*="swatch-"] .swatch-white-red ::selection {
  background: #e35220;
  color: #fff;
}
.swatch-white-red ::-moz-selection,
[class*="swatch-"] .swatch-white-red ::-moz-selection {
  background: #e35220;
  color: #fff;
}
.swatch-white-red hr,
[class*="swatch-"] .swatch-white-red hr {
  border-top-color: #e9e9e9;
}
.swatch-white-red pre,
[class*="swatch-"] .swatch-white-red pre {
  background: #1c1c1c;
  color: #fff;
}
.swatch-white-red .active,
[class*="swatch-"] .swatch-white-red .active {
  color: #b43f17;
}
.swatch-white-red .btn-primary,
.swatch-white-red button,
.swatch-white-red input[type="submit"],
[class*="swatch-"] .swatch-white-red .btn-primary,
[class*="swatch-"] .swatch-white-red button,
[class*="swatch-"] .swatch-white-red input[type="submit"] {
  background-color: #e35220;
  color: #fff;
}
.swatch-white-red .btn-primary:hover,
.swatch-white-red button:hover,
.swatch-white-red input[type="submit"]:hover,
[class*="swatch-"] .swatch-white-red .btn-primary:hover,
[class*="swatch-"] .swatch-white-red button:hover,
[class*="swatch-"] .swatch-white-red input[type="submit"]:hover {
  background-color: rgba(227, 82, 32, 0.9);
  color: #fff;
}
.swatch-white-red .btn-primary.btn-icon-left span,
.swatch-white-red .btn-primary.btn-icon-right span,
.swatch-white-red button.btn-icon-left span,
.swatch-white-red button.btn-icon-right span,
.swatch-white-red input[type="submit"].btn-icon-left span,
.swatch-white-red input[type="submit"].btn-icon-right span,
[class*="swatch-"] .swatch-white-red .btn-primary.btn-icon-left span,
[class*="swatch-"] .swatch-white-red .btn-primary.btn-icon-right span,
[class*="swatch-"] .swatch-white-red button.btn-icon-left span,
[class*="swatch-"] .swatch-white-red button.btn-icon-right span,
[class*="swatch-"] .swatch-white-red input[type="submit"].btn-icon-left span,
[class*="swatch-"] .swatch-white-red input[type="submit"].btn-icon-right span {
  background-color: rgba(255, 255, 255, 0.3);
}
.swatch-white-red .btn-primary i,
[class*="swatch-"] .swatch-white-red .btn-primary i {
  color: #fff !important;
}
.swatch-white-red .btn-link,
[class*="swatch-"] .swatch-white-red .btn-link {
  background: 0 0;
  color: #e35220;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e35220 inset;
}
.swatch-white-red .btn-link span,
[class*="swatch-"] .swatch-white-red .btn-link span {
  background: 0 0;
}
.swatch-white-red .btn-link i,
[class*="swatch-"] .swatch-white-red .btn-link i {
  color: #e35220 !important;
}
.swatch-white-red .btn-link:hover,
[class*="swatch-"] .swatch-white-red .btn-link:hover {
  text-decoration: none;
  background-color: #e35220;
  color: #fff;
  box-shadow: 0 0 0 1px #e35220;
}
.swatch-white-red .btn-link:hover i,
[class*="swatch-"] .swatch-white-red .btn-link:hover i {
  color: #fff !important;
}
.swatch-white-red .open .dropdown-toggle.btn-primary,
[class*="swatch-"] .swatch-white-red .open .dropdown-toggle.btn-primary {
  background-color: #e35220;
  color: #fff;
}
.swatch-white-red .btn-group .dropdown-menu,
[class*="swatch-"] .swatch-white-red .btn-group .dropdown-menu {
  background-color: #e35220;
}
.swatch-white-red .btn-group .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-red .btn-group .dropdown-menu > li > a {
  color: #fff;
  box-shadow: 0 -1px 0 #cf491a;
}
.swatch-white-red .btn-group .dropdown-menu > li:first-child > a,
[class*="swatch-"]
  .swatch-white-red
  .btn-group
  .dropdown-menu
  > li:first-child
  > a {
  box-shadow: none;
}
.swatch-white-red .btn-group .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white-red .btn-group .dropdown-menu > li > a:hover {
  background: #e76b40;
}
.swatch-white-red .label-primary,
[class*="swatch-"] .swatch-white-red .label-primary {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .label-primary a,
[class*="swatch-"] .swatch-white-red .label-primary a {
  color: #fff;
}
.swatch-white-red .input-group-btn,
.swatch-white-red .uneditable-input,
.swatch-white-red input,
.swatch-white-red select,
.swatch-white-red textarea,
[class*="swatch-"] .swatch-white-red .input-group-btn,
[class*="swatch-"] .swatch-white-red .uneditable-input,
[class*="swatch-"] .swatch-white-red input,
[class*="swatch-"] .swatch-white-red select,
[class*="swatch-"] .swatch-white-red textarea {
  background: #e9e9e9;
  color: #076994;
}
.swatch-white-red .input-group-btn:-moz-placeholder,
.swatch-white-red .uneditable-input:-moz-placeholder,
.swatch-white-red input:-moz-placeholder,
.swatch-white-red select:-moz-placeholder,
.swatch-white-red textarea:-moz-placeholder,
[class*="swatch-"] .swatch-white-red .input-group-btn:-moz-placeholder,
[class*="swatch-"] .swatch-white-red .uneditable-input:-moz-placeholder,
[class*="swatch-"] .swatch-white-red input:-moz-placeholder,
[class*="swatch-"] .swatch-white-red select:-moz-placeholder,
[class*="swatch-"] .swatch-white-red textarea:-moz-placeholder {
  color: #6c6c6c;
}
.swatch-white-red .input-group-btn::-moz-placeholder,
.swatch-white-red .uneditable-input::-moz-placeholder,
.swatch-white-red input::-moz-placeholder,
.swatch-white-red select::-moz-placeholder,
.swatch-white-red textarea::-moz-placeholder,
[class*="swatch-"] .swatch-white-red .input-group-btn::-moz-placeholder,
[class*="swatch-"] .swatch-white-red .uneditable-input::-moz-placeholder,
[class*="swatch-"] .swatch-white-red input::-moz-placeholder,
[class*="swatch-"] .swatch-white-red select::-moz-placeholder,
[class*="swatch-"] .swatch-white-red textarea::-moz-placeholder {
  color: #6c6c6c;
}
.swatch-white-red .input-group-btn:-ms-input-placeholder,
.swatch-white-red .uneditable-input:-ms-input-placeholder,
.swatch-white-red input:-ms-input-placeholder,
.swatch-white-red select:-ms-input-placeholder,
.swatch-white-red textarea:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red .input-group-btn:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red .uneditable-input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red select:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red textarea:-ms-input-placeholder {
  color: #6c6c6c;
}
.swatch-white-red .input-group-btn::-webkit-input-placeholder,
.swatch-white-red .uneditable-input::-webkit-input-placeholder,
.swatch-white-red input::-webkit-input-placeholder,
.swatch-white-red select::-webkit-input-placeholder,
.swatch-white-red textarea::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-red
  .input-group-btn::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-red
  .uneditable-input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-red input::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-red select::-webkit-input-placeholder,
[class*="swatch-"] .swatch-white-red textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}
.swatch-white-red input:focus,
.swatch-white-red select.form-control:focus,
.swatch-white-red textarea:focus,
[class*="swatch-"] .swatch-white-red input:focus,
[class*="swatch-"] .swatch-white-red select.form-control:focus,
[class*="swatch-"] .swatch-white-red textarea:focus {
  box-shadow: 0 3px 0 #e35220;
}
.swatch-white-red input[type="checkbox"],
.swatch-white-red input[type="radio"],
[class*="swatch-"] .swatch-white-red input[type="checkbox"],
[class*="swatch-"] .swatch-white-red input[type="radio"] {
  box-shadow: none;
}
.swatch-white-red .form-icon-group i,
[class*="swatch-"] .swatch-white-red .form-icon-group i {
  color: #e35220;
}
.swatch-white-red input[type="button"],
[class*="swatch-"] .swatch-white-red input[type="button"] {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .select-wrap,
[class*="swatch-"] .swatch-white-red .select-wrap {
  background: #e9e9e9;
}
.swatch-white-red .select-wrap:after,
[class*="swatch-"] .swatch-white-red .select-wrap:after {
  color: #076994;
}
.swatch-white-red .table th,
[class*="swatch-"] .swatch-white-red .table th {
  background-color: #e35220;
  text-transform: uppercase;
  color: #fff;
}
.swatch-white-red .table td,
.swatch-white-red .table th,
.swatch-white-red .table-bordered,
[class*="swatch-"] .swatch-white-red .table td,
[class*="swatch-"] .swatch-white-red .table th,
[class*="swatch-"] .swatch-white-red .table-bordered {
  border-color: #e9e9e9;
}
.swatch-white-red .table-hover tbody tr:hover th,
.swatch-white-red .table-hover > tbody > tr:hover > td,
.swatch-white-red .table-hover > tbody > tr:hover > th,
.swatch-white-red .table-striped > tbody > tr:nth-child(odd) > td,
.swatch-white-red .table-striped > tbody > tr:nth-child(odd) > th,
[class*="swatch-"] .swatch-white-red .table-hover tbody tr:hover th,
[class*="swatch-"] .swatch-white-red .table-hover > tbody > tr:hover > td,
[class*="swatch-"] .swatch-white-red .table-hover > tbody > tr:hover > th,
[class*="swatch-"]
  .swatch-white-red
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > td,
[class*="swatch-"]
  .swatch-white-red
  .table-striped
  > tbody
  > tr:nth-child(odd)
  > th {
  background: #e9e9e9;
}
.swatch-white-red#masthead,
[class*="swatch-"] .swatch-white-red#masthead {
  border-color: #fff;
}
.swatch-white-red.navbar,
[class*="swatch-"] .swatch-white-red.navbar {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-red .navbar-text,
.swatch-white-red.navbar .navbar-brand,
.swatch-white-red.navbar .navbar-brand:hover,
[class*="swatch-"] .swatch-white-red .navbar-text,
[class*="swatch-"] .swatch-white-red.navbar .navbar-brand,
[class*="swatch-"] .swatch-white-red.navbar .navbar-brand:hover {
  color: #1c1c1c;
}
.swatch-white-red.navbar .nav > li > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a {
  color: #7c7c7c;
}
.swatch-white-red.navbar .nav > li > a:focus,
.swatch-white-red.navbar .nav > li > a:hover,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:hover {
  background: 0 0;
}
.swatch-white-red.navbar .nav > li > a:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:before {
  background-color: #e35220;
}
.swatch-white-red.navbar a .menu-icon,
[class*="swatch-"] .swatch-white-red.navbar a .menu-icon {
  color: #7c7c7c;
}
.swatch-white-red.navbar a:hover .menu-icon,
[class*="swatch-"] .swatch-white-red.navbar a:hover .menu-icon {
  color: #e35220;
}
.swatch-white-red.navbar .dropdown-menu a:hover .menu-icon,
[class*="swatch-"] .swatch-white-red.navbar .dropdown-menu a:hover .menu-icon {
  color: #fff;
}
.swatch-white-red .navbar-toggle,
[class*="swatch-"] .swatch-white-red .navbar-toggle {
  background: none !important;
}
.swatch-white-red .navbar-toggle .icon-bar,
[class*="swatch-"] .swatch-white-red .navbar-toggle .icon-bar {
  background-color: #1c1c1c;
}
.swatch-white-red .navbar-toggle:hover,
[class*="swatch-"] .swatch-white-red .navbar-toggle:hover {
  background: 0 0;
}
.swatch-white-red.navbar .nav li.dropdown.active > .dropdown-toggle,
.swatch-white-red.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.swatch-white-red.navbar .nav li.dropdown.open > .dropdown-toggle,
.swatch-white-red.navbar .nav > .active > a,
.swatch-white-red.navbar .nav > .active > a:focus,
.swatch-white-red.navbar .nav > .active > a:hover,
.swatch-white-red.navbar .nav > .current-menu-ancestor > a,
.swatch-white-red.navbar .nav > .current-menu-item > a,
.swatch-white-red.navbar .nav > .current-menu-item > a:focus,
.swatch-white-red.navbar .nav > .current-menu-item > a:hover,
.swatch-white-red.navbar .nav > .current-menu-parent > a,
.swatch-white-red.navbar .nav > li > a:focus,
.swatch-white-red.navbar .nav > li > a:hover,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a:focus,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a:hover,
[class*="swatch-"] .swatch-white-red.navbar .nav > .current-menu-ancestor > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > .current-menu-item > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > .current-menu-item > a:focus,
[class*="swatch-"] .swatch-white-red.navbar .nav > .current-menu-item > a:hover,
[class*="swatch-"] .swatch-white-red.navbar .nav > .current-menu-parent > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:focus,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:hover {
  color: #e35220;
}
.swatch-white-red.navbar .nav li.dropdown.active > .dropdown-toggle:before,
.swatch-white-red.navbar .nav li.dropdown.open.active > .dropdown-toggle:before,
.swatch-white-red.navbar .nav li.dropdown.open > .dropdown-toggle:before,
.swatch-white-red.navbar .nav > .active > a:before,
.swatch-white-red.navbar .nav > .active > a:focus:before,
.swatch-white-red.navbar .nav > .active > a:hover:before,
.swatch-white-red.navbar .nav > .current-menu-ancestor > a:before,
.swatch-white-red.navbar .nav > .current-menu-item > a:before,
.swatch-white-red.navbar .nav > .current-menu-item > a:focus:before,
.swatch-white-red.navbar .nav > .current-menu-item > a:hover:before,
.swatch-white-red.navbar .nav > .current-menu-parent > a:before,
.swatch-white-red.navbar .nav > li > a:focus:before,
.swatch-white-red.navbar .nav > li > a:hover:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.open.active
  > .dropdown-toggle:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  li.dropdown.open
  > .dropdown-toggle:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a:focus:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > .active > a:hover:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  > .current-menu-ancestor
  > a:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  > .current-menu-item
  > a:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  > .current-menu-item
  > a:focus:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  > .current-menu-item
  > a:hover:before,
[class*="swatch-"]
  .swatch-white-red.navbar
  .nav
  > .current-menu-parent
  > a:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:focus:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > a:hover:before {
  background-color: #e35220;
}
.swatch-white-red.navbar .nav > .disabled > a,
[class*="swatch-"] .swatch-white-red.navbar .nav > .disabled > a {
  color: #1c1c1c;
}
.swatch-white-red.navbar .nav > .disabled > a:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > .disabled > a:before {
  display: none;
}
.swatch-white-red .dropdown-menu,
[class*="swatch-"] .swatch-white-red .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #e35220 inset;
}
.swatch-white-red .dropdown-menu > li > a,
[class*="swatch-"] .swatch-white-red .dropdown-menu > li > a {
  color: #1c1c1c;
}
.swatch-white-red .dropdown-menu > .active > a,
.swatch-white-red .dropdown-menu > .active > a:focus,
.swatch-white-red .dropdown-menu > .active > a:hover,
.swatch-white-red .dropdown-menu > li > a:hover,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a:focus,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a:hover,
[class*="swatch-"] .swatch-white-red .dropdown-menu > li > a:hover {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .dropdown-menu > .active > a i,
.swatch-white-red .dropdown-menu > .active > a:focus i,
.swatch-white-red .dropdown-menu > .active > a:hover i,
.swatch-white-red .dropdown-menu > li > a:hover i,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a i,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a:focus i,
[class*="swatch-"] .swatch-white-red .dropdown-menu > .active > a:hover i,
[class*="swatch-"] .swatch-white-red .dropdown-menu > li > a:hover i {
  color: #fff;
}
.swatch-white-red .dropdown-menu > li.disabled > a:hover,
[class*="swatch-"] .swatch-white-red .dropdown-menu > li.disabled > a:hover {
  color: #1c1c1c;
}
.swatch-white-red.navbar .nav > li > .dropdown-menu:after,
.swatch-white-red.navbar .nav > li > .dropdown-menu:before,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > .dropdown-menu:after,
[class*="swatch-"] .swatch-white-red.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.swatch-white-red.navbar-scrolled,
[class*="swatch-"] .swatch-white-red.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
}
.swatch-white-red .dropdown-submenu > a:after,
[class*="swatch-"] .swatch-white-red .dropdown-submenu > a:after {
  border-left-color: #e35220 !important;
}
.swatch-white-red .dropdown-submenu > a:hover:after,
[class*="swatch-"] .swatch-white-red .dropdown-submenu > a:hover:after {
  border-left-color: #fff !important;
}
.swatch-white-red .dropdown-menu .divider,
[class*="swatch-"] .swatch-white-red .dropdown-menu .divider {
  background-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-red.navbar .nav-highlight > a,
[class*="swatch-"] .swatch-white-red.navbar .nav-highlight > a {
  color: #fff !important;
}
.swatch-white-red.navbar .nav-highlight > a:after,
[class*="swatch-"] .swatch-white-red.navbar .nav-highlight > a:after {
  background: #e35220;
}
.swatch-white-red.navbar .nav-highlight > a:hover,
[class*="swatch-"] .swatch-white-red.navbar .nav-highlight > a:hover {
  color: #fff !important;
}
.swatch-white-red.navbar .nav-highlight > a:hover:after,
[class*="swatch-"] .swatch-white-red.navbar .nav-highlight > a:hover:after {
  background: rgba(227, 82, 32, 0.8);
}
.swatch-white-red.navbar li.nav-highlight-ghost > a,
[class*="swatch-"] .swatch-white-red.navbar li.nav-highlight-ghost > a {
  color: #e35220;
}
.swatch-white-red.navbar li.nav-highlight-ghost > a:after,
[class*="swatch-"] .swatch-white-red.navbar li.nav-highlight-ghost > a:after {
  border: 1px solid #e35220;
}
.swatch-white-red.navbar li.nav-highlight-ghost > a:hover,
[class*="swatch-"] .swatch-white-red.navbar li.nav-highlight-ghost > a:hover {
  color: rgba(227, 82, 32, 0.8);
}
.swatch-white-red.navbar li.nav-highlight-ghost > a:hover:after,
[class*="swatch-"]
  .swatch-white-red.navbar
  li.nav-highlight-ghost
  > a:hover:after {
  border-color: rgba(227, 82, 32, 0.8);
}
.transparent-header .swatch-white-red.navbar,
.transparent-header [class*="swatch-"] .swatch-white-red.navbar {
  background: 0 0;
}
.transparent-header .swatch-white-red.navbar-scrolled,
.transparent-header [class*="swatch-"] .swatch-white-red.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
}
.transparent-header .swatch-white-red.search-active,
.transparent-header [class*="swatch-"] .swatch-white-red.search-active {
  background: #fff !important;
}
.swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a {
  color: #1c1c1c;
}
.swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover {
  background: 0 0;
  color: #e35220;
}
.swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
.swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li.current-menu-item
  > a,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > ul
  > li
  > a:hover
  .menu-icon {
  color: #e35220;
}
.swatch-white-red .menu-item-object-oxy_mega_menu .dropdown-menu > li > p,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li
  > p {
  border-bottom-color: rgba(233, 233, 233, 0.8);
}
.swatch-white-red .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
[class*="swatch-"]
  .swatch-white-red
  .menu-item-object-oxy_mega_menu
  .dropdown-menu
  > li:before {
  background: rgba(233, 233, 233, 0.8);
}
@media (max-width: 992px) {
  .swatch-white-red.navbar .nav > li > a,
  [class*="swatch-"] .swatch-white-red.navbar .nav > li > a {
    border-radius: 0;
  }
  .swatch-white-red.navbar .dropdown-menu,
  [class*="swatch-"] .swatch-white-red.navbar .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }
  .swatch-white-red.navbar .dropdown-menu > li > a,
  [class*="swatch-"] .swatch-white-red.navbar .dropdown-menu > li > a {
    border-radius: 0;
  }
  .swatch-white-red.navbar .dropdown-menu > li.active > a,
  .swatch-white-red.navbar .dropdown-menu > li > a:focus,
  .swatch-white-red.navbar .dropdown-menu > li > a:hover,
  [class*="swatch-"] .swatch-white-red.navbar .dropdown-menu > li.active > a,
  [class*="swatch-"] .swatch-white-red.navbar .dropdown-menu > li > a:focus,
  [class*="swatch-"] .swatch-white-red.navbar .dropdown-menu > li > a:hover {
    background: #e35220;
    color: #fff;
  }
  .swatch-white-red .dropdown-submenu > ul > li > a,
  .swatch-white-red .dropdown-submenu > ul > li > a:hover,
  [class*="swatch-"] .swatch-white-red .dropdown-submenu > ul > li > a,
  [class*="swatch-"] .swatch-white-red .dropdown-submenu > ul > li > a:hover {
    background: #e9e9e9;
  }
  .swatch-white-red .dropdown-submenu > a:after,
  [class*="swatch-"] .swatch-white-red .dropdown-submenu > a:after {
    border-left-color: transparent !important;
    border-top-color: #e35220 !important;
  }
  .swatch-white-red
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover,
  [class*="swatch-"]
    .swatch-white-red
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li
    > ul
    > li
    > a:hover {
    background: #e35220;
    color: #fff;
  }
  .swatch-white-red .menu-item-object-oxy_mega_menu .dropdown-menu > li:before,
  [class*="swatch-"]
    .swatch-white-red
    .menu-item-object-oxy_mega_menu
    .dropdown-menu
    > li:before {
    display: none;
  }
  .swatch-white-red .nav-highlight > a,
  [class*="swatch-"] .swatch-white-red .nav-highlight > a {
    color: #e35220 !important;
  }
  .swatch-white-red .nav-highlight > a:after,
  [class*="swatch-"] .swatch-white-red .nav-highlight > a:after {
    background: 0 0;
  }
  .swatch-white-red .nav-highlight > a:hover,
  [class*="swatch-"] .swatch-white-red .nav-highlight > a:hover {
    color: #e35220 !important;
  }
  .swatch-white-red .nav-highlight > a:hover:after,
  [class*="swatch-"] .swatch-white-red .nav-highlight > a:hover:after {
    background: 0 0;
  }
  .transparent-header .swatch-white-red .navbar-collapse,
  .transparent-header [class*="swatch-"] .swatch-white-red .navbar-collapse {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
.swatch-white-red .pagination > li > a,
.swatch-white-red .pagination > li > span,
[class*="swatch-"] .swatch-white-red .pagination > li > a,
[class*="swatch-"] .swatch-white-red .pagination > li > span {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .pagination > .active > a,
.swatch-white-red .pagination > .active > span,
.swatch-white-red .pagination > li > a:hover,
[class*="swatch-"] .swatch-white-red .pagination > .active > a,
[class*="swatch-"] .swatch-white-red .pagination > .active > span,
[class*="swatch-"] .swatch-white-red .pagination > li > a:hover {
  background: rgba(227, 82, 32, 0.8);
}
.swatch-white-red .pagination > .active > a i,
.swatch-white-red .pagination > .active > span i,
.swatch-white-red .pagination > li:first-child i,
.swatch-white-red .pagination > li:last-child i,
.swatch-white-red .pagination > li > a:hover i,
[class*="swatch-"] .swatch-white-red .pagination > .active > a i,
[class*="swatch-"] .swatch-white-red .pagination > .active > span i,
[class*="swatch-"] .swatch-white-red .pagination > li:first-child i,
[class*="swatch-"] .swatch-white-red .pagination > li:last-child i,
[class*="swatch-"] .swatch-white-red .pagination > li > a:hover i {
  color: #fff;
}
.swatch-white-red .pagination > li.disabled span i,
[class*="swatch-"] .swatch-white-red .pagination > li.disabled span i {
  color: rgba(255, 255, 255, 0.4);
}
.swatch-white-red .pager > li > a,
[class*="swatch-"] .swatch-white-red .pager > li > a {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .pager > li > a i,
[class*="swatch-"] .swatch-white-red .pager > li > a i {
  color: #fff;
}
.swatch-white-red .tooltip-inner,
[class*="swatch-"] .swatch-white-red .tooltip-inner {
  background-color: #e35220;
  color: #fff;
}
.swatch-white-red .tooltip.in,
[class*="swatch-"] .swatch-white-red .tooltip.in {
  opacity: 1;
}
.swatch-white-red .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tooltip.top .tooltip-arrow {
  border-top-color: #e35220;
}
.swatch-white-red .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tooltip.right .tooltip-arrow {
  border-right-color: #e35220;
}
.swatch-white-red .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tooltip.left .tooltip-arrow {
  border-left-color: #e35220;
}
.swatch-white-red .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e35220;
}
.swatch-white-red .jumbotron,
[class*="swatch-"] .swatch-white-red .jumbotron {
  background: #e9e9e9;
}
.swatch-white-red .progress-bar-primary,
[class*="swatch-"] .swatch-white-red .progress-bar-primary {
  background: #e35220;
  box-shadow: none;
}
.swatch-white-red .progress-bar-primary span,
[class*="swatch-"] .swatch-white-red .progress-bar-primary span {
  color: #fff;
}
.swatch-white-red .progress-bar-primary.progress-striped .progress-bar,
.swatch-white-red .progress-striped .progress-bar-primary,
[class*="swatch-"]
  .swatch-white-red
  .progress-bar-primary.progress-striped
  .progress-bar,
[class*="swatch-"] .swatch-white-red .progress-striped .progress-bar-primary {
  background-color: #e35220;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.swatch-white-red .badge,
[class*="swatch-"] .swatch-white-red .badge {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .nav-tabs .active a,
.swatch-white-red .nav-tabs .active a:hover,
.swatch-white-red .tab-content,
[class*="swatch-"] .swatch-white-red .nav-tabs .active a,
[class*="swatch-"] .swatch-white-red .nav-tabs .active a:hover,
[class*="swatch-"] .swatch-white-red .tab-content {
  background: #e35220;
}
.swatch-white-red .nav-tabs > li > a:focus,
.swatch-white-red .nav-tabs > li > a:hover,
[class*="swatch-"] .swatch-white-red .nav-tabs > li > a:focus,
[class*="swatch-"] .swatch-white-red .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #e35220;
}
.swatch-white-red .nav-tabs > li.active > a,
.swatch-white-red .nav-tabs > li.active > a:hover,
[class*="swatch-"] .swatch-white-red .nav-tabs > li.active > a,
[class*="swatch-"] .swatch-white-red .nav-tabs > li.active > a:hover {
  color: #fff;
}
.swatch-white-red .nav-pills > .active > a,
.swatch-white-red .nav-pills > .active > a:hover,
.swatch-white-red .nav-pills > li > a .badge,
.swatch-white-red .nav-pills > li > a:focus,
.swatch-white-red .nav-pills > li > a:hover,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a .badge,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:focus,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:hover {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .nav-pills > .active > a .badge,
.swatch-white-red .nav-pills > .active > a:hover .badge,
.swatch-white-red .nav-pills > li > a:focus .badge,
.swatch-white-red .nav-pills > li > a:hover .badge,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a .badge,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a:hover .badge,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:focus .badge,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:hover .badge {
  background: #fff;
  color: #e35220;
}
.swatch-white-red .nav-pills > .active > a:hover,
.swatch-white-red .nav-pills > .active > a:hover:hover,
.swatch-white-red .nav-pills > li > a:focus:hover,
.swatch-white-red .nav-pills > li > a:hover:hover,
.swatch-white-red .tab-pane,
.swatch-white-red .tab-pane a,
.swatch-white-red .tab-pane h1,
.swatch-white-red .tab-pane h2,
.swatch-white-red .tab-pane h3,
.swatch-white-red .tab-pane h4,
.swatch-white-red .tab-pane h5,
.swatch-white-red .tab-pane h6,
.swatch-white-red .tab-pane p,
.swatch-white-red .tab-pane.active,
.swatch-white-red .tab-pane.active a,
.swatch-white-red .tab-pane.active h1,
.swatch-white-red .tab-pane.active h2,
.swatch-white-red .tab-pane.active h3,
.swatch-white-red .tab-pane.active h4,
.swatch-white-red .tab-pane.active h5,
.swatch-white-red .tab-pane.active h6,
.swatch-white-red .tab-pane.active p,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a:hover,
[class*="swatch-"] .swatch-white-red .nav-pills > .active > a:hover:hover,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:focus:hover,
[class*="swatch-"] .swatch-white-red .nav-pills > li > a:hover:hover,
[class*="swatch-"] .swatch-white-red .tab-pane,
[class*="swatch-"] .swatch-white-red .tab-pane a,
[class*="swatch-"] .swatch-white-red .tab-pane h1,
[class*="swatch-"] .swatch-white-red .tab-pane h2,
[class*="swatch-"] .swatch-white-red .tab-pane h3,
[class*="swatch-"] .swatch-white-red .tab-pane h4,
[class*="swatch-"] .swatch-white-red .tab-pane h5,
[class*="swatch-"] .swatch-white-red .tab-pane h6,
[class*="swatch-"] .swatch-white-red .tab-pane p,
[class*="swatch-"] .swatch-white-red .tab-pane.active,
[class*="swatch-"] .swatch-white-red .tab-pane.active a,
[class*="swatch-"] .swatch-white-red .tab-pane.active h1,
[class*="swatch-"] .swatch-white-red .tab-pane.active h2,
[class*="swatch-"] .swatch-white-red .tab-pane.active h3,
[class*="swatch-"] .swatch-white-red .tab-pane.active h4,
[class*="swatch-"] .swatch-white-red .tab-pane.active h5,
[class*="swatch-"] .swatch-white-red .tab-pane.active h6,
[class*="swatch-"] .swatch-white-red .tab-pane.active p {
  color: #fff;
}
.swatch-white-red .tab-pane .btn,
.swatch-white-red .tab-pane.active .btn,
[class*="swatch-"] .swatch-white-red .tab-pane .btn,
[class*="swatch-"] .swatch-white-red .tab-pane.active .btn {
  color: #e35220 !important;
  background: #fff !important;
}
.swatch-white-red .tab-pane .tooltip-inner,
.swatch-white-red .tab-pane.active .tooltip-inner,
[class*="swatch-"] .swatch-white-red .tab-pane .tooltip-inner,
[class*="swatch-"] .swatch-white-red .tab-pane.active .tooltip-inner {
  background-color: #fff;
  color: #e35220;
}
.swatch-white-red .tab-pane .tooltip.top .tooltip-arrow,
.swatch-white-red .tab-pane.active .tooltip.top .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tab-pane .tooltip.top .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-red
  .tab-pane.active
  .tooltip.top
  .tooltip-arrow {
  border-top-color: #fff;
}
.swatch-white-red .tab-pane .tooltip.right .tooltip-arrow,
.swatch-white-red .tab-pane.active .tooltip.right .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tab-pane .tooltip.right .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-red
  .tab-pane.active
  .tooltip.right
  .tooltip-arrow {
  border-right-color: #fff;
}
.swatch-white-red .tab-pane .tooltip.left .tooltip-arrow,
.swatch-white-red .tab-pane.active .tooltip.left .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tab-pane .tooltip.left .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-red
  .tab-pane.active
  .tooltip.left
  .tooltip-arrow {
  border-left-color: #fff;
}
.swatch-white-red .tab-pane .tooltip.bottom .tooltip-arrow,
.swatch-white-red .tab-pane.active .tooltip.bottom .tooltip-arrow,
[class*="swatch-"] .swatch-white-red .tab-pane .tooltip.bottom .tooltip-arrow,
[class*="swatch-"]
  .swatch-white-red
  .tab-pane.active
  .tooltip.bottom
  .tooltip-arrow {
  border-bottom-color: #fff;
}
.swatch-white-red .panel,
.swatch-white-red .well,
[class*="swatch-"] .swatch-white-red .panel,
[class*="swatch-"] .swatch-white-red .well {
  background: #e9e9e9;
}
.swatch-white-red .panel-primary .panel-heading,
[class*="swatch-"] .swatch-white-red .panel-primary .panel-heading {
  background: #e35220;
}
.swatch-white-red .panel-primary .panel-heading .panel-title,
.swatch-white-red .panel-primary .panel-heading a,
[class*="swatch-"] .swatch-white-red .panel-primary .panel-heading .panel-title,
[class*="swatch-"] .swatch-white-red .panel-primary .panel-heading a {
  color: #fff;
  text-decoration: none;
}
.swatch-white-red .panel-primary > .panel-heading + .panel-collapse .panel-body,
[class*="swatch-"]
  .swatch-white-red
  .panel-primary
  > .panel-heading
  + .panel-collapse
  .panel-body {
  border-top-color: #a23914;
}
.swatch-white-red .panel-footer,
[class*="swatch-"] .swatch-white-red .panel-footer {
  background: #e66437;
  border-color: #cf491a;
}
.swatch-white-red .panel .table,
[class*="swatch-"] .swatch-white-red .panel .table {
  box-shadow: 0 0 0 1px #e9e9e9 inset;
}
.swatch-white-red .panel .table th,
[class*="swatch-"] .swatch-white-red .panel .table th {
  background: #e9e9e9;
  color: #1c1c1c;
}
.swatch-white-red .portfolio-title,
[class*="swatch-"] .swatch-white-red .portfolio-title {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .portfolio-nav svg,
[class*="swatch-"] .swatch-white-red .portfolio-nav svg {
  stroke: #7c7c7c;
}
.swatch-white-red .social-icons li a,
[class*="swatch-"] .swatch-white-red .social-icons li a {
  background-color: #e35220;
}
.swatch-white-red .social-icons li a i,
[class*="swatch-"] .swatch-white-red .social-icons li a i {
  color: #fff;
}
.swatch-white-red .social-icons li a:not([data-iconcolor]):hover,
[class*="swatch-"]
  .swatch-white-red
  .social-icons
  li
  a:not([data-iconcolor]):hover {
  background-color: rgba(227, 82, 32, 0.8);
}
.swatch-white-red .social-simple li a i,
[class*="swatch-"] .swatch-white-red .social-simple li a i {
  color: #7c7c7c;
}
.swatch-white-red .social-simple li a:not([data-iconcolor]):hover i,
[class*="swatch-"]
  .swatch-white-red
  .social-simple
  li
  a:not([data-iconcolor]):hover
  i {
  color: #e35220;
}
.swatch-white-red .box-inner,
[class*="swatch-"] .swatch-white-red .box-inner {
  background-color: #e9e9e9;
}
.swatch-white-red .box:not(.box-simple) a.box-inner:hover,
[class*="swatch-"] .swatch-white-red .box:not(.box-simple) a.box-inner:hover {
  background: none !important;
  box-shadow: 0 0 0 1px #076994 inset;
}
.swatch-white-red .box:not(.box-simple) a.box-inner:hover svg,
[class*="swatch-"]
  .swatch-white-red
  .box:not(.box-simple)
  a.box-inner:hover
  svg {
  stroke: #076994;
}
.swatch-white-red .bordered:after,
[class*="swatch-"] .swatch-white-red .bordered:after {
  background-color: #1c1c1c;
}
.swatch-white-red .bordered > a:after,
[class*="swatch-"] .swatch-white-red .bordered > a:after {
  background-color: #e35220;
}
.swatch-white-red .bordered-link:after,
[class*="swatch-"] .swatch-white-red .bordered-link:after {
  background-color: #e35220 !important;
}
.swatch-white-red #infscr-loading,
[class*="swatch-"] .swatch-white-red #infscr-loading {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .counter .value,
[class*="swatch-"] .swatch-white-red .counter .value {
  color: #1c1c1c;
}
.swatch-white-red .scroll-to,
[class*="swatch-"] .swatch-white-red .scroll-to {
  border-color: #e35220;
}
.swatch-white-red .scroll-to svg,
[class*="swatch-"] .swatch-white-red .scroll-to svg {
  stroke: #e35220;
}
.swatch-white-red .scroll-to:hover,
[class*="swatch-"] .swatch-white-red .scroll-to:hover {
  border-color: #076994;
}
.swatch-white-red .scroll-to:hover svg,
[class*="swatch-"] .swatch-white-red .scroll-to:hover svg {
  stroke: #076994;
}
.swatch-white-red .map-marker-label,
[class*="swatch-"] .swatch-white-red .map-marker-label {
  border-top-color: #e35220;
}
.swatch-white-red .tag-list span,
[class*="swatch-"] .swatch-white-red .tag-list span {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .mejs-audio,
[class*="swatch-"] .swatch-white-red .mejs-audio {
  background-color: #e35220;
  color: #fff;
}
.swatch-white-red .mejs-container .mejs-controls .mejs-time span,
[class*="swatch-"]
  .swatch-white-red
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  color: #fff;
}
.swatch-white-red .mejs-controls .mejs-button button:hover,
[class*="swatch-"] .swatch-white-red .mejs-controls .mejs-button button:hover {
  background-color: transparent;
}
.swatch-white-red .mejs-controls .mejs-time-rail .mejs-time-loaded,
[class*="swatch-"]
  .swatch-white-red
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: #fff;
}
.swatch-white-red
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.swatch-white-red .mejs-controls .mejs-time-rail .mejs-time-current,
.swatch-white-red .post:after,
[class*="swatch-"]
  .swatch-white-red
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
[class*="swatch-"]
  .swatch-white-red
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
[class*="swatch-"] .swatch-white-red .post:after {
  background: #e9e9e9;
}
.swatch-white-red .post-icon,
[class*="swatch-"] .swatch-white-red .post-icon {
  background: #e35220;
}
.swatch-white-red .post-icon i,
[class*="swatch-"] .swatch-white-red .post-icon i {
  color: #fff;
}
.swatch-white-red .post-search-icon,
[class*="swatch-"] .swatch-white-red .post-search-icon {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(28, 28, 28, 0.2);
}
.swatch-white-red .post-extras a,
[class*="swatch-"] .swatch-white-red .post-extras a {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-red .post-extras a:hover,
[class*="swatch-"] .swatch-white-red .post-extras a:hover {
  color: #e35220;
}
.swatch-white-red .post-extras i,
[class*="swatch-"] .swatch-white-red .post-extras i {
  color: #7c7c7c;
}
.swatch-white-red .post-more-link i,
[class*="swatch-"] .swatch-white-red .post-more-link i {
  color: #e35220;
}
.swatch-white-red .media-inner:after,
[class*="swatch-"] .swatch-white-red .media-inner:after {
  background: #e35220;
}
.swatch-white-red .author-info,
[class*="swatch-"] .swatch-white-red .author-info {
  background-color: #e35220;
  color: #fff;
}
.swatch-white-red .author-info .media-heading,
[class*="swatch-"] .swatch-white-red .author-info .media-heading {
  color: #fff;
}
.swatch-white-red .author-info .media-heading:after,
[class*="swatch-"] .swatch-white-red .author-info .media-heading:after {
  background: #fff;
}
.post-masonry .swatch-white-red:hover,
.post-masonry [class*="swatch-"] .swatch-white-red:hover,
.swatch-white-red .breadcrumb-blog .active,
.swatch-white-red .breadcrumb-blog a,
[class*="swatch-"] .swatch-white-red .breadcrumb-blog .active,
[class*="swatch-"] .swatch-white-red .breadcrumb-blog a {
  color: #7c7c7c;
}
.swatch-white-red .breadcrumb-blog a:hover,
[class*="swatch-"] .swatch-white-red .breadcrumb-blog a:hover {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-red .post-related-post,
[class*="swatch-"] .swatch-white-red .post-related-post {
  background-color: #e35220;
}
.swatch-white-red .post-related-post a,
[class*="swatch-"] .swatch-white-red .post-related-post a {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-red .post-related-post a:hover,
[class*="swatch-"] .swatch-white-red .post-related-post a:hover {
  color: #fff;
}
.swatch-white-red .post-related-post small,
[class*="swatch-"] .swatch-white-red .post-related-post small {
  background: #fff;
  color: #1c1c1c;
}
.swatch-white-red .post-related-post blockquote,
[class*="swatch-"] .swatch-white-red .post-related-post blockquote {
  color: #fff;
}
.swatch-white-red .post-related-post blockquote small,
[class*="swatch-"] .swatch-white-red .post-related-post blockquote small {
  background: rgba(28, 28, 28, 0.9);
  color: #fff;
}
.swatch-white-red .post-related-post blockquote:before,
[class*="swatch-"] .swatch-white-red .post-related-post blockquote:before {
  background-color: #c64519;
}
.swatch-white-red .post-sticky,
[class*="swatch-"] .swatch-white-red .post-sticky {
  background: rgba(227, 82, 32, 0.8);
}
.swatch-white-red .post-sticky i,
[class*="swatch-"] .swatch-white-red .post-sticky i {
  color: #fff;
}
.swatch-white-red .gform_wrapper .gsection,
[class*="swatch-"] .swatch-white-red .gform_wrapper .gsection {
  border-color: #e9e9e9;
}
.swatch-white-red .gf_progressbar,
[class*="swatch-"] .swatch-white-red .gf_progressbar {
  background: #e9e9e9;
}
.swatch-white-red .gf_progressbar_percentage,
[class*="swatch-"] .swatch-white-red .gf_progressbar_percentage {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .sidebar,
[class*="swatch-"] .swatch-white-red .sidebar {
  color: #7c7c7c;
}
.swatch-white-red .sidebar h3,
[class*="swatch-"] .swatch-white-red .sidebar h3 {
  color: #1c1c1c;
}
.swatch-white-red .sidebar a,
[class*="swatch-"] .swatch-white-red .sidebar a {
  color: #7c7c7c;
}
.swatch-white-red .sidebar a:hover,
[class*="swatch-"] .swatch-white-red .sidebar a:hover {
  color: #e35220;
}
.swatch-white-red .sidebar-header:after,
.swatch-white-red .sidebar-widget .post-icon,
[class*="swatch-"] .swatch-white-red .sidebar-header:after,
[class*="swatch-"] .swatch-white-red .sidebar-widget .post-icon {
  background: #e35220;
}
.swatch-white-red .sidebar-widget .post-icon i,
[class*="swatch-"] .swatch-white-red .sidebar-widget .post-icon i {
  color: #fff;
}
.swatch-white-red .widget_recent_entries li,
[class*="swatch-"] .swatch-white-red .widget_recent_entries li {
  border-color: #e9e9e9;
}
.swatch-white-red .widget_tag_cloud ul a,
[class*="swatch-"] .swatch-white-red .widget_tag_cloud ul a {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .widget_tag_cloud ul a:hover,
[class*="swatch-"] .swatch-white-red .widget_tag_cloud ul a:hover {
  background: rgba(227, 82, 32, 0.9);
  color: #fff;
}
.swatch-white-red .widget_calendar tbody a,
[class*="swatch-"] .swatch-white-red .widget_calendar tbody a {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .widget_calendar tbody a:hover,
[class*="swatch-"] .swatch-white-red .widget_calendar tbody a:hover {
  background: #c64519;
  color: #fff;
}
.swatch-white-red .widget_calendar tfoot,
[class*="swatch-"] .swatch-white-red .widget_calendar tfoot {
  background: #e9e9e9;
}
.swatch-white-red .widget_nav_menu .sub-menu li:before,
[class*="swatch-"] .swatch-white-red .widget_nav_menu .sub-menu li:before {
  color: #e9e9e9;
}
.swatch-white-red .widget_oxy_twitter li:before,
[class*="swatch-"] .swatch-white-red .widget_oxy_twitter li:before {
  color: #e35220;
}
.swatch-white-red .top-search form,
[class*="swatch-"] .swatch-white-red .top-search form {
  background-color: #fff;
}
.swatch-white-red .top-search input,
[class*="swatch-"] .swatch-white-red .top-search input {
  background: 0 0;
  color: #7c7c7c;
}
.swatch-white-red .top-search input:focus,
[class*="swatch-"] .swatch-white-red .top-search input:focus {
  box-shadow: none;
}
.swatch-white-red .top-search input:-moz-placeholder,
[class*="swatch-"] .swatch-white-red .top-search input:-moz-placeholder {
  color: #7c7c7c;
}
.swatch-white-red .top-search input::-moz-placeholder,
[class*="swatch-"] .swatch-white-red .top-search input::-moz-placeholder {
  color: #7c7c7c;
}
.swatch-white-red .top-search input:-ms-input-placeholder,
[class*="swatch-"] .swatch-white-red .top-search input:-ms-input-placeholder {
  color: #7c7c7c;
}
.swatch-white-red .top-search input::-webkit-input-placeholder,
[class*="swatch-"]
  .swatch-white-red
  .top-search
  input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.swatch-white-red .top-search .search-close,
[class*="swatch-"] .swatch-white-red .top-search .search-close {
  color: #e35220;
}
.swatch-white-red .top-search svg,
[class*="swatch-"] .swatch-white-red .top-search svg {
  stroke: #076994;
}
.swatch-white-red.top-bar a,
[class*="swatch-"] .swatch-white-red.top-bar a {
  color: #1c1c1c;
}
.swatch-white-red.top-bar a:hover,
[class*="swatch-"] .swatch-white-red.top-bar a:hover {
  color: #e35220;
}
.swatch-white-red .widget_swatch_wpml_language_selector li:before,
.swatch-white-red.top-bar .sidebar-widget:after,
[class*="swatch-"]
  .swatch-white-red
  .widget_swatch_wpml_language_selector
  li:before,
[class*="swatch-"] .swatch-white-red.top-bar .sidebar-widget:after {
  background: #e9e9e9;
}
.swatch-white-red .button,
[class*="swatch-"] .swatch-white-red .button {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .button:hover,
[class*="swatch-"] .swatch-white-red .button:hover {
  background: rgba(227, 82, 32, 0.9);
  color: #fff;
}
.swatch-white-red.section-commerce .breadcrumb,
[class*="swatch-"] .swatch-white-red.section-commerce .breadcrumb {
  background: 0 0;
  color: #7c7c7c;
}
.swatch-white-red.section-commerce .breadcrumb a,
.swatch-white-red.section-commerce .breadcrumb > li + li:before,
[class*="swatch-"] .swatch-white-red.section-commerce .breadcrumb a,
[class*="swatch-"]
  .swatch-white-red.section-commerce
  .breadcrumb
  > li
  + li:before {
  color: #e35220;
}
.swatch-white-red .woocommerce-ordering .select-wrap,
[class*="swatch-"] .swatch-white-red .woocommerce-ordering .select-wrap {
  background: #e35220;
}
.swatch-white-red .woocommerce-ordering .select-wrap:after,
[class*="swatch-"] .swatch-white-red .woocommerce-ordering .select-wrap:after {
  color: #fff;
}
.swatch-white-red .woocommerce-ordering select,
[class*="swatch-"] .swatch-white-red .woocommerce-ordering select {
  color: #fff;
  background: 0 0;
}
.swatch-white-red .onsale,
[class*="swatch-"] .swatch-white-red .onsale {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .price,
[class*="swatch-"] .swatch-white-red .price {
  color: #1c1c1c;
}
.swatch-white-red .page-numbers a,
.swatch-white-red .page-numbers span,
[class*="swatch-"] .swatch-white-red .page-numbers a,
[class*="swatch-"] .swatch-white-red .page-numbers span {
  color: #fff;
}
.swatch-white-red .page-numbers li,
[class*="swatch-"] .swatch-white-red .page-numbers li {
  background: #e35220;
}
.swatch-white-red .page-numbers .current,
.swatch-white-red .page-numbers li a:hover,
[class*="swatch-"] .swatch-white-red .page-numbers .current,
[class*="swatch-"] .swatch-white-red .page-numbers li a:hover {
  background: #e9e9e9;
  color: #7c7c7c;
}
.swatch-white-red #reviews .comment,
[class*="swatch-"] .swatch-white-red #reviews .comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-white-red #reviews .form-control,
[class*="swatch-"] .swatch-white-red #reviews .form-control {
  background: #fff;
}
.swatch-white-red #reviews input[type="submit"],
[class*="swatch-"] .swatch-white-red #reviews input[type="submit"] {
  background: #fff;
  color: #e35220;
}
.swatch-white-red .cross-sells h2,
.swatch-white-red .related h2,
.swatch-white-red .upsells h2,
[class*="swatch-"] .swatch-white-red .cross-sells h2,
[class*="swatch-"] .swatch-white-red .related h2,
[class*="swatch-"] .swatch-white-red .upsells h2 {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .product-category h3,
[class*="swatch-"] .swatch-white-red .product-category h3 {
  background: rgba(227, 82, 32, 0.85);
  color: #fff;
}
.swatch-white-red .product-category h3 mark,
.swatch-white-red .product-nav a i,
[class*="swatch-"] .swatch-white-red .product-category h3 mark,
[class*="swatch-"] .swatch-white-red .product-nav a i {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .product-images figcaption,
[class*="swatch-"] .swatch-white-red .product-images figcaption {
  box-shadow: none;
  background: #e35220;
}
.swatch-white-red .product-images figcaption i,
[class*="swatch-"] .swatch-white-red .product-images figcaption i {
  color: #fff;
}
.swatch-white-red .product-images .flex-active,
[class*="swatch-"] .swatch-white-red .product-images .flex-active {
  box-shadow: 0 3px 0 #e35220;
}
.swatch-white-red .order_details,
[class*="swatch-"] .swatch-white-red .order_details {
  background: #e9e9e9;
}
.swatch-white-red .order_details li,
[class*="swatch-"] .swatch-white-red .order_details li {
  border-color: #fff;
}
.swatch-white-red .cart_list li,
[class*="swatch-"] .swatch-white-red .cart_list li {
  border-color: #e9e9e9;
}
.swatch-white-red .cart-actions,
[class*="swatch-"] .swatch-white-red .cart-actions {
  background: #fff;
}
.swatch-white-red .widget_product_tag_cloud a,
[class*="swatch-"] .swatch-white-red .widget_product_tag_cloud a {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .widget_product_tag_cloud a:hover,
[class*="swatch-"] .swatch-white-red .widget_product_tag_cloud a:hover {
  background: rgba(227, 82, 32, 0.9);
  color: #fff;
}
.swatch-white-red .product_list_widget li,
[class*="swatch-"] .swatch-white-red .product_list_widget li {
  border-color: #e9e9e9;
}
.swatch-white-red .star-rating,
[class*="swatch-"] .swatch-white-red .star-rating {
  color: #e35220;
}
.swatch-white-red .widget_price_filter .ui-slider .ui-slider-range,
[class*="swatch-"]
  .swatch-white-red
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background: #e9e9e9;
}
.swatch-white-red .widget_price_filter .ui-slider .ui-slider-handle,
[class*="swatch-"]
  .swatch-white-red
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  background: #e35220;
}
.swatch-white-red .widget_product_search form:after,
[class*="swatch-"] .swatch-white-red .widget_product_search form:after {
  color: #fff;
}
.swatch-white-red .bbp-forums-list li,
[class*="swatch-"] .swatch-white-red .bbp-forums-list li {
  border-left-color: #e35220;
}
.swatch-white-red .bbp-topic-freshness-author:after,
[class*="swatch-"] .swatch-white-red .bbp-topic-freshness-author:after {
  background: #e35220;
}
.swatch-white-red .bbp-topic-permalink i,
[class*="swatch-"] .swatch-white-red .bbp-topic-permalink i {
  color: #e35220;
}
.swatch-white-red .panel-bbpress,
[class*="swatch-"] .swatch-white-red .panel-bbpress {
  background: #fff;
}
.swatch-white-red .panel-bbpress .panel-heading,
[class*="swatch-"] .swatch-white-red .panel-bbpress .panel-heading {
  border-color: #e35220;
}
.swatch-white-red .panel-bbpress .panel-body,
[class*="swatch-"] .swatch-white-red .panel-bbpress .panel-body {
  border-color: #e9e9e9;
}
.swatch-white-red .panel-bbpress .panel-warning,
[class*="swatch-"] .swatch-white-red .panel-bbpress .panel-warning {
  color: #e35220;
  border-color: #e9e9e9;
}
.swatch-white-red .panel-bbpress .bbp-template-notice,
[class*="swatch-"] .swatch-white-red .panel-bbpress .bbp-template-notice {
  border-color: #e9e9e9;
}
.swatch-white-red .panel-bbpress .panel-footer,
[class*="swatch-"] .swatch-white-red .panel-bbpress .panel-footer {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.swatch-white-red .label-bbpress,
[class*="swatch-"] .swatch-white-red .label-bbpress {
  background: 0 0;
  color: #e35220;
}
.swatch-white-red .bbp-reply-content,
[class*="swatch-"] .swatch-white-red .bbp-reply-content {
  border-color: #e9e9e9;
}
.swatch-white-red .bbp-reply-content .media-heading,
[class*="swatch-"] .swatch-white-red .bbp-reply-content .media-heading {
  background: #f6f6f6;
  border-color: #dcdcdc;
}
.swatch-white-red .bbp_author_details img,
[class*="swatch-"] .swatch-white-red .bbp_author_details img {
  background: #fff;
  box-shadow: 0 0 0 4px #e9e9e9;
}
.swatch-white-red .bbp_author_details:after,
[class*="swatch-"] .swatch-white-red .bbp_author_details:after {
  background: #e9e9e9;
}
.swatch-white-red .bbp_author_details:hover img,
[class*="swatch-"] .swatch-white-red .bbp_author_details:hover img {
  box-shadow: 0 0 0 4px #e35220;
}
.swatch-white-red .bbpress-header .breadcrumb .active,
.swatch-white-red .bbpress-header .breadcrumb a,
[class*="swatch-"] .swatch-white-red .bbpress-header .breadcrumb .active,
[class*="swatch-"] .swatch-white-red .bbpress-header .breadcrumb a {
  color: #7c7c7c;
}
.swatch-white-red .bbpress-header .breadcrumb a:hover,
[class*="swatch-"] .swatch-white-red .bbpress-header .breadcrumb a:hover {
  color: rgba(124, 124, 124, 0.8);
}
.swatch-white-red .bbp-topic-tags a,
[class*="swatch-"] .swatch-white-red .bbp-topic-tags a {
  background: #e35220;
  color: #fff;
}
.swatch-white-red .bbp-topic-tags a:hover,
[class*="swatch-"] .swatch-white-red .bbp-topic-tags a:hover {
  background: rgba(227, 82, 32, 0.9);
}
.swatch-white-red .bbp-logged-in,
[class*="swatch-"] .swatch-white-red .bbp-logged-in {
  background: #e9e9e9;
}
.swatch-white-red .bbp-logged-in .button,
.swatch-white-red .bbp-logged-in .button:hover,
[class*="swatch-"] .swatch-white-red .bbp-logged-in .button,
[class*="swatch-"] .swatch-white-red .bbp-logged-in .button:hover {
  color: #fff;
}
.swatch-white-red .post-count,
[class*="swatch-"] .swatch-white-red .post-count {
  background: #e35220;
  color: #fff;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
body .btn,
body button,
body input,
body textarea {
  font-family: "Source Sans Pro", sans-serif;
}
blockquote p {
  font-weight: 300;
}
.light {
  font-weight: 300 !important;
}
.hairline {
  font-weight: 200 !important;
}
.hairline strong {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.lead {
  font-weight: 300;
}
.lead strong {
  font-weight: 600;
}
.swatch-white#masthead {
  box-shadow: none;
  border-bottom: 2px solid #076994;
}
.section-underbar {
  margin-top: -20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .navbar-header {
    padding-left: 18px;
  }
  .navbar-header-menu {
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    padding-left: 20px;
  }
  .navbar-header-menu {
    padding-right: 20px;
  }
}
@media (min-width: 1096px) {
  .navbar-header {
    padding-left: 40px;
  }
  .navbar-header-menu {
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .navbar-header {
    padding-left: 60px;
  }
  .navbar-header-menu {
    padding-right: 60px;
  }
}
.swatch-white a:hover i {
  color: #087f87;
  color: var(--default-red-color);
}
@media (min-width: 992px) {
  #masthead#masthead .details-nav {
    height: 40px;
    bottom: -40px;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
    position: absolute;
    padding: 0 10px;
  }
  #masthead#masthead .details-nav:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  #masthead#masthead .details-nav > li {
    float: none;
    display: inline-block;
  }
  #masthead#masthead .details-nav > li > a {
    padding: 8px;
  }
  #masthead#masthead .details-nav > li > a:hover:before {
    display: none;
  }
  #masthead#masthead .details-nav > li > a,
  #masthead#masthead .details-nav > li > a i {
    color: #fff;
  }
  #masthead#masthead .details-nav > li > a i {
    padding-right: 5px;
  }
  #masthead#masthead .details-nav > li > a:hover {
    opacity: 0.7;
  }
  ul.nav.navbar-nav.details-nav:before {
    content: " ";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    background: #076994;
    height: 100%;
    z-index: -1;
    width: auto !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #000;
  }
}
@media (min-width: 1096px) {
  #masthead#masthead .details-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #masthead#masthead .details-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
  ul.nav.navbar-nav.details-nav:before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 1600px) {
  #masthead#masthead .details-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
  ul.nav.navbar-nav.details-nav:before {
    left: 45px;
    right: 45px;
  }
}
.search-offer {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -230px;
  width: 460px;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 1004;
}
.search-offer .input-group-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #003c77;
  overflow: hidden;
}
.search-offer #search-button {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.search-offer #text-search {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 200px;
  box-shadow: none;
}
.search-offer #location-search {
  width: 150px;
  border-left: 6px solid #003c77;
  box-shadow: none;
}
@media (max-width: 991px) {
  .search-offer {
    left: auto;
    right: 60px;
    top: 0;
    margin: 16px 0;
    width: 420px;
  }
}
@media (max-width: 767px) {
  .search-offer {
    margin: 0;
    left: 0;
    padding: 0;
    top: 83px;
    width: 100%;
    border-top: 1px solid #076994;
  }
  .search-offer .input-group-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .search-offer #text-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-right: 50px;
    border-bottom: 1px solid #076994;
  }
  .search-offer #location-search {
    border-left: none;
    display: none;
  }
  .search-offer #search-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-offer.shown #search-button {
    height: 100%;
  }
  .search-offer.shown #location-search {
    width: 100%;
    margin-right: 50px;
    display: block;
    border-bottom: 1px solid #076994;
  }
  .search-offer.shown .currentLocation {
    margin-top: 35px;
  }
}
.scrim-search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1003;
}
@media (max-width: 767px) {
  #content,
  .navbar-header-menu {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #masthead.navbar-sticky .navbar-collapse {
    max-height: 500px;
  }
}
.navbar-scrolled .search-offer {
  top: -10px;
}
@media (max-width: 767px) {
  .navbar-scrolled .search-offer {
    top: 70px;
  }
}
.pac-container {
  z-index: 999999;
}
#location-search,
#text-search {
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.currentLocation {
  display: block;
  position: absolute;
  left: 212px;
  z-index: 2;
  padding: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.currentLocation:hover {
  background: 0 0;
}
footer {
  margin: 0;
  background: #111;
  text-align: center;
  height: 50px;
  overflow: hidden;
  border-top: 2px solid #000;
}
footer ul {
  padding: 5px 0;
}
footer ul:before {
  display: table;
  content: " ";
}
footer li {
  display: block;
  float: left;
  list-style-type: none;
}
footer li a {
  display: block;
  padding: 10px 15px;
}
.copyright {
  margin: 0 auto;
  display: inline-block;
  color: #999;
}
@media (min-width: 768px) {
  .copyright {
    padding: 10px 15px 15px 130px;
  }
}
body,
html {
  height: 100% !important;
}
@media (min-width: 768px) {
  :not(.non-sticky-footer) .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  :not(.non-sticky-footer) .push,
  :not(.non-sticky-footer) footer {
    height: 50px;
  }
  :not(.non-sticky-footer) footer {
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 999999;
  }
}
@media (max-width: 767px) {
  footer {
    height: auto;
  }
  footer a,
  footer li,
  footer span,
  footer ul {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  footer ul {
    padding: 0;
  }
}
.section:not(:first-of-type) {
  border-top: 2px solid #076994;
}
.swatch-lightblue {
  background: #087f87;
  background: var(--default-red-color);
}
.swatch-lightgrey {
  background: #f5f5f5;
}
.swatch-color2 {
  background: #d0121e;
}
.grid-overlay-light-70 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEklEQVR4AWP43%2FvfjuG%2F9X9rABy8BT7tER6pAAAAAElFTkSuQmCC);
}
.heading-container {
  width: 100%;
}
@font-face {
  font-family: icomoon;
  src: url(/assets/icomoon-283fe666d7dd49fdf455e5fa5e4b747e.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-person:before {
  content: "\e800";
}
.icon-weighlifting:before {
  content: "\e802";
}
.icon-woman:before {
  content: "\e803";
}
.icon-pregnant:before {
  content: "\e804";
}
.icon-buffet:before {
  content: "\e805";
}
.icon-dollar:before {
  content: "\e806";
}
.icon-create:before {
  content: "\e807";
}
.icon-hand:before {
  content: "\e808";
}
.icon-house:before {
  content: "\e809";
}
.icon-home:before {
  content: "\e80a";
}
.icon-burger:before {
  content: "\e801";
}
.icon-t:before {
  content: "\e80b";
}
.icon-female:before {
  content: "\e80c";
}
.modal-dialog {
  top: 100px;
}
.loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.loading-indicator:before {
  content: " ";
  display: block;
  background: url(/assets/loading-f1905e85e67333be3324911b6176ac93.gif) 0 0/100px
    100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.loading-indicator .message {
  color: #fff;
  position: absolute;
  top: 40%;
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.loading-indicator.shown {
  opacity: 1;
}
.home .home-intro {
  background-image: url(/assets/pages/home-efeba8be2407416b3bc98460f5f2a4bf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
}
.home #slider-flex1 .flex-viewport {
  height: 200px !important;
}
.home #slider-flex1 .slides {
  margin-top: 30px;
  height: 150px;
  z-index: 2;
  overflow: visible;
}
.home #slider-flex1 .slides > li {
  height: 130px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.home #slider-flex1 .slides > li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home #slider-flex1 .slides > li > div {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.home #slider-flex1 .slides > li > div > figure {
  padding: 5px;
  box-shadow: 0 0 4px #000, 2px 2px 0 2px #222;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  background: #fff;
}
.home #slider-flex1 .slides > li > div > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.home #slider-flex1 .slides > li > div > figure:before {
  content: " ";
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -4px;
}
.home .flex-control-nav a {
  .user-select: none;
}
.home .home-footer {
  background-image: url(/assets/pages/home-efeba8be2407416b3bc98460f5f2a4bf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
  padding-bottom: 50px;
}
.home .centered-icon {
  position: absolute;
  margin-top: -50px;
  top: 50%;
  margin-left: -50px;
  left: 50%;
}
.animate-3s {
  -webkit-animation: 0.3s;
  animation: 0.3s;
}
.about .about-intro {
  background-image: url(/assets/pages/about-1d062786fac132ec7e6dc24aace69b13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.about .features-list li {
  min-height: 80px;
}
.about .features-light .features-list-icon {
  border: 1px solid #000;
}
.about .features-light .features-list-icon:hover {
  border: 2px solid #000;
}
.about .features-light .features-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.error-page .wrapper {
  background-image: url(/assets/pages/error-a0f10f90065efda501610e10d6c12938.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.error-page .wrapper .swatch-black {
  background: 0 0;
}
.privacy-intro {
  background-image: url(/assets/pages/privacy-22558e92020facc5af6ff9091fd0d61e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.terms-intro {
  background-image: url(/assets/pages/terms-3cac913eafb77602edcd130cb1bcdb8c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
}
.faq-intro {
  background-image: url(/assets/pages/faq-c0378044b4e9adef2b94e60702d90dc5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
}
.business-owner-intro {
  background-image: url(/assets/pages/home-efeba8be2407416b3bc98460f5f2a4bf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
}
.travel-intro {
  background-image: url(/images/travel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
}
.login-intro {
  background-image: url(/assets/pages/login-eb5f549bfc01cdc6823b1270f117ed2f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 80%;
}
.vendor-box {
  position: relative;
  padding: 10px;
}
@media (min-width: 1600px) {
  .vendor-box:nth-child(6n + 1) {
    clear: left;
  }
}
@media (min-width: 1096px) and (max-width: 1599px) {
  .vendor-box:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1096px) {
  .vendor-box:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vendor-box:nth-child(2n + 1) {
    clear: left;
  }
}
.vendor-box .vendor-content {
  border-radius: 3px;
  box-shadow: 0 0 10px #bbb;
}
.vendor-box .vendor-content:hover {
  box-shadow: 1px 1px 2px 0 #555, 0 0 10px #bbb;
}
.vendor-box .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80%;
  padding-top: 40%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.vendor-box .name-container {
  z-index: 3;
  position: relative;
  padding: 10px 70px 10px 10px;
}
.vendor-box .overlay-container {
  position: relative;
  width: 100%;
  text-shadow: 0 1px 0 #000;
  pointer-events: none;
}
.vendor-box .vendor-detail {
  padding: 5px;
  text-align: center;
  color: #222;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.vendor-box .vendor-detail .row {
  padding: 10px;
}
.vendor-box .vendor-logo {
  max-width: 40%;
  max-height: 40%;
  position: absolute;
  top: 5px;
  z-index: 3;
  left: -9px;
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  border-radius: 2px;
}
.vendor-box .offer-value {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.vendor-box .summary {
  padding: 5px 6px 10px;
}
.vendor-box .distance {
  height: 100%;
  display: block;
  position: absolute;
  right: -50px;
  margin-top: -12px;
  top: 50%;
}
.vendor-box .more-offers-btn {
  margin: 10px;
}
.vendor-box .actions {
  padding: 10px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vendor-box .actions a:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.page-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.filter-table.table td {
  border-top: none;
}
.filter-table.table label {
  width: 100%;
}
.product_list_widget {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product_list_widget [data-toggle] {
  cursor: pointer;
}
.product_list_widget label {
  font-weight: 300;
  margin-bottom: 0;
}
.sort-tabs {
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.offers-container aside > div {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  margin-left: 10px;
}
.offers-container > .row {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .offers-container > .row {
    margin-left: 15px;
  }
}
.card-name-overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(28%, rgba(0, 0, 0, 0.2)),
    color-stop(100%, rgba(0, 0, 0, 0.4))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.2) 28%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.2) 28%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
.offers .push {
  background: #f5f5f5;
}
.vendor-card-container {
  margin-top: -10px;
  padding-left: 0;
  padding-right: 0;
}
.one-up-box {
  padding-bottom: 24px;
}
.distance .air {
  color: #eee;
}
.avail-benefit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  background: #d0121e !important;
}
.avail-benefit:hover {
  background: #c21513 !important;
}
.full-page-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sidebar-widget {
    display: none;
  }
}
.offers #wrapper {
  background: #f5f5f5;
}
.business-oneup .cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.business-oneup .description-box {
  text-align: justify;
}
.business-oneup .business-full-logo {
  max-width: 100%;
  max-height: 200px;
}
.business-oneup .oneup-map {
  width: 100%;
  height: 200px;
  border: 1px solid #003c77;
}
.business-oneup .offer-key {
  font-size: 30px;
}
.business-oneup .logo-container {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-right: 20px;
}
.business-oneup .content-container {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}
.business-oneup .get-Code {
  background: #d0121e;
}
.business-oneup .get-Code:hover {
  background: #c21513;
}
.business-oneup .offer-list iframe {
  width: 100%;
}
.business-oneup .tag {
  display: inline-block;
  background: #087f87;
  background: var(--default-red-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px;
}
.business-oneup .feedback-input {
  padding-right: 150px;
}
.business-oneup .feedback-send-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
}
.business-card-sections .vendor-card-container {
  padding-left: 20px;
  padding-right: 20px;
}
.business-card-sections .wrapper {
  background: #f5f5f5;
}
.register-phone span {
  font-size: 14px;
  text-shadow: none;
  line-height: 11px;
  padding-left: 5px;
  display: none;
}
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-datetime-select select,
.rails-bootstrap-forms-time-select select {
  display: inline-block;
  width: auto;
}
.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
} /*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(images/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
  vertical-align: middle;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 0 solid #ddd;
  background: #fff;
  color: #000;
}
.ui-widget-content a {
  color: #444;
}
.ui-widget-header {
  border: 1px solid #ddd;
  /* background: url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50%
    repeat-x #ddd; */
  color: #444;
  font-weight: 700;
}
.ui-widget-header a {
  color: #444;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  /* background: url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50%
    repeat-x #f6f6f6; */
  font-weight: 700;
  color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 0 solid #aaa;
  border-bottom: 1px #f6f6f6 solid;
  background: #f6f6f6;
  color: #000;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ddd;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 700;
  color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x #fff;
  color: #444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x #fff;
  color: #222;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_ff0084_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_0073ea_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_666666_256x240.png);
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_0073ea_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ff0084_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 2px;
}
.ui-widget-overlay {
  background: url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x #eee;
  opacity: 0.8;
  filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  border-radius: 0;
}
.des-container {
  position: absolute;
  left: -0.3em;
  top: -23%;
  visibility: hidden;
  background: #4c4c4c;
  color: white;
  padding: 0.3em 0.5em;
  font-size: 0.7em;
  opacity: 0.7;
  width: 10em;
}
.des-container::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 52%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4c4c4c transparent transparent transparent;
}
.flexslider .slides > li:hover .des-container {
  visibility: visible;
}
.smallDeviceDropdown .smallDeviceEachDropdown a {
  color: #087f87 !important;
  cursor: pointer;
  display: block !important;
}
.smallDeviceEachDropdown {
  color: #078f87 !important;
}
.rewardsDetailsContainer{
  padding-bottom: 55px !important;
}
