/*................................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;
}
/*................................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: #003366;
 font-weight: 400;
}

header{
  /* padding:40px 0;   */
  position: fixed;
  padding:20px 0;
  /* position:relative; */
  background:#fff;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
width:100%;
}

#layerCont header{background:#fff; position:relative;}
#layerCont header.sticky{position:relative; 
  transition: all 0.4s ease;}
#layerCont .nav-collapse a:active, #layerCont .nav-collapse .active a, #layerCont .nav-collapse a {color:#003366;}
#banner{position:relative; height:100vh; height:100%;}
#banner.banner{margin-top:108px;}
#banner .fullscreen-container, #banner .fullwidthbanner-container {height:100vh important;}

#banner.bannerCont{width:100%; float:left; height:400px;}
#banner.bannerCont .maincontent {top:50%;}
#layerCont #about, #layerCont footer, #layerCont #portfolio{width:100%; float:left;}
.oneBanner{height:400px; width:100%; float:left;}

.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1;
}
.rev_slider_wrapper .slider-title {
    font-family: Open Sans;
    font-size: 82px;
    line-height: 100px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    /* text-shadow: 0 3px 2px rgba(0,0,0,.13); */
	/* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-weight:700 !important;
	
}

.rev_slider_wrapper .slider-desc {
    font-family: Open Sans;
    font-size: 42px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    padding: 0 90px !important;
    color: #fff;
    /* text-shadow: 0 3px 2px rgba(0,0,0,.13); */
	/* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-weight:700 !important;
}


  .oneBanner {
    width: 100%;
    display: block;
    position: relative;
  
  }


  .oneslide img {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
  }

		
.tp-bullets.hesperiden.horizontal {
	height: 35px;
	padding: 0px 0px;
	font-family: 'Exo', sans-serif;		
}
		.tp-bullets.hesperiden.horizontal .tp-bullet {
		    cursor: pointer;
		    position: relative !important;
		    background: transparent !important;
		    -webkit-border-radius: 10px;
		    border-radius: 10px;
		    -webkit-box-shadow: none;
		    -moz-box-shadow: none;
		    box-shadow: none;
		    width:10px !important;
		    height:10px !important;
		    border:2px solid #003366 !important;
		    display: inline-block;
		    margin-right: 2px !important;
		    margin-bottom: 14px !important;
		    -webkit-transition: background-color 0.2s, border-color 0.2s;
		    -moz-transition: background-color 0.2s, border-color 0.2s;
		    -o-transition: background-color 0.2s, border-color 0.2s;
		    -ms-transition: background-color 0.2s, border-color 0.2s;
		    transition: background-color 0.2s, border-color 0.2s;
		    float:none !important;
		}
		.tp-bullets.hesperiden.horizontal .tp-bullet.last {
		    margin-right: 0px
		}
		.tp-bullets.hesperiden.horizontal .tp-bullet:hover,
		.tp-bullets.hesperiden.horizontal .tp-bullet.selected {
		    -webkit-box-shadow: none;
		    -moz-box-shadow: none;
		    box-shadow: none;
			background: rgba(255, 255, 255, 1) !important;
			width:10px !important;
		    height:10px !important;
		    border:2px solid #003366 !important;
		}

#toTop {

        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 12px;
        right: 13px;
        overflow: hidden;
        width: 45px;
        height: 45px;
        border: 0;
        text-indent: -999px;
        background-image: url(../img/gokcimenler.svg);
        background-repeat: no-repeat;
        background-position: 0 -288px;
        background-color: #e1292f;
        z-index: 99999;

}
#toTop #toTopHover {

        background-image: url(../img/gokcimenler.svg);
        background-repeat: no-repeat;
        background-position: 0 -288px;
        background-color: #242424;
        width: 45px;
        height: 45px;
        display: block;
        overflow: hidden;
        float: left;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);

}


#toTop:active, #toTop:focus {
  outline:none;
}
		
.generalForm{margin-top:20px; float:left; width:100%; display:block;}
.generalForm label{ width:160px; float:left; display:block; color:rgba(0,0,0,.7); font-family: 'Exo', sans-serif; font-size:20px; }
.generalForm .col-1-2, .generalForm .col-1-1 {margin-top:30px;}
.generalForm input, .generalForm textarea {border:1px solid rgba(0,0,0,.7); color:rgba(0,0,0,.7); font-family: 'Exo', sans-serif; font-size:15px; padding:5px 20px; max-width:350px; resize: none; line-height:30px; width:100%;}
.generalForm input#mesajGonderSend {border:none; width:120px; background:#003366; color:#fff; font-family: 'Exo', sans-serif; font-size:18px; font-weight:600; padding:10px 15px; display:block; margin:0 auto;}
.generalForm p i small{font-size:15px;}
.adress{margin-top:20px;}
.adress i.fa{margin-right:20px;}
.adress .innerp {color:rgba(0,0,0,.7);}

#load, .formOK, .formNOK, .sending { margin-top:30px;
    display: none;
}
#about .sending p img{width:24px; height:24px;}

#load p, .formOK p, .formNOK p, .sending p{color:rgba(0,0,0,.7); font-family: 'Exo', sans-serif; font-size:15px; }

.generalForm label.error{font-family: 'Exo', sans-serif; font-size:15px; color:red; text-align:center; width:100%;}

.portfoliohover a{width:100%; height:100%; position:absolute; z-index:999; text-decoration:none; top:0; left:0;}

.logo a{display:block; font-size:14px; line-height:65px; color:#ff0000; font-family:'Exo', sans-serif; font-weight:700; text-decoration:none;}
.logo a span{width:150px; display:block; float:left;}
.logo a img {display:block;  width:100%; float:left; padding-right:15px;}


#service.service h2{color:#fff;}

a.link{font-size:15px; font-weight:400; color:#222222; text-decoration:none;}

.videoWrapper {
    position: relative;
max-width:600px;
width:100%;
height:400px;
margin:0 auto 30px auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
 width: 100%;
 height:100%;
}

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 15px; */
  background:#fff;
}
.backcolor{
  background:#fff;
}
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{margin-top:15px;}
.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 (max-width: 1200px) {
	.nav-collapse a{padding: 10px 5px; font-size:14px;}

	.rev_slider_wrapper .slider-title span{font-size:42px !important;}
	

}

