@charset "utf-8";


@font-face {
  font-family: 'social';
  src: url('http://www.genesisbiotechgroup.com/mods/fonts/social.woff?99314332') format('woff');
  font-weight: normal;
  font-style: normal;
}


@keyframes iconsIn {
    0% { opacity: 0; transform: translateX(2.5em); }
	50% { opacity: 1; }
	100% { transform: translateX(0em); }
}

@keyframes spinner {
	0% { transform: scale(.5,.5) rotate(170deg); }
	100% { transform: scale(1,1) rotate(0deg); }
}


.social::before, .social::after {
	font-family: "social";
    font-style: normal;
    font-weight: normal;
    speak: none;
 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social.fb:before { content: '\66'; } /* 'f' */
.social.gram:before { content: '\67'; } /* 'g' */
.social.in:before { content: '\69'; } /* 'i' */
.social.tw:before { content: '\74'; } /* 't' */
.social.connect:before { content: '\63'; } /* 't' */
.social.connect:after { content: '\78'; }


#gbg_head {
	height: 4.375em;
	background-color: #f1f1f1;
	padding: .438em 2.375em;;
	box-shadow: inset 0 -.125em 0 #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#gbg_head img {
		max-width: 8rem;
}

#gbg_head > nav {
	float: right;
	height:100%;
}

.follow {
	display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.follow > li {
	margin-right: .8em;
	animation: iconsIn .5s backwards cubic-bezier(0.000, 1.195, 0.805, 1.000);
}

.follow > li:first-child {
	animation-delay: .45s;
}

.follow > li:nth-of-type(2) {
	animation-delay: .3s;
}

.follow > li:nth-of-type(3) {
	animation-delay: .15s;
}

.follow a {
	font-size: 120%;
	color: #bebebe;
}

#connect {
	display: inline-block;
	border-radius: 50%;
	border: .125em solid #c1c1c1;
	box-shadow: inset 0 .125em 0 #fff, inset 0 0 .438em #fff;
	width: 3.5em;
	height: 3.5em;
	vertical-align: middle;
    margin: 0 0 0 .6em;
	background: linear-gradient(155deg, rgba(255,255,255,0.78) 0%,rgba(245,244,242,0) 18%,rgba(213,208,200,0) 74%,rgba(207,202,192,0.44) 84%,rgba(198,192,180,0.44) 100%);
	animation: spinner .8s .2s backwards;
	transform: scale(1,1);
}

#connect::before {
	font-size: 207%;
	color: #948118;
	position: relative;
    right: .07em; 
	transition: transform .4s;
}

#connect.active::before {
	transform: scale(0,0);
}

#connect::after {
	transition: transform .4s;
	transform: scale(0,0);
	position: absolute;
	z-index:2;
	left:0; right:0;
	text-align: center;
	color: #6f1400;
	margin: auto;
    top: 0;
    bottom: 0;
    height: 1.1em;
    font-size: 120%;
}

#connect.active::after {
	transform: scale(1,1);
}


#gbg_connect {
	position: absolute;
	z-index:20;
	left:0;
	top: 4.375em;
	width: 100%;
	height: 0em;
	background: #f2f2f2;
	overflow: hidden;
	border: 0px solid #bebebe; border-left:0; border-right: 0;
	display: flex;
	transition: height .5s;
	box-shadow: inset 0 -1em 2.5em rgba(255,255,255,.7);
}

#gbg_connect.active {
	height: 12.813em;
	border-width: 1px;
}

#gbg_connect > aside {
	width: 15.25em;
	background: #bebebe;
}

.conL {
    flex-grow: 1;
}

.sgroup {
	height:100%;
	max-width:100%;
	padding: 0 3%;
}

.pgroup {
	flex-grow: 1;
	max-width: 100%;
	height:100%;
	opacity: 0;
	transition: opacity .3s .6s;
}

.active .pgroup {
	opacity:1;
}

.pgroup > li {
	height: 12.813em;
}

.cgroup {
	display: flex;
	align-items: center;
	height:100%;
}

.cgroup > li {
	margin-right: 1.5em;
	transition: transform .8s;
}

.cgroup > li:nth-of-type(even){
	transform: translateY(110%);
}

.cgroup > li:nth-of-type(odd){
	transform: translateY(-110%);
}

li.active .cgroup > li {
	transform: translateY(0);
}

.com_link {
	width: 11.250em;
	height: 11.250em;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid transparent;
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	box-shadow: inset 0 -1.25em 1em rgba(0,0,0,.02), inset 0 0 .813em rgba(255,255,255,.47);
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.com_link:hover {
	border-color:#bebebe;
}

.com_link::before {
	content:"";
	position: absolute;
	top:0; right:0;
	width:100%;
	height:100%;
	z-index:2;
	border-radius: inherit;
	box-shadow: inset -.125em .125em 1px #fff
}

.com_link::after {
	content:"";
	position: absolute;
	z-index:2;
	top:0; right:0;
	width: 8em;
	height:8em;
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	transform: translate(20%,-20%);
}

.com_link figure {
	max-height: 6.250em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	max-width: 85%;
}

.com_link img {
	max-height: 100%;
    height: auto;
}

#structure_cats {
	height:100%;
	display: flex;
    flex-direction: column;
}

.scat {
	display: block;
	flex-grow:1;
	font-size: .938em;
	text-align: left;
	padding: 0 8%;
	transition: background .2s linear, color .3s .1s linear;
    white-space: nowrap;
}

.scat.active {
	background: #fff;
	color:#948118;
}


/****** MEDIA QUERIES *********/ 
/*
1280px
*/
@media screen and (max-width: 80em) {
}




/*
1024px
*/
@media screen and (max-width: 64em) {
}
	
	
	
		
/*
768px
*/
@media screen and (max-width: 48em) {
	.lock-screen {
        max-width:100%;
        max-height:100%;
        overflow:hidden;
		pointer-events: none;
    }
}




/*
480px
*/
@media screen and (max-width: 30em) {
	#gbg_head {
		padding-left: 3%; padding-right: 3%;
		height: 4em;
		font-size: .8em;
	}
	
	#connect {
		margin-left: 0;
        height: 100%;
        width: 3.125em;
	}
	
	#connect::before {
        right: .1em;
	}
	
	#gbg_connect {
		font-size: 0.8em;
		top: 4em;
	}
	#gbg_connect.active, .pgroup > li, .com_link {
		height: 10em;
	}
	
	.com_link {
		width: 10em;
	}
	
}




/*
320px
*/
@media screen and (max-width: 20em) {
}