/*
Theme Name: Craftscouncil
Theme URI: http://caftscouncil.nl
Author: van Leeuwen brothers
Author URI: http://vanleeuwenbrothers.com
Description: Craftscouncil theme is based upon the twentysixteen.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: craftscouncil
Text Domain: craftscouncil

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html {
	margin: 0px;
}
body {
	font-family: 'dreschersmall', Helvetica;
	font-size: 1vw;
	margin: 0px;
	line-height: 1.3;
}
* {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	outline: none;
}
div, a, span {
	display: inline-block;
	position: relative;
}
a {
	color:#000;
	text-decoration:none;
}
p a {
	text-decoration: underline;
}
figure {
	margin:0;
	padding:0;
	max-width:100%;
}
b, strong {
	font-family: drescherdemi, arial, helvetica;
	font-size: 18px;
}
i, em {
	font-size: 18px;
}
.vlb-small {
	font-size:12px;
}

/* site */
.site {
	margin:0 auto;
    position: relative;
    text-align: left;	
    display:block;
    max-width: 80%;
}
.site-inner, .site-content, .content-area {
	width:100%;
}
.site-main {
	position: relative;
    width: 100%;
    min-height: 300px;
}

/* Typography */
h1, h2, h3 {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-family: drescherdemi, arial, helvetica;
    display:block;
}

