/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.csv-table {
    width: 100%;
    margin: 2rem 0;
}
.csv-table th {
    background-color: #109794;
    color: #fff;
}
.csv-table td {
	color:#000;
    padding: .25rem;
    border: 1px solid #00b6e6;
}
.csv-table tr:nth-child(even) {
    background-color: rgb(188 233 240 / 35%);
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

body{
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 line-height: 24px;
 color: #109794;
 font-weight: 400;
}
a:link, a:visited {color:#00b6e6}
a:hover, a:active {color:#109794}
header{
  padding:40px 0;  
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  padding:5px 0; 
  background: #c9edf5;
	border-bottom: 1px solid #555;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(85,85,85,1);
-moz-box-shadow: 0px 10px 10px 0px rgba(85,85,85,1);
box-shadow: 0px 10px 10px 0px rgba(85,85,85,1);
}
.backcolor{
  background: rgba(0,0,0,1);
}
header.sticky .nav-collapse{
  padding-top: 10px;
}
header.sticky .logo{
  margin-top: 16px;
}
header.sticky .call{
  padding-top: 18px
}
header.sticky .header-bottom{
  padding-bottom: 15px;
  border:none;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width:767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
.logo {   
  float: left;   
}

/* ------------------------------------------
  MASK
  --------------------------------------------- */

  .mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .android .mask {
    -webkit-transition: none;
    transition: none;
  }

  .js-nav-active .mask {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (min-width: 767px) {
    .mask {
      display: none !important;
      opacity: 0 !important;
    }
  }

  .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nav-collapse,
  .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav-collapse,
  .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse {
      float: right;
      width: auto;
      padding-top: 10px;
    }
  }

  .nav-collapse li {
    float: left;
    width: 100%;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse li {
      width: auto;
      margin: 0 2px;
    }
  }

  .nav-collapse a {  
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 17px;
    border:2px solid transparent;   
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none; 
    padding: 10px 12px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;  
  }

  .nav-collapse a:active,
  .nav-collapse .active a{  
    color: #fff; 
    border:2px solid #109794;   
    transition:all 0.5s; 
  }
  .nav-collapse .active a:hover{
    color: #fff; 
    transition:all 0.5s; 
  }
  .nav-collapse a:hover{
    color: #fff; 
    transition:all 0.5s; 
    border:2px solid #109794;      
  }
  .nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse ul ul a {
      display: none;
    }
  }
  @font-face {
    font-family: "responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
  }

  .nav-toggle:before {
    color: #fff; /* Edit this to change the icon color */
    font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261"; /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
  }

  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78"; /* Close icon */
  }
  #banner{
    position:relative;
  }
  .oneslide img {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
  }
  .maincontent{
    position: absolute;
    left:0;
    right:0;
	  top: 60%;
    margin-left:auto;
    margin-right:auto;
    max-width: 770px;
  }
  .maincontent h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;  
    color: #fff;
    padding: 0px 0 20px;
	text-align: center;
  }
  h2.bolder{
    font-size: 26px;
    font-weight: 700;
    color: #109794;
    padding-top: 70px;
  }
  h3.bolder{
    font-size: 20px;
    font-weight: 700;
    color: #109794;
    padding-top: 70px;
  }
  p.innerp, li {
    font-size: 15px;
    font-weight: 400;
    color: #222222; 
    line-height: 18px; 
    padding-top: 25px;
  }
  p.innerpnew{
    font-size: 15px;
    font-weight: 400;
    color: #303132; 
    line-height: 26px;    
  }
