<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

.header-top {
  padding: 5px 0;
}
.header-top .header-widget .social-icons a i:hover {
  background: none;
}
.header-top .header-widget .list-border li {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 15px;
}
.header-top .header-widget .list-border li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-top .header-widget .contact-info {
    margin-bottom: 20px;
  }
  .header-top .header-widget .contact-info li {
    display: block;
    text-align: center;
  }
}
.menuzord-brand img {
  max-height: 38px;
}
/* -------- Inner Header ---------- */
.inner-header .title {
  text-transform: uppercase;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-theme-colored {
  background-color: #222222 !important;
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}

.p-30 {
    padding: 30px !important;
}
.p-25 {
    padding: 25px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.p-20 {
    padding: 20px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.p-15 {
    padding: 15px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
p {
    line-height: 1.7;
}
.text-white {
    color: #fff !important;
}
.social-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  color: #666666;
}
.social-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.social-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.social-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}
.social-icons.icon-dark a {
  background-color: #111111;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.social-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.social-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.social-icons.icon-bordered a {
  border: 1px solid #777777;
}
.social-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.social-icons.icon-rounded a {
  border-radius: 3px;
}
.social-icons.icon-circled a {
  border-radius: 50%;
}
.social-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 30px;
}
.social-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.social-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.social-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.icon-theme-colored a {
  color: #E40404;
}
.icon-theme-colored.icon-bordered a {
  border-color: #E40404;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #E40404;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #222222;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #007995;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #E40404;
  color: #E40404;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #E40404;
  border-color: #E40404;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #E40404;
}
.icon-theme-colored.icon-gray a:hover {
  color: #007995;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #E40404;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #E40404;
}
.icon-theme-colored a:hover {
  color: #007995;
}
.icon-hover-theme-colored a:hover {
  background-color: #E40404;
  border-color: #E40404;
  color: #fff;
}
.social-icons.icon-hover-theme-colored a:hover {
  background-color: #E40404;
  border-color: #E40404;
  color: #fff;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
[class^="icon-"], [class*=" icon-"] {   
    line-height: 1;
    text-transform: none;
}

section &gt; .container, section &gt; .container-fluid {
    padding-bottom: 70px;
    padding-top: 70px;
}
.border-10px {
    border: 10px solid #f1f1f1;
}
.opening-hourse ul li {
    padding: 0 0 15px;
}
.opening-hourse ul li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0 !important;
    padding: 10px 0;
}
.opening-hourse ul li .value {
    float: right;
}
.text-theme-colored {
    color: #E40404 !important;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
.btn-dark.btn-theme-colored {
    background-color: #E40404;
    border-color: #E40404;
    color: #fff;
}
.btn {
    font-size: 13px;
    padding: 8px 20px;
}
.border-1px {
    border: 1px solid #eeeeee !important;
}
.line-bottom {
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.line-bottom::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.line-bottom::after, .icon-box.icon-rounded-bordered i, .widget .line-bottom::after, .widget .line-bottom::after, .pager.theme-colored a, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    border: 1px solid #E40404;
}
.bg-lighter {
    background-color: #f7f7f7 !important;
}
.section-title {
    margin-bottom: 60px;
}
.section-title.icon-bg p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.icon-box {
    margin-bottom: 60px;
    padding: 40px 17px;
}
.border-3px {
    border: 3px solid #eeeeee;
}
.feature-icon-box {
  border: 1px solid #f1f1f1;
}
.feature-icon-box .feature-icon {
  border: 4px solid #f1f1f1;
  padding: 10px 15px;
  position: absolute;
  top: -30px;
}
.blog-posts .post {
  position: relative;
}
.blog-posts .post .entry-title {
  padding-top: 14px;
  text-transform: uppercase;
}
.blog-posts .post .post-thumb {
  overflow: hidden;
  position: relative;
}
.blog-posts .post .entry-content {
  position: relative;
}
.blog-posts .post .entry-content .post-date,
.blog-posts .post .entry-content .post-visited {
  color: #a9a9a9;
  font-size: 13px;
}
.blog-posts .post .entry-content .post-date.right {
  top: -10px;
  height: 60px;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.blog-posts .post .entry-content .post-date {
  background: #222222 none repeat scroll 0 0;
  display: inline-block;
  padding: 0px 14px;
  top: 0;
}
.blog-posts .post .entry-content ul li {
  margin-bottom: 0;
  margin-top: 0;
}
.blog-posts .post .entry-meta span i {
  margin-right: 5px;
}
.blog-posts .post .entry-meta span {
  font-size: 12px;
  margin-right: 15px;
}
.blog-posts .post .post-date p,
.blog-posts .post .post-date a {
  font-size: 14px;
  color: #a9a9a9;
}
.blog-posts .post .post-date a:hover {
  color: #333333;
}
.blog-posts .post .like-comment li {
  margin-bottom: 0;
  margin-top: 0;
}
.blog-posts .post .post-thumb .owl-dots {
  bottom: 0;
  position: absolute;
  right: 10px;
}
.blog-posts .post .post-thumb .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.like-comment li i {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
}
.like-comment.small-font li i {
  font-size: 16px;
}
.blog-pull-right {
  float: right;
}
.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.media-post .post-right {
  overflow: hidden;
}
.media-post .post-title a {
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .blog-posts .post {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-pull-right {
    float: none;
  }
}
/* -------- Entry-Meta Absolute ---------- */
.post .entry-header {
  position: relative;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
/* -------- Blog Post Style1 ---------- */
.blog-posts .post.style1 {
  background-color: #fff;
  border: 4px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
/* -------- Entry-Date Absolute ---------- */
.blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute {
  background-color: #E40404;
  border: 5px solid #eee;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 12px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 65px;
}
@media only screen and (max-width: 767px) {
  .blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute {
    right: 0;
    top: 0;
  }
}
.blog-posts .post .entry-header .entry-date span {
  display: block;
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
.img-fullwidth {
    width: 100%;
}
.bg-white-light {
    background-color: #fff !important;
}
.bg-img{
  background: url('../images/bg-img.jpg') no-repeat scroll 0 0 transparent;
  margin-bottom: 0 !important;
  margin-top: 100px !important;
  /*padding-bottom: 100px !important;*/
  /*padding-top: 104px !important;*/
}
.bg-img2{
  background: url('../images/bg-img2.jpg') no-repeat scroll 0 0 #1F262C;
  margin-bottom: 0 !important;
  /*margin-top: 1px !important;*/
  /*padding-bottom: 100px !important;*/
  /*padding-top: 104px !important;*/
}
.section-title h2{
  color: #1674d1;
  letter-spacing: 0.05em;
}
.bg-img2 .section-title p{
  color: #fff;
}
/*# 14. Gallery*/
.gallery  {
  padding: 48px 0 0
  
}
.gallery_item {
  position:relative;
  overflow:hidden
}
  .gallery_txt {
    position:absolute;
    padding:26px;
    width:100%;
    height:100%;
    text-align:center;
    font:24px/32px Roboto Condensed;
    display: -webkit-box; /* Android 4.3-, Safari */
      -webkit-box-pack: justify; /* Android 4.3-, Safari */
    display:flex;
  }

    .gallery_txt:before {
      background:rgba(0,0,0,0.6);
      display:block;
      content:"";
      position:absolute;
      height:100%;
      width:100%;
      top:0;
      transition: opacity 1s;
      z-index:2;
      opacity:0;
      left:0
    }
      .gallery_item:hover .gallery_txt:before {
        left:0;
        opacity:1
      }
      
      
    .gallery_txt b {
      display:block;
      font:34px/40px Roboto Condensed;
      color:#fff
    }
    .gallery_txt a {
      width:100%;
      display: block;
      margin:auto;
      vertical-align:middle;
      opacity:0;
      transition:opacity 1s;
      left:0;
      z-index:3;
      padding:0 24px;
      color:#fff;
      position:relative;
      text-decoration: none
    }
    
    .gallery_txt a:before {
      position:absolute;
      display:block;
      content:"";
      width:1px;
      height:15px;
      background:#fff;
      transform:skew(-17deg,0);
      margin:-25px 0 0 20px;
      left:50%
    }
    .gallery_txt a:after {
      position:absolute;
      display:block;
      content:"";
      width:1px;
      height:15px;
      background:#fff;
      transform:skew(-17deg,0);
      margin:15px 0 0 -10px;
      left:50%
    }
      .gallery_txt i {
        position: absolute;;
        bottom: 16px;
        right: 16px;
        font-size: 14px;
      }
      .gallery_item:hover .gallery_txt a {
        opacity:1
      }
.gallery .container {
  padding:48px 0 0
}
  
  .gallery_item img {
    width:100%;
    height:auto;
    transition:transform 2s;
  }
  .gallery_item:hover img {
    transform:scale(1.2)
  }
  @media (max-width:992px){
.owl-controls {
  margin: 0 0 20px 0
}
.gallery .owl-buttons {
    margin: -70px 0 0 0
  }

}
@media (max-width:480px){
  .gallery .owl-buttons {
    margin: -40px 0 0 0
  }
  .owl-carousel:hover .owl-next, .owl-carousel:hover .owl-prev {
    background:none!important
  }

  .gallery_item {
    width:100%
  }
}
.owl-controls{
  display: none !important;
}
/*BLOG*/
.blog-home{
  background: #F5F5F5;
  overflow: hidden;
}
.postcontent-masonry article.post, .postcontent-masonry article.project {
    display: block;
    margin-bottom: 30px;
}
.post-thumb {
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
.postcontent-masonry article.post .postcontent-gird{
    border: 1px solid #eee;
    box-shadow: 0 8px 6px -6px #595959;
    -webkit-box-shadow:0 8px 6px -6px #595959;
}
.postcontent-masonry article.post .postcontent-gird-content, .postcontent-masonry article.project .postcontent-gird-content {
    background-color: #fff;
    display: block;
    padding: 30px 20px 30px 30px;
}
.postcontent-type02 article.post .postcontent-gird-content .entry-meta, .postcontent-masonry article.post .postcontent-gird-content .entry-meta, .postcontent-type02 article.project .postcontent-gird-content .entry-meta, .postcontent-masonry article.project .postcontent-gird-content .entry-meta {
    color: #aaaaaa;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.entry-header {
    margin-bottom: 15px;
    /*min-height: 40px;*/
    height: 65px;
}
.postcontent-masonry article.post .postcontent-gird-content .entry-title, .postcontent-masonry article.project .postcontent-gird-content .entry-title {
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.postcontent-masonry article.post .postcontent-gird-content .entry-title a, .postcontent-masonry article.project .postcontent-gird-content .entry-title a {
    color: #111;
    font-size: 18px;
    line-height: 1.2em;
}
.entry-content, .entry-summary, .page-content, .comment-content {
    hyphens: none;
    word-wrap: break-word;
    height:80px;
}

/*LOADER*/
#level{
  width:100%;
  height:1px;
  position:absolute;
  top:50%;
}
#content1{
  text-align:center;
  margin-top:-327px;
}
#gears{
  width:478px;
  height:655px;
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
#gears-static{
  background:url(http://i.imgur.com/FgFnjks.png) no-repeat -363px -903px;
  width:329px;
  height:602px;
  position:absolute;
  bottom:5px;
  right:0px;
  opacity:0.4;
}
#title{
  vertical-align:middle;
  color:#9EB7B5;
  width:43%;
  display:inline-block;
}
#title h1{
  font-family: 'PTSansNarrowBold', sans-serif;
  font-size:3.6em;
  text-shadow:rgba(0, 0, 0, 0.36) 7px 7px 10px;
}
#title p{
  font-family: sans-serif;
  font-size:1.2em;
  line-height:148%;
  text-shadow:rgba(0, 0, 0, 0.36) 1px 1px 0px;
}

.shadow{
  -webkit-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
  -moz-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
  box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
}

/*gear-system-1*/
#gear15{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -993px;
  width: 321px;
  height: 321px;
  position:absolute;
  left:45px;
  top:179px;

  -webkit-animation: rotate-back 24000ms linear infinite;
  -moz-animation: rotate-back 24000ms linear infinite;
  -ms-animation: rotate-back 24000ms linear infinite;
  animation: rotate-back 24000ms linear infinite;
}
#shadow15{
  width:306px;
  height:306px;
  -webkit-border-radius:153px;
  -moz-border-radius:153px;
  border-radius:153px;
  position:absolute;
  left:52px;
  top:186px;
}
#gear14{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -856px;
  width: 87px;
  height: 87px;
  position:absolute;
  left:162px;
  top:296px;
}
#shadow14{
  width:70px;
  height:70px;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
  position:absolute;
  left:171px;
  top:304px;
}
#gear13{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -744px;
  width: 62px;
  height: 62px;
  position:absolute;
  left:174px;
  top:309px;

  -webkit-animation: rotate 8000ms linear infinite;
  -moz-animation: rotate 8000ms linear infinite;
  -ms-animation: rotate 8000ms linear infinite;
  animation: rotate 8000ms linear infinite;
}
#shadow13{
  width:36px;
  height:36px;
  -webkit-border-radius:18px;
  -moz-border-radius:18px;
  border-radius:18px;
  position:absolute;
  left:187px;
  top:322px;
}