h1 {
	font-size: 38px;
	margin-top:0;
	line-height:1;
	margin-bottom:15px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 1;
    font-size: 22px;	
}
.contain div {
	background-size: contain !important;
}
.griditem h2 {
	margin-bottom:15px;
	margin-top:0px;
}
h3 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
} 
.loading {
	position: fixed;
	z-index: 10000;
	font-size: 50px;
	
	padding: 10px;
	border-radius: 50%;
	left: 50%;
	margin-left: -35px;
	top: 80%;
	/*opacity: 0.8;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;*/
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.blog .large h2, .crafts_blog .large h2 {
    font-size: 35px;
}
.arrowdown:before {
	content:'\f502' !important;
	font-family:'Genericons' !important;
	font-size:16px;	
	vertical-align:bottom;
	padding-right: 5px;
    margin-left: -5px;	
}
input, textarea, select {
	border: solid 2px #000;
	font-family: 'dreschersmall', Helvetica;
	font-size: 1rem;
	background-color: transparent;
	border-radius: 0px;
}
/* header */
.site-header {
	width:100%;
}
.site-branding {
	position: relative;
    top: 20px;
    width: 100%;
    z-index: 3;
}
.site-branding img {
	width: 220px;
    margin-left: -10px;
    margin-top: -8px;
    margin-bottom: 2px;
}
.site-header-main {
	width:100%;
}
.social {
    display: inline-block;
    z-index: 4;
    top:20px;
    position:absolute;
    right:0;
}
.social a {
	margin: 0px !important;
    padding-left: 2px;
    border: none;
    text-align: center;
    display: inline-block;
}
.social img {
    width: 25px;
}

/* Menu */
.site-header-menu {
	width:100%;
	top:130px;
	position:absolute;
	z-index:10;
	left: 0px;
}
.language {
	position: absolute;
	top: -107px;
	right: 350px;
}
.site-header-menu-button {
	display: none;
}
.site-header-menu ul, .site-header-menu ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.site-header-menu, .site-header-menu a {
	color:#000;
	text-decoration:none;
}
.menu-primary-container {
	width:105%;
}
.menu-primary-container ul {
	padding-left:0 !important;
}
.dropdown-toggle, .sub-menu {
	display:none;
}
.primary-menu > .menu-item {
	float:left;
}

.menu-item a:first-child {
	font-family: 'drescherdemi', arial, helvetica;
    font-size: 23px;
    line-height: 1;
    display: inline-block;
    margin-right: 60px;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: solid 3px transparent;
}

.menu-item a:hover {
	border-bottom:3px solid;
}

.menu-item a:hover > .sub-menu {
	display:block;
}

.sub-menu {
    padding-top: 10px !important;	
	min-width:100px;
	/* max-width:190px; */
	padding-bottom:10px !important;
}
.sub-menu .menu-item a {
    font-size: 13px;
    margin-right:0;
	font-family: 'dreschersmall', Helvetica;
	border-width:2px;
	margin-top:5px;
	margin-left:-5px;
}
.sub-menu .menu-item a:hover {
	border-width:2px;
}
.sub-menu .menu-item {
	list-style: disc outside;	
	margin-left:15px;
}
.sub-menu-bg {
    background-image: url('img/back.png');
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.crafts_menu, .shop_menu {
	padding: 0px;
    color: #000;
    width: 215px;
    font-size: 18px;
    line-height: 1.3;
    font-family: drescherdemi, arial, helvetica;
    float:left;
}
.crafts_menu *, .shop_menu * {
	font-size: 18px;
}
/* Content overall */
.rightcolumn, .column {
	width: 284px;
	float:right;
	padding:0;
}
.rightcolumn .post, .column .post {
	width:100%;
}
.leftcolumn {
	width: 284px;
	float:left;
	margin-left:0;
}
.crafts_main {
	min-width: 682px;
	width: calc(80% - 250px);
	width: calc(100% - 262px);
	left: 47px;
}

.site-content {
	margin-top:100px;
	min-height: 67vh;
}
.hidden {
	display:none;
}
.blog {
	width:100%;
}


.post {
	text-decoration:none;
	display:inline-block;
	color:#000;
	width: 30%;
    display: inline-block;
    border-bottom: solid 4px #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    opacity: 0;
}
.post.grid { 
	overflow: hidden;
}
.large + .post.grid {
	height: auto;
}
.post.main {
	border-bottom: none;
}
.post.show {
	opacity: 1;
	transition: opacity 1s;
}
.single-product .post {
	left: 332px ;
}
.post a {
	border-bottom: solid 2px #000;
}
.intro:hover {
	border-bottom:0px !important;
}
.post:hover {
	border-bottom: solid 4px #0600c5;
}
.post.main:hover {
	border-bottom: none;
}
.post:hover > h2 {
	color:#0600c5;
}
.post:hover > .img-leesmeer {
	display:block;
}
.post img {
	width:100%;
	height:auto;
}
.post figcaption {
	padding-bottom:15px;
}
.post .img-leesmeer {
	position:absolute;
	background-image: url('img/blue75.png');
    color: #FFF;
    top:0;
    display:none;	
}
.post .img-title {
	text-align: center;
    position: relative;
    top: 50%;
    -ms-transform:translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) ;
    left:50%;
    margin:0;
    padding:0;
    border-bottom:3px solid white;
    font-size: 23px;
    font-family: drescherdemi, arial, helvetica;    
}

.full {
	width:100%;
}
.column-4 .post {
	width: 21.5%;
}
.column-4 .post.large {
	width: 47.5%;
}
.large {
	width: 65%; /*617px;*/
}
.large p {
	padding-bottom:0;
	margin-bottom:0;
}

.crafts_main .large {
	/*width: 439px;*/
}

.crafts_main .intro {
	width: 100%;
	border:none;
	margin-bottom: 0px;
}

.image-left {
	float: left;
	width: 40% !important;
	padding: 10px 10px 10px 0px;
}
.image-left-alone {
	text-align: left;
    width: 40% !important;
    padding: 10px 10px 10px 0px;
}
.image-right-alone {
	text-align: right;
    width: 40% !important;
    padding: 10px 0px 10px 10px;
}
/* Content single */
.featured-image img {
	margin-bottom:0;
}
.featured-image figcaption {
	margin-bottom:18px;
}
.main h2 {
	font-size: 30px !important;
	margin-top:20px;
}

.single .large {
	border-color:#000 !important;	
}

.single .large:hover > *{
	color:#000;
}
.single .blog ul, .single .blog ol {
	margin: 0px;
    padding:1em 0;   
    padding-left: 20px;
    white-space: normal;
}
.crafts_menu .link .child {
	display:none;
}

.crafts_menu > ul:first-child > .link {
	display: block;
}
.crafts_menu .link {
	/*height: 40px;*/
	display:block;
	white-space: nowrap;
	margin-bottom: 10px;
}
.crafts_menu .link span {
	margin-left:10px;
}
.crafts_menu .link a {
	margin-left:7px !important;
	white-space: normal;
}
.crafts_menu .link span, .crafts_menu .link a {
	font-family: drescherdemi, arial, helvetica;
    font-size: 23px;
    line-height: 1;
    display: inline-block;
    margin-right: 60px;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: solid 3px transparent;
    text-decoration: none;
	margin-bottom: 0px;
    margin-top: 7px;
    line-height: 1;
    color:#000;
}
:first-child ul:first-child  {
    margin-top: -7px;
	
}
.crafts_menu .link a:hover, .crafts_menu .link.selected a {
	border-color:#000;
}
.crafts_menu ul {
	font-size: 23px;
	list-style:none;
    margin: 0px;
    padding: 0px;
    height:auto !important;
   cursor:pointer;
}
.crafts_menu li:before {
	content: '\f428';
    font-size:16px;
    font-family:'Genericons';
}

.crafts_menu ul:before {
	content:'\f501';
	font-family:'Genericons';
	font-size:16px;
}
.crafts_menu ul span:hover {
	border-bottom:3px solid #000;
}


.crafts_menu li {
	height:auto !important;
	display: list-item;
	margin-left: 0px;
	margin-top:3px;
}
.crafts_menu .link a {
	margin:0;
}
.crafts_menu li {
	display:none;
}
/* Master */
.master_title {
	width:100%;
	margin-top: 0;
    margin-bottom: 10px;	
}

form.search-box {
	border: solid 2px #000;
	margin: 0px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	margin-top: -2px;
}
form.search-box input {
	border: none;
	font-weight: bold;
	font-family: 'dreschersmall', Helvetica;
	font-size: 1rem;
	width: 167px;
}
.search-box .genericon {
	font-size: 1.5rem;
	font-weight: bold;
}

/* Craftsmap single */
.craftmap-template .title {

}
.craftsmap-title {
	float:left;
	margin-left:30%;
	width:70%;
}
.craftsmap-item a {
	float:left;
	border-bottom:2px solid #000;	
}
.craftsmap-item a:hover {
	float:left;
	border-bottom:2px solid #fff;	
}
.seventypercent {
	width:70%;
	float:right;
}
.twentyfivepercent {
	width:25%;
	float:left;
	margin-top:2.4em;
}
.twentyfivepercent div {
	display:inline-block;
	width:100%;
	padding-bottom: 10px;
}
.category-container {
	width:100%;
	margin-left: -10px;
}
.category-container a {
	margin-left:10px;
	float: none !important;
}

/* Gallery thumbnail */
.wp-post-image {
	display:none;
}
.wp-post-image:first-child {
	display:inline-block;
}
.gallery-thumbnail-small div {
	width:100%;
	min-height:136px;
}
.gallery-thumbnail-small .crop {
	height:136px;
	overflow:hidden;
}
.gallery-thumbnail div.active {
    z-index:10;
}

.gallery-thumbnail div.last-active {
    z-index:9;
}


.gallery-thumbnail-small {
	width:100%;
	min-height:130px;
	margin-bottom:10px;
}
.gallery-thumbnail-square div {
	position:absolute;
	width:200px;
	height:200px;
	overflow:hidden;
}
.gallery-thumbnail-square {
	width:200px;
	height:200px;
}
.gallery-thumbnail-medium div {
	position:absolute;
	width:450px;
	height:250px;
	overflow:hidden;
}
.gallery-thumbnail-medium {
	width:450px;
	height:250px;
}
.gallery-thumbnail-large div {
	width:100%;
	padding-bottom:15px;
}
.gallery-thumbnail-large {
	width:100%;
}
.gallery-thumbnail-full div {
	width:100%;
	height:auto;
	padding-bottom:15px;
}
.gallery-thumbnail-full {
	width:100%;
	height:auto;
}


/* Gallery page */
.gallery {
	
}
.gallery figure {
	display:none;
}
.gallery figure:first-child {
	display:block;
}
.gallery-container .controls {
	position:absolute;
    top: 50%;
    -ms-transform:translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);	
	height:30px;
	margin-top:-30px;
	width:auto;    
	cursor:pointer;
}
.gallery-container .controlleft {
	left:30px;
}
.gallery-container .controlright {
	right:10px;
}
.gallery figcaption {
}