section ul {
    list-style-type: circle;
    margin-left: 2em;
	margin-bottom: 2em;
}
  #about{
    padding: 56px 0 53px;
  }
  #about img{
    width: 100%;
    display: block;
  }
  #service{
   background: url(../img/service.jpg) no-repeat top center;  
   background-size: cover; 
   padding: 53px 0; 
   text-align: center;     
 }
 img.line{
  margin: 10px auto 0;
  display: block;
}
h2.reguler{
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}
p.headp{
 font-size: 14px;
 text-align: center;
 color: #fff;
}
#service p.innerp{
  color: #fff;
  text-align: justify;
}
h3{
  color: #fff;
  font-size: 17px;
}
#service article h3 i{
  width: 55px;
  height: 55px;
  color: #ffffff; 
  text-align: center;
  line-height: 55px;
  margin-right: 20px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #109794;
}
#service article{
  padding-top: 50px;
}
#portfolio{
  text-align: center;
  padding: 55px 0;
}
#portfolio p.innerp,#news p.innerp{
  padding: 0;
}
#filters {
  margin:4%;
  padding:0;
  list-style:none;
}

#filters li {
  float:left;
  display: inline-block;
}

#filters li span {
  display: inline-block;
  padding:5px 20px;   
  text-decoration:none;
  color:#222222;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid transparent;
  margin: 0 5px ;
}

#filters li span.active {
  background-color:#109794;
  color: #fff;
  border: 1px solid #109794;
  border-radius: 3px;
} 
#filters li span:hover{
 border: 1px solid #109794;
 border-radius: 3px;
}

#portfoliolist h4{
  font-size: 12px;
  color: #fff;
  padding-bottom: 10px;
}
#portfoliolist p.innerp{
  font-size: 12px;
  color: #fff;
}
#portfoliolist p.innerp i{
  margin: 0 8px 0 0;
}
#portfolio p.innerp{
    line-height: 26px;
  }
#portfoliolist p.innerp i.fa-heart-o{
  margin-left:5px;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