/*gear-system-2*/
#gear10{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -184px;
  width: 122px;
  height: 122px;
  position:absolute;
  left:175px;
  top:0;

  -webkit-animation: rotate-back 8000ms linear infinite;
  -moz-animation: rotate-back 8000ms linear infinite;
  -ms-animation: rotate-back 8000ms linear infinite;
  animation: rotate-back 8000ms linear infinite;
}
#shadow10{
  width:86px;
  height:86px;
  -webkit-border-radius:43px;
  -moz-border-radius:43px;
  border-radius:43px;
  position:absolute;
  left:193px;
  top:18px;
}
#gear3{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -1493px;
  width: 85px;
  height: 84px;
  position:absolute;
  left:194px;
  top:19px;

  -webkit-animation: rotate 10000ms linear infinite;
  -moz-animation: rotate 10000ms linear infinite;
  -ms-animation: rotate 10000ms linear infinite;
  animation: rotate 10000ms linear infinite;
}
#shadow3{
  width:60px;
  height:60px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  position:absolute;
  left:206px;
  top:31px;
}

/*gear-system-3*/
#gear9{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat -371px -280px;
  width: 234px;
  height: 234px;
  position:absolute;
  left:197px;
  top:96px;

  -webkit-animation: rotate 12000ms linear infinite;
  -moz-animation: rotate 12000ms linear infinite;
  -ms-animation: rotate 12000ms linear infinite;
  animation: rotate 12000ms linear infinite;
}
#shadow9{
  width:200px;
  height:200px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  border-radius:100px;
  position:absolute;
  left:214px;
  top:113px;
}
#gear7{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat -371px 0;
  width: 108px;
  height: 108px;
  position:absolute;
  left:260px;
  top:159px;

  -webkit-animation: rotate-back 10000ms linear infinite;
  -moz-animation: rotate-back 10000ms linear infinite;
  -ms-animation: rotate-back 10000ms linear infinite;
  animation: rotate-back 10000ms linear infinite;
}
#shadow7{
  width:76px;
  height:76px;
  -webkit-border-radius:38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  position:absolute;
  left:276px;
  top:175px;
}