/* Shop */
.woocommerce-billing-fields {
	width:100%;
}
.shop_title {
	width:100%;
	margin-top: 10px;
    margin-bottom: 10px;	
}
.product_title {
	margin-left: 30%;
}
#menu-shop {
	list-style-type: none;
	padding-left: 0px;
}
.product-categories {
	list-style-type: disc;
	padding-left: 17px !important;
}
.return-to-shop {
	display:none;
}
.attachment-shop_thumbnail {
	display:none !important;
}
.widget_shopping_cart_content .buttons {
	display:none !important;
}
.shop_content {
	width:70%;
	float:right;
}
.shop_info {
	width:25%;
	float:left;
	margin-top:10px;
}
.shop_info h1 {
	display:none;
}
.cart_list .empty {
	padding-left:0 !important;
}
.add_to_cart_inline {
	border:none !important;
	padding:0 !important;
}
.price {
	padding:0;
	margin:0;
}
.value, .label {
	display:block;
}
.value select {
	 width:130px;
}
 .woocommerce button.button.alt {
	 background-color: black;
	 font-size:90%;
	 margin-top:15px;
 }
 .woocommerce button.button.alt:hover, .order_proceed:hover {
	 background-color: grey;	 
 }
 .single_variation_wrap, .order_proceed, .label {
	 margin-top:15px;
 }
 .amount {
	 font-weight:bold;
 }
 .woocommerce input.button.alt, .woocommerce a.button.alt {
 background-color:#0000c1;
}
.woocommerce input.button.alt:hover, .woocommerce a.button.alt:hover {
background-color:grey;	
}
.woocommerce-error {
	display:block;
}
.order_proceed {
    line-height: 1;
    font-weight:normal !important;
    font-family: 'dreschersmall', Helvetica;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
	 background-color: black;
	 font-size:90%;
    border-radius: 3px;
    left: auto;
    color: white;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;	
    width:130px;
}
.wc-variation-selection-needed {
	background-color:lightgrey !important;
}
.shop_content p a {
	margin-top: 5px;
    text-decoration:none;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
	width:100%;
}
.variation-Variaties, .variation-variaties, .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
	margin-left:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.variation-Variaties p, .variation-variaties p, .woocommerce ul.cart_list li dl dd p {
	padding-top:0;
	margin-top:0;
}
.cart_list {
	padding-top:10px !important;
}
.woocommerce-message {
	display:none;
}
.woocommerce-message:first-child {
	display:block;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top:2px solid grey;
}
.widget_product_categories {
	padding-bottom:15px;	
}
.shop_menu #sidebar ul {
	padding:0;
	margin:0;
}
.woocommerce-shipping-fields {
	width:100%;
}
.woocommerce form.checkout_coupon {
	margin-top:0;
}

