/* GLAD.network Main CSS File **************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:800,900|Roboto:300,300i,400,500,700,900|Caveat:700');
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#2a2a2a;
	-webkit-font-smoothing:antialiased;
}
section {
	position:relative;
}
a {
	color:#77af36;
	text-decoration:underline;
}
a:hover {
	color:#88bf47;
}
h1 {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:64px;
	font-weight:900;
	line-height:50px;
	margin-bottom:50px;
}
@media (max-width:375px) {
	h1 {
		font-size:48px;
		line-height:36px;

	}
}
h1 span {
	display:block;
	font-size:18px;
	line-height:30px;
}
h2 {
	width:100%;
	font-size:24px;
	font-weight:900;
}
h3 {
	font-size:20px;
	font-weight:500;
	line-height:25px;
}

/* General *******************************************/
.actions {
	display:block;
	margin:50px 0;
	text-align:center;
}
.actions > .btn-white,
.actions > .btn-green {
	margin:0 10px 10px 0;
}
@media (max-width:600px) {
	.actions span {
		display:block;
		margin-top:10px;
	}
}
.glad-text {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
}
.glad-text abbr {
	color:#77af36;
	font-weight:900;
	text-decoration:none;
	cursor:default;
}
.dotted-line {
	clear:both;
	width:100%;
	margin:30px 0;
	border-bottom:1px dotted rgba(0,0,0,.20);
}
.clearfix {
	clear:both;
}