/*gear-system-4*/
#gear6{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -1931px;
  width: 134px;
  height: 134px;
  position:absolute;
  left:305px;
  bottom:212px;

  -webkit-animation: rotate-back 10000ms linear infinite;
  -moz-animation: rotate-back 10000ms linear infinite;
  -ms-animation: rotate-back 10000ms linear infinite;
  animation: rotate-back 10000ms linear infinite;
}
#shadow6{
  width:98px;
  height:98px;
  -webkit-border-radius:49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  position:absolute;
  left:323px;
  bottom:230px;
}
#gear4{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -1627px;
  width: 69px;
  height: 69px;
  position:absolute;
  left:337px;
  bottom:245px;

  -webkit-animation: rotate-back 10000ms linear infinite;
  -moz-animation: rotate-back 10000ms linear infinite;
  -ms-animation: rotate-back 10000ms linear infinite;
  animation: rotate-back 10000ms linear infinite;
}

/*gear-system-5*/
#gear12{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -530px;
  width: 164px;
  height: 164px;
  position:absolute;
  left:208px;
  bottom:85px;

  -webkit-animation: rotate 8000ms linear infinite;
  -moz-animation: rotate 8000ms linear infinite;
  -ms-animation: rotate 8000ms linear infinite;
  animation: rotate 8000ms linear infinite;
}
#shadow12{
  width:124px;
  height:124px;
  -webkit-border-radius:62px;
  -moz-border-radius:62px;
  border-radius:62px;
  position:absolute;
  left:225px;
  bottom:107px;
}
#gear11{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -356px;
  width: 125px;
  height: 124px;
  position:absolute;
  left:228px;
  bottom:105px;

  -webkit-animation: rotate-back 10000ms linear infinite;
  -moz-animation: rotate-back 10000ms linear infinite;
  -ms-animation: rotate-back 10000ms linear infinite;
  animation: rotate-back 10000ms linear infinite;
}
#shadow11{
  width:88px;
  height:88px;
  -webkit-border-radius:44px;
  -moz-border-radius:44px;
  border-radius:44px;
  position:absolute;
  left:247px;
  bottom:123px;
}
#gear8{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat -371px -158px;
  width: 72px;
  height: 72px;
  position:absolute;
  left:254px;
  bottom:131px;

  -webkit-animation: rotate 6000ms linear infinite;
  -moz-animation: rotate 6000ms linear infinite;
  -ms-animation: rotate 6000ms linear infinite;
  animation: rotate 6000ms linear infinite;
}
#shadow8{
  width:42px;
  height:42px;
  -webkit-border-radius:21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  position:absolute;
  left:269px;
  bottom:146px;
}

