/* General Demo Style */

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	}

        
    strong {
	font-size:25px;
    font-weight:300;
	}
        
small {
	font-size:14px;
    color:#A2F8DD;
	}
     

.mosaicflow__column {
	float:left;
	}

.mosaicflow__item {
	position:relative;
	}
	.mosaicflow__item img {
		display:block;
		width:100%;
		max-width:100%;
		height:auto;
        opacity:1;
        -webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
            

		}
	.mosaicflow__item p {
        position: absolute;
        bottom: 0;
        text-align:center;
        width: 100%;
        height: 52%;
        margin: 0 auto;
        font-weight:300;
        padding: 0px;
        color: #222;
        font-size: 17px;
        opacity: 0;
        border: 0px solid;
        -webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
        line-height: 1.3;

		}
	.mosaicflow__item:hover p {
        opacity:1; 
        height: 55%;
    
		}

.mosaicflow__item:hover img {
        opacity:0; 
    border: 30px solid;
		}
        
body {
    font-family: 'Josefin Sans', sans-serif;
    background: #fff;
    font-size: 12px;
    color: #555;
    overflow: scroll;
    overflow-x: hidden;

}


.scroll {
position: absolute;
z-index: 99999;
padding: 10px;
margin: 0 auto;
bottom: 27px;
width: 100%;
text-align: center;

}

.scroll img {
    width:50px;
    height:48px;
-webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
-moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
-o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
}

.scroll img:hover {
opacity:0.8;

}

a {
	color: #555;
	text-decoration: none;
}

.logo {
	position:absolute;
    z-index:99999;
    padding: 10px;

    
}

.social {
	position:absolute;
    z-index:99999;
    padding: 10px;
    right:0;
    top:0;
}

.social img {
	width:35px;
    padding:7px;
    
}

.social img:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hupso-share-buttons {
height:200px;    
}


.container {
	width: 100%;
	position: relative;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
	padding: 60px 30px 50px;
	text-align: center;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/*--------------------*/
/* Circle slide */
/*--------------------*/

.nav-circleslide a {
	margin: 0 20px;
}

.nav-circleslide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 19px;
}

.nav-circleslide svg.icon {
	fill: #fff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.nav-circleslide div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #566473;
	border-radius: 50%;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
}

.nav-circleslide img {
	display: block;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-circleslide a.prev img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-circleslide a.next img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-circleslide a:hover div {
	opacity: 1;
	background-color: transparent; /* Trick to hide the visible border of image */
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
}

.nav-circleslide a:hover img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 520px) {
	.nav-slide a.prev,
	.nav-reveal a.prev,
	.nav-doubleflip a.prev,
	.nav-fillslide a.prev,
	.nav-growpop a.prev {
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}

	.nav-slide a.next,
	.nav-reveal a.next,
	.nav-doubleflip a.next,
	.nav-fillslide a.next,
	.nav-growpop a.next  {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.nav-slide a,
	.nav-reveal a,
	.nav-doubleflip a,
	.nav-fillslide a {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	.nav-growpop a {
		-webkit-transform: translateY(-50%) scale(0.6);
		transform: translateY(-50%) scale(0.6);
	}
}