@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  color: #777777;
  outline: none;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0088cc;
  text-decoration: none !important;
  outline: none !important;
}
a:hover,
a:focus {
  color: #006699;
  text-decoration: underline;
  outline: none !important;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #ef3447;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
}
hr.short {
  margin: 11px 0;
}
hr.tall {
  margin: 44px 0;
}
hr.taller {
  margin: 66px 0;
}
hr.gradient-to-right {
  background-image: -webkit-linear-gradient(left, #dbdbdb, transparent);
  background-image: linear-gradient(to right, #dbdbdb, transparent);
}
hr.gradient-to-left {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb);
  background-image: linear-gradient(to right, transparent, #dbdbdb);
}
hr.solid {
  background: #DBDBDB;
}
hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}
hr.invisible {
  background: none;
}
.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  text-align: center;
  position: relative;
  clear: both;
}
.divider.taller {
  margin: 66px auto;
}
.divider .fa,
.divider .icons {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #FFF;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1;
}
.divider.divider-solid {
  background: #DBDBDB;
}
.divider.divider-icon-sm .fa,
.divider.divider-icon-sm .icons {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 15px;
  margin-left: -16px;
}
.divider.divider-icon-lg {
  margin: 86px 0;
}
.divider.divider-icon-lg .fa,
.divider.divider-icon-lg .icons {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  font-size: 30px;
  margin-left: -30px;
}
.divider.divider-icon-lg.taller {
  margin: 100px auto;
}
.divider.divider-xs {
  width: 35%;
}
.divider.divider-sm {
  width: 67%;
}
.divider.divider-left .fa,
.divider.divider-left .icons {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}
.divider.divider-right .fa,
.divider.divider-right .icons {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}
.divider.divider-style-2 .fa,
.divider.divider-style-2 .icons {
  background: #f4f4f4;
  color: #a9a9a9;
}
.divider.divider-style-3 .fa,
.divider.divider-style-3 .icons {
  border: 1px solid #CECECE;
}
.divider.divider-style-4 .fa,
.divider.divider-style-4 .icons {
  border: 1px solid #CECECE;
}
.divider.divider-style-4 .fa:after,
.divider.divider-style-4 .icons:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}
.divider-primary hr {
  background: #0088cc !important;
}
.divider-secondary hr {
  background: #e36159 !important;
}
.divider-tertiary hr {
  background: #2baab1 !important;
}
.divider-quaternary hr {
  background: #383f48 !important;
}
.divider.divider-style-2.divider-primary .fa,
.divider.divider-style-2.divider-primary .icons {
  background: #0088cc;
  color: #ffffff;
}
.divider.divider-style-2.divider-secondary .fa,
.divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #ffffff;
}
.divider.divider-style-2.divider-tertiary .fa,
.divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #ffffff;
}
.divider.divider-style-2.divider-quaternary .fa,
.divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #ffffff;
}
.divider.divider-style-2.divider-dark .fa,
.divider.divider-style-2.divider-dark .icons {
  background: #2e353e;
  color: #ffffff;
}
.divider.divider-style-2.divider-light .fa,
.divider.divider-style-2.divider-light .icons {
  background: #ffffff;
  color: #777777;
}
.divider.divider-style-3.divider-primary .fa,
.divider.divider-style-3.divider-primary .icons {
  border-color: #0088cc;
  color: #0088cc;
}
.divider.divider-style-3.divider-secondary .fa,
.divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
  color: #e36159;
}
.divider.divider-style-3.divider-tertiary .fa,
.divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
  color: #2baab1;
}
.divider.divider-style-3.divider-quaternary .fa,
.divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
  color: #383f48;
}
.divider.divider-style-3.divider-dark .fa,
.divider.divider-style-3.divider-dark .icons {
  border-color: #2e353e;
  color: #2e353e;
}
.divider.divider-style-3.divider-light .fa,
.divider.divider-style-3.divider-light .icons {
  border-color: #ffffff;
  color: #ffffff;
}
.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555;
}
.divider.divider-small.divider-small-center {
  text-align: center;
}
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-small.divider-small-right {
  text-align: right;
}
.divider.divider-small.divider-small-right hr {
  margin-left: auto;
}
.divider.divider-small.divider-light hr {
  background: #ffffff;
}
.divider.divider-small.divider-small-sm hr {
  height: 1px;
}
.divider.divider-small.divider-small-lg hr {
  height: 6px;
}
.divider.divider-small.tall {
  margin: 34px 0;
}
.divider.divider-small.taller {
  margin: 46px 0;
}
hr.dashed,
.divider.dashed {
  background: none;
  position: relative;
}
hr.dashed:after,
.divider.dashed:after {
  border-top: 1px dashed #DBDBDB;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}
hr.pattern,
.divider.pattern {
  background: none;
  position: relative;
}
hr.pattern:after,
.divider.pattern:after {
  background: transparent url(../../images/joomlabuff/patterns/worn_dots.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}
hr.pattern.pattern-2:after,
.divider.pattern.pattern-2:after {
  background-image: url(../../images/joomlabuff/patterns/az_subtle.png);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  line-height: 1.1;
  color: #1d2127;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.6em;
}
h2,
.h2 {
  font-size: 2.2em;
}
h3,
.h3 {
  font-size: 1.8em;
}
h4,
.h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
}
h5,
.h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 20px;
  color: #777;
  line-height: 24px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.text-md {
  font-size: 1.6rem !important;
}
.text-lg {
  font-size: 1.9rem !important;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-left {
  text-align: left !important;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0088cc;
}
a.text-primary:hover {
  color: #006699;
}
.text-light {
  color: #ffffff !important;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.title-center .sppb-addon-title {
  text-align: center;
}
.section-tertiary {
  background-color: #dfe5ea !important;
  border-color: #d0d8e0 !important;
  border-top-style: solid;
  border-top-width: 5px;
}
.section-tertiary blockquote p {
  color: #777 !important;
}
.section-tertiary blockquote:before,
.section-tertiary blockquote:after {
  display: none;
}
.section-tertiary .testimonial-author strong {
  color: #111 !important;
}
.section-tertiary .testimonial-author span {
  color: #666 !important;
}
.section-text-light h1,
.section-text-light h2,
.section-text-light h3,
.section-text-light h4,
.section-text-light h5,
.section-text-light h6 {
  color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-primary {
  color: #fff;
  background-color: #0088cc;
}
a.bg-primary:hover {
  background-color: #006699;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1em;
  border-left: 5px solid #ededed;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 20px;
}
.blockquote-primary {
  border-color: #0088cc !important;
}
.blockquote-secondary {
  border-color: #e36159 !important;
}
.blockquote-tertiary {
  border-color: #2baab1 !important;
}
.blockquote-quaternary {
  border-color: #383f48 !important;
}
.blockquote-dark {
  border-color: #2e353e !important;
}
.blockquote-light {
  border-color: #ffffff !important;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}
.bg-brand {
  background: #0088cc !important;
  color: #ffffff !important;
  padding: 10px;
}

.heading.heading-border {
  margin-bottom: 25px;
}
.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  margin: 0;
  padding: 0;
}
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
}
.heading.heading-bottom-double-border h1,
.heading.heading-bottom-double-border h2,
.heading.heading-bottom-double-border h3 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 5px;
}
.heading.heading-middle-border {
  position: relative;
}
.heading.heading-middle-border:before {
  border-top: 1px solid #DBDBDB;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.heading.heading-middle-border h1,
.heading.heading-middle-border h2,
.heading.heading-middle-border h3,
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  position: relative;
  background: #FFF;
  display: inline-block;
}
.heading.heading-middle-border h1 {
  padding-right: 15px;
}
.heading.heading-middle-border h2,
.heading.heading-middle-border h3 {
  padding-right: 10px;
}
.heading.heading-middle-border h4,
.heading.heading-middle-border h5,
.heading.heading-middle-border h6 {
  padding-right: 5px;
}
.heading.heading-middle-border-reverse {
  text-align: right;
}
.heading.heading-middle-border-reverse h1,
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3,
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-right: 0;
}
.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}
.heading.heading-middle-border-reverse h2,
.heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}
.heading.heading-middle-border-reverse h4,
.heading.heading-middle-border-reverse h5,
.heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}
.heading.heading-middle-border-center {
  text-align: center;
}
.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}
.heading.heading-middle-border-center h2,
.heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.heading.heading-middle-border-center h4,
.heading.heading-middle-border-center h5,
.heading.heading-middle-border-center h6 {
  padding-left: 5px;
  padding-right: 5px;
}
.heading.heading-border-xs:before {
  border-top-width: 1px;
}
.heading.heading-border-sm:before {
  border-top-width: 2px;
}
.heading.heading-border-lg:before {
  border-top-width: 3px;
}
.heading.heading-border-xl:before {
  border-top-width: 5px;
}
.heading-primary {
  color: #0088cc !important;
}
.heading-primary,
.lnk-primary,
.text-color-primary {
  color: #0088cc !important;
}
.heading-secondary,
.lnk-secondary,
.text-color-secondary {
  color: #e36159 !important;
}
.heading-tertiary,
.lnk-tertiary,
.text-color-tertiary {
  color: #2baab1 !important;
}
.heading-quaternary,
.lnk-quaternary,
.text-color-quaternary {
  color: #383f48 !important;
}
.heading-dark,
.lnk-dark,
.text-color-dark {
  color: #2e353e !important;
}
.heading-light,
.lnk-light,
.text-color-light {
  color: #ffffff !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-dark {
  color: #1d2127 !important;
}
p .alternative-font {
  display: inline-block;
  margin-bottom: -6px;
  margin-top: -15px;
  position: relative;
  top: 3px;
}
.alternative-font {
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

.list li {
  margin-bottom: 13px;
}
.list.pull-left li {
  text-align: left;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
  color: #0088cc;
}
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
}
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #ffffff;
  background: #0088cc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}