/*gear1*/
#gear1{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 0;
  width: 135px;
  height: 134px;
  position:absolute;
  left:83px;
  bottom:111px;

  -webkit-animation: rotate-back 10000ms linear infinite;
  -moz-animation: rotate-back 10000ms linear infinite;
  -ms-animation: rotate-back 10000ms linear infinite;
  animation: rotate-back 10000ms linear infinite;
}
#shadow1{
  width:96px;
  height:96px;
  -webkit-border-radius:48px;
  -moz-border-radius:48px;
  border-radius:48px;
  position:absolute;
  left:103px;
  bottom:130px;
}

/*gear-system-6*/
#gear5{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -1746px;
  width: 134px;
  height: 135px;
  position:absolute;
  left:22px;
  top:108px;

  -webkit-animation: rotate 10000ms linear infinite alternate;
  -moz-animation: rotate 10000ms linear infinite alternate;
  -ms-animation: rotate 10000ms linear infinite alternate;
  animation: rotate 10000ms linear infinite alternate;
}
#shadow5{
  width:96px;
  height:96px;
  -webkit-border-radius:48px;
  -moz-border-radius:48px;
  border-radius:48px;
  position:absolute;
  left:41px;
  top:127px;
}
#gear2{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat 0 -1364px;
  width: 80px;
  height: 79px;
  position:absolute;
  left:49px;
  top:136px;

  -webkit-animation: rotate-back 10000ms linear infinite alternate;
  -moz-animation: rotate-back 10000ms linear infinite alternate;
  -ms-animation: rotate-back 10000ms linear infinite alternate;
  animation: rotate-back 10000ms linear infinite alternate;
}