@media screen and (max-width: 1199px) {
	
	header .nav-collapse a{padding: 10px 10px; font-size:14px;}

	

}

@media screen and (max-width: 768px) {

	.rev_slider_wrapper .slider-title span{font-size:32px !important;}

}


@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: #003366;
    width: 100%;
    float: left;
    text-align: center;  
  }

  .nav-collapse a:active,
  .nav-collapse .active a{  
    color: #003366; 
    border:2px solid #ff0000;   
    transition:all 0.5s; 
  }
  .nav-collapse .active a:hover{
    color: #003366; 
    transition:all 0.5s; 
  }
  .nav-collapse a:hover{
    color: #003366; 
    transition:all 0.5s; 
    border:2px solid #ff0000;      
  }
  .nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse ul ul a {
      display: none;
    }

  }

  
  @media screen and (max-width: 767px) {
	.rev_slider_wrapper .slider-title span{font-size:30px !important; display:block; line-height:50px !important;}
	.rev_slider_wrapper .slider-desc p{display:block; margin-top:75px !important;}
	.map{margin-top:25px;}
	header .nav-collapse a{font-size:16px; font-weight:600;}
  }
  
   @media screen and (max-width: 420px) {

	.logo a span{width:145px;}
	.logo a img{padding-right:10px;}
	header .nav-toggle{width:55px;}
	
  } 
  
  @media screen and (max-width: 375px) {
	.rev_slider_wrapper .slider-title span{font-size:28px !important;}  
	.rev_slider_wrapper .slider-desc p{font-size:26px !important;}  
	.logo a {line-height:45px;}
	.logo a span{float:left; width:130px;}
	.logo a img{padding-right:10px;}
	header .nav-toggle{width:55px;}
	.logo a small{margin-top:7px; float:left; font-size:13px;}

	
  }
  
  
  
  @media screen and (max-width: 320px) { 
	body header{padding:10px 0 0;}
	.logo a span{float:none; width:130px;}
	.logo a img{padding-right:10px;}
	header .nav-toggle{width:55px;}
	.logo a small{margin-top:0px; float:left; font-size:14px;}

	
  }
  
  
  @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: #ff0000; /* 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 */
  }

  .maincontent{
    position: absolute;
    right: 0;
    top: 65%;
    text-align: right;
    max-width: 770px;
    width: 100%;
    float: right;
    margin-right: 20%;
  }
  .maincontent h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;  
    color: #fff;
    padding: 0px 0 20px;
  }
  h2.bolder{
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    padding-top: 70px;
  }
  p.innerp{
    font-size: 15px;
    font-weight: 400;
    color: #222222; 
    line-height: 18px; 
    padding-top: 25px;
  }
  
   p.innerp a {color: rgba(0,0,0,.7); font-weight: 400; text-decoration:none;}
  
  p.innerpnew{
    font-size: 15px;
    font-weight: 400;
    color: #303132; 
    line-height: 26px;    
  }
  #about{
    padding: 56px 0 53px;
	width:100%;
	float:left;