.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}
.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 32px;
}
.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.5em;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}
.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}
.list.list-borders li {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.list.list-borders li:last-child {
  border-bottom: 0;
}
.list.list-side-borders {
  border-left: 1px solid #DBDBDB;
  padding-left: 10px;
}
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}
.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}
.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}
.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}
.no-radius {
  border-radius: 0px;
}
.sppb-progress-label {
  font-weight: normal;
}
.sppb-progress-label span {
  background-color: #1d2127;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 4px 8px;
  position: relative;
}
.sppb-progress-label span:after {
  border-color: #1d2127 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}
.sppb-progress {
  border-radius: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.sppb-progress .sppb-progress-bar-primary {
  background: #0088cc;
  border-radius: 25px;
}

.label-secondary {
  background-color: #e36159;
}
.label-tertiary {
  background-color: #2baab1;
}
.label-quaternary {
  background-color: #383f48;
}
.label-dark {
  background-color: #2e353e;
}
.label-light {
  background-color: #ffffff;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.sppb-btn-primary {
  background: #0088cc;
}
.sppb-btn-primary:hover {
  background: #006699 !important;
}
.sppb-btn-primary.sppb-btn-3d {
  border-bottom-color: #006699;
}
.sppb-btn-primary.sppb-btn-3d:hover {
  border-bottom-color: #006699 !important;
}
.custom-border-radius {
  border-radius: 30px !important;
}
.btn-primary-scale-2 {
  background: #006699;
  color: #ffffff;
  border-radius: 0px;
  border-color: #006699;
}
.btn-primary-scale-2:hover {
  color: #ffffff;
  border-color: #006699;
}
.btn-secondary {
  background: #57a6b0;
  color: #ffffff;
  border-radius: 0px;
  border-color: #57a6b0 #57a6b0 #448890;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #1d2127;
  border-color: #121518;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #07080a;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #1d2127;
  border-color: #121518;
}
.btn-inverse .badge {
  color: #1d2127;
  background-color: #ffffff;
}
.btn-no-br {
  border-radius: 0px;
}
.btn-xlg {
  border-radius: 6px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-xlg {
    padding: 15px 30px !important;
  }
}
@media (min-width: 768px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
@media (min-width: 992px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
@media (min-width: 1200px) {
  .btn-xlg {
    padding: 15px 60px !important;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-borders {
  border-width: 3px;
}
.btn-borders.btn-primary {
  background: transparent;
  border-color: #0088cc;
  color: #0088cc;
  text-shadow: none;
}
.btn-borders.btn-primary:hover,
.btn-borders.btn-primary:focus {
  background-color: #0088cc;
  border-color: #006699 !important;
  color: #FFF;
}
.btn-borders.btn-success {
  background: transparent;
  border-color: #47a447;
  color: #47a447;
  text-shadow: none;
}
.btn-borders.btn-success:hover,
.btn-borders.btn-success:focus {
  background-color: #51b451;
  border-color: #47a447 !important;
  color: #FFF;
}
.btn-borders.btn-warning {
  background: transparent;
  border-color: #ed9c28;
  color: #ed9c28;
  text-shadow: none;
}
.btn-borders.btn-warning:hover,
.btn-borders.btn-warning:focus {
  background-color: #efa740;
  border-color: #ed9c28 !important;
  color: #FFF;
}
.btn-borders.btn-danger {
  background: transparent;
  border-color: #d2322d;
  color: #d2322d;
  text-shadow: none;
}
.btn-borders.btn-danger:hover,
.btn-borders.btn-danger:focus {
  background-color: #d74742;
  border-color: #d2322d !important;
  color: #FFF;
}
.btn-borders.btn-info {
  background: transparent;
  border-color: #5bc0de;
  color: #5bc0de;
  text-shadow: none;
}
.btn-borders.btn-info:hover,
.btn-borders.btn-info:focus {
  background-color: #70c8e2;
  border-color: #5bc0de !important;
  color: #FFF;
}
.btn-borders.btn-dark {
  background: transparent;
  border-color: #1d2127;
  color: #1d2127;
  text-shadow: none;
}
.btn-borders.btn-dark:hover,
.btn-borders.btn-dark:focus {
  background-color: #282d36;
  border-color: #1d2127 !important;
  color: #FFF;
}
.btn-borders.btn-quaternary {
  background: transparent none repeat scroll 0 0;
  border-color: #1d2127;
  color: #1d2127;
  text-shadow: none;
}
.custom-button {
  border-radius: 30px !important;
  padding: 10px 30px !important;
}
.custom-button:hover {
  color: #555555;
  background: #ffffff;
}

.btn-borders {
  padding: 4px 12px;
}
.btn-borders.btn-lg,
.btn-group-lg > .btn-borders.btn {
  padding: 8px 16px;
}
.btn-borders.btn-sm,
.btn-group-sm > .btn-borders.btn {
  border-width: 2px;
  padding: 4px 10px;
}
.btn-borders.btn-xs,
.btn-group-xs > .btn-borders.btn {
  padding: 1px 5px;
  border-width: 1px;
}

.btn-3d {
  border-bottom-width: 3px;
  padding: 5px 12px;
  border-radius: 6px;
}
.btn-3d.btn-lg,
.btn-group-lg > .btn-3d.btn {
  padding: 9px 16px;
}
.btn-3d.btn-sm,
.btn-group-sm > .btn-3d.btn {
  border-width: 2px;
  padding: 4px 10px;
}
.btn-3d.btn-xs,
.btn-group-xs > .btn-3d.btn {
  padding: 1px 5px;
  border-width: 1px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #cde4a4;
  border-color: #89b837;
}
.invalid {
  border-color: #ef3447;
}
label.invalid {
  color: #ef3447;
}
input.invalid {
  border: 1px solid #ef3447;
}
.blockquote-secondary {
  border-color: #ff7347 !important;
}

.font-size-xs {
  font-size: 0.8em !important;
}
.font-size-sm {
  font-size: 0.9em !important;
}
.font-size-md {
  font-size: 1em !important;
}
.font-size-lg {
  font-size: 1.1em !important;
}
.font-size-xl {
  font-size: 1.2em !important;
}
.header-top-secondary {
  background: #344257;
}
.custom-divider {
  height: 56px;
  background: transparent url(../../images/joomlabuff/custom-divider-1.png) no-repeat center center;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #0088cc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #0077b3;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  border-bottom-width: 0;
  border-style: solid;
  margin-left: 4px;
  margin-top: -2px;
}
.nav a:hover .caret {
  border-top-color: #006699;
  border-bottom-color: #006699;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #ededed;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar {
  border: none;
  min-height: 45px;
}
.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  outline: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.jb-navbar-brand .navbar-nav li .dropdown-menu {
  border-radius: 0px;
  border: 0;
  border-top: 5px solid #ffffff;
}
.navbar-nav li .dropdown-menu {
  display: block;
  border-radius: 4px 4px 4px;
  border: 0;
  border-top: 5px solid #0088cc;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  margin: -4px 2px 0;
  padding: 5px;
  text-align: left;
}
.navbar-nav li .dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li .dropdown-menu li:hover,
.navbar-nav li .dropdown-menu li:active,
.navbar-nav li .dropdown-menu li:focus {
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.navbar-nav li .dropdown-menu li a {
  color: #777;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  text-transform: none;
}
.jb-mega-menu .mega-dropdown-inner {
  padding-bottom: 10px;
}
.jb-mega-menu li {
  border: none !important;
}
.header-nav-bar {
  padding: 0 10px 5px;
  background: #0088cc;
}
.header-nav-main {
  margin: 12px 0 0;
  min-height: 45px;
}
.jb-navbar-brand {
  background-color: #0088cc;
  border-color: #eeeeee;
}
.jb-navbar-brand .navbar-text {
  color: #777777;
}
.jb-navbar-brand .navbar-nav > li > a {
  color: #ffffff;
  border-radius: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 2px;
  text-transform: uppercase;
  padding: 10px 13px;
}
.jb-navbar-brand .navbar-nav > li > a:hover,
.jb-navbar-brand .navbar-nav > li > a:focus {
  color: #0088cc;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > li > .nav-header {
  color: #0088cc;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jb-navbar-brand .navbar-nav > .active > a .caret {
  border-top-color: #0088cc !important;
  border-bottom-color: #0088cc !important;
}
.jb-navbar-brand .navbar-nav > .active > a,
.jb-navbar-brand .navbar-nav > .active > a:hover,
.jb-navbar-brand .navbar-nav > .active > a:focus {
  color: #0088cc;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > .disabled > a,
.jb-navbar-brand .navbar-nav > .disabled > a:hover,
.jb-navbar-brand .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.jb-navbar-brand .navbar-toggle {
  border-color: #dddddd;
}
.jb-navbar-brand .navbar-toggle:hover,
.jb-navbar-brand .navbar-toggle:focus {
  background-color: #dddddd;
}
.jb-navbar-brand .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.jb-navbar-brand .navbar-collapse,
.jb-navbar-brand .navbar-form {
  border-color: #eeeeee;
}
.jb-navbar-brand .navbar-nav > .dropdown > a:hover .caret,
.jb-navbar-brand .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.jb-navbar-brand .navbar-nav > .open > a,
.jb-navbar-brand .navbar-nav > .open > a:hover,
.jb-navbar-brand .navbar-nav > .open > a:focus {
  color: #0088cc;
  background-color: #ffffff;
}
.jb-navbar-brand .navbar-nav > .open > a .caret,
.jb-navbar-brand .navbar-nav > .open > a:hover .caret,
.jb-navbar-brand .navbar-nav > .open > a:focus .caret {
  border-top-color: #0088cc !important;
  border-bottom-color: #0088cc !important;
}
.jb-navbar-brand .navbar-nav > .dropdown > a .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
@media (max-width: 767px) {
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
  }
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .jb-navbar-brand .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.jb-navbar-brand .navbar-link {
  color: #0088cc;
}
.jb-navbar-brand .navbar-link:hover {
  color: #333333;
}
.jb-style-4 .navbar-default .navbar-nav li a {
  border-radius: 0px;
}
.jb-style-4 .navbar-nav li .dropdown-menu {
  border-radius: 0px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
  margin: 12px 0 0;
}
.navbar-default .navbar-brand {
  color: #0088cc;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #006699;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #0088cc;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  margin-left: 2px;
  text-transform: uppercase;
  outline: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #0088cc;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0088cc;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0088cc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #0088cc;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #eeeeee;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.dropdown:hover .dropdown-toggle {
  padding-bottom: 15px !important;
}
.header-nav-main-effect-1 > ul > li.dropdown .dropdown-menu li a {
  -webkit-theader-nav-main-effect-1ransition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -5px, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown:hover > .dropdown-menu li a {
  transform: translate3d(0, 0, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown .dropdown-menu {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -5px, 0);
}
.header-nav-main-effect-1 > ul > li.dropdown:hover > .dropdown-menu {
  transform: translate3d(0, 0, 0);
}

.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #0088cc;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ededed;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #ededed;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #ededed;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #ededed;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #006699;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #006699;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.home-intro {
  background-color: #171717;
  overflow: hidden;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
}
.home-intro .light p {
  color: #777;
}
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  max-width: 800px;
  margin-top: 5px;
}
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
.home-intro p em {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.6em;
  color: #0088cc;
}
.home-intro .get-started {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #FFF;
}
.home-intro .get-started a:not(.btn) {
  color: #777;
}
.home-intro .learn-more {
  margin-left: 15px;
}
.home-intro.light {
  background-color: #E2E2E2;
}
.home-intro.light.secondary {
  background-color: #E0E1E4;
}
.home-intro.light p {
  color: #777;
}
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

.home-concept {
  background: transparent url(../../images/joomlabuff/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal;
  position: relative;
  margin-top: 30px;
  color: #0088cc;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  background: transparent url(../../images/joomlabuff/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}
.home-concept .project-image {
  background: transparent url(../../images/joomlabuff/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept .sun {
  background: transparent url(../../images/joomlabuff/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept .cloud {
  background: transparent url(../../images/joomlabuff/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}

@media (max-width: 991px) {
  .home-concept {
    background: none;
  }
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 40px !important;
  line-height: 110px;
}
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.featured-box {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #CCC;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px;
}
.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}

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

.featured-boxes-flat .featured-box {
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}
.featured-boxes-flat .featured-box .icon-featured {
  display: inline-block;
  font-size: 38px;
  height: 90px;
  line-height: 90px;
  padding: 0;
  width: 90px;
  margin: -100px 0 -15px;
  position: relative;
  top: -37px;
}

.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-2 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
}

.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}
.featured-boxes-style-3 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: -35px;
  background: #FFF;
  border: 3px solid #CCC;
  color: #CCC;
  line-height: 68px;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-4 .featured-box .icon-featured {
  display: inline-block;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #CCC;
  border-radius: 0;
}

.featured-boxes-style-5 .featured-box,
.featured-boxes-style-6 .featured-box,
.featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-5 .featured-box .box-content h4,
.featured-boxes-style-6 .featured-box .box-content h4,
.featured-boxes-style-7 .featured-box .box-content h4 {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #dfdfdf;
  color: #777;
  line-height: 73px;
}

.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

.featured-boxes-style-8 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin: -15px -15px 0 0;
  background: #FFF;
  line-height: 73px;
  border: 0;
  color: #777;
}
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 45px;
}

.featured-box-effect-1 .box-content .icon-featured {
  line-height: 110px !important;
}
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1);
  opacity: 0;
}
.featured-box-effect-1:hover .icon-featured:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.featured-box-effect-2:hover .icon-featured:after {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.9);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.9);
  opacity: 0;
}
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}
.featured-box-effect-3:hover .icon-featured:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}
.featured-box-effect-4 .icon-featured {
  -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
  -moz-transition: -moz-transform 0.2s, transform 0.2s;
  transition: transform 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.featured-box-effect-4:hover .icon-featured {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-box-effect-5:hover .icon-featured {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.featured-box-effect-6 .icon-featured:after {
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  -moz-transition: all 0.2s, -moz-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
}
.featured-box-effect-6:hover .box-content .icon-featured:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  box-shadow: 3px 3px #d5d5d5;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  left: 0;
  top: -1px;
}
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.featured-box-effect-7:hover .icon-featured:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.feature-box {
  clear: both;
}
.feature-box .feature-box-icon {
  background: #0088cc;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}
.feature-box .feature-box-info {
  padding-left: 50px;
}

.feature-box.feature-box-style-2 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon i.icons {
  font-size: 28px;
  color: #0088cc;
}
.feature-box.feature-box-style-2 .feature-box-info {
  padding-left: 60px;
}

.feature-box.feature-box-style-3 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid #0088cc;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.icons {
  color: #0088cc;
}

.feature-box.feature-box-style-4 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-4 .feature-box-icon {
  background: transparent;
  padding-bottom: 10px;
  height: auto;
  width: auto;
  float: none;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.icons {
  font-size: 38px;
  color: #0088cc;
}
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

.feature-box.feature-box-style-5 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  width: 74px;
  height: 74px;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  font-size: 44px;
}
.feature-box.feature-box-style-5 .feature-box-info {
  padding-left: 84px;
}

.feature-box.feature-box-style-6 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.feature-box.feature-box-style-6 .feature-box-icon i.fa,
.feature-box.feature-box-style-6 .feature-box-icon i.icons {
  color: #a9a9a9;
}

@media (min-width: 992px) {
  .feature-box.reverse {
    text-align: right;
  }
  .feature-box.reverse .feature-box-info {
    padding-right: 50px;
    padding-left: 0;
  }
  .feature-box.reverse .feature-box-icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .feature-box.reverse.feature-box-style-2 .feature-box-info {
    padding-right: 60px;
  }
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
  .feature-box.reverse.feature-box-style-5 .feature-box-info {
    padding-right: 84px;
  }
}

.featured-boxes-full {
  width: 100%;
}
.featured-boxes-full > [class*="col-"] {
  padding: 0;
}
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}
.featured-boxes-full .featured-box-full .fa,
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full h1,
.featured-boxes-full .featured-box-full h2,
.featured-boxes-full .featured-box-full h3,
.featured-boxes-full .featured-box-full h4,
.featured-boxes-full .featured-box-full h5,
.featured-boxes-full .featured-box-full h6,
.featured-boxes-full .featured-box-full p,
.featured-boxes-full .featured-box-full a {
  color: #FFF;
  padding: 0;
  margin: 0;
}
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full .fa {
  font-size: 55px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

.testimonial {
  margin-bottom: 20px;
}
.testimonial-secondary blockquote {
  background: #e7766f !important;
}
.testimonial-secondary .testimonial-arrow-down {
  border-top: 15px solid #e7766f !important;
}
.testimonial-tertiary blockquote {
  background: #30BEC6 !important;
}
.testimonial-tertiary .testimonial-arrow-down {
  border-top: 15px solid #30BEC6 !important;
}
.testimonial-quaternary blockquote {
  background: #434C56 !important;
}
.testimonial-quaternary .testimonial-arrow-down {
  border-top: 15px solid #434C56 !important;
}
.testimonial blockquote {
  background: #0088cc;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}
.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #FFF;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote:after {
  color: #FFF;
  content: "”";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}
.testimonial blockquote p {
  color: #FFF;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}
.testimonial .testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0088cc;
  height: 0;
  margin: 0 0 0 17px;
  width: 0;
}
.testimonial .testimonial-author {
  margin: 8px 0 0 0;
}
.testimonial .testimonial-author::after {
  clear: both;
  content: "";
  display: table;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 10px;
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 55px;
}
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 10px;
  margin-bottom: -5px;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}
.testimonial .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}

.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-2 blockquote:before,
.testimonial.testimonial-style-2 blockquote:after {
  color: #ffffff !important;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 blockquote p {
  color: #ffffff;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-2 .testimonial-author strong {
  color: #999;
}
.testimonial.testimonial-style-2 .testimonial-author span {
  color: #999;
}

.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

.testimonial.testimonial-style-4 {
  border-radius: 6px;
  padding: 8px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
}
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  box-shadow: none;
}

.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote:before,
.testimonial.testimonial-style-5 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote:before,
.testimonial.testimonial-style-6 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
}
.map-section .sppb-container-inner {
  background: rgba(244, 244, 244, 0.8) none repeat scroll 0 0;
  border-top-color: rgba(241, 241, 241, 0.8);
  margin: 35px 0 0;
  padding: 50px 0;
}
.map-section .sppb-container-inner .sppb-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 1170px;
  }
}
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}
.recent-posts .date .month {
  background: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #ffffff;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.recent-posts .date .day {
  background: #ffffff;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}
.gray .day {
  background: #f7f7f7 !important;
}
.jb-footer-subscrib .acymailing_introtext {
  margin-bottom: 10px;
}
.jb-footer-subscrib .acymailing_form .acyfield_email {
  float: left;
}
.jb-footer-subscrib .acymailing_form .inputbox {
  border-radius: 4px 0 0 4px;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons {
  dispaly: inline;
  text-align: inherit;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons .btn-primary {
  border-radius: 0px 4px 4px 0px;
}

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}
.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}
.social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}
.social-icons.social-icons-transparent li {
  box-shadow: none;
}
.social-icons.social-icons-transparent li a {
  background: transparent;
}
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}
.counters2 .counter {
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.counters2 .fa {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters2 .sppb-animated-number {
  display: inline;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters2 .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
  margin-top: 0px;
  color: #2e353e !important;
}
.mockup-landing-page {
  margin-top: -120px;
}
.counters .fa {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters .sppb-animated-number {
  display: block;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
}

.call-to-action {
  position: relative;
  clear: both;
  min-height: 125px;
  padding-left: 25px;
  padding-right: 25px;
}
.call-to-action::after {
  clear: both;
  content: "";
  display: table;
}
.call-to-action h3 {
  text-transform: none;
  color: #1d2127;
  padding: 0;
  margin: 0 0 9px;
}
.call-to-action p {
  font-size: 1.2em;
}
.call-to-action .call-to-action-content {
  text-align: center;
  width: 70%;
  margin-left: 3%;
  padding-top: 35px;
}
.call-to-action .call-to-action-btn {
  width: 22%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  margin: -18px 0px 0px;
}
.call-to-action.call-to-action-front {
  z-index: 1;
}
.call-to-action.call-to-action-default {
  background: #F4F4F4;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #FFF;
}
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured {
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  padding: 0;
  margin: 0;
  border-top: 3px solid #CCC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #E36159;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #2e353e;
}
.call-to-action.with-button-arrow .call-to-action-btn {
  top: 30%;
}
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}
.call-to-action.call-to-action-in-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}
.call-to-action.no-top-arrow:before {
  display: none;
}
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}
.container .call-to-action {
  border-radius: 8px;
}
.call-to-action.featured.featured-primary {
  border-top-color: #0088cc;
}
.call-to-action.call-to-action-primary {
  background: #0088cc;
}
.call-to-action.with-full-borders-primary {
  border-color: #0088cc;
}
.call-to-action.call-to-action-primary {
  background: #0088cc;
}
.call-to-action.call-to-action-primary h3,
.call-to-action.call-to-action-primary p {
  color: #ffffff;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.call-to-action-secondary h3,
.call-to-action.call-to-action-secondary p {
  color: #ffffff;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.call-to-action-tertiary h3,
.call-to-action.call-to-action-tertiary p {
  color: #ffffff;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.call-to-action-quaternary h3,
.call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}
.call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.with-full-borders-dark {
  border-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #ffffff;
}
.call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.with-full-borders-light {
  border-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.call-to-action-light h3,
.call-to-action.call-to-action-light p {
  color: #777777;
}

@media (max-width: 767px) {
  .call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}

.arrow {
  background: transparent url(../../images/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}
.arrow.arrow-light {
  background-image: url(../../images/arrows-dark.png);
}
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}
.custom-underline {
  background: rgba(0, 0, 0, 0) url("../../images/custom-underline.png") no-repeat scroll center 100%;
  font-size: 1.5em;
  padding-bottom: 25px;
}

@media (max-width: 479px) {
  .arrow {
    display: none;
  }
}
.img-thumbnail {
  position: relative;
}
.img-thumbnail .zoom {
  background: #0088cc;
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}
.img-thumbnail .zoom i {
  font-size: 14px;
  left: -1px;
  position: relative;
  top: -3px;
}
.header-column .header-extra-info {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  float: right;
}
.header-column .header-extra-info li {
  display: inline-block;
  margin-left: 25px;
}

.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.content-grid .content-grid-item {
  position: relative;
  padding: 30px;
  margin: 0;
}
.content-grid .content-grid-item:before,
.content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}
.content-grid .content-grid-item .img-responsive {
  display: inline-block;
  max-height: 60px;
}
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

.sort-destination {
  overflow: hidden;
}
.sort-destination.full-width {
  position: relative;
}
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}
.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
}
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