/*weight*/
#weight{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat -371px -564px;
  width: 34px;
  height: 92px;
  position:absolute;
  left:1px;
  bottom:0;

  -webkit-animation: up 10000ms linear infinite alternate;
  -moz-animation: up 10000ms linear infinite alternate;
  -ms-animation: up 10000ms linear infinite alternate;
  animation: up 10000ms linear infinite alternate;
}
#shadowweight{
  width:10px;
  height:80px;
  position:absolute;
  left:12px;
  bottom:0px;

  -webkit-animation: up 10000ms linear infinite alternate;
  -moz-animation: up 10000ms linear infinite alternate;
  -ms-animation: up 10000ms linear infinite alternate;
  animation: up 10000ms linear infinite alternate;
}

/*chain*/
#chain-circle{
  background: url(http://i.imgur.com/FgFnjks.png) no-repeat -371px -706px;
  width:146px;
  height:147px;
  position:absolute;
  left:17px;
  top:102px;

  -webkit-animation: rotate 10000ms linear infinite alternate;
  -moz-animation: rotate 10000ms linear infinite alternate;
  -ms-animation: rotate 10000ms linear infinite alternate;
  animation: rotate 10000ms linear infinite alternate;
}
#chain{
  width:1px;
  height:380px;
  border-left:2px dotted #C8D94A;
  position:absolute;
  left:17px;
  top:175px;
  opacity:0.7;

  -webkit-animation: collapse 10000ms linear infinite alternate;
  -moz-animation: collapse 10000ms linear infinite alternate;
  -ms-animation: collapse 10000ms linear infinite alternate;
  animation: collapse 10000ms linear infinite alternate;
}

/*ANIMATIONS*/
/*rotate*/
@keyframes "rotate" {
 from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
 }
}

@-moz-keyframes rotate {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-webkit-keyframes "rotate" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-ms-keyframes "rotate" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-o-keyframes "rotate" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
/*rotate-back*/
@keyframes "rotate-back" {
 from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
 }
}

@-moz-keyframes rotate-back {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-webkit-keyframes "rotate-back" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-ms-keyframes "rotate-back" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-o-keyframes "rotate-back" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}
/*weight up*/
@keyframes "up" {
 from {
    bottom: 0px;
 }
 to {
    bottom: 340px;
 }
}

@-moz-keyframes up {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-webkit-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-ms-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-o-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}
/*chain up and down*/
@keyframes "collapse" {
 from {
    height: 387px;
 }
 to {
    height: 48px;
 }
}

@-moz-keyframes collapse {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-webkit-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-ms-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-o-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}
.site-loder {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2000;
}
.item-146:hover img{
    opacity: 0.8;
    -webkit-animation: rotate 10000ms linear infinite;
    -moz-animation: rotate 10000ms linear infinite;
    -ms-animation: rotate 10000ms linear infinite;
    animation: rotate 10000ms linear infinite;
}
.item-146 img{
    display: inline-block;
    margin-top: -20px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .social-icons{
      float: left !important;
  }
}
#btn-bg{
    background-color: #e40404;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
}
#btn-bg i{
  padding-right: 10px;
}

.entry-meta{
  height: 30px;
}


</pre></body></html>