/* Footer */
.site-footer {
	width:100%;
	display:inline-block;
	height:70px;
}
.site-footer ul, .site-footer ol {
	padding:0;
	margin:0;
	list-style: none;	
}
.site-footer li {
	display:inline;
}
.site-footer a {
	text-decoration:none;
	color:#000;
}

/* Henrik */

.craftsmap-item { width:100% !important; right:0; left: 0%; }
.crafts_menu_fix {width:35%}
.crafts_menu_fix .rightcolumn { float:left; width:100% }
.crafts_main_fix { width:65%; min-width: auto; left:0 }
.woocommerce { width:100% }
.shopsingle { display:block; width:100%; left: 0; float: left; }
.order_proceed { margin-bottom:25px; }
.shopitem { width:70%; left:30%!important; float:right; }
.blog img { max-width:100%; height:auto; }

@media screen and (max-width: 1500px) {
	.site {
	    width: 950px !important;

	}
}
@media screen and (max-width: 1100px) {
	.site {
	    max-width: 95%;
		width 95% !important;
	}
}
@media screen and (max-width: 900px) {
	.site {
		max-width: 95%;
		width 95% !important;
	}
	.site-content {
		margin-top: 100px;
	}
	.site.scrolled .site-content {
		margin-top: 20px;
	}
	.site-header {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		padding: 10px;
		padding-top: 0px;
		background-color: #FFF;
		z-index: 10;
	}
	.site-header-menu {
		display: none;
		width: 100vw;
		position: absolute;
		left: -2.5vw;
		padding: 2.5vw;
		background-color: rgba(255,255,255,0.95);
		top: 100px;
		height: calc(100vh - 150px);
		overflow: auto;
	}
	.site-branding {
		top: 2.5vw;
		width: 60%;
	}
	.site-branding img {
		width: auto;
		height: 80px;
		margin: 0px;
		transition: all 1s;
	}
	.site.scrolled .site-branding img {
		height: 40px;
		transition: all 1s;
	}
	.site-header-menu-button {
		display: inline-block;
		cursor: pointer;
		position: absolute;
		z-index: 10;
		top: calc(2.5vw);
		right: 0px;
		font-size: 2rem;
		color: #000;
		transition: all 1s;
	}
	.site-header-menu-button.active {
		transform: rotate(90deg);
		transition: all 1s;
	}
	.blog {
		padding-bottom: 60px;
	}
	.social {
		top: auto;
		bottom: 0px;
		z-index: 10;
		position: fixed;
		width: 100%;
		background-color: #FFF;
		padding: 10px;
	}
	.search-box {
		position: fixed;
		z-index: 11;
		bottom: 10px;
		right: 10px;
	}
	.search-box input {
		width: 40vw !important;
	}
	.language {
		position: absolute;
		right: 10px;
		top: 15px;
		z-index: 15;
	}
	.primary-menu > .menu-item {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.post {
		width: 100% !important;
	}
	.column, .rightcolumn {
		width: 100% !important;
	}
	.crafts_main {
		left: 0px;
		width: 100%;
		min-width: 0px;
	}
	.craftsmap-title {
		margin-left: 0px;
		width: 100%;
	}
	.twentyfivepercent {
		display: none;
	}
	.seventypercent {
		width: 100%;
	}
	.shop_content, .shop_info {
		width: 100%;
		float: none !important;
	}
	.single-product .post {
		position: relative !important;
		left: 0px !important;
	}
	.single-product .value select {
		width: 70vw; 
		margin-right: 10px;
	}
	.product_title {
		margin-left: 0px;
	}
	.crafts_menu {
	  width: 100%;
	  padding-bottom: 50px;
	}
	.crafts_menu_fix {
		display:none;	
	}
	.crafts_main_fix, .shopitem {
		width:100%;
	}
	.site-footer {
		display:none;
	}
	.large {
		width:100%;
	}
}

/* -- SPINNER --- */

.loading-text {
  color: black;
  display:
  block; width: 20rem;
  margin-top: -30px;
  margin-left: -10rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .loading {
    top: auto;
    bottom: -100px;
  }
  .loading-text {
    background-color: #FFF;
    width: 100vw;
    padding-bottom: 100px;
    padding-top: 10px;
    margin-top: -50px;
    position: fixed;
    left: 0;
    margin-left: 0;
  }
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