@media (min-width: 992px) {
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .isotope-item {
    max-width: 100%;
  }
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  .isotope-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .isotope-item.product {
    position: relative !important;
  }
  .sort-source-wrapper {
    background: #171717;
    clear: both;
    margin-top: -35px;
  }
  .sort-source-wrapper .nav {
    margin: 0;
  }
  .sort-destination {
    height: auto !important;
  }
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width,
  .sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    position: static !important;
    clear: both;
    float: none;
    width: auto;
  }
}

.sort-destination-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.sort-destination-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.sort-destination-loader .bounce-loader {
  display: none;
}
.sort-destination-loader.sort-destination-loader-showing {
  height: 200px;
  overflow: hidden;
}
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}
.sort-destination-loader-full-width.sort-destination-loader-showing {
  height: 600px;
}
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info:hover {
  text-decoration: none;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #0088cc;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
  color: #FFF;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-type {
  background-color: #0088cc;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
  z-index: 2;
}
.thumb-info .owl-carousel {
  z-index: auto;
}
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info:hover .thumb-info-title {
  background: #000;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
  top: 50%;
  left: 3px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 3px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  position: static;
  font-size: 18px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
  position: relative;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate(0%, -30%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  transform: translate(0%, -50%);
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, 100px, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  color: #FFF;
}
.thumb-info.thumb-info-push-hor img {
  -webkit-transform: translatex(-18px);
  -moz-transform: translatex(-18px);
  -ms-transform: translatex(-18px);
  -o-transform: translatex(-18px);
  transform: translatex(-18px);
  width: calc(119%);
  max-width: none;
}
.thumb-info.thumb-info-push-hor:hover img {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}
.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-preview .thumb-info-image {
  min-height: 232px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: background-position 0.8s linear 0s;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  transition: background-position 1s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  transition: background-position 5s linear 0s;
}
.webkit .thumb-info .thumb-info-wrapper {
  margin: 4px 4px 3px 4px;
}
.webkit .full-width .thumb-info .thumb-info-wrapper,
.webkit .masonry-item .thumb-info .thumb-info-wrapper,
.webkit .thumb-info-no-borders .thumb-info-wrapper {
  margin: 0;
}

.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}
.thumb-info-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

.full-width .thumb-info img {
  border-radius: 0 !important;
}

.thumb-info-caption {
  padding: 10px 0;
}
.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
  font-size: 0.9em;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 4px;
  float: left;
  margin-right: 20px;
}
.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
  padding: 17px;
}
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.thumb-info-social-icons {
  border-top: 1px dotted #DDD;
  margin: 0;
  padding: 15px 10px;
  display: block;
}
.thumb-info-social-icons a {
  background: #0088cc;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.thumb-info-social-icons a:hover {
  text-decoration: none;
}
.thumb-info-social-icons a span {
  display: none;
}
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

@media (max-width: 991px) {
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

.counters .counter {
  text-align: center;
  background-color: transparent;
  border: none;
  margin-top: 0px;
  padding: 0px;
  float: none;
  color: #ffffff;
}
.counters .fa,
.counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
.counters .counter-side-icon .fa,
.counters .counter-side-icon .icons,
.counters .counter-side-icon strong {
  display: inline-block;
}
.counters .counter-with-unit strong {
  display: inline-block;
}
.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}
.counters.counters-sm .fa,
.counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}
.counters.counters-lg .fa {
  font-size: 45px;
  line-height: 45px;
}
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-text-light .counter {
  color: #FFF !important;
}
.counters.counters-text-light .counter .fa,
.counters.counters-text-light .counter .icons,
.counters.counters-text-light .counter strong,
.counters.counters-text-light .counter label {
  color: #FFF !important;
}
.counters.counters-text-dark .counter {
  color: #2e353e !important;
}
.counters.counters-text-dark .counter .fa,
.counters.counters-text-dark .counter .icons,
.counters.counters-text-dark .counter strong,
.counters.counters-text-dark .counter label {
  color: #2e353e !important;
}

.pricing-table {
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #777;
}
.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}
.pricing-table h3 .desc {
  font-size: 0.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-style: normal;
  text-transform: none;
  display: block;
}
.pricing-table h3 span {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777;
  display: block;
  font: bold 25px / 100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}
.pricing-table .most-popular {
  border: 1px solid #0088cc !important;
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}
.pricing-table .most-popular h3 {
  background-color: #0088cc;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}
.pricing-table .most-popular h3 .desc {
  color: #FFF;
}
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}
.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}
.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}
.pricing-table [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-table .plan {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.pricing-table .btn {
  margin-top: 5px;
}
.pricing-table.pricing-table-sm h3 .desc {
  font-size: 0.7em;
}
.pricing-table.pricing-table-sm h3 span {
  border: 3px solid #FFF;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  font: bold 19px/65px Georgia, serif;
  height: 70px;
  margin: 10px auto -65px;
  width: 70px;
}
.pricing-table.pricing-table-sm .most-popular {
  padding-bottom: 30px;
}
.pricing-table.princig-table-flat .plan {
  padding-left: 0;
  padding-right: 0;
  margin: -1px;
}
.pricing-table.princig-table-flat .plan h3 {
  padding-left: 0;
  padding-right: 0;
  margin: -20px 0 0;
  background-color: #0088cc;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
  text-transform: uppercase;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 .desc {
  color: #FFF;
  padding: 10px;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 span {
  border-radius: 0;
  border: 0;
  background: #0088cc;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 600;
  box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  height: auto;
  line-height: 38px;
  margin: 0;
}
.pricing-table.princig-table-flat .plan ul {
  margin-top: 0;
  margin-bottom: -15px;
}
.pricing-table.princig-table-flat .plan ul li {
  padding: 8px 0;
}
.pricing-table.princig-table-flat .plan.most-popular ul li {
  padding: 10px 0;
}
.pricing-table.spaced [class*="col-md-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.pricing-table.no-borders .plan {
  border: 0 !important;
}

.boxed .pricing-table .plan,
.boxed .pricing-table h3 {
  border-radius: 0;
}

@media (max-width: 767px) {
  
  .pricing-table {
    margin-left: 0;
  }
  .pricing-table .plan {
    margin-right: 0;
  }
  .boxed .pricing-table {
    margin-left: 0;
  }
}

.tip-dark .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #2E353E;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-dark .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #2E353E;
  border-width: 5px;
  margin-top: -5px;
}
.tip-pink .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #eb2771;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-pink .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #eb2771;
  border-width: 5px;
  margin-top: -5px;
}
.sppb-panel-title {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  font-size: 16px;
  color: #0088cc;
}
.icon-featured {
  background-color: #0088cc;
}
.featured-box-primary .icon-featured {
  background-color: #0088cc;
}
.featured-box-primary .icon-featured:after {
  border-color: #0088cc;
}
.featured-box-primary h4 {
  color: #0088cc;
}
.featured-box-primary .box-content {
  border-top-color: #0088cc;
}
.featured-box-primary .icon-featured {
  background-color: #0088cc;
}
.featured-box-primary h4 {
  color: #0088cc;
}
.featured-box-primary .box-content {
  border-top-color: #0088cc;
}
.featured-box-secondary .icon-featured {
  background-color: #e36159;
}
.featured-box-secondary h4 {
  color: #e36159;
}
.featured-box-secondary .box-content {
  border-top-color: #e36159;
}
.featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
.featured-box-tertiary h4 {
  color: #2baab1;
}
.featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
.featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
.featured-box-quaternary h4 {
  color: #383f48;
}
.featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
.featured-box-dark .icon-featured {
  background-color: #2e353e;
}
.featured-box-dark h4 {
  color: #2e353e;
}
.featured-box-dark .box-content {
  border-top-color: #2e353e;
}
.featured-box-light .icon-featured {
  background-color: #ffffff;
}
.featured-box-light h4 {
  color: #ffffff;
}
.featured-box-light .box-content {
  border-top-color: #ffffff;
}
.featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088cc;
  color: #0088cc;
}
.featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088cc;
  color: #0088cc;
}
.featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #0088cc;
}
.featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #0088cc;
}
.featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #0088cc;
}
.featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #0088cc;
}
.featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}
.featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
.featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
.featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}
.featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #ffffff;
}
.featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #0088cc;
}
.featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #0088cc !important;
}
.featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}
.featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}
.featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
.featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
.featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}
.feature-box .feature-box-icon {
  background-color: #0088cc;
}
html .feature-box-primary .feature-box-icon {
  background-color: #0088cc;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}
html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #0088cc;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #0088cc;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: #ffffff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: #0088cc;
}
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: #ffffff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
  background-color: #006699;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
  background-color: #0077b3;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
  background-color: #0088cc;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
  background-color: #0099e6;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
  background-color: #00aaff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
  background-color: #1ab2ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #0088cc;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}

.owl-carousel {
  margin-bottom: 20px;
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
.owl-carousel .thumbnail {
  margin-right: 1px;
}
.owl-carousel .item-video {
  height: 300px;
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}
.owl-carousel .owl-nav [class*="owl-"] {
  background: #0088cc;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #0088cc;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -45px;
  width: auto;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"],
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}
.owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev,
.owl-carousel.nav-bottom .owl-nav .owl-next {
  position: static;
}
.owl-carousel.nav-inside .owl-nav,
.owl-carousel.nav-inside .owl-dots {
  bottom: 2px;
  margin-top: 10px;
  position: absolute;
  right: 6px;
}
.owl-carousel.full-width .owl-nav,
.owl-carousel.big-nav .owl-nav {
  margin-top: -30px;
}
.owl-carousel.full-width .owl-nav [class*="owl-"],
.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,
.owl-carousel.big-nav .owl-nav [class*="owl-"],
.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
  height: auto;
  padding: 20px 0;
}
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev {
  border-radius: 0 4px 4px 0;
}
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next {
  border-radius: 4px 0 0 4px;
}
.owl-carousel.top-border {
  border-top: 1px solid #DBDBDB;
  padding-top: 18px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0088cc;
}

.carousel-areas {
  background: transparent url(../../images/joomlabuff/patterns/stripes.png) repeat 0 0;
  margin-bottom: -10px;
  padding: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}