max-width: 100%;
overflow: hidden;
  }
  #about img{
    width: 100%;
    display: block;
  }
  #service{
   background: url(../img/1430x427.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: 26px;
    font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}


p.headp{
 font-size: 14px;
 text-align: center;
 color: #fff;
  font-weight:700;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#service p.innerp{
  color: #fff;
  text-align: justify;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h3{
  color: #fff;
  font-size: 17px;
  font-weight:700;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#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: #003366;
}
#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;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid transparent;
  margin: 0 5px ;
}

#filters li span.active {
  background-color:#003366;
  color: #fff;
  border: 1px solid #003366;
  border-radius: 3px;
} 
#filters li span:hover{
 border: 1px solid #028794;
 border-radius: 3px;
}

#portfoliolist h4, #gallerylist h4{
  font-size: 12px;
  color: #fff;
  padding-bottom: 10px;
}
#portfoliolist p.innerp, #gallerylist p.innerp{
  font-size: 12px;
  color: #fff;
}
#portfoliolist p.innerp i, #gallerylist p.innerp i{
  margin: 0 8px 0 0;
}
#portfolio p.innerp{
    line-height: 26px;
  }
#portfoliolist p.innerp i.fa-heart-o, #gallerylist p.innerp i.fa-heart-o{
  margin-left:5px;
}
#portfoliolist .portfolio, #gallerylist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-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 #003366;
  font-size: 12px;
  color: #fff;
  background-color: #003366;
  padding: 3px 10px;
  border-radius: 3px;
  float: right;
  margin-top: 10px; 
}
button.viewmore:hover{
  background-color: transparent;
  transition:all 0.5s; 
  color:#003366; 
}
footer{
  background-color: #d8d8d8;
  padding: 35px 0 25px;
}
footer h5{
  color: #004A82;
  font-size:19px; 
  padding-bottom: 20px;
}
footer a{
  text-decoration: none;
  font-size: 13px;
  color: #8f8f8f;
}

footer .innerp a{
  text-decoration: none;
  font-size: 13px;
  color: #8f8f8f;
}

footer i{
  color: #004A82;
  margin-right: 10px;
}
footer p.innerp{
  font-size: 13px;
  color: #8f8f8f;  
  padding-top: 5px;
}
footer .innercontact p.innerp i{
  color: #004A82;
  font-size: 20px;
}

.footersocial{
  float: right;
}
.footersocial i, .nav-collapse i{
  width: 30px;
  height: 30px;
  color: #ffffff; 
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 18px;
}
.nav-collapse ul li i {margin-top:-3px;}


.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, .nav-collapse 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:#028794; 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: #028794;
}




.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%;
}
.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);
  }
  100% {
    -o-transform: rotateZ(-45deg);
  }
}

@-ms-keyframes thing {
  0% {
    -ms-transform: rotateZ(45deg);
  }
  100% {
    -ms-transform: rotateZ(-45deg);
  }
}

@-webkit-keyframes thing {
  0% {
    -webkit-transform: rotateZ(45deg);
  }
  100% {
    -webkit-transform: rotateZ(-45deg);
  }
}

@-moz-keyframes thing {
  0% {
    -moz-transform: rotateZ(45deg);
  }
  100% {
    -moz-transform: rotateZ(-45deg);
  }
}