h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Prata", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
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: #888888;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
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: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 25px;
  }
}
h2,
.h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 24px;
}
.article-detail p {
  margin-bottom: 30px;
}
.layout-article .article-content > p:first-child,
.lead {
  color: #222222;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .layout-article .article-content > p:first-child,
  .lead {
    font-size: 18px;
    line-height: 1.7778;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #ffffff;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #b30010;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #ffffff;
  color: #222222;
}
.example-colors .color-gray-dark {
  background: #ffffff;
  color: #222222;
}
.example-colors .color-gray {
  background: #666666;
}
.example-colors .color-gray-light {
  background: #888888;
  color: #ffffff;
}
.example-colors .color-gray-lighter {
  background: #333333;
  color: #ffffff;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #ffffff;
}
.example-button + .example-button {
  margin-top: 24px;
}
.example-button .btn {
  margin: 16px 16px 0 0;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #888888;
}
.text-primary {
  color: #b30010;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #80000b;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #b30010;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #80000b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.field-value {
  word-break: break-all;
}
@media (min-width: 991px) {
  .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 #888888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.article-detail .demo-image {
  text-align: center;
}
.article-detail .demo-image img {
  display: inline-block;
  width: 600px;
}
blockquote {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 48px;
  margin: 0 0 48px;
  font-size: 18.75px;
  text-align: center;
}
@media (max-width: 767px) {
  blockquote {
    padding: 24px 0;
    font-size: 16px;
  }
}
blockquote p {
  color: #222222;
  font-family: "Prata", Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-style: italic;
}
@media (max-width: 767px) {
  blockquote p {
    font-size: 20px;
  }
}
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: 11px;
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e8e8e8;
  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: 24px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.social-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-list li {
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  height: 32px;
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .about-us h1.text-center {
    padding: 0 48px;
  }
}
.about-us .about-item {
  margin-top: 144px;
}
@media (max-width: 991px) {
  .about-us .about-item {
    margin-top: 96px;
  }
}
@media (max-width: 767px) {
  .about-us .about-item {
    margin-top: 48px;
  }
}
.about-us .about-item h2 {
  margin-top: 0;
}
.about-us .lead {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .about-us .lead {
    margin-bottom: 48px;
  }
}
.demo-page .demo-item {
  margin-top: 144px;
}
@media (max-width: 991px) {
  .demo-page .demo-item {
    margin-top: 96px;
  }
}
@media (max-width: 767px) {
  .demo-page .demo-item {
    margin-top: 48px;
  }
}
.demo-page .container-small {
  text-align: center;
  max-width: 600px;
}
.demo-page .container-small h2 {
  margin-top: 0;
}
.demo-page .intro-theme .row {
  margin-left: 0;
  margin-right: 0;
}
.demo-page .intro-theme .row > div {
  padding-left: 0;
  padding-right: 0;
}
.demo-page .intro-theme a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.demo-page .intro-theme a span {
  font-size: 100px;
  font-family: "Prata", Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
}
.demo-page .intro-theme .ver-light span {
  color: #222222;
}
.demo-page .lead {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .demo-page .lead {
    margin-bottom: 48px;
  }
}
.itemid-101.landing-page .t3-wrapper {
  background: #111;
}
.itemid-101.landing-page .t3-mainbody {
  padding-top: 144px;
}
@media (max-width: 767px) {
  .itemid-101.landing-page .t3-mainbody {
    padding-top: 48px;
  }
}
.itemid-101.landing-page .text-center h1 {
  margin-top: 0;
}
.itemid-101.landing-page .text-center .lead {
  margin-bottom: 48px;
}
.landing-page .item-page .article-aside {
  border: 0;
}
.dark-light .t3-header,
.dark-light .t3-footer {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.dark-light .swiper-slide a {
  color: #ffffff;
}
.dark-light .swiper-slide a:hover,
.dark-light .swiper-slide a:focus,
.dark-light .swiper-slide a:active {
  color: #ffffff;
}
.dark-light .swiper-slide + .swiper-slide a {
  color: #222222;
}
.dark-light .swiper-slide + .swiper-slide a:hover,
.dark-light .swiper-slide + .swiper-slide a:focus,
.dark-light .swiper-slide + .swiper-slide a:active {
  color: #222222;
}
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide,
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide {
  overflow: hidden;
}
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide span,
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide span {
  top: -32px;
  right: -32px;
  left: -32px;
  bottom: -32px;
  height: auto;
  width: auto;
  -webkit-transition: 700ms all;
  -o-transition: 700ms all;
  transition: 700ms all;
}
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide:hover span,
.dark-light .acm-hero.style-5 .slide-bg .swiper-slide:hover span {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 96px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 96px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 96px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.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: 47px;
}
.jumbotron iframe {
  margin-top: 32px;
}
.article-content .demo-image {
  text-align: center;
}
.article-content .demo-image img {
  display: inline-block;
}