@charset "utf-8";
/* CSS Document */

/* SLIDE DOWN BLOCK */
/*--------------------------------------------------------------*/
.social-slide-down {
	display:none;
}
.social-slide-down a:link,
.social-slide-down a:visited,
.social-slide-down a:active {
	box-sizing:border-box;
	float:left;
	display:block;
	width:33.333%;
	height:auto;
	padding:1px 0;
}

.social-slide-down a:hover {
	opacity:0.7;
}

.social-slide-down svg {
	display:block;
	fill:#fff;
	width:16px;
	height:16px;
	margin:9px auto;
}


/* FLOATING BLOCK */
/*--------------------------------------------------------------*/
.clear-floats {
	clear:both;
}

.facebook-background {
	background-color:#3b5998;
}

.twitter-background {
	background-color:#00aced;
}

.googleplus-background {
	background-color:#dd4b39;

}

.pinterest-background {
	background-color:#aa2529;
}

.orange-background {
	background-color:#ff6550;
}

.block {
	position:fixed;
	top:auto;
	bottom:0;
	left:0;
	width:100%;
	z-index:1001;
}

.block-item {
	float:left;
	display:block;
	width:25%;
	height:auto;
	padding:1px 0;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5;
}

.block-item:hover {
	opacity:0.7;
}

.block-item svg {
	display:block;
	fill:#fff;
	width:16px;
	height:16px;
	margin:9px auto;
}

.block-item img {
	display:block;
	width:16px;
	height:16px;
	margin:9px auto;
}


/* MEDIA QUERIES */
/*--------------------------------------------------------------*/
@media only screen and (min-width: 700px) {

.block {
	position:fixed;
	top:20%;
	bottom:auto;
	left:0;
	width:auto;

}

.block-item {
	float:none;
	display:block;
	width:35px;
	height:auto;
	padding:1px 0;
	-webkit-transition:width 0.5s;
	transition:width 0.5;
}

.block-item:hover {
	width:45px;
	opacity:1;
}

/*--------------------------------------------------------------*/
}
/*--------------------------------------------------------------*/