h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.625;
  color: #000000;
}
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,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 81px;
  line-height: 88px;
}
h2,
.h2 {
  font-size: 44px;
  line-height: 44px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff3334;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff0001;
}
.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: #ff3334;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ff0001;
}
.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: 11px;
}
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: 22px;
}
dt,
dd {
  line-height: 1.625;
}
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;
}
.label {
  font-size: 82%;
  border-radius: 0;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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: 22px;
  font-style: normal;
  line-height: 1.625;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.description {
  margin-bottom: 22px;
}
.description p {
  margin-bottom: 0;
}
.description .view-more {
  min-height: 100px;
  position: relative;
  vertical-align: bottom;
}
.description .view-more a {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 22px;
}
.article-content .box-grey {
  background: #f7f7f7;
  margin-bottom: 44px;
  padding: 44px;
}
.article-content .box-grey img {
  display: inline;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.text-gray {
  color: #999999;
}
.img-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
}
ul.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social-list li {
  display: inline-block;
  margin: 0 5px;
}
ul.social-list li a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #f7f7f7;
  display: block;
  height: 42px;
  font-size: 24px;
  font-weight: normal;
  text-shadow: none;
  width: 42px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
ul.social-list li a:hover,
ul.social-list li a:focus,
ul.social-list li a:active {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 66px;
  
}
.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: 66px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 66px;
}
.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: 22px;
}
.footer-mod {
  position: relative;
  padding-top: 22px;
}
@media screen and (min-width: 480px) {
  .footer-mod {
    padding-top: 44px;
  }
}
.footer-mod h3 {
  font-size: 20.25px;
  line-height: 1.2;
  margin-bottom: 22px;
  margin-top: 0;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .footer-mod h3 {
    font-size: 40.5px;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 992px) {
  .footer-mod h3 {
    font-size: 81px;
  }
}
.footer-mod p {
  color: #aeaeae;
  font-size: 14px;
}
.porfolio .page-title {
  display: inline-block;
  background: #272727;
  color: #fff;
  padding: 11px 22px;
  font-size: 25px;
}
.porfolio .t3-mainbody {
  padding-top: 44px;
}
.portfolio-default {
  margin-bottom: 44px;
}
.portfolio-default .item-info {
  background: #f3f3f3;
  min-height: 510px;
  padding: 33px;
  font-size: 14px;
  line-height: 1.7;
}
.portfolio-default .quick-info ul {
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
}
.portfolio-default .quick-info li span,
.portfolio-default .quick-info .info span {
  display: inline-block;
  width: 120px;
}
.portfolio-default .quick-info ul,
.portfolio-default .quick-info .item-des,
.portfolio-default .quick-info .item-detail {
  padding-right: 44px;
}
.portfolio-default .quick-info .item-des {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .portfolio-default .quick-info .item-des {
    font-size: 21px;
  }
}
.portfolio-default .quick-info .img-full {
  margin-bottom: 44px;
}
.portfolio-default .quick-info .img-full .inner {
  background: #eeeeee;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.portfolio-default .quick-info .img-full .inner .article-image {
  margin: 0;
}
.portfolio-default .quick-info .img-full .inner img {
  display: inline;
  margin: 0;
}
.portfolio-default .item-detail .feature-row {
  margin-bottom: 44px;
}
.portfolio-default .item-detail .feature-row .img .inner {
  background: #f8f8f8;
  padding: 44px 0;
  overflow: hidden;
  text-align: center;
}
.portfolio-default .item-detail .feature-row .img .inner img {
  display: inline;
  margin: 0;
  padding: 0;
}
.portfolio-default .item-detail .feature-row h3 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  .portfolio-default .col-md-4 {
    margin-bottom: 22px;
  }
}
.portfolio-default .extrafield-list {
  margin-bottom: 11px;
}
.portfolio-default .info {
  border-bottom: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.portfolio-default .info:first-child {
  padding-top: 0;
}
.portfolio-default .info:last-child {
  border: 0;
  padding-bottom: 0;
}
.portfolio-default .info span {
  color: #999999;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100px;
  white-space: nowrap;
}
.portfolio-default .info a span {
  color: #555555;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.portfolio-default .img-wrap .item-image.article-image {
  padding: 0;
  margin: 0 0 22px;
  background: #f5f5f5;
  text-align: center;
  float: none !important;
}
.portfolio-default .img-wrap .item-image.article-image img {
  margin-bottom: 0;
  display: inline-block;
}
.portfolio-default .img-wrap .item-image.article-image.style-1 {
  background-color: #428bca;
}
.portfolio-default .img-wrap .item-image.article-image.style-2 {
  background-color: #eeeeee;
}
.portfolio-default .img-wrap .carousel {
  margin-bottom: 22px;
}
.portfolio-default .img-wrap .carousel .carousel-control {
  background: none;
}
.portfolio-default .img-wrap .carousel .item-image.article-image {
  margin-bottom: 0;
}
.portfolio-default .img-wrap .carousel .fa {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.com_content.view-article.portfolio-wrap .article-aside,
.com_content.view-article.portfolio-wrap .article-header {
  display: none;
}
.com_content.view-article.portfolio-wrap .effect {
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
  filter: alpha(opacity=0);
  opacity: 0;
}
.com_content.view-article.portfolio-wrap .effect[effect-delay="200"] {
  transition-delay: 400ms;
}
.com_content.view-article.portfolio-wrap .effect[effect-delay="400"] {
  transition-delay: 600ms;
}
.com_content.view-article.portfolio-wrap #t3-mainbody {
  margin-top: 52px;
  padding: 0;
}
.com_content.view-article.portfolio-wrap #t3-content {
  padding: 0;
}
.com_content.view-article.portfolio-wrap .container {
  width: 100%;
}
.com_content.view-article.portfolio-wrap #fullpage {
  -webkit-transition: 1200ms;
  -o-transition: 1200ms;
  transition: 1200ms;
}
.com_content.view-article.portfolio-wrap #fullpage img {
  width: 100%;
  height: 100%;
}
.com_content.view-article.portfolio-wrap #fullpage .section {
  position: relative;
}
.com_content.view-article.portfolio-wrap #fullpage .section.active .effect {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.com_content.view-article.portfolio-wrap #fullpage .section:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  bottom: 0;
  left: 50%;
  font-size: 81px;
  color: #ffffff;
  animation: 1.75s ease-in-out 0s normal none infinite down;
  z-index: 2;
}
.com_content.view-article.portfolio-wrap #fullpage .section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1;
}
.com_content.view-article.portfolio-wrap #fullpage .section:last-child:before {
  display: none;
}
.com_content.view-article.portfolio-wrap #fullpage .text {
  position: absolute;
  color: #ffffff;
  top: 25%;
  left: 52px;
  width: 100%;
  z-index: 2;
}
.com_content.view-article.portfolio-wrap #fullpage .text h1 {
  color: #ffffff;
}
.com_content.view-article.portfolio-wrap .t3-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.com_content.view-article.portfolio-wrap .t3-footer .t3-copyright {
  padding: 0;
}
@keyframes down {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0;
  }
}
@-o-keyframes down {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes down {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes down {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0;
  }
}