/* Buttons *******************************************/
.btn-white,
.btn-green {
	display:inline-block;
	padding:14px 20px;
	font-weight:500;
	border-radius:4px;
	text-decoration:none;
	border:none;
	box-shadow:0 4px 4px rgba(0,0,0,.1);
	transition:all ease-in-out .1s;
}
.btn-white {
	color:#77af36;
	background: linear-gradient(#ffffff, #f0f0f0);
}
.btn-green {
	color:#ffffff;
	background: linear-gradient(#77af36, #77af36);
}
.btn-white:hover,
.btn-green:hover {
	text-decoration:none;
	box-shadow:0 4px 4px rgba(0,0,0,.15);
}
.btn-white:hover {
	color:#77af36;
	background: linear-gradient(#ffffff, #ffffff);
}
.btn-green:hover {
	color:#ffffff;
	background: linear-gradient(#88bf47, #77af36);
}
.btn-scroll::after {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:10px;
	vertical-align:bottom;
	background-image:url(../images/icon-scroll.svg);
	background-size:contain;
}
.btn-arrow::after {
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:10px;
	vertical-align:baseline;
	background-image:url(../images/icon-arrow-right.svg);
	background-size:contain;
}
.btn-glad::after {
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:10px;
	vertical-align:baseline;
	background-image:url(../images/glad-logo-white.svg);
	background-size:45px 14px;
	background-position:left top;
}
.btn-green.btn-arrow::after {
	-webkit-filter:brightness(5);
}

/* Diagonal Headers % Footers *************************/
.diagonal-top-left,
.diagonal-top-right,
.diagonal-bottom-right,
.diagonal-bottom-left {
	position:absolute;
	left:0;
	width:100%;
	height:100px;
	z-index:2;
}
.diagonal-top-left,
.diagonal-top-right {
	top:-1px;
}
.diagonal-bottom-right,
.diagonal-bottom-left {
	bottom:-1px;
}
.diagonal-top-left {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.diagonal-top-right {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.diagonal-bottom-right {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.diagonal-bottom-left {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.d-green {
	background:#77af36;
}
.d-blue {
	background:#3650af;
}
.d-jewel {
	background:#188e45;
}
.d-white {
	background:#ffffff;
}
.d-lightgray {
	background:#f0f0f0;
}
.d-darkgray {
	background:#2a2a2a;
}

/* Mobile Menu ******************************************/
.mobile-menu {
	position:fixed;
	top:-100px;
	left:0;
	width:100%;
	height:42px;
	background:#2a2a2a;
	z-index:16;
	box-shadow:0 10px 10px rgba(0,0,0,.15);
	transition:all ease-in-out .2s;
}
.mobile-menu-hide {
	top:-100%;
}
.mobile-menu-show {
	top:0;
}
.mobile-menu-toggle {
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:42px;
	height:42px;
	background:#1a1a1a;
	display:none;
}
.mobile-menu-toggle img {
	width:16px;
	height:16px;
	margin:13px;
	opacity:.25;
}
.mobile-menu-toggle:hover img {
	width:16px;
	height:16px;
	margin:13px;
	opacity:.5;
}
.mobile-menu-hide .dropdown-menu {
	display:none;
}
.mobile-brand {
	float:left;
	width:86px;
	height:22px;
	margin:10px;
	margin-right:10px;
}
.mobile-nav {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.mobile-nav li {
	display:inline-block;
}
.mobile-nav li a {
	display:block;
	padding:0 10px;
	font-size:12px;
	line-height:42px;
	color:#aaaaaa;
	font-weight:500;
	text-decoration:none;
}
@media (max-width:880px) {
	.mobile-nav li a {
		padding:0 5px;
	}
}
#mobileNav a:hover {
	color:#ffffff;
	background-color:#353535;
}
#mobileNav .dropdown-menu {
	background-color:#2a2a2a;
	margin:0;
	padding:0;
	border-radius:0 0 3px 3px;
}
#mobileNav .dropdown-menu a img {
	width:16px;
	height:16px;
	margin:4px 10px 4px 4px;
}
@media (max-width:780px) {
	.mobile-menu {
		top:-800px;
		height:auto;
	}
	.mobile-menu > a {
		display:block;
		width:100%;
		height:42px;
		background-color:#1a1a1a;
	}
	.mobile-menu-toggle {
		display:block;
	}
	.mobile-menu-toggle img {
		opacity:.5;
	}
	.mobile-menu-hide {
		top:-800%;
	}
	.mobile-menu-show {
		top:0;
	}
	.mobile-nav {
		display:none;
		width:100%;
	}
	.mobile-nav-show {
		display:block;
	}
	.mobile-nav > li {
		display:block;
		text-indent:15px;
		border-bottom:1px solid #242424;
	}
	#mobileNav .dropdown-menu {
		position:relative !important;
		top:auto !important;
		left:auto !important;
		border:none !important;
		transform:none !important;
	}
	#mobileNav .dropdown-menu a {
		float:left;
		width:32%;
		min-width:112px;
	}
}
/* Section: HERO  ***************************************/
.hero {
	position:relative;
	text-align:center;
	color:#ffffff;
	background-color:black;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:200px;
}
.wallet-link::selection,
.nav-link::selection,
.hero h1::selection,
.hero p::selection {
	background-color:#77af36;
}
.hero-content {
	position:relative;
	z-index:2;
}
.wallet-link {
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	opacity:.8;
	text-decoration:none;
}
.wallet-link:hover {
	opacity:1;
	color:#ffffff;
	text-decoration:none;
}
.wallet-link::before {
	content:'';
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	background:url(../images/icon-wallet.svg) center center no-repeat;
	background-size:contain;
	margin-right:8px;
}
.social-top {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
}
.social-top li {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:10px;
	opacity:.8;
}
.social-top li:hover {
	opacity:1;
}
.brand {
	display:inline-block;
	width:460px;
	margin:40px auto;
}
.nav-top {
	margin-bottom:90px;
}
.nav-item {
	position:relative;
}
.nav-item:hover::after {
	position:absolute;
	left:0;
	bottom:-1.5px;
	content:'';
	display:block;
	width:100%;
	height:3px;
	border-radius:1.5px;
	background:#ffffff;
	background: #ffffff;
    box-shadow: 0 0 10px 1px #77af36;
}
.nav-link {
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	border-bottom:1px solid rgba(0,0,0,.2);
	text-decoration:none;
}
.nav-link:hover {
	color:#ffffff;
}
.nav-link.private::before {
	position:absolute;
	top:-3px;
	content:'PRIVATE';
	font-size:14px;
}
.hero h1 {
	font-family: 'Roboto', sans-serif;
	font-size:64px;
	font-weight:600;
	margin:0;
}
@media (max-width:490px) {
	.brand {
		width:240px;
		margin:40px auto 15px auto;
	}
	.nav-top {
		margin-bottom:15px;
	}
	.nav-link {
		font-size:14px;
	}
	.nav-link.private::before {
		position:relative;
		top:0;
		margin-right:4px;
	}
	.hero h1 {
		font-size:36px;
	}
}
.hero-content p {
	font-size:24px;
	font-weight:300;
	margin:10px 0 50px 0;
}
.hero-video-background {
	position:absolute;
	top:-8px;
	left:-8px;
	width:calc(100% + 16px);
	height:calc(100% + 16px);
	object-fit:cover;
	z-index:1;
	-webkit-filter:brightness(.4);
}

/* Section: What is GLAD ******************************/
.glad {
	padding:50px 0 150px 0;
	background:#77af36;
	color:#ffffff;
}
.what-is-glad p {
	font-size:18px;
	margin:30px 0;
	text-align:center;
}
.whatis-glad-img {
	width:100%;
}

/* Section: What is FEATURES **************************/
.features {
	padding:50px 0 50px 0;
	background:#ffffff;
}
.features h2::before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:10px;
	background:#77af36 url(../images/icon-key.svg) center center no-repeat;
	background-size:16px;
}
.img-ease-of-use {
	float:left;
	width:36.3%;
	margin:0 15px 15px 0;
}
.img-targeting-all-platforms {
	width:100%;
	margin-bottom:15px;
}
.feature-dmp {
	padding:0 15px;
}
/* Features Carousel CSS */
.carousel-features {
	padding-top:30px;
}
.carousel-control-next,
.carousel-control-prev {
	width:20%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	top:100px;
	position:absolute;
	width:36px;
	height:60px;
	opacity:.5;
	-webkit-filter:grayscale(1);
	transition:all ease-in-out .1s;
}
@media (max-width:375px) {
	.carousel-features {
		min-height:587px;
	}
	.carousel-control-next-icon,
	.carousel-control-prev-icon {
	width:12px;
	height:30px;
	top:-10px;
	}
}
.carousel-control-next-icon {
	right:0;
}
.carousel-control-prev-icon {
	left:0;
}
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon {
	opacity:1;
	-webkit-filter:grayscale(0);
}
.carousel-control-next-icon {
	background:url(../images/icon-carousel-control-next.svg) center center no-repeat;
}
.carousel-control-prev-icon {
	background:url(../images/icon-carousel-control-prev.svg) center center no-repeat;
}
.carousel-indicators {
	top:0;
	bottom:auto;
}
.carousel-indicators li {
	background-color:#f0f0f0;
	width:16px;
	height:16px;
	border-radius:1px;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.07);
}
.carousel-indicators li:hover {
	background-color:#d2d2d2;
}
.carousel-indicators li.active {
	background-color:#77af36;
}
.carousel-item {
	min-height:500px;
}
.feature-carousel-item {
	width:calc(33% - 30px);
	float:left;
	text-align:center;
	margin:auto 15px;
}
.feature-carousel-item-img {
	width:100%;
	height:200px;
	background-color:#f0f0f0;
	margin-bottom:20px;
	border-radius:5px;
	vertical-align:middle;
	text-align:center;
}
.feature-carousel-item-img img {
	width:100px;
	height:100px;
	margin-top:50px;
}
@media (max-width:767px) {
	.feature-carousel-item-img {
		height:100px;
	}
	.feature-carousel-item-img img {
	    width: 64px;
	    height: 64px;
	    margin-top: 18px;
	}
}
@media (max-width:375px) {
	.carousel-item {
		min-height:auto;
	}
	.feature-carousel-item {
		width:100%;
		text-align:left;
	}
	.feature-carousel-item-img {
		float:left;
		width:48px;
		height:48px;
		margin:0 10px 10px 0;
	}
	.feature-carousel-item-img img {
		width:36px;
		height:36px;
		margin:6px;
	}
}
.feature-carousel-item p {
	font-size:14px;
	line-height:20px;
}
.glad-dmp::before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 3px;
    height: 100%;
    background-size: cover;
}
.glad-dmp:nth-child(2):before {
	background-image: url(../images/shape-green-line-1.svg);
	background-position: bottom;
}
.glad-dmp:nth-child(3):before {
	background-image: url(../images/shape-green-line-2.svg);
	background-position: top;
}
.features .actions span {
	color:#77af36;
}

/* Section: What is WHITEPAPER ************************/
.whitepaper {
	padding:150px 0 100px 0;
	background:#343434 url(../images/bg-whitepaper.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	color:#ffffff;
}
.img-whitepaper {
	width:100%;
}
@media (max-width:767px) {
	.img-whitepaper {
		margin-bottom:30px;
	}
}
.whitepaper-info {
	display:flex;
	align-items:center;
	justify-content:center;
}
.whitepaper-pdf-download::before {
	content:'';
	display:block;
	float:left;
	width:50px;
	height:64px;
	margin:0 15px 15px 0;
	background:url(../images/icon-pdf.svg) center center no-repeat;
	background-size:contain;
}
.whitepaper-pdf-download span {
	display:block;
}
.whitepaper-pdf-download span:nth-child(2) {
	font-style:italic;
}
.whitepaper .actions {
	color:#77af36;
}

/* Section: PRESALE ********************************/
.presale {
	padding:50px 0 100px 0;
	background:#3650af;
	color:#ffffff;
	text-align:center;
}
.countdown h2 {
	font-size:24px;
	font-weight:500;
}
.current-price {
	font-size:36px;
}
.coins-sold {
	display:block;
	font-size:14px;
	text-align:left;
}
.progress-bar {
	position:relative;
	height:60px;
	border:2px solid #ffffff;
	border-radius:5px;
	background-color:transparent;
}
.progress {
	position:relative;
	height:56px;
	line-height:56px;
	font-size:24px;
	font-weight:700;
	text-indent:calc(100% + 10px);
	overflow:visible;
	background-color:rgba(255,255,255,.5);
}
.phase-1,
.phase-2,
.phase-3,
.phase-4,
.phase-5 {
	position:absolute;
	top:2px;
	height:56px;
	border-right:2px dotted rgba(255,255,255,.5);
}
.phase-1 {
	width:5%;
}
.phase-2 {
	left:5%;
	width:10%;
}
.phase-3 {
	left:15%;
	width:15%;
}
.phase-4 {
	left:30%;
	width:20%;
}
.phase-5 {
	left:50%;
	width:50%;
	border-right:none;
}
.total-sold {
	display:block;
	margin:30px 0;
	font-size:36px;
}
.presale-bonus-rates {
	width:100%;
	margin-bottom:15px;
	font-size:18px;
	text-align:left;
}
@media (max-width:991px) {
	.presale-bonus-rates thead td:nth-of-type(2) {
		min-width:120px;
	}
}
.presale-bonus-rates td {
	padding:8px;
}
.presale-bonus-rates thead td {
	border-bottom:1px solid #ffffff;
}
.presale-bonus-rates tbody td {
	border-bottom:1px solid #3650af;
}
.presale-bonus-rates tbody tr:nth-of-type(1) td {
	background-color:#77af36ff;
}
.presale-bonus-rates tbody tr:nth-of-type(2) td {
	background-color:#77af36cc;
}
.presale-bonus-rates tbody tr:nth-of-type(3) td {
	background-color:#77af36aa;
}
.presale-bonus-rates tbody tr:nth-of-type(4) td {
	background-color:#77af3688;
}
.presale-bonus-rates tbody tr:nth-of-type(5) td {
	background-color:#77af3666;
}
.presale-bonus-rates tbody td:nth-of-type(1) {
	font-weight:700;
}
.presale-bonus-rates td:nth-of-type(3) {
	text-align:right;
	font-weight:700;
}
.buy-with {
	text-align:left;
}
.buy-with img {
	width:auto;
	margin:0 16px 16px 0;
	height:16px;
}
/* Section ROADMAP ***********************************/
.roadmap {
	padding:50px 0 100px 0;
}
.roadmap-temp {
	width:100%;
	height:auto;
}
.roadmap .actions {
	color:#77af36;
}

/* Section TEAM **************************************/
.team {
	padding:50px 0 100px;
	color:#ffffff;
	background:#188e45;
}
.team  .row {
	margin-bottom:30px;
}
.team-member {
	margin-bottom:30px;
	padding:15px;
	color:#2a2a2a;
	background:#ffffff;
	border-radius:5px;
	text-align:center;
	box-shadow:8px 8px 8px rgba(0,0,0,.1);
}
@media (max-width:575px) {
	.team-member {
		min-width:195px;
		margin-left:20%;
		margin-right:20%;
	}
}
.team-member > img {
	display:inline-block;
	margin:15px auto 10px auto;
	width:165px;
	height:165px;
	border-radius:4px;
	background:#fafafa url(../images/icon-team-member-default.svg) center center no-repeat;
	background-size:75%;
	overflow:hidden;
}
.team-member-social {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.team-member-social li a img {
	width:24px;
	height:24px;
}
.team-member-social li {
	display:inline-block;
}
.team-member-social li + li {
	margin-left:8px;
}
.team-member-name {
	display:block;
	font-size:18px;
	font-weight:700;
}
.team-member-title {
	height:45px;
	display:block;
	
	font-size:14px;
	font-style:italic;
	font-weight:700;
	color:#aaaaaa;
	overflow:hidden;
}
.team-member-bio {
	font-size:14px;
	font-weight:400;
	line-height:18px;
}
.team-member-bio p {
	height:56px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;  
}
.team-member-bio a {
	display:inline-block;
	margin-bottom:10px;
}
.team-modal-head {
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #d2d2d2;
}
.team-modal-head > img {
	float:left;
	width:100px;
	height:100px;
	margin:0 15px 15px 0;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #f0f0f0;
}
.team-modal-titles {
	float:left;
	width:calc(100% - 125px);
	font-size:13px;
}
.team-modal-titles span {
	display:block;
}
.team-modal-titles span:nth-of-type(2) {
	color:#77af36;
	font-weight:500;
}
.team-modal-titles span:first-child {
	font-size:14px;
	font-weight:700;
}
.team-modal-titles a {
	display:inline-block;
}
.team-modal-titles a img {
}
.team-modal-titles a + a {
	margin-left:5px;
}
.team-modal-titles a img {
	width:20px;
	height:20px;
}
/* Section FAQ **********************************/
.faq {
	padding:50px 0 100px 0;
	background:url(../images/bg-faq.jpg) center bottom no-repeat;
	background-size:cover;
}
.faq-item {
	margin-bottom:30px;
}
.faq-item span {
	display:block;
}
.faq-question {
	font-size:18px;
	font-weight:700;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
	margin-bottom:10px;
}
.faq-question::before,
.faq-answer::before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:8px;	
	background-size:contain;
	vertical-align:bottom;
}
.faq-question::before {
	background:url(../images/icon-faq-question.svg) center center no-repeat;
}
.faq-answer::before {
	background:url(../images/icon-faq-answer.svg) center center no-repeat;
}
.faq-answer {
	font-size:16px;
}
/* Section CONTACT *********************************/
.contact {
	padding:50px 0 100px 0;
	background-color:#f0f0f0;
}
.contact .actions {
	color:#77af36;
}
.contact-form input[type="text"],
.contact-form textarea {
	display:block;
	width:100%;
	padding:10px;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#2a2a2a;
	border-radius:3px;
	border:2px solid #d2d2d2;
	transition:all ease-in-out .1s;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
	border-color:#77af36;
	outline:none;
}
.btn-message::before {
	content: '';
    display: inline-block;
    width: 30px;
    height: 24px;
    margin-right: 8px;
    background: url(../images/icon-send-message.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.contact-form-success,
.contact-form-fail {
	padding:30px;
	font-family: 'Caveat', cursive;
	font-size:24px;
	font-weight:700;
	text-align:center;
}
.contact-form-success {
	color:#5f9b1a;
}
.contact-form-fail {
	color:#fa0000;
}
.contact-img {
	max-width:100%;
	max-height:500px;
	margin:30px auto 0 auto;
	display:block;
}
.map-iframe {
	width:100%;
	height:300px;
}
.address {
	display:block;
	width:100%;
	padding:15px;
	font-size:24px;
	text-align:center;
	
}
/* Section Footer ********************************/
.footer {
	padding:50px 0;
	text-align:center;
	color:#ffffff;
	background-color:#2a2a2a;
}
.footer-brand {
	margin-bottom:30px;
}
.footer-brand img {
	display:block;
	width:160px;
	margin:0 auto 30px auto;
}
.footer-brand h2 {
	display:block;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:900;
}
.footer-menu {
	display: flex;
  	flex-wrap: wrap;
	margin:0 0 30px 0;
	padding:30px 0;
	list-style:none;
	border-top:1px solid rgba(0,0,0,.2);
	border-bottom:1px solid rgba(0,0,0,.2);
	font-size:12px;
	font-weight:700;
}
.footer-menu li {
	width:33%;
}
.footer-menu li a {
	display:block;
	padding:10px 0;
	color:#ffffff;
	text-decoration:none;
	border-radius:3px;
}
.footer-menu li a:hover {
	background-color:rgba(0,0,0,.2);
}
.newsletter-form input[type="text"] {
	display:block;
	width:300px;
	padding:10px;
	margin:0 auto 15px auto;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	background-color:#1d1d1d;
	border:1px solid transparent;
	border-radius:3px;
}
.newsletter-form input[type="text"]:focus {
	outline:none;
	border:1px solid #77af36;
	transition:all ease-in-out .1s;
}
.footer-social {
	padding:30px 0 15px 0;
}
.footer-social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 8px 8px 0;
	opacity:.3;
	transition:all ease-in-out .1s;
}
.footer-social a:hover {
	opacity:.5;
}
.copyright {
	font-size:12px;
	line-height:16px;
	color:#808080;
}