box-sizing: border-box;
  display: none;
  width:25%;
  float:left;
  overflow:hidden;
}
#portfolio .portfolio img{
  width: 100%;
  display: block;
}
.imagehover{    
  position: absolute;    
  font-size: 22px;  
  width: 100%;  
  margin: 0 auto;
  background: rgba(2,135,148,0.7); 
  color: #ffffff;
  bottom: 0;  
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden; 
  opacity: 0;    
  transition: all 0.5s;
  cursor: pointer;
  padding: 80px 0;
}
.portfoliohover:hover .imagehover{
  visibility: visible;
  opacity: 1;
}
.portfoliohover{
  position: relative;
}
#news{
  padding: 55px 0 75px;
  text-align: center;
}
#news article{
  text-align:left;  
  padding-top: 50px;
}
#news article p.innerp{
  text-align: justify;
  color:#313233;
}
#news article img{
  display: block;
  width: 100%;
}
h4{
 font-family: 'Exo', sans-serif;
 color: #2a2b2c;
 font-size: 13px;
 font-weight: 400;
 line-height: 0;
 padding-top: 25px;
}
#news span{
  font-family: 'Exo', sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
}
button.viewmore{
  outline: 0;
  border:1px solid #109794;
  font-size: 12px;
  color: #fff;
  background-color: #109794;
  padding: 3px 10px;
  border-radius: 3px;
  float: right;
  margin-top: 10px; 
}
button.viewmore:hover{
  background-color: transparent;
  transition:all 0.5s; 
  color:#109794; 
}
footer{
  background-color: #070707;
  padding: 35px 0 25px;
}
footer h5{
  color: #109794;
  font-size:19px; 
  padding-bottom: 20px;
}
footer a{
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
footer i{
  color: #109794;
  margin-right: 10px;
}
footer p.innerp{
  font-size: 13px;
  color: #fff;  
  padding-top: 5px;
	display: inline-block;
    vertical-align: text-top;
    width: 30%;
}
footer .innercontact p.innerp i{
  color: #fff;
  font-size: 20px;
}

.footersocial{
  float: right;
}
.footersocial i{
  width: 30px;
  height: 30px;
  color: #ffffff; 
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 18px;
}
.footersocial i.fa-twitter{
  background-color: #018ada;
  border:2px solid #018ada;
}
.footersocial i.fa-facebook{
  background-color: #3c5a98;
  border:2px solid #3c5a98;
}
.footersocial i.fa-instagram{
  background-color: #3f729b;
  border:2px solid #3f729b;
}
.footersocial i.fa-vimeo{
  background-color: #01cfe6;
  border:2px solid #01cfe6;
}

.footersocial i.fa-youtube{
  background-color: #fe5e5e;
  border:2px solid #fe5e5e;
}

.footersocial i.fa-twitter:hover{color:#018ada; transition: all 0.5s;background-color:#fff;border:2px solid #018ada;}
.footersocial i.fa-facebook:hover{color:#3c5a98; transition: all 0.5s;background-color:#fff;border:2px solid #3c5a98;}
.footersocial i.fa-instagram:hover{color:#3f729b; transition: all 0.5s;background-color:#fff;border:2px solid #3f729b;}
.footersocial i.fa-vimeo:hover{color:#01cfe6; transition: all 0.5s;background-color:#fff;border:2px solid #01cfe6;}
.footersocial i.fa-youtube:hover{color:#fe5e5e; transition: all 0.5s;background-color:#fff;border:2px solid #fe5e5e;}

.footerp{
  font-size: 12px;
  color: #8f8f8f;
}
.footerp a{
 font-size: 12px;
 color: #8f8f8f;
}
.footerp a:hover{
  color:#109794; transition: all 0.5s;
}
.paddingtop{
  padding-top: 20px;
}

/* New */

.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.staggered-animation {
  opacity: 0;
}
.staggered-animation.animated {
  opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9998;
 background: #109794;
}




.cssload-container {
  width: 12em;
  height: 1.5em;
}
.cssload-container, .cssload-container *, .cssload-container *:before, .cssload-container *:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.cssload-container *:before, .cssload-container *:after {
  content: "";
}

.thing:before, .thing:after {
  right: auto;
  width: 1.5em;
  height: 0.09375em;
  background: rgb(20,18,20);
  -ms-transform-origin: right bottom 0 50%;
transform-origin: right bottom 0 50%;
}
.thing:nth-child(1):before, .thing:nth-child(1):after {
  left: 0em;
}
.thing:nth-child(1):before {
  animation: thing 1.15s -0s linear infinite alternate;
  -o-animation: thing 1.15s -0s linear infinite alternate;
  -ms-animation: thing 1.15s -0s linear infinite alternate;
  -webkit-animation: thing 1.15s -0s linear infinite alternate;
  -moz-animation: thing 1.15s -0s linear infinite alternate;
}
.thing:nth-child(1):after {
  animation: thing 1.15s -0s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0s linear infinite alternate-reverse;
}
.thing:nth-child(2):before, .thing:nth-child(2):after {
  left: 0.75em;
}
.thing:nth-child(2):before {
  animation: thing 1.15s -0.07s linear infinite alternate;
  -o-animation: thing 1.15s -0.07s linear infinite alternate;
  -ms-animation: thing 1.15s -0.07s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.07s linear infinite alternate;
  -moz-animation: thing 1.15s -0.07s linear infinite alternate;
}
.thing:nth-child(2):after {
  animation: thing 1.15s -0.07s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
}
.thing:nth-child(3):before, .thing:nth-child(3):after {
  left: 1.5em;
}
.thing:nth-child(3):before {
  animation: thing 1.15s -0.14s linear infinite alternate;
  -o-animation: thing 1.15s -0.14s linear infinite alternate;
  -ms-animation: thing 1.15s -0.14s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.14s linear infinite alternate;
  -moz-animation: thing 1.15s -0.14s linear infinite alternate;
}
.thing:nth-child(3):after {
  animation: thing 1.15s -0.14s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
}
.thing:nth-child(4):before, .thing:nth-child(4):after {
  left: 2.25em;
}
.thing:nth-child(4):before {
  animation: thing 1.15s -0.22s linear infinite alternate;
  -o-animation: thing 1.15s -0.22s linear infinite alternate;
  -ms-animation: thing 1.15s -0.22s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.22s linear infinite alternate;
  -moz-animation: thing 1.15s -0.22s linear infinite alternate;
}
.thing:nth-child(4):after {
  animation: thing 1.15s -0.22s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
}
.thing:nth-child(5):before, .thing:nth-child(5):after {
  left: 3em;
}
.thing:nth-child(5):before {
  animation: thing 1.15s -0.29s linear infinite alternate;
  -o-animation: thing 1.15s -0.29s linear infinite alternate;
  -ms-animation: thing 1.15s -0.29s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.29s linear infinite alternate;
  -moz-animation: thing 1.15s -0.29s linear infinite alternate;
}
.thing:nth-child(5):after {
  animation: thing 1.15s -0.29s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
}
.thing:nth-child(6):before, .thing:nth-child(6):after {
  left: 3.75em;
}
.thing:nth-child(6):before {
  animation: thing 1.15s -0.36s linear infinite alternate;
  -o-animation: thing 1.15s -0.36s linear infinite alternate;
  -ms-animation: thing 1.15s -0.36s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.36s linear infinite alternate;
  -moz-animation: thing 1.15s -0.36s linear infinite alternate;
}
.thing:nth-child(6):after {
  animation: thing 1.15s -0.36s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
}
.thing:nth-child(7):before, .thing:nth-child(7):after {
  left: 4.5em;
}
.thing:nth-child(7):before {
  animation: thing 1.15s -0.43s linear infinite alternate;
  -o-animation: thing 1.15s -0.43s linear infinite alternate;
  -ms-animation: thing 1.15s -0.43s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.43s linear infinite alternate;
  -moz-animation: thing 1.15s -0.43s linear infinite alternate;
}
.thing:nth-child(7):after {
  animation: thing 1.15s -0.43s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
}
.thing:nth-child(8):before, .thing:nth-child(8):after {
  left: 5.25em;
}
.thing:nth-child(8):before {
  animation: thing 1.15s -0.5s linear infinite alternate;
  -o-animation: thing 1.15s -0.5s linear infinite alternate;
  -ms-animation: thing 1.15s -0.5s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.5s linear infinite alternate;
  -moz-animation: thing 1.15s -0.5s linear infinite alternate;
}
.thing:nth-child(8):after {
  animation: thing 1.15s -0.5s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
}
.thing:nth-child(9):before, .thing:nth-child(9):after {
  left: 6em;
}
.thing:nth-child(9):before {
  animation: thing 1.15s -0.58s linear infinite alternate;
  -o-animation: thing 1.15s -0.58s linear infinite alternate;
  -ms-animation: thing 1.15s -0.58s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.58s linear infinite alternate;
  -moz-animation: thing 1.15s -0.58s linear infinite alternate;
}
.thing:nth-child(9):after {
  animation: thing 1.15s -0.58s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
}
.thing:nth-child(10):before, .thing:nth-child(10):after {
  left: 6.75em;
}
.thing:nth-child(10):before {
  animation: thing 1.15s -0.65s linear infinite alternate;
  -o-animation: thing 1.15s -0.65s linear infinite alternate;
  -ms-animation: thing 1.15s -0.65s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.65s linear infinite alternate;
  -moz-animation: thing 1.15s -0.65s linear infinite alternate;
}
.thing:nth-child(10):after {
  animation: thing 1.15s -0.65s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
}
.thing:nth-child(11):before, .thing:nth-child(11):after {
  left: 7.5em;
}
.thing:nth-child(11):before {
  animation: thing 1.15s -0.72s linear infinite alternate;
  -o-animation: thing 1.15s -0.72s linear infinite alternate;
  -ms-animation: thing 1.15s -0.72s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.72s linear infinite alternate;
  -moz-animation: thing 1.15s -0.72s linear infinite alternate;
}
.thing:nth-child(11):after {
  animation: thing 1.15s -0.72s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
}
.thing:nth-child(12):before, .thing:nth-child(12):after {
  left: 8.25em;
}
.thing:nth-child(12):before {
  animation: thing 1.15s -0.79s linear infinite alternate;
  -o-animation: thing 1.15s -0.79s linear infinite alternate;
  -ms-animation: thing 1.15s -0.79s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.79s linear infinite alternate;
  -moz-animation: thing 1.15s -0.79s linear infinite alternate;
}
.thing:nth-child(12):after {
  animation: thing 1.15s -0.79s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
}
.thing:nth-child(13):before, .thing:nth-child(13):after {
  left: 9em;
}
.thing:nth-child(13):before {
  animation: thing 1.15s -0.86s linear infinite alternate;
  -o-animation: thing 1.15s -0.86s linear infinite alternate;
  -ms-animation: thing 1.15s -0.86s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.86s linear infinite alternate;
  -moz-animation: thing 1.15s -0.86s linear infinite alternate;
}
.thing:nth-child(13):after {
  animation: thing 1.15s -0.86s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
}
.thing:nth-child(14):before, .thing:nth-child(14):after {
  left: 9.75em;
}
.thing:nth-child(14):before {
  animation: thing 1.15s -0.93s linear infinite alternate;
  -o-animation: thing 1.15s -0.93s linear infinite alternate;
  -ms-animation: thing 1.15s -0.93s linear infinite alternate;
  -webkit-animation: thing 1.15s -0.93s linear infinite alternate;
  -moz-animation: thing 1.15s -0.93s linear infinite alternate;
}
.thing:nth-child(14):after {
  animation: thing 1.15s -0.93s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
}
.thing:nth-child(15):before, .thing:nth-child(15):after {
  left: 10.5em;
}
.thing:nth-child(15):before {
  animation: thing 1.15s -1.01s linear infinite alternate;
  -o-animation: thing 1.15s -1.01s linear infinite alternate;
  -ms-animation: thing 1.15s -1.01s linear infinite alternate;
  -webkit-animation: thing 1.15s -1.01s linear infinite alternate;
  -moz-animation: thing 1.15s -1.01s linear infinite alternate;
}
.thing:nth-child(15):after {
  animation: thing 1.15s -1.01s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
}
.thing:nth-child(16):before, .thing:nth-child(16):after {
  left: 11.25em;
}
.thing:nth-child(16):before {
  animation: thing 1.15s -1.08s linear infinite alternate;
  -o-animation: thing 1.15s -1.08s linear infinite alternate;
  -ms-animation: thing 1.15s -1.08s linear infinite alternate;
  -webkit-animation: thing 1.15s -1.08s linear infinite alternate;
  -moz-animation: thing 1.15s -1.08s linear infinite alternate;
}
.thing:nth-child(16):after {
  animation: thing 1.15s -1.08s linear infinite alternate-reverse;
  -o-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
  -ms-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
  -webkit-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
  -moz-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
}


@keyframes thing {
  0% {
    transform: rotateZ(45deg);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}

@-o-keyframes thing {
  0% {
    -o-transform: rotateZ(45deg);
	      transform: rotateZ(45deg);
  }
  100% {
    -o-transform: rotateZ(-45deg);
	    transform: rotateZ(-45deg);
  }
}

@-ms-keyframes thing {
  0% {
    -ms-transform: rotateZ(45deg);
  }
  100% {
    -ms-transform: rotateZ(-45deg);
  }
}

@-webkit-keyframes thing {
  0% {
    -webkit-transform: rotateZ(45deg);
	  transform: rotateZ(45deg);
  }
  100% {
    -webkit-transform: rotateZ(-45deg);
	   transform: rotateZ(-45deg);
  }
}

@-moz-keyframes thing {
  0% {
    -moz-transform: rotateZ(45deg);
	  transform: rotateZ(45deg);
  }
  100% {
    -moz-transform: rotateZ(-45deg);
	  transform: rotateZ(-45deg);
  }
}