.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-areas .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.carousel-areas .owl-carousel .owl-nav .owl-next {
  right: -55px;
}
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}
.section-parallax {
  min-height: 560px;
}
.section-center {
  text-align: center;
}
.section-text-light h1,
.section-text-light h2,
.section-text-light h3,
.section-text-light h4,
.section-text-light h5,
.section-text-light h6 {
  color: #fff;
}
.section-text-light p {
  color: #e6e6e6;
}
section.section.section-text-light p {
  color: #e6e6e6;
}
.jb-digital-form input {
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-digital-form textarea {
  font-size: 18px;
  border-radius: 0px;
}
.jb-contact-form .jb-inputbox {
  width: 100%;
  font-size: 16px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-contact-form textarea {
  font-size: 16px;
  height: 162px;
  width: 100%;
}
.jb-contact-form .controls {
  margin-bottom: 10px;
}
.page-46 {
  z-index: 1000;
}
.medical-schedules {
  margin: -96px 0 0 0;
  z-index: 21000;
}
.medical-schedules h4 {
  line-height: 23px;
  padding-top: 4px;
}
.medical-schedules h4,
.medical-schedules h5,
.medical-schedules a,
.medical-schedules i {
  color: #fff !important;
}
.medical-schedules h5 {
  position: relative;
  display: inline-block;
}
.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
  height: 94px;
  position: relative;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.medical-schedules .box-one {
  z-index: 4;
}
.medical-schedules .box-two {
  z-index: 3;
}
.medical-schedules .box-three {
  z-index: 2;
}
.medical-schedules .box-four {
  z-index: 1;
}
.medical-schedules .box-one::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 40px solid #0088cc;
  z-index: 5;
}
.medical-schedules .box-two,
.medical-schedules .box-three {
  padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a,
.medical-schedules .box-three a {
  text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info,
.medical-schedules .box-three:hover .expanded-info {
  opacity: 1;
  z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info,
.medical-schedules .box-three:hover .expanded-info .info {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.medical-schedules .box-two:hover i,
.medical-schedules .box-three:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info,
.medical-schedules .box-three .expanded-info {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
.medical-schedules .box-two .expanded-info .info,
.medical-schedules .box-three .expanded-info .info {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1),
.medical-schedules .box-three .expanded-info .info:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2),
.medical-schedules .box-three .expanded-info .info:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3),
.medical-schedules .box-three .expanded-info .info:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i,
.medical-schedules .box-three i {
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 1.44em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
  display: block;
  margin: -3px 0 0;
  opacity: 0.5;
}
.medical-schedules .box-four strong {
  font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
  padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
  margin-top: 5px;
}
.background-color-primary {
  background-color: #0088cc !important;
}
.background-color-secondary {
  background-color: #2d529f !important;
}
.background-color-tertiary {
  background-color: #3aabdd !important;
}
.background-color-quaternary {
  background-color: #ffffff !important;
}
.background-color-dark {
  background-color: #2e353e !important;
}
.background-color-light {
  background-color: #ffffff !important;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.team .thumb-info:hover .thumb-info-caption {
  background: #008fe2;
}
.team .thumb-info:hover .thumb-info-caption span,
.team .thumb-info:hover .thumb-info-caption i {
  color: #fff !important;
}
.team .thumb-info .thumb-info-caption {
  position: relative;
  padding: 10px 0;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span {
  display: block;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(1) {
  color: #8e8e8e;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(2) {
  color: #28292d;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.9em !important;
  color: #28292d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team .owl-carousel.nav-bottom .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev,
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  border: none !important;
  font-size: 2em;
  padding: 0;
  width: initial;
  height: initial;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev:active,
.team .owl-carousel.nav-bottom .owl-nav .owl-next:active {
  background-color: initial;
  border-color: transparent;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev {
  color: #0092e3;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev::before {
  font-family: simple-line-icons;
  content: "\e07a";
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  color: #2d529f;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next::before {
  font-family: simple-line-icons;
  content: "\e079";
}
.thumb-info-side-image-custom {
  border: 0 none;
  color: #777;
  margin: 0 0 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
  padding: 0;
  margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
  text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
  margin: 30px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.thumb-info-side-image-custom:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
  margin: 0 0 10px 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
  padding: 0 10px;
  display: block;
  clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
  margin: 3px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
  margin: 0;
  padding: 0;
}
.testimonial .testimonial-quote::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  padding: 25px;
  position: absolute;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial .testimonial-quote {
  color: #fff;
  display: inline-block;
  font-family: Georgia,serif;
  font-size: 50px;
  line-height: 1;
  position: relative;
}
.law-home-form .full-width {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  border-radius: 0px;
}
.law-home-form textarea {
  height: auto;
}
.law-testimonials {
  padding: 0px 54px;
}
.law-testimonials blockquote p {
  color: #ffffff !important;
}
.law-testimonials .testimonial-author {
  margin-left: 33px !important;
}
.law-testimonials .testimonial-author span {
  color: #ffffff;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.micro-map {
  margin: 20px 20px 0 20px;
}
.micro-map .micro-map-map {
  float: left;
  width: 50%;
}
.micro-map .micro-map-info {
  float: left;
  width: 50%;
  height: 280px;
}
.micro-map .micro-map-info-detail {
  height: 60%;
  clear: both;
  border-bottom: 1px solid #E1E5EE;
  padding: 18px;
}
.micro-map .micro-map-info-detail:last-child {
  border-bottom: 0;
  height: 40%;
}
.micro-map .micro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.micro-map .micro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.micro-map .micro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}
.jb-portohotel-filter {
  text-align: center;
}
.jb-portohotel-filter .nav {
  float: none;
  display: inline-block;
}
.jb-portohotel-filter .nav li a {
  border-radius: 0px;
  text-transform: uppercase;
}
.jb-portohotel-items .jb-portohotel-item {
  list-style: none;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item {
  margin-bottom: 30px;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item h5 {
  margin-top: 20px;
}
.room-suite-info::after {
  clear: both;
  content: "";
  display: table;
}
.room-suite-info ul {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
.room-suite-info ul li {
  border-bottom: 1px solid #e9e9e9;
}
.room-suite-info ul li label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}
.room-suite-info ul li b,
.room-suite-info ul li strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 -10px 0 -5px;
  padding: 0;
  width: 50%;
  text-align: right;
}
.room-suite-info ul li strong {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
}
.room-suite-info ul li .room-suite-info-detail {
  float: left;
  font-size: 11px;
  margin: 7px 0 0;
  text-transform: uppercase;
}
.room-suite-info ul li .room-suite-info-book {
  float: right;
  font-size: 12px;
  margin: 7px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.room-suite-info ul li .room-suite-info-book-now {
  float: right;
  margin: 7px 0 50px;
}
.room-suite-info ul li:last-child {
  border-bottom: 0;
}
.macro-map .macro-map-info {
  width: 100%;
}
.macro-map .macro-map-info-detail {
  border-right: 1px solid #e1e5ee;
  clear: none;
  float: left;
  min-height: 130px;
  padding: 18px;
  width: 50%;
}
.macro-map .macro-map-info-detail:last-child {
  border-right: 0;
}
.macro-map .macro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.macro-map .macro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.macro-map .macro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}

.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
ul.history li h4 {
  margin: 0 0 -27px 0;
  padding: 0;
}
ul.history li p {
  margin-left: 53px;
}
ul.history li .thumb {
  background: transparent url(../../images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
ul.history li .thumb img {
  border-radius: 150px;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}
ul.history li .featured-box .box-content {
  border-top-color: #0088cc;
}

@media (max-width: 479px) {
  ul.history li .thumb {
    display: none;
  }
  ul.history li .featured-box {
    margin-left: 0;
  }
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #0088cc;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #0088cc;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #0088cc;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #0088cc;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #0088cc;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active {
  background: #0088cc;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #E36159;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active {
  background: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #2BAAB1;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active {
  background: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #383F48;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active {
  background: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.thumb-bride-groom:hover .bride-groom-photo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb-bride-groom .bride-groom-bg {
  position: relative;
  display: inline-block;
}
.thumb-bride-groom .bride-groom-bg:before {
  content: '';
  display: block;
  background: url(../../images/bride-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 125%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.thumb-bride-groom .bride-groom-bg.groom-background-style:before {
  background: url(../../images/groom-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
}
.thumb-bride-groom .bride-groom-photo {
  position: relative;
  display: inline-block;
  width: 80%;
  border: 10px solid #FFF;
  border-radius: 100%;
  margin: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.thumb-bride-groom .bride-groom-photo img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li {
  box-shadow: none;
  border: 2px solid #b7b8bc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li a {
  color: #b7b8bc !important;
}
.thumb-bride-groom .social-icons li:hover {
  border: 2px solid #ef3447;
}
.thumb-bride-groom .social-icons li:hover a {
  background: none;
  color: #ef3447 !important;
}
.sppb-countdown-timer {
  text-align: center;
  margin-top: 30px;
}
.sppb-countdown-timer .clock {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-size: 4em;
  font-weight: 100;
}
.sppb-countdown-timer .clock:before {
  content: '\f004';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 60%;
  left: -5px;
  font-size: 0.2em;
  color: #5fc3d2;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-countdown-timer .clock:nth-child(1):before {
  content: none;
}
.sppb-countdown-timer .clock .sppb-countdown-number {
  background: transparent !important;
  font-size: 1em !important;
  font-weight: 100;
}
.sppb-countdown-timer .clock .sppb-countdown-text {
  text-transform: uppercase;
}
.wedding-schedule {
  position: relative;
  height: 500px;
  max-height: 500px;
  max-width: 430px;
  padding: 10px;
  margin: 0 auto;
}
.wedding-schedule:before {
  content: '';
  display: block;
  background: url(../../images/the-wedding-bg-colors.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 146%;
  height: 125%;
  top: 50%;
  left: 50%;
  z-index: -3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .wedding-schedule-photo {
  height: 185px;
  overflow: hidden;
  text-align: center;
}
.wedding-schedule .wedding-schedule-photo img {
  position: relative;
  width: auto;
  border-radius: 6% 6% 0 0;
  z-index: -2;
  height: 190px;
}
.wedding-schedule .wedding-schedule-background {
  position: absolute;
  background: url(../../images/the-wedding-bg-1.png);
  background-size: 100% 100%;
  width: 98%;
  height: 99%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .icon-heart-white-border {
  position: absolute;
  top: 34.7%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule span {
  display: block;
}
.wedding-schedule .btn {
  border-radius: 20px;
}
#historyLoadMoreWrapper li {
  list-style: none;
}
.history-item .thumb-info .thumb-info-wrapper:after {
  background: -webkit-linear-gradient(bottom, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  background: linear-gradient(to top, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  opacity: 1;
  top: auto;
}
.history-item .thumb-info .thumb-info-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 190px 40px black;
  z-index: 1;
}
.history-item .thumb-info .thumb-info-title {
  background: none;
  padding: 9px 22px 9px;
  bottom: 6%;
  font-size: 15px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes {
  position: absolute;
  bottom: 6%;
  right: 0;
  padding: 9px 22px 9px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes i {
  border-radius: 100%;
}
#guestbookSendMessage {
  background: #ffffff;
  position: relative;
}
#guestbookSendMessage:before,
#guestbookSendMessage:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../../images/guestbook-flower.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17%;
  height: 34%;
}
#guestbookSendMessage:before {
  top: 15px;
  right: 15px;
}
#guestbookSendMessage:after {
  bottom: 15px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#guestbookSendMessage .form-content {
  position: relative;
  z-index: 1;
}
#guestbookSendMessage .form-content .form-control-custom {
  text-align: center;
}
#guestbookSendMessage .form-content .form-control-custom input,
#guestbookSendMessage .form-content .form-control-custom textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
  display: inline;
  border-radius: 0px;
}
#guestbookSendMessage .form-content .form-control-custom input::-webkit-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-webkit-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input::-moz-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-moz-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input:-ms-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea:-ms-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom textarea {
  min-height: 103px;
}
.custom-inner-border {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fed0d2;
  z-index: 0;
}
.timeline .jb-timeline-breaker {
  background: #0088cc;
  padding: 6px 12px;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
}
.timeline .timeline-posts .timeline-item {
  border-radius: 3px;
  background: #F7F7F7 !important;
  padding: 5px;
  display: inline-block;
  border: medium none !important;
}
.timeline .timeline-posts .timeline-item .post-inner {
  background: #ffffff !important;
}
.timeline .timeline-posts .timeline-item .item-time {
  height: auto !important;
  position: relative;
  margin: -33px 5px 5px !important;
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon {
  background-color: #0088cc;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 1200px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon:after {
  content: "";
  position: absolute;
  right: -7px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 18px 0px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006699 rgba(0, 0, 0, 0);
}
.portfolio-list .jb-smartportfolio-item {
  list-style: none;
}

.masonry .masonry-item {
  width: 25%;
}
.masonry .masonry-item.w2 {
  width: 50%;
}
.masonry .masonry-item img {
  border-radius: 0 !important;
}

.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.masonry-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.masonry-loader .bounce-loader {
  display: none;
}
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

.portfolio-title {
  margin-bottom: -10px;
}
.portfolio-title a {
  display: inline-block;
}
.portfolio-title .fa,
.portfolio-title .icons {
  font-size: 1.7em;
}
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}
.portfolio-title .portfolio-nav {
  text-align: right;
}
.portfolio-title .portfolio-nav a {
  width: 40%;
}
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}
.portfolio-title .fa-angle-right {
  text-align: right;
}
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

.portfolio-info {
  margin: 2px 0 10px;
  float: right;
}
.portfolio-info .center {
  text-align: right !important;
}
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-info ul li {
  border-right: 1px solid #E6E6E6;
  padding-right: 8px;
  margin-right: 8px;
}
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}
.portfolio-info ul li .fa,
.portfolio-info ul li .icons {
  margin-right: 4px;
}

ul.portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}
ul.portfolio-list.portfolio-list-no-margins {
  margin-left: 15px;
  margin-right: 15px;
}

ul.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
}
ul.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}
ul.portfolio-details p {
  padding: 0;
  margin: 0;
}
ul.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}
ul.portfolio-details .list-icons {
  margin-left: 0;
}
ul.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}
ul.portfolio-details .list-icons > li .fa,
ul.portfolio-details .list-icons > li .icons {
  top: 7px;
}
.form-favourite {
  width: auto !important;
  display: inline;
}
.cart-view table.cart-summary button.vm2-add_quantity_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url("../../images/vm/cart-quantity.png") no-repeat !important;
  width: 17px;
  height: 18px;
}
.cart-view table.cart-summary button.vm2-remove_from_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url("../../images/vm/cart-remove.png") no-repeat !important;
  height: 16px;
  width: 16px;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #ededed;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 20px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #ededed;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  width: 470px;
  padding: 40px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
}
.login-wrap .page-header h1 {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
.login-wrap .page-header h1:before {
  background-color: #ededed;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login-wrap form .control-label {
  text-align: left;
  font-weight: 400 !important;
}
.login-wrap form .control-label {
  position: relative;
  padding: 0;
}
.login-wrap form .control-label label {
  background-color: #f7f7f7;
  border-right: 1px solid #ededed;
  border-radius: 4px 0 0 4px;
  color: #0088cc;
  display: block;
  height: 38px;
  left: 1px;
  line-height: 38px;
  padding: 0 0 0 15px;
  position: absolute;
  min-width: 140px;
  top: 1px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label {
    background: transparent;
    border: 0;
    padding-left: 0;
    position: static;
    height: auto;
    line-height: 1;
  }
}
.login-wrap form .control-label label#username-lbl:before,
.login-wrap form .control-label label#password-lbl:before,
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label#username-lbl:before,
  .login-wrap form .control-label label#password-lbl:before,
  .login-wrap form .control-label label#secretkey-lbl:before {
    display: none;
  }
}
.login-wrap form .control-label label#password-lbl:before {
  content: "\f084";
}
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f09c";
}
.login-wrap form label {
  color: #555555;
  text-align: left;
  font-weight: normal;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin: 0 0 24px;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  border-radius: 0px;
  padding: 0 20px 0 150px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap form .form-group input[type="text"],
  .login-wrap form .form-group input[type="password"] {
    padding-left: 20px;
  }
}
.login-wrap .btn-actions {
  text-align: center;
}
.login-wrap .btn-actions:before,
.login-wrap .btn-actions:after {
  content: " ";
  display: table;
}
.login-wrap .btn-actions:after {
  clear: both;
}
@media (max-width: 767px) {
  .login-wrap .btn-actions {
    text-align: center;
  }
}
.login-wrap .btn-actions .btn {
  border: 0;
  float: none;
  font-weight: bold;
  line-height: 38px;
  margin-right: 10px;
  padding: 0 20px;
  vertical-align: top;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .login-wrap .btn-actions .btn {
    float: none;
    width: auto;
  }
}
.login-wrap .other-links.form-group {
  margin-bottom: 0;
}
.login-wrap .other-links.form-group ul {
  padding: 0;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
.login-wrap .other-links.form-group ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.login-wrap .other-links.form-group ul li a {
  color: #1d2127;
}
.login-wrap .other-links.form-group ul li a:hover,
.login-wrap .other-links.form-group ul li a:focus,
.login-wrap .other-links.form-group ul li a:active {
  color: #006699;
}
.registration,
.profile-edit {
  border: 1px solid #ededed;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 20px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit {
    margin: 0 auto;
    padding: 40px;
    width: 440px;
  }
}
.registration legend,
.profile-edit legend {
  border: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .form-group,
.profile-edit .form-group {
  padding: 0 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .registration .form-group + .form-group,
  .profile-edit .form-group + .form-group {
    margin-top: 30px;
  }
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #222222;
  font-weight: 500;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 30px;
  text-align: right;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh {
  margin-top: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group + .form-group {
  padding: 0 60px 0 20px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 60px 0 0px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0px 0 0;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #ededed;
  border: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #ededed;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #ededed;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #0088cc;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #0088cc;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #ededed;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #ededed;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    width: auto;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}

.page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #0088cc;
  color: #cceeff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.alert-primary {
  background-color: #0088cc;
  border-color: #007ebd;
  color: #ffffff;
}
.alert-primary .alert-link {
  color: #ffffff;
}
.alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #ffffff;
}
.alert-secondary .alert-link {
  color: #ffffff;
}
.alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #ffffff;
}
.alert-tertiary .alert-link {
  color: #ffffff;
}
.alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #ffffff;
}
.alert-quaternary .alert-link {
  color: #ffffff;
}
.alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #ffffff;
}
.alert-dark .alert-link {
  color: #ffffff;
}
.alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}
.alert-light .alert-link {
  color: #777777;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #99ddff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.m-none {
  margin: 0 !important;
}
.m-auto {
  margin: 0 auto !important;
}
.m-xs {
  margin: 5px !important;
}
.m-sm {
  margin: 10px !important;
}
.m-md {
  margin: 15px !important;
}
.m-lg {
  margin: 20px !important;
}
.m-xl {
  margin: 25px !important;
}
.m-xlg {
  margin: 30px !important;
}

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 5px !important;
}
.mt-sm {
  margin-top: 10px !important;
}
.mt-md {
  margin-top: 15px !important;
}
.mt-lg {
  margin-top: 20px !important;
}
.mt-xl {
  margin-top: 25px !important;
}
.mt-xlg {
  margin-top: 30px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 5px !important;
}
.mb-sm {
  margin-bottom: 10px !important;
}
.mb-md {
  margin-bottom: 15px !important;
}
.mb-lg {
  margin-bottom: 20px !important;
}
.mb-xl {
  margin-bottom: 25px !important;
}
.mb-xlg {
  margin-bottom: 30px !important;
}

.ml-none {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 5px !important;
}
.ml-sm {
  margin-left: 10px !important;
}
.ml-md {
  margin-left: 15px !important;
}
.ml-lg {
  margin-left: 20px !important;
}
.ml-xl {
  margin-left: 25px !important;
}
.ml-xlg {
  margin-left: 30px !important;
}

.mr-none {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 5px !important;
}
.mr-sm {
  margin-right: 10px !important;
}
.mr-md {
  margin-right: 14px !important;
}
.mr-lg {
  margin-right: 20px !important;
}
.mr-xl {
  margin-right: 25px !important;
}
.mr-xlg {
  margin-right: 30px !important;
}

.plr-100 {
  padding: 0px 100px;
}
.p-none {
  padding: 0 !important;
}
.p-xs {
  padding: 5px !important;
}
.p-sm {
  padding: 10px !important;
}
.p-md {
  padding: 15px !important;
}
.p-lg {
  padding: 20px !important;
}
.p-xl {
  padding: 25px !important;
}
.p-xlg {
  padding: 30px !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: 5px !important;
}
.pt-sm {
  padding-top: 10px !important;
}
.pt-md {
  padding-top: 15px !important;
}
.pt-lg {
  padding-top: 20px !important;
}
.pt-xl {
  padding-top: 25px !important;
}
.pt-xlg {
  padding-top: 30px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 5px !important;
}
.pb-sm {
  padding-bottom: 10px !important;
}
.pb-md {
  padding-bottom: 15px !important;
}
.pb-lg {
  padding-bottom: 20px !important;
}
.pb-xl {
  padding-bottom: 25px !important;
}
.pb-xlg {
  padding-bottom: 30px !important;
}

.pl-none {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: 5px !important;
}
.pl-sm {
  padding-left: 10px !important;
}
.pl-md {
  padding-left: 15px !important;
}
.pl-lg {
  padding-left: 20px !important;
}
.pl-xl {
  padding-left: 25px !important;
}
.pl-xlg {
  padding-left: 30px !important;
}

.pr-none {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: 5px !important;
}
.pr-sm {
  padding-right: 10px !important;
}
.pr-md {
  padding-right: 15px !important;
}
.pr-lg {
  padding-right: 20px !important;
}
.pr-xl {
  padding-right: 25px !important;
}
.pr-xlg {
  padding-right: 30px !important;
}
.display-inline-block {
  display: inline-block !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0088cc;
}
.panel-group .panel-heading a {
  color: #0088cc;
  display: block;
}
.panel-group .panel-heading a:hover {
  text-decoration: none;
}
html .panel-group.panel-group-primary .panel-heading {
  background-color: #0088cc !important;
}
html .panel-group.panel-group-primary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading {
  background-color: #e36159 !important;
}
html .panel-group.panel-group-secondary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-tertiary .panel-heading {
  background-color: #2baab1 !important;
}
html .panel-group.panel-group-tertiary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-quaternary .panel-heading {
  background-color: #383f48 !important;
}
html .panel-group.panel-group-quaternary .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-dark .panel-heading {
  background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a {
  color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading {
  background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a {
  color: #777777;
}

.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}
.nav-tabs {
  margin: auto;
  padding: 0;
  font-size: 0;
  border-bottom-color: #EEE;
  width: 1170px;
}
.nav-tabs li {
  display: inline-block;
  float: none;
}
.nav-tabs li:last-child a {
  margin-right: 0;
}
.nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #CCC;
}
.nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}
.nav-tabs li a:active,
.nav-tabs li a:focus {
  border-bottom: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #0088cc;
  color: #000;
}
.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
  width: 1170px;
  margin: auto;
}

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

.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}
.tabs.tabs-bottom .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs.tabs-bottom .nav-tabs li a {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}
.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #EEE;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}
.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom: 3px solid #CCC;
  border-top-color: transparent;
}

.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
}
.tabs-vertical .nav-tabs > li {
  display: block;
}
.tabs-vertical .nav-tabs > li a {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}
.tabs-vertical .nav-tabs > li a,
.tabs-vertical .nav-tabs > li a:hover,
.tabs-vertical .nav-tabs > li a:focus {
  border-bottom: none;
  border-top: none;
}
.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover,
.tabs-vertical .nav-tabs > li.active:focus {
  border-top: none;
}

.tabs-left {
  padding: 0;
}
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}
.tabs-left .nav-tabs > li:first-child a {
  border-radius: 5px 0 0 0;
}
.tabs-left .nav-tabs > li:last-child a {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}
.tabs-left .nav-tabs > li a {
  border-right: 1px solid #EEE;
  border-left: 3px solid #EEE;
  margin-right: 1px;
  margin-left: -3px;
}
.tabs-left .nav-tabs > li a:hover {
  border-left-color: #CCC;
}
.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
  border-left: 3px solid #CCC;
  border-right-color: #FFF;
}

.tabs-right {
  padding: 0;
}
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}
.tabs-right .nav-tabs > li:first-child a {
  border-radius: 0 5px 0 0;
}
.tabs-right .nav-tabs > li:last-child a {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}
.tabs-right .nav-tabs > li a {
  border-right: 3px solid #EEE;
  border-left: 1px solid #EEE;
  margin-right: 1px;
  margin-left: 1px;
}
.tabs-right .nav-tabs > li a:hover {
  border-right-color: #CCC;
}
.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
  border-right: 3px solid #CCC;
  border-left: 1px solid #FFF;
}

.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}
.nav-tabs.nav-justified li {
  margin-bottom: 0;
}
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
  border-radius: 5px 0 0 0;
}
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
  border-radius: 0 5px 0 0;
}
.nav-tabs.nav-justified li a {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}
.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
  border-bottom: 1px solid #DDD;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a {
  border-bottom: 1px solid #FFF;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a:hover {
  border-bottom: 1px solid #FFF;
}

.tabs.tabs-bottom {
  padding: 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
  margin-right: 0;
  border-top-color: transparent;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
  border-radius: 0 0 0 5px;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
  border-top-color: transparent;
}

.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

.tabs-navigation {
  border-radius: 5px;
}
.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}
.tabs-navigation .nav-tabs > li a {
  color: #777;
  padding: 18px;
  line-height: 100%;
}
.tabs-navigation .nav-tabs > li a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
.tabs-navigation .nav-tabs > li a .fa,
.tabs-navigation .nav-tabs > li a .icons {
  margin-right: 4px;
}
.tabs-navigation .nav-tabs > li:first-child a {
  border-radius: 5px 5px 0 0;
}
.tabs-navigation .nav-tabs > li.active a,
.tabs-navigation .nav-tabs > li.active a:hover,
.tabs-navigation .nav-tabs > li.active a:focus {
  border-right-color: #eee;
}
.tabs-navigation .nav-tabs > li:last-child a {
  border-radius: 0 0 5px 5px;
}
.tab-pane-navigation {
  display: none;
}
.tab-pane-navigation.active {
  display: block;
}

.tabs.tabs-simple .nav-tabs {
  border: 0;
  margin-bottom: 10px;
}
.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}
.tabs.tabs-simple .nav-tabs > li a,
.tabs.tabs-simple .nav-tabs > li a:hover,
.tabs.tabs-simple .nav-tabs > li a:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}
.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 479px) {
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  .tabs .nav.nav-tabs.nav-justified li a {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 5px 0 0;
  }
  .tabs .nav.nav-tabs.nav-justified li:last-child a,
  .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 0 5px 5px;
  }
}
html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
  color: #0088cc;
}
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
  border-top-color: #0088cc;
}
html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
  border-top-color: #0088cc;
  color: #0088cc;
}
html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #0088cc;
}
html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #0088cc;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-left-color: #0088cc;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: #0088cc;
}
html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
  border-top-color: #0088cc;
  color: #0088cc;
}
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #0088cc;
}
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #0088cc;
}
html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #0088cc;
  color: #0088cc;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #0088cc;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #0088cc;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #0088cc;
}
html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: #e36159;
}
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: #e36159;
}
html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #e36159;
  color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #e36159;
}
html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  border-top-color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2baab1;
}
html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  color: #383f48;
}
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  border-top-color: #383f48;
}
html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #383f48;
  color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #383f48;
}
html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #2e353e;
}
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e;
}
html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2e353e;
}
html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  color: #ffffff;
}
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: #ffffff;
}
html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #ffffff;
}

.sample-icon-list {
  margin-top: 22px;
}
.sample-icon-list .sample-icon a {
  display: block;
  color: #222222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 11px;
}
.sample-icon-list .sample-icon a .fa,
.sample-icon-list .sample-icon a .icons {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.sample-icon-list .sample-icon a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #0088cc;
}
.sample-icon-list .sample-icon a:hover .fa,
.sample-icon-list .sample-icon a:hover .icons {
  font-size: 28px;
  vertical-align: -6px;
}

.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}
.toggle .toggle {
  margin: 10px 0 0;
}
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #F4F4F4;
  border-left: 3px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.toggle > label:-moz-selection {
  background: none;
}
.toggle > label i.fa-minus {
  display: none;
}
.toggle > label i.fa-plus {
  display: inline;
}
.toggle > label:selection {
  background: none;
}
.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
.toggle > label:hover {
  background: #f5f5f5;
}
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.toggle > .toggle-content {
  display: none;
}
.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}
.toggle.active i.fa-minus {
  display: inline;
}
.toggle.active i.fa-plus {
  display: none;
}
.toggle.active > label {
  background: #F4F4F4;
  border-color: #CCC;
}
.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #FFF;
  margin-top: -3px;
  right: 10px;
}
.toggle.active > p {
  white-space: normal;
}
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}
.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}
.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}
.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #1d2127;
}
.toggle.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 23px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}
.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 7px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: FontAwesome;
  content: "\f067";
  z-index: 2;
  color: #FFF;
  font-size: 13px;
}
.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #1d2127;
}
.toggle.toggle-simple .toggle.active > label:before {
  content: "\f068";
}

.page-header {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 10px 2px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  text-shadow: none;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid {
  position: absolute;
  top: 36%;
  right: 20px;
}
.page-header h1 {
  border-bottom: 5px solid #0088cc;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
}
.page-header h1 span {
  color: #ffffff;
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  line-height: 1.3em;
  margin: 7px 0 0;
}
.page-header-no-title-border h1 {
  border: 0;
}

.page-header-color {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-color h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
  padding: 0;
  margin: 0;
}
.page-header-color h1 span {
  opacity: 0.65;
}
.page-header-color .breadcrumb > .active {
  opacity: 0.65;
}

.page-header-more-padding {
  padding: 35px 0;
}

.page-header-light {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-light h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
}

.page-header-reverse {
  text-align: right;
}
.page-header-reverse .breadcrumb,
.page-header-reverse .breadcrumb.breadcrumb-valign-mid {
  float: left;
  left: 20px;
  right: auto;
}

.page-header.parallax {
  margin: 0 0 35px;
  padding: 180px 0 60px;
}
.page-header-center {
  text-align: center;
}
.page-header-center .breadcrumb {
  margin: 15px 0 0;
}

.page-header-custom-background {
  padding: 45px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.page-header-custom-background h1 {
  color: #FFF;
  border: 0;
}
.page-header-custom-background h1 span {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
  top: 36%;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
  color: #FFF;
}
.section-overlay {
  position: relative;
}
.section-overlay:before {
  content: "";
  display: block;
  background: url("../../images/video-overlay.png") repeat scroll 0 0 transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.tp-bannertimer {
  background: #0088cc !important;
  z-index: 5000 !important;
}
.jb-slideshow .tp-caption a {
  color: #ffffff !important;
}
.jb-slideshow .tp-caption a:hover {
  color: #ffffff !important;
}
.jb-slideshow .text-white {
  color: #fff !improtant;
}
.jb-slideshow iframe {
  border: none;
}
.jb-slideshow .blackboard-text {
  color: #bab9be;
  font-family: 'Shadows Into Light', cursive;
}
.jb-slideshow .tp-bullets.preview2 .bullet {
  display: flex;
  margin: 5px;
}
.jb-slideshow .tparrows.navbar-old {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 6px;
}
.jb-slideshow .tparrows.navbar-old:hover {
  background: #000 !important;
}
.jb-slideshow .tparrows.navbar-old:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.jb-slideshow .tparrows.navbar:before {
  font-family: "revicons";
  font-size: 35px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.jb-slideshow .tparrows.default {
  background-image: none;
}
.jb-slideshow .tparrows.tp-leftarrow:before {
  content: '\e824';
}
.jb-slideshow .tparrows.tp-rightarrow:before {
  content: '\e825';
}
.jb-slideshow .tp-caption-overlay-primary {
  background: #0088cc;
}
.jb-slideshow .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.twoxtwo {
  background: rgba(0, 0, 0, 0.75) !important;
}
.twoxtwowhite {
  background: rgba(255, 255, 255, 0.75) !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.jb-onepage .t3-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.jb-onepage .t3-header .social-icons {
  margin: 30px 0px 0px 10px;
}
.jb-onepage .navbar-default {
  margin: 0px;
}
.jb-onepage .navbar-default .header-nav-main {
  margin: 0px;
}
.jb-onepage .navbar-default .navbar-nav .active a {
  color: #0088cc !important;
}
.jb-onepage .navbar-default .navbar-nav li {
  position: relative;
}
.jb-onepage .navbar-default .navbar-nav li a {
  background-color: #ffffff !important;
  border-radius: 0px;
  color: #444;
}
@media (max-width: 767px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 15px 13px 15px;
  }
}
@media (min-width: 992px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 65px 13px 15px;
  }
}
@media (min-width: 1200px) {
  .jb-onepage .navbar-default .navbar-nav li a {
    padding: 65px 13px 15px;
  }
}
.jb-onepage .navbar-default .navbar-nav li a:hover {
  color: #0088cc;
}
.jb-onepage .navbar-default .navbar-nav li a:before {
  content: "";
  height: 5px;
  left: -5px;
  opacity: 0;
  position: absolute;
  top: -16px;
  width: 100%;
  background: #0088cc;
}
.jb-onepage .navbar-default .dropdown:hover .dropdown-toggle {
  background: transparent;
  color: #0088cc !important;
}
.jb-hotal h1,
.jb-hotal h2,
.jb-hotal h3 {
  font-weight: 900;
  letter-spacing: -1px;
}
.jb-hotal h1 strong,
.jb-hotal h2 strong,
.jb-hotal h3 strong {
  font-weight: 900;
}
.jb-hotal h4,
.jb-hotal h5,
.jb-hotal h6 {
  font-weight: 800;
  letter-spacing: -1px;
}
.jb-hotal h4 strong,
.jb-hotal h5 strong,
.jb-hotal h6 strong {
  font-weight: 700;
}
.jb-hotal .header-top-custom {
  background: url("../../images/bg/pattern.jpg");
}
.jb-hotal .header-top-custom .col-address,
.jb-hotal .header-top-custom .col-phone,
.jb-hotal .header-top-custom .col-share {
  margin: 15px 0px 0px;
}
.jb-hotal .header-top-custom .icons {
  font-size: 28px;
  float: left;
  margin-right: 9px;
  position: relative;
  top: 9px;
}
.jb-hotal .header-top-custom .icons.icon-location-pin {
  top: 6px;
}
.jb-hotal .header-top-custom .icons.icon-share {
  top: 5px;
}
.jb-hotal .header-top-custom label {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  color: #FFF;
  padding: 0;
  margin: 0 0 -5px;
  font-weight: normal;
}
.jb-hotal .header-top-custom strong {
  display: block;
  font-size: 17px;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.jb-hotal .header-top-custom .social-icons li {
  box-shadow: none;
  margin-right: 10px;
}
.jb-hotal .header-top-custom .social-icons li a {
  background: transparent !important;
  border-radius: 0;
  color: #fff !important;
  height: auto;
  line-height: normal;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
}
.jb-hotal .header-top-custom .social-icons li a .fa {
  font-size: 14px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.jb-hotal .header-top-custom .social-icons li a:hover {
  opacity: 0.7;
}
.jb-hotal .jb-hotal-header {
  background: #ffffff;
  z-index: 1001;
}
.jb-hotal .jb-hotal-header .logo .logo-img {
  margin: 32px 0px 32px 0px;
  width: 192px;
  height: 55px;
}
.jb-hotal .jb-hotal-header .logo span {
  display: none;
}
.jb-hotal .jb-hotal-header .off-canvas-toggle {
  margin: 32px 20px;
}
.jb-hotal .navbar-default {
  margin: 0px;
}
.jb-hotal .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #0088cc !important;
}
.jb-hotal .navbar-default .navbar-nav > .active > a:hover,
.jb-hotal .navbar-default .navbar-nav > .active > a:focus {
  background-color: #0088cc !important;
  color: #ffffff !important;
}
.jb-hotal .navbar-default .navbar-nav li a {
  padding: 50px 23px;
  border-radius: 0px;
  color: #555555;
}
.jb-hotal .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #0088cc;
}
.jb-hotal .navbar-default .navbar-nav .open a {
  background: #0088cc !important;
  color: #ffffff !important;
}
.jb-hotal .navbar-default .dropdown-menu {
  background: #2d529f;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-hotal .navbar-default .dropdown-menu li a {
  border-bottom-color: #335cb3 !important;
  color: #ffffff;
}
.jb-hotal .modal-video img {
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jb-hotal .modal-video img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.jb-hotal .testimonial.testimonial-style-custom {
  text-align: center;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote {
  padding: 70px 40px 40px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote p {
  color: #777;
  font-family: Georgia,serif;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote:before {
  font-size: 80px;
  left: 50%;
  margin-left: -18px;
  right: auto;
  top: 20px;
}
.jb-hotal .testimonial.testimonial-style-custom blockquote:after {
  display: none;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-arrow-down {
  margin-left: 46%;
  position: relative;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author {
  border-top: 0;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p strong {
  color: #FFF;
  text-transform: uppercase;
}
.jb-hotal .testimonial.testimonial-style-custom .testimonial-author p span {
  color: #FFF;
  opacity: 0.5;
}
.jb-hotal .thumb-info {
  border: none;
  border-radius: 0px;
}
.jb-hotal .subscription h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 33px;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form {
  margin: initial;
  width: 100%;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .acyfield_email {
  float: none;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form td {
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form label {
  font-size: 16px;
  color: #9E9E9E;
  line-height: 29px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .inputbox {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  box-shadow: none !important;
  color: #ffffff;
  border-radius: 0px;
  height: 55px;
  text-transform: uppercase;
}
.jb-hotal .subscription .acymailing_module_form .acymailing_form .btn-primary {
  height: 55px;
  outline: none;
  color: #ffffff;
  width: 100%;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.jb-hotal .subscription ul {
  display: inline-block;
  margin: 0;
  padding: 13px;
}
.jb-hotal .subscription ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.jb-hotal .subscription ul li a {
  display: block;
  font-size: 24px;
  color: #F4F4F4;
  transition: all 0.5s ease;
}
.jb-hotal .subscription ul li a:hover {
  color: #fbca00;
}
.jb-hotal .t3-footer {
  background: #0088cc;
  border-top: none;
  padding: 26px 0 0;
}
.jb-hotal .t3-footer .t3-copyright {
  background: url("../../images/bg/pattern.jpg");
  border-top: none;
}
.jb-hotal .t3-footer .t3-copyright .jb-footer-menu {
  text-align: left;
}
.jb-hotal .t3-footer .t3-copyright .jb-footer-menu .nav-pills li a {
  font-size: 14px;
  opacity: 0.5;
}
.jb-hotal .t3-footer .t3-copyright .copyright {
  color: #ffffff;
  opacity: 0.5;
  font-size: 14px;
}
.jb-hotal .footer-info .icons {
  color: #FFF;
  font-size: 18px;
  display: block;
}
.jb-hotal .footer-info label {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.jb-hotal .footer-info strong {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.jb-hotal .footer-info .social-icons li {
  box-shadow: none;
  margin-right: 10px;
}
.jb-hotal .footer-info .social-icons li a {
  background: transparent !important;
  border-radius: 0;
  color: #fff !important;
  height: auto;
  line-height: normal;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
}
.jb-hotal .footer-info .social-icons li a .fa {
  font-size: 14px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.jb-hotal .footer-info .social-icons li a:hover {
  opacity: 0.7;
}
.jb-hotal .page-header {
  background: #0088cc;
  border: none;
}
.jb-hotal .page-header h1 {
  border: none;
  margin: 0px;
  padding: 0px;
}
.jb-hotal .tp-bullets.simplebullets.navbar {
  background: none;
  border: none;
}
.jb-hotal .tp-bullets.simplebullets.navbar .bullet {
  background: none;
}
.jb-hotal .tp-bullets.simplebullets.navbar .selected {
  background: #ffffff;
}
.jb-hotal .bullet {
  background-color: rgba(0, 0, 0, 0);
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset;
  height: 16px;
  overflow: hidden;
  position: absolute;
  transition: background 0.3s ease 0s;
  width: 16px;
}
.jb-hotal .bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.jb-hotal .bullet::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
}
.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  *background: rgba(0, 0, 0, 0.25);
}
.jb-medical .header-top {
  padding: 0px;
}
.jb-medical .header-nav-top .nav > li > a,
.jb-medical .header-nav-top .nav > li > span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 10px;
}
.jb-medical .header-nav-top .nav > li > a .fa,
.jb-medical .header-nav-top .nav > li > a .icons,
.jb-medical .header-nav-top .nav > li > span .fa,
.jb-medical .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.jb-medical .header-top-custom .header-nav-top .nav > li span .icons {
  color: #4c4c4c !important;
}
.jb-medical .header-top-custom .header-nav-top .nav > li:nth-child(2) span {
  border-left: 1px solid #d1dee9;
  border-right: 1px solid #d1dee9;
}
.jb-medical .header-top-custom .header-nav-top .nav > li > span,
.jb-medical .header-top-custom .header-nav-top .nav > li a {
  color: #8ea0ae !important;
}
.jb-medical .jb-medical-header {
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  z-index: 1001;
}
.jb-medical .jb-medical-header .logo .logo-img {
  margin: 12px 12px 12px 0;
  width: 230px;
  height: 74px;
}
.jb-medical .jb-medical-header .logo span {
  display: none;
}
.jb-medical .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #2d529f !important;
}
.jb-medical .navbar-default .navbar-nav > .active > a:hover,
.jb-medical .navbar-default .navbar-nav > .active > a:focus {
  background-color: #2d529f !important;
  color: #ffffff !important;
}
.jb-medical .navbar-default .navbar-nav li .dropdown-menu li {
  border-bottom-color: #335CB3 !important;
  background: #335CB3 !important;
}
.jb-medical .navbar-default .navbar-nav li .dropdown-menu li a:hover {
  background: #335CB3 !important;
}
.jb-medical .navbar-default .navbar-nav li a {
  border-radius: 0px;
  color: #2d529f;
}
.jb-medical .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #2d529f;
}
.jb-medical .navbar-default .navbar-nav .open a {
  background: #2d529f !important;
  color: #ffffff !important;
}
.jb-medical .navbar-default .dropdown-menu {
  background: #2d529f;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-medical .navbar-default .dropdown-menu li a {
  color: #ffffff;
}
.jb-wedding {
  overflow-x: hidden !important;
}
.jb-wedding .alternative-font {
  font-family: 'Great Vibes', cursive;
}
.jb-wedding .slider-border {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 16px;
  background-image: url(../../images/slider-border-bg.png);
  background-repeat: repeat-x;
  z-index: 30;
}
.jb-wedding .sppb-section-title .sppb-title-subheading {
  max-width: 65% !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.jb-wedding .custom-font-size-2 .sppb-title-heading {
  font-size: 7em !important;
  line-height: 100px !important;
}
.jb-wedding .sppb-title-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 4em !important;
  color: #0088cc;
}
.jb-wedding .text-white .sppb-title-heading {
  color: #ffffff;
}
.jb-wedding .custom-overlay-1:before {
  background: url(../../images/custom-overlay-1.png) repeat scroll 0 0 transparent !important;
  z-index: -4;
}
.jb-wedding .header-column-center {
  text-align: center;
}
.jb-wedding .header-column-center .header-logo {
  width: 100% !important;
  padding: 9px 0;
}
.jb-wedding .header-column-center .header-logo .header-logo-text {
  display: inline-block;
  font-family: 'Great Vibes', cursive !important;
  font-size: 36px;
  line-height: 36px;
  padding: 15px 0 15px;
}
.jb-wedding .header-nav-main {
  position: relative;
  float: none;
}
.jb-wedding .header-nav-main:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  overflow: hidden;
  border-top: 1px solid #e1e4e9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jb-wedding .header-nav-main .t3-navbar {
  float: none;
  text-align: center;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav {
  float: none;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav .active:before {
  content: '\f004';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 50%;
  color: #ef3447;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav .active a {
  color: #0088cc !important;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li {
  display: inline-table;
  float: none;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:hover,
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:focus {
  background: transparent;
  color: #0088cc;
}
.jb-wedding .header-nav-main .t3-navbar .navbar-nav li a:active {
  color: #0088cc;
  background: transparent;
}
.jb-wedding .testimonials .testimonial blockquote:before,
.jb-wedding .testimonials .testimonial blockquote:after {
  -webkit-filter: brightness(7);
  filter: brightness(7);
}
.jb-wedding .testimonials .testimonial blockquote p {
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
}
.jb-wedding .testimonial.testimonial-with-quotes blockquote:before {
  content: '';
  background: url(../../images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
}
.jb-wedding .testimonial.testimonial-with-quotes blockquote:after {
  content: '';
  background: url(../../images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jb-wedding .testimonial-author strong {
  font-weight: 300 !important;
  font-size: 2.2rem !important;
  color: #ffffff !important;
}
.jb-wedding .testimonial-author span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff !important;
  margin-top: 10px;
}
.jb-wedding .history-item .thumb-info {
  border-radius: 0px;
  border: none;
}
.jb-wedding .history-item .thumb-info img {
  border-radius: 0px;
}
.jb-wedding .history-item .thumb-info .thumb-info-wrapper {
  border-radius: 0px;
}
.jb-wedding .wedding-testimonials .test {
  background: #ffffff;
  padding: 10px;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav {
  position: absolute !important;
  bottom: 10% !important;
  right: 15% !important;
  top: initial !important;
  width: auto !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next {
  background: #76cbd9 !important;
  border-radius: 100% !important;
  border-color: transparent !important;
  width: 40px;
  height: 40px;
  position: unset;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:active,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:active {
  background: #76cbd9 !important;
  border-color: transparent !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:hover,
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:hover {
  border-color: transparent !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev {
  color: #FFF !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
  font-size: 2.2rem;
  line-height: 1.4;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next {
  color: #FFF !important;
}
.jb-wedding .wedding-testimonials .test .owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
  font-size: 2.2rem;
  line-height: 1.4;
}
.jb-wedding .wedding-testimonials .guestbook-messages {
  position: relative;
  padding: 55px 37px;
  border: 1px solid #fed0d2;
  margin: 0px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial {
  margin-bottom: 5px !important;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial p {
  font-family: 'Open Sans', Arial, sans-serif !important;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial .testimonial-author p strong {
  color: #3e415c !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: left;
  text-transform: uppercase;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote p {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #fed0d2;
  font-size: 14px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote:before {
  content: '';
  background: url(../../images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
}
.jb-wedding .wedding-testimonials .guestbook-messages .testimonial blockquote:after {
  content: '';
  background: url(../../images/custom-red-quotes.png);
  background-size: 100% 100%;
  width: 36px;
  height: 22px;
  bottom: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jb-wedding .blog-list .thumb-info {
  border: none;
  border-radius: 0px;
}
.jb-wedding .blog-list .thumb-info .thumb-info-wrapper {
  border-radius: 0px;
}
.jb-wedding .blog-list .thumb-info .thumb-info-wrapper img {
  border-radius: 0px;
}
.jb-wedding .blog-list .blog-item-content h3 {
  margin-top: 0px;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: normal;
  line-height: 24px;
}
.jb-wedding .blog-list .blog-item-content .author {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  color: #62c3d3 !important;
}
.jb-wedding .rsvp input,
.jb-wedding .rsvp select {
  border-color: #ebe8e0;
  height: 51px;
  width: 100%;
}
.jb-wedding .content-grid .content-grid-item {
  min-height: 160px;
  border: 1px solid #e4e4e4;
  border-left: none;
}
.jb-wedding .content-grid .content-grid-item:first-child {
  border-left: 1px solid #e4e4e4;
}
.jb-wedding .content-grid .content-grid-item:before,
.jb-wedding .content-grid .content-grid-item:after {
  content: none;
}
.jb-wedding .content-grid .content-grid-item .img-responsive {
  height: 100% !important;
  max-height: 100%;
}
.jb-restaurant .header-nav-top .nav > li > a,
.jb-restaurant .header-nav-top .nav > li > span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 10px;
}
.jb-restaurant .header-nav-top .nav > li > a .fa,
.jb-restaurant .header-nav-top .nav > li > a .icons,
.jb-restaurant .header-nav-top .nav > li > span .fa,
.jb-restaurant .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.jb-restaurant .header-top-custom .header-nav-top .nav > li span .icons {
  color: #4c4c4c !important;
}
.jb-restaurant .jb-medical-header {
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  z-index: 1001;
}
.jb-restaurant .jb-medical-header .logo .logo-img {
  margin: 12px 12px 12px 0;
  width: 131px;
  height: 40px;
}
.jb-restaurant .jb-medical-header .logo span {
  display: none;
}
.jb-restaurant .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #e3a539 !important;
}
.jb-restaurant .navbar-default .navbar-nav > .active > a:hover,
.jb-restaurant .navbar-default .navbar-nav > .active > a:focus {
  background-color: #e3a539 !important;
  color: #ffffff !important;
}
.jb-restaurant .navbar-default .navbar-nav li a {
  border-radius: 0px;
  color: #e3a539;
}
.jb-restaurant .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #e3a539;
}
.jb-restaurant .navbar-default .navbar-nav .open a {
  background: #e3a539 !important;
  color: #ffffff !important;
}
.jb-restaurant .navbar-default .dropdown-menu {
  background: #e3a539;
  border-radius: 0px;
  border-color: #2d529f;
}
.jb-restaurant .navbar-default .dropdown-menu li a {
  border-bottom-color: #335cb3 !important;
  color: #ffffff;
}
.jb-law .jb-header {
  border-top: 5px solid #ededed;
}
.jb-law .header-column {
  vertical-align: middle;
}
.jb-law .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-law .logo {
    text-align: left;
  }
}
.jb-law .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-law .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 164px;
}
@media (max-width: 767px) {
  .jb-law .logo-image img {
    top: 0px;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
@media (min-width: 992px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .jb-law .logo-image img {
    top: 24px;
  }
}
.jb-law .logo-image span,
.jb-law .logo-image small {
  display: none;
}
.jb-law .header-column .header-extra-info {
  margin: 0;
}
.jb-law .header-column .header-extra-info {
  float: right;
  list-style: outside none none;
  padding: 0;
}
.jb-law .header-column .header-extra-info > li {
  margin-left: -4px;
}
.jb-law .header-column .header-extra-info li {
  display: inline-block;
}
.jb-law .header-column .header-extra-info .feature-box.feature-box-call {
  border-right: 1px solid #e9e9e9;
}
.jb-law .header-column .header-extra-info .feature-box.feature-box-call {
  margin-right: 20px;
  padding-right: 30px;
}
.jb-law .header-column .header-extra-info .feature-box {
  min-height: 110px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon {
  margin-right: -10px;
  width: 40px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon,
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  position: relative;
  top: 40px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  padding-left: 45px;
}
.jb-law .header-column .header-extra-info .feature-box .feature-box-icon,
.jb-law .header-column .header-extra-info .feature-box .feature-box-info {
  position: relative;
  top: 40px;
}
.jb-law .header-nav-main {
  margin: 0;
}
.jb-law .header-nav-bar {
  padding: 0;
}
.jb-law .jb-navbar-brand .navbar-nav > li > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 20px 21px;
  margin-left: 0px;
}
.jb-law .search input {
  background: rgba(0, 0, 0, 0.07000000000000001) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  padding-left: 22px;
  width: 249px;
  border-radius: 0px;
}
.jb-law .search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.4;
  text-transform: uppercase;
}
.jb-modern .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  line-height: 0px;
}
.jb-modern .t3-header-wrap .jb-header-default {
  color: #ffffff;
}
.jb-modern .t3-header-wrap .jb-header-default:before {
  backface-visibility: hidden;
  background: #000 none repeat scroll 0 0;
  border-bottom: 0 none;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  perspective: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
  width: 131px;
  height: 40px;
}
@media (max-width: 767px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 18px;
  }
}
@media (min-width: 768px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 22px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .t3-header-wrap .jb-header-default .logo .logo-img {
    margin: 22px 0px;
  }
}
.jb-modern .t3-header-wrap .jb-header-default .logo span {
  display: none;
}
.jb-modern .t3-header-wrap .social a {
  color: #ffffff;
}
.jb-modern .t3-header-wrap .social a:hover {
  color: #0088cc;
}
.jb-modern .sticky .logo .logo-img {
  width: 131px !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 18px !important;
  }
}
@media (min-width: 768px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 20px 0 !important;
  }
}
@media (min-width: 992px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 22px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .sticky .logo .logo-img {
    margin: 22px 0px !important;
  }
}
.jb-modern .sticky .jb-header-default:before {
  opacity: 1;
}
.jb-modern .navbar-default {
  background: transparent;
  margin: 0px;
}
.jb-modern .navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #0088cc !important;
}
.jb-modern .navbar-default .navbar-nav > .active > a:hover,
.jb-modern .navbar-default .navbar-nav > .active > a:focus {
  background-color: #0088cc !important;
  color: #ffffff !important;
}
.jb-modern .navbar-default .navbar-nav li a {
  color: #ffffff !important;
  padding: 35px 13px 30px;
  border-radius: 0px;
}
.jb-modern .navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  background: #0088cc;
}
.jb-modern .top-social li {
  box-shadow: none;
}
@media (max-width: 767px) {
  .jb-modern .top-social li {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .jb-modern .top-social li {
    padding: 24px 0px;
  }
}
@media (min-width: 992px) {
  .jb-modern .top-social li {
    padding: 29px 1px 15px 0px;
  }
}
@media (min-width: 1200px) {
  .jb-modern .top-social li {
    padding: 29px 1px 15px 0px;
  }
}
.jb-modern .top-social li a {
  background: transparent;
  color: #ffffff !important;
}
.jb-modern .off-canvas-toggle {
  margin: 18px;
}
.header-top {
  padding: 8px 0;
  position: relative;
  z-index: 4;
}
.header-top .t3-module {
  margin: 0px;
}
.header-top .t3-module p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 37px;
  float: left;
}
.topbar-dark {
  background: #484a51;
  border-bottom: #3c3e44;
  color: #ffffff;
}
.topbar-dark p {
  color: #ffffff;
}
.topbar-dark .head-search label {
  display: none;
}
.topbar-dark .head-search .search {
  position: relative;
}
.topbar-dark .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .topbar-dark .head-search .search {
    float: right;
  }
}
.topbar-dark .head-search .form-control {
  backface-visibility: hidden;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  perspective: 1000px;
  transform: translate3d(0px, 0px, 0px);
  transition: width 0.3s ease 0s;
  width: 170px;
}
.topbar-orange {
  background: #E4E6ED;
  border-bottom: #E4E6ED;
  color: #999999;
}
.topbar-orange p {
  color: #555555;
}
.topbar-orange .head-search label {
  display: none;
}
.topbar-orange .head-search .search {
  position: relative;
}
.topbar-orange .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .topbar-orange .head-search .search {
    float: right;
  }
}
.topbar-orange .head-search .form-control {
  backface-visibility: hidden;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  perspective: 1000px;
  transform: translate3d(0px, 0px, 0px);
  transition: width 0.3s ease 0s;
  width: 170px;
}
.topbar-gray {
  background: #f6f6f6;
  border-bottom: 1px solid #ededed;
}
.topbar-dark2 {
  background: #3a3a3a;
  border-bottom: 1px solid #ededed;
  color: #ffffff;
}
.topbar-dark2 p {
  color: #ffffff;
}
.jb-topbar-brand {
  background-color: #0088cc;
  color: #ffffff;
  height: auto;
  line-height: 42px;
}
@media (max-width: 767px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand {
    font-size: 12px;
  }
}
.jb-topbar-brand .tp-no-border li a {
  border-right: none !important;
}
.jb-topbar-brand .t3-module {
  margin-bottom: 0px;
}
.jb-topbar-brand .nav > li {
  display: inline-block;
  margin-top: 0px;
}
.jb-topbar-brand .nav > li a,
.jb-topbar-brand .nav > li span {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 767px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 3px 4px;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 15px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .nav > li a,
  .jb-topbar-brand .nav > li span {
    padding: 0px 10px 0px 15px;
  }
}
.jb-topbar-brand .nav > li a:hover,
.jb-topbar-brand .nav > li span:hover,
.jb-topbar-brand .nav > li a:focus,
.jb-topbar-brand .nav > li span:focus,
.jb-topbar-brand .nav > li a:active,
.jb-topbar-brand .nav > li span:active {
  background: none;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
.jb-topbar-brand .nav > li.active a {
  background: none;
  text-decoration: none;
  outline: none;
  color: #0088cc;
}
.jb-topbar-brand .nav > li:last-child a {
  border-right: 0;
}
.jb-topbar-brand i {
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .t3-topbar-1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .jb-topbar-brand .t3-topbar-2 {
    text-align: right;
  }
}
.jb-topbar-brand .t3-topbar-2 .nav-pills {
  display: inline-block;
}
.jb-topbar-brand .tp-share ul {
  padding-left: 0px;
  margin: 0px;
}
.jb-topbar-brand .tp-share ul li {
  list-style: none;
  float: left;
  font-size: 14px;
  border-right: 1px solid #ededed;
}
.jb-topbar-brand .tp-share ul li a {
  padding: 8px 12px;
  color: #999999;
}
.jb-topbar-brand #contact-details ul {
  padding: 0px;
  margin: 0px;
}
.jb-topbar-brand #contact-details ul li {
  list-style: none;
  float: left;
  margin: 0px 10px 0px 0px;
}
.jb-topbar-brand #contact-details ul li a {
  color: #ccc;
}
.jb-topbar-brand #contact-details ul li a:hover {
  color: #0088cc;
}
.jb-topbar-brand #contact-details ul li i,
.jb-topbar-brand #contact-details ul li em {
  margin-right: 10px;
  border: 1px solid #616161;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  height: 25px;
  line-height: 22px;
  margin-right: 9px;
  position: relative;
  text-align: center;
  width: 25px;
}
.jb-topbar-brand .jb-add div,
.jb-topbar-brand .jb-add span {
  display: inline-block;
}
.jb-topbar-brand .jb-add .jb-icon-location-2 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-location-2:before {
  content: "\e6a4";
  display: inline-block;
  font-family: "font-icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #ffffff;
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mobile-1 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mobile-1:before {
  content: "\e010";
  display: inline-block;
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #ffffff;
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mail-2 {
  margin-right: 5px;
}
.jb-topbar-brand .jb-add .jb-icon-mail-2:before {
  content: "\e086";
  display: inline-block;
  font-family: "Simple-Line-Icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #0088cc;
  margin-right: 5px;
}
.jb-style-2 .header-column {
  display: table-cell;
  vertical-align: middle;
}
.jb-style-2 .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-style-2 .logo {
    text-align: left;
  }
}
.jb-style-2 .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-style-2 .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
@media (max-width: 767px) {
  .jb-style-2 .logo-image img {
    top: 4px;
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
@media (min-width: 992px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .jb-style-2 .logo-image img {
    top: 24px;
  }
}
.jb-style-2 .logo-image span,
.jb-style-2 .logo-image small {
  display: none;
}
.jb-style-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 15px 0;
  z-index: 1001;
}
.jb-style-3 .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jb-style-3 .logo {
    text-align: left;
  }
}
.jb-style-3 .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.jb-style-3 .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
.jb-style-3 .logo-image span,
.jb-style-3 .logo-image small {
  display: none;
}
.jb-style-3 .header-social-icons {
  float: right;
  margin: 15px 0 0 10px;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-top: 5px solid #ededed;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  z-index: 1001;
  
}
.t3-header .header-row {
  clear: right;
  display: block;
}
.t3-header .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .t3-header .logo {
    text-align: left;
  }
}
.t3-header .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.t3-header .logo-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 54px;
  width: 111px;
}
@media (max-width: 767px) {
  .t3-header .logo-image img {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .t3-header .logo-image img {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .t3-header .logo-image img {
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .t3-header .logo-image img {
    top: 24px;
  }
}
.t3-header .logo-image span,
.t3-header .logo-image small {
  display: none;
}
.t3-header .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.t3-header .logo-text:hover a,
.t3-header .logo-text a:hover,
.t3-header .logo-text a:active,
.t3-header .logo-text a:focus {
  text-decoration: none;
}
.t3-header .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.t3-header .header-nav-top {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
.t3-header .header-nav-top .nav-pills li {
  float: left !important;
}
.t3-header .header-nav-top .nav-pills li a,
.t3-header .header-nav-top .nav-pills li span {
  color: #999;
  display: inline-block;
  font-size: 0.9em;
}
.t3-header .header-nav-top .nav-pills li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.t3-header .header-nav-top .nav-stacked > li + li {
  margin-top: 0px;
}
.t3-header .header-nav-top .nav-header {
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
}
.t3-header .header-nav-top .nav-header:before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.t3-header .head-search {
  margin-top: 10px;
}
.t3-header .head-search:before,
.t3-header .head-search:after {
  content: " ";
  display: table;
}
.t3-header .head-search:after {
  clear: both;
}
.t3-header .head-search label {
  display: none;
}
.t3-header .head-search .search {
  position: relative;
}
.t3-header .head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  right: 14px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .t3-header .head-search .search {
    float: right;
  }
}
.t3-header .head-search .search .element-invisible {
  color: #ffffff !important;
}
.t3-header .head-search .form-control {
  width: 170px;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) {
  .t3-header .head-search .form-control {
    width: 170px;
  }
  .t3-header .head-search .form-control:focus {
    width: 170px;
    box-shadow: none;
  }
}
.t3-header .header-social-icons {
  float: right;
  margin: 15px 0 0 10px;
}
.t3-header .social-icons {
  margin: 15px 0 0 10px;
  padding: 0;
  width: auto;
}
.t3-header .social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.t3-header .social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.t3-header .social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.t3-header .social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.t3-header .social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.t3-header .social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.t3-header .social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}
.t3-header .social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}
.t3-header .social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}
.t3-header .social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}
.t3-header .social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.t3-header .social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}
.t3-header .social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}
.t3-header .social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}
.t3-header .social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}
.t3-header .social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}
.t3-header .social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}
.t3-header .social-icons.social-icons-transparent li {
  box-shadow: none;
}
.t3-header .social-icons.social-icons-transparent li a {
  background: transparent;
}
.t3-header .social-icons.social-icons-icon-light li a i {
  color: #FFF;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  margin-bottom: 30px;
}
.t3-sidebar .t3-module .module-title {
  letter-spacing: normal;
}
.t3-sidebar .nav li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.t3-sidebar .nav li a {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid #EDEDDE;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
  text-transform: capitalize;
}
.t3-sidebar .nav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin: 7px 0 0 -9px;
  position: absolute;
}
.t3-sidebar .nav li a:hover {
  background-color: #eee;
  text-decoration: none;
}
.t3-sidebar .nav li ul {
  margin: 0px 0px 0px 25px;
}
.t3-footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: 0.9em;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #ffffff;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ffffff;
}
.t3-footer h5 {
  color: #ccc;
}
.t3-footer .footer-ribbon {
  background: #0088cc;
  position: absolute;
  margin: -90px 0 0 14px;
  padding: 10px 20px 6px 20px;
  z-index: 1000;
}
.t3-footer .footer-ribbon:before {
  border-right: 10px solid #0088cc;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.t3-footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}
.t3-footer .tweets-box .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  margin-bottom: 20px;
  padding-top: 3px;
}
.medical-footer {
  background: #34383d;
  color: #95989c;
  font-size: 0.9em;
  padding: 70px 0 0;
  position: relative;
}
.medical-footer a {
  color: #95989c;
}
.medical-footer a strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.medical-footer .module-title {
  margin-bottom: 30px !important;
}
.medical-footer .module-title span {
  font-size: 1.4em;
  font-weight: 200;
}
.medical-footer .jb-copyright {
  background: #34383d none repeat scroll 0 0;
  border-top: 1px solid #53585e;
  margin-top: 40px;
}
.medical-footer .jb-copyright .copyright {
  margin-bottom: 0px;
}
.medical-footer p {
  color: #95989c;
}
.medical-footer .custom-info span:nth-child(1) {
  display: inline-block;
  color: #95989c;
  min-width: 68px;
  margin-right: 10px;
}
.medical-footer .custom-info span:nth-child(1)::after {
  content: ':';
  display: block;
  float: right;
  color: #fff;
}
.medical-footer .custom-info span:nth-child(2) {
  color: #fff;
}
.medical-footer .social-icons li {
  border-radius: 0;
  box-shadow: none;
}
.medical-footer .social-icons li:hover a {
  opacity: 0.8;
}
.medical-footer .social-icons li a {
  color: #FFF !important;
  border-radius: 0;
}
.medical-footer .social-icons li.social-icons-twitter a {
  background: #1aa9e1;
}
.medical-footer .social-icons li.social-icons-facebook a {
  background: #3b5a9a;
}
.medical-footer .social-icons li.social-icons-linkedin a {
  background: #0073b2;
}
.medical-footer .social-icons li.social-icons-rss a {
  background: #ff8201;
}
.medical-footer .social-icons li.social-icons-googleplus a {
  background: #dd4b39;
}
.medical-footer .social-icons li.social-icons-pinterest a {
  background: #cc2127;
}
.medical-footer .social-icons li.social-icons-youtube a {
  background: #c3191e;
}
.medical-footer .social-icons li.social-icons-instagram a {
  background: #7c4a3a;
}
.medical-footer .social-icons li.social-icons-skype a {
  background: #00b0f6;
}
.medical-footer .social-icons li.social-icons-email a {
  background: #dd4b39;
}
.medical-footer .social-icons li.social-icons-vk a {
  background: #6383a8;
}
.medical-footer .social-icons li.social-icons-xing a {
  background: #1a7576;
}
.medical-footer .social-icons li.social-icons-tumblr a {
  background: #304e6c;
}
.medical-footer .social-icons li.social-icons-reddit a {
  background: #ff4107;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 0;
  }
}
.t3-footnav .t3-module {
  color: #777777;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.2698em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.t3-footnav .t3-module .links li,
.t3-footnav .t3-module .features li {
  line-height: 1 !important;
  padding: 10px !important;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: white;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #777777;
}
.t3-footnav .contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.t3-footnav .contact-details em {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}
.t3-footnav .contact-details em.fa-envelope {
  font-size: 1em;
  top: 0;
}
.t3-footnav .contact-details p {
  margin-bottom: 10px;
}
.t3-footnav .phone {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: -5px;
  padding-bottom: 15px;
}
.t3-footnav .white {
  color: #ccc;
}
.t3-footnav .contact p {
  margin: 0px;
}
.t3-copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 10px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .jb-footer-menu {
  text-align: right;
}
.t3-copyright .jb-footer-menu .nav-pills li {
  display: inline-block;
  text-align: right;
  border-left: 1px solid #505050;
}
.t3-copyright .jb-footer-menu .nav-pills li:first-child {
  border: none;
}
.t3-copyright .jb-footer-menu .nav-pills li a {
  padding: 0px 15px;
  color: #ffffff;
}
.t3-copyright .jb-footer-menu .nav-pills li a:hover,
.t3-copyright .jb-footer-menu .nav-pills li a:active {
  background: transparent !important;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
  background: url(../../images/joomlabuff/logo-footer.png) no-repeat !important;
}

.scroll-to-top {
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0;
  color: #FFF;
  display: block;
  height: 9px;
  padding: 13px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  outline: none;
}

.sample-item-container {
  max-width: 1650px;
}
.sample-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sample-item-list li {
  text-align: center;
}
.sample-item {
  text-align: center;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}
.sample-item a {
  text-decoration: none !important;
}
.sample-item .sample-item-image-wrapper {
  background: #FFF;
  max-height: 370px;
  height: 370px;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  border: none;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.sample-item .sample-item-image-wrapper .fa-spin {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.sample-item a:hover .sample-item-image-wrapper {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.sample-item .sample-item-image {
  max-height: 370px;
  height: 370px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.sample-item .sample-item-description {
  display: block;
  padding: 15px 0;
}
.sample-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.sample-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.sample-item.sample-item-coming-soon .sample-item-image {
  background-color: #FBFBFB;
  background-position: center center;
}
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #404040;
  border: 1px solid #404040;
  border-radius: 7px 7px 0px 0px !important;
  color: #ffffff;
  height: 9px;
  min-width: 49px;
  padding: 13px 10px 35px;
  border: none;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #404040;
  border: 1px solid #404040;
  border: none;
  color: #0088cc !important;
  outline: none;
}
#back-to-top.affix {
  bottom: 0;
  *background: #0088cc;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 14px;
  line-height: 16px;
}
.ratingbox {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 12px;
  background: url(../../images/vm/color-stars.png) repeat-x 0 bottom !important;
  display: inline-block;
}
.ratingbox:last-child {
  margin-bottom: 0;
}
.ratingbox div,
.ratingbox span {
  display: block;
  margin: 0 auto;
  width: 1%;
  height: 12px;
  position: absolute;
  background: url(../../images/vm/color-stars.png) repeat-x;
}
.product .addtocart-area form,
.vmproduct .addtocart-area form,
.productdetails-view .addtocart-area form {
  margin: 0;
}
.product .addtocart-area .product-fields,
.vmproduct .addtocart-area .product-fields,
.productdetails-view .addtocart-area .product-fields {
  margin-bottom: 10px;
}
.product .addtocart-area .addtocart-bar,
.vmproduct .addtocart-area .addtocart-bar,
.productdetails-view .addtocart-area .addtocart-bar {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.product .addtocart-area .addtocart-bar:empty,
.vmproduct .addtocart-area .addtocart-bar:empty,
.productdetails-view .addtocart-area .addtocart-bar:empty {
  display: none;
}
.product .addtocart-area .vm-quantity-box,
.vmproduct .addtocart-area .vm-quantity-box,
.productdetails-view .addtocart-area .vm-quantity-box {
  float: left;
  position: relative;
  padding: 0 25px;
}
.product .addtocart-area span.quantity-controls input,
.vmproduct .addtocart-area span.quantity-controls input,
.productdetails-view .addtocart-area span.quantity-controls input {
  position: absolute;
  top: 11px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  border: 1px solid #ededed;
  color: #999999;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.product .addtocart-area span.quantity-controls input:hover,
.vmproduct .addtocart-area span.quantity-controls input:hover,
.productdetails-view .addtocart-area span.quantity-controls input:hover,
.product .addtocart-area span.quantity-controls input:focus,
.vmproduct .addtocart-area span.quantity-controls input:focus,
.productdetails-view .addtocart-area span.quantity-controls input:focus {
  border: 1px solid #1d2127;
}
.product .addtocart-area span.quantity-controls .quantity-plus,
.vmproduct .addtocart-area span.quantity-controls .quantity-plus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-plus {
  background-image: url('../../images/vm/plus.png');
  right: 0;
  left: auto;
}
.product .addtocart-area span.quantity-controls .quantity-minus,
.vmproduct .addtocart-area span.quantity-controls .quantity-minus,
.productdetails-view .addtocart-area span.quantity-controls .quantity-minus {
  background-image: url('../../images/vm/minus.png');
  left: 0;
  right: auto;
}
.product .addtocart-area span.addtocart-button,
.vmproduct .addtocart-area span.addtocart-button,
.productdetails-view .addtocart-area span.addtocart-button {
  float: left;
  margin-left: 20px;
}
.product .addtocart-area input.quantity-input,
.vmproduct .addtocart-area input.quantity-input,
.productdetails-view .addtocart-area input.quantity-input {
  text-align: center;
  width: 47px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #ededed;
}
.product .addtocart-area input.addtocart-button,
.vmproduct .addtocart-area input.addtocart-button,
.productdetails-view .addtocart-area input.addtocart-button {
  border: none;
  background: #0088cc;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
  background-image: url('../../images/vm/cart.png');
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 20px;
  text-transform: uppercase;
}
.product .addtocart-area input.addtocart-button:hover,
.vmproduct .addtocart-area input.addtocart-button:hover,
.productdetails-view .addtocart-area input.addtocart-button:hover {
  color: #ffffff;
  background: #006699;
  background-image: url('../../images/vm/cart.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.product .addtocart-area input.addtocart-button-disabled,
.vmproduct .addtocart-area input.addtocart-button-disabled,
.productdetails-view .addtocart-area input.addtocart-button-disabled {
  border: none;
  background: none;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
}
.jb-book-table {
  background: #8496A4;
  padding: 30px;
}
.jb-book-table input,
.jb-book-table select {
  width: 100%;
}
.jb-book-table .input-append .input-small {
  float: left;
  display: inline;
}
.jb-book-table label {
  color: #ffffff;
  margin: 20px 0px 20px 0px;
}
.jb-book-table .btn-booknow {
  margin-top: 20px;
  padding: 20px;
}
.banner {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.banner a {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
}
.banner:hover:before {
  visibility: visible;
  opacity: 0.1;
}
.banners-container .sppb-col-md-6,
.banners-container .sppb-col-md-3 {
  padding-left: 4px;
  padding-right: 4px;
}
.banners-container .banner-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 33.5%;
  height: 22.3%;
}
.banners-container .banner-ribbon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 150px solid #65829d;
  border-right: 0;
  border-bottom: 0;
  border-left: 200px solid transparent;
}
.banners-container .banner-ribbon .ribbon-content {
  position: absolute;
  right: 9%;
  top: 10%;
  width: 90%;
  text-align: right;
}
.banners-container .banner-ribbon .ribbon-content span {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-right: 26%;
  text-transform: uppercase;
}
.banners-container .banner-ribbon .ribbon-content h3 {
  font-size: 33px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.banners-container .banner-ribbon .ribbon-content h4 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 3px 0 0;
  text-transform: uppercase;
}
.banners-container .banner-content {
  position: absolute;
}
.banners-container .v1 {
  position: absolute;
  right: 15%;
  bottom: 14%;
  text-align: right;
}
.banners-container .v1 h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banners-container .v1 h2 strong {
  font-weight: 800;
}
.banners-container .v1 p {
  font-size: 29px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 4px;
  font-weight: 300;
  color: #fff;
}
.banners-container .v1 p strong {
  font-weight: 600;
}
.banners-container .v1 a {
  font-size: 16px;
  margin-right: 5px;
  color: #65829d;
}
.banners-container .v2 {
  position: absolute;
  right: 10%;
  top: 5%;
  text-align: right;
}
.banners-container .v2 h3 {
  font-weight: 400;
  color: #121213;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0px;
}
.banners-container .v2 h2 {
  font-weight: 800;
  color: #121213;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}
.banners-container .v2 a {
  font-size: 16px;
  color: #121213;
  margin: 0;
}
.banners-container .v3 {
  position: absolute;
  right: 11.55%;
  top: 25%;
  text-align: right;
}
.banners-container .v3 p {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .v3 p:first-child {
  font-weight: 300;
}
.banners-container .v3 h4 {
  font-weight: 400;
  color: #888;
  font-size: 23px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}
.banners-container .v3 h3 {
  font-weight: 400;
  color: #65829d;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}
.banners-container .v3 h3 span {
  font-size: 25px;
  line-height: 1;
}
.banners-container .v3 a {
  font-size: 16px;
  margin-right: 5px;
  color: #65829d;
}
.banners-container .v4 {
  position: absolute;
  left: 0;
  top: 17%;
  text-align: center;
  width: 100%;
}
.banners-container .v4 h2 {
  font-weight: 300;
  color: #000;
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
}
.banners-container .v4 h2 strong {
  font-weight: 600;
}
.banners-container .v4 p {
  font-weight: 300;
  color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 17px;
}
.banners-container .v4 .btn {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  border: 0;
  padding: 6px 10px 6px 12px;
}
.banners-container .v4 .btn i {
  margin-left: 2px;
}
.chzn-container .chzn-single {
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #ffffff !important;
}
.chzn-container .chzn-single div {
  top: -1px !important;
  width: 30px !important;
}
.chzn-container .chzn-single div b {
  background: none !important;
  position: releative;
}
.chzn-container .chzn-single div b:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 12px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}
.chzn-container .chzn-drop {
  margin-top: 10px;
  border: 1px solid #0088cc;
}
.chzn-container .chzn-drop .chzn-results {
  margin: 0px;
  padding: 0px;
}
.chzn-container .chzn-drop .chzn-results li {
  color: #0088cc;
}
.chzn-container .chzn-drop .chzn-results .highlighted {
  color: #ffffff;
}
.chzn-container .chzn-drop .chzn-results .highlighted:hover {
  background: #0088cc;
}
.block-mini-cart {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: right;
  top: 14px;
}
.block-mini-cart .mini-cart-title {
  position: relative;
  height: 35px;
  width: 35px;
  color: #000;
  text-align: center;
}
.block-mini-cart .mini-cart-title .count-item {
  font-size: 35px;
  color: #0088cc;
  line-height: 34px;
  top: 2px;
}
.block-mini-cart .mini-cart-title .count-item .total {
  font-size: 0;
  display: none;
}
.block-mini-cart .mini-cart-title .number {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  line-height: 14px;
  right: 11px;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
}
.block-mini-cart .mini-cart-title .number .item {
  font-size: 0;
}
.block-mini-cart .mini-cart-content {
  position: absolute;
  top: 150px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 250px;
  padding: 15px;
  visibility: hidden;
  z-index: 10;
  margin-top: 5px;
  border-top: 4px solid #0088cc;
}
.block-mini-cart .mini-cart-content:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 30px;
  right: 12px;
  position: absolute;
  top: -20px;
  width: 14px;
  color: #0088cc;
}
.block-mini-cart:hover .mini-cart-content {
  top: 100%;
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sp-vmsearch form {
  position: relative;
  margin: auto;
  float: left;
  border-radius: 30px;
  background: #005580;
  width: 450px;
  color: #ffffff;
  height: 38px;
}
.sp-vmsearch .search-input-wrapper {
  margin: 0;
  float: left;
  width: 230px;
}
.sp-vmsearch .search-input-wrapper input {
  min-height: 38px !important;
  padding: 5px 21px !important;
  color: #ffffff !important;
}
.sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
  border: 0;
  background: none;
  float: left;
  font-size: 14px;
  box-shadow: none;
}
.sp-vmsearch .sp-vmsearch-categorybox {
  float: left;
  background: none;
  border: none;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  width: 166px !important;
}
.sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-category-name {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sp-vmsearch .sp-vmsearch-categorybox .category-name {
  position: relative;
  padding-right: 25px;
  font-size: 13px;
}
.sp-vmsearch .search-button-wrapper {
  padding: 0;
  border: 0;
  width: 58px;
  height: 38px;
  margin: 0;
  text-align: center;
  line-height: 38px;
  margin-top: -2px;
  position: relative;
  bottom: -2px;
  margin-right: -2px;
  margin-left: -2px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sp-vmsearch .search-button-wrapper .search-button {
  background: none;
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}
.sp-vmsearch .search-button-wrapper .search-button i {
  font-size: 16px;
}
.sp-vmsearch .dropdown-menu li a {
  padding: 0 15px;
}
.sp-vmsearch .dropdown-menu > .active > a,
.sp-vmsearch .dropdown-menu > .active > a:focus {
  color: #222;
  background-color: #fff;
}
input[type="text"]::-moz-placeholder {
  color: #fff !important;
}
.shop-2 .off-canvas-toggle {
  margin: 0px;
}
.shop-2 .jb-topbar-brand {
  background: brand-primary;
}
.shop-2 .jb-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #007ebd;
}
.shop-2 .jb-header .logo-image a span {
  display: none;
}
.shop-2 .shop-header-block {
  margin-top: 10px;
}
.shop-2 .shop-header-block .block-mini-cart {
  top: 0px;
}
.shop-2 .shop-header-block .block-mini-cart .mini-cart-title .count-item {
  color: #ffffff;
}
.shop-2 .shop-header-block .block-mini-cart .mini-cart-title .count-item .number {
  color: #1d2127;
}
.shop-2 .shop-header-block .custom-block i {
  margin-top: 5px;
  display: inline-flex;
}
.shop-2 .shop-header-block .custom-block span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.home-slider-area .side-custom-menu {
  border: 1px solid #ddd;
  border-radius: 6.96px;
  overflow: hidden;
  margin-bottom: 15px;
}
.home-slider-area .side-custom-menu h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 13px 13px 12px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.home-slider-area .side-custom-menu h2 i {
  margin-right: 4px;
}
.home-slider-area .side-custom-menu ul {
  padding: 0 12px;
  list-style: none;
  margin: 0;
}
.home-slider-area .side-custom-menu ul li {
  text-align: left;
  padding: 13px 4px 12px;
  border-top: 1px solid #ddd;
}
.home-slider-area .side-custom-menu ul li:first-child {
  border-top: none;
}
.home-slider-area .side-custom-menu ul li a {
  color: #777;
  font-size: 15px;
  line-height: 1;
  display: block;
}
.homepage-bar {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.homepage-bar .col-md-4 {
  padding-top: 20px;
  padding-bottom: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
  }
  .homepage-bar .col-md-4:first-child {
    border-left: none;
  }
}
.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}
.homepage-bar .bar-textarea {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.jb-landing .sticky .jb-header-default {
  background: #0088cc !important;
}
.jb-landing .sticky .jb-header-default .logo-image .logo-img {
  width: auto;
  height: auto;
  top: 5px !important;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.jb-landing .sticky .jb-header-default .navbar-default .navbar-nav li a {
  padding: 20px 12px !important;
}
.jb-landing .t3-header {
  border-top: none;
  padding: 0px;
}
.jb-landing .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
}
.jb-landing .t3-header-wrap .jb-header-default {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07000000000000001);
  background: none;
  position: relative;
}
.jb-landing .t3-header-wrap .jb-header-default .logo-image .logo-img {
  width: auto;
  height: auto;
  top: 16px;
}
.jb-landing .t3-header-wrap .jb-header-default .header-column .navbar-toggle {
  color: #ffffff;
  border-color: #ffffff;
}
.jb-landing .t3-header-wrap .jb-header-default .header-column .navbar-toggle:hover {
  background: #0088cc;
  border-color: #0088cc;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default {
  background: transparent;
  margin: 0px;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .header-nav-main {
  margin: 0px;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .navbar-nav li a {
  color: #ffffff;
  padding: 35px 12px;
  background: transparent;
}
.jb-landing .t3-header-wrap .jb-header-default .navbar-default .navbar-nav li a:active {
  background: transparent;
}