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




html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #5584a4;
	color: black;
	font-family: bregular;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	height: 100%;
}

a {
	text-decoration: none;
	color: #3fa9e0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

b {
	font-family: bblack;
	font-weight: normal;
}

.space30 {
	height: 30px;
}

.center {
	text-align: center;
}




.bottom .feed:hover, .bottom .profile:hover, .bottom .like:hover, .bottom .add:hover, .bottom .reactions:hover, .bottom .profile:hover, a.button1:hover, .welcome img:hover, .about img:hover {
	animation: shaking 0.3s infinite;}
	  @keyframes shaking {
		 0% {transform: rotate(0deg);}
		 20% {transform: rotate(-4deg);}
		 50% {transform: rotate(0deg);}
		 70% {transform: rotate(4deg);}
		 100% {transform: rotate(0deg);}
}


a.button1 {
	color: white;
	display: inline-block;
	background-color: #41C0EB;
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 20px;
	margin-top: 3px;
}	

a.button2 {
	width: 100%;
	color: white;
	display: inline-block;
	background-color: #41C0EB;
	padding: 12px 0;
	border-radius: 10px;
	font-size: 20px;
	margin: 10px 0;
}	



a.button1:hover, a.button2:hover {
	background-color: #F9B400;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}	






a.back {
	width: 50px;
	position: absolute;
	display: block;
	top: 15px;
	color: white;
	font-size: 40px;	
	z-index: 1000;
	text-align: center;
}





.mainframe {
	display: inline-block;
	width: 100%;
	max-width: 420px;
	min-height: 100%;
	background-color: rgba(195, 230, 248, 1);
	text-align: center;
	position: relative;
	padding-bottom: 56px;
}

.welcome {
	margin-top: 50px;
}

.welcome img {
	width: 260px;
	display: block;
	margin: 20px auto 0 auto;
}

.title {
	font-family: bblack;
	font-size: 1.2em;
}

.title i {
	font-family: bregular;
	font-style: normal;
}

.about {
	margin: 20px;
}
.about img {
	width: 150px;
	display: block;
	margin: 20px auto 0 auto;
}


.halfvideocontainer {
	height: 300px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}

.halfvideocontainer .cover {
	position: absolute;
  height: 300px;
  width: 100%;
}

.feedvideocontainer {
	position: relative;
	margin-top: 56px;
}

video {
	width: 100%;
	max-width: 420px;
}

@supports (-webkit-touch-callout: none) {
  .halfvideocontainer .cover {
	  background-image: url(img/clip-gradient.gif);
  }
}

@supports not (-webkit-touch-callout: none) {
 .halfvideocontainer .cover {
	   background-image: url(img/clip-gradient.png);
   }
}




/* -------  feed   ------- */




.topic {
	position: fixed;
	width: 100%;
	max-width: 420px;
	top: 0px;
	height: 56px;
	background-color: rgba(195, 230, 248, 1);
	z-index: 900;
}

.topic p {
	font-size: 21px;
	line-height: 21px;
	margin: 7px 20px;
	color: rgb(15, 122, 163);
}

.reaction {
	position: fixed;
	width: 100%;
	max-width: 420px;
	top: 0px;
	height: 30px;
	background-color: rgba(195, 230, 248, 1);
	z-index: 900;
}

a.main, a.last  { 
	position: absolute;
	display: block;
	top: 7px;
	width: 90px;
	height: 27px;
	padding-top: 58px;
	background-size: cover;
	border-radius: 8px;
	color: white;
}

a.main {
	left: 10px;
}

a.last {
	right: 10px;
}


.search {
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 0;
	width: 15px;
	height: 15px;
	border: 2px solid white;
	border-radius: 10px;
	position: absolute;
	right: 15px;
	bottom: -30px;
	color: white;
	padding: 0;
	font-family: bregular;
	transition: all 0.5s ease-in-out;
}

.search:focus {
 outline: none;
}

.search::placeholder {
	color: white;
}

ul.searchresults-clips {
	margin: 40px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

ul.searchresults-clips li {
	list-style: none;
	padding: 0;
	margin: 2px;
	width: 174px;
	height: 174px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

ul.searchresults-clips li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

ul.searchresults-clips a p {
	text-align: left;
	font-family: bregular;
	display: block;
	height: 54px;
	font-size: 18px;
	line-height: 18px;
	color: white;
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 6px;
	background-color: rgba(0, 0, 0, 0.3);
}

.searchresults {
	text-align: left;
	margin: auto;
	display: inline-block;
}

.searchresults .channel {
	vertical-align: middle;
}

.searchresults .avatar {
	background-color: gray;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
	background-image: url(img/avatar-example.jpg);
	background-size: contain;
}

.searchresults .more {
	display: block;
	padding: 30px 0;
	text-align: center;
}






.liking {
	background-image: url(img/icon-heart.png);
	background-repeat: no-repeat;
	background-size: 11%;
	background-position: left 10px center
}

.set {
	background-color: #2288c1;
}


.bottom {
	width: 100%;
	max-width: 420px;
	height: 56px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #C3E6F8;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bottom .date {
	font-size: 14px;
	color: white;
	position: absolute;
	left: 20px;
	top: -50px;
}

.bottom .channel {
	font-size: 14px;
	color: white;
	position: absolute;
	right: 20px;
	top: -58px;
	vertical-align: middle;
}

.bottom .avatar {
	background-color: gray;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background-image: url(img/avatar-example.jpg);
	background-size: contain;
}


.bottom .feed {
	position: absolute;
	left: 10px;
	bottom: 7px;
	width: 45px;
	height: 45px;
	background-image: url(img/icon-feed.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.bottom .like {
	position: absolute;
	left: 26%;
	bottom: 16px;
	width: 24px;
	height: 24px;
	background-image: url(img/icon-heart.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.bottom .add {
	position: absolute;
	left: 45%;
	bottom: 12px;
	width: 34px;
	height: 34px;
	background-image: url(img/icon-add.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.bottom .reactions {
	position: absolute;
	font-family: bblack;
	color: white;
	font-size: 40px;
	right: 27%;
	bottom: 9px;
	width: 34px;
	height: 34px;
}

.bottom .profile {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 42px;
	height: 42px;
	background-image: url(img/icon-profile.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.menu {
	width: 230px;
	position: absolute;
	bottom: 56px;
	left: calc(50% - 135px);
	background-color: rgba(195, 230, 248, 1);
	padding: 10px 20px;
	z-index: 1000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.bottom .like:hover, .bottom .add:hover {
	cursor: pointer;
}

#like, #add, #share {
	display: none;
}

#share a {
	width: 45px;
	height: 45px;
	margin: 10px;
	display: inline-block;
	background-color: #2288c1;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
}

#share a:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

#share a.clipboard {background-image: url(img/icon-clipboard.png)}	
#share a.whatsapp {background-image: url(img/icon-whatsapp.png)}	
#share a.twitter {background-image: url(img/icon-twitter.png)}	
#share a.mastodon {background-image: url(img/icon-mastodon.png)}
#share a.instagram {background-image: url(img/icon-instagram.png)}	
#share a.facebook {background-image: url(img/icon-facebook.png)}		









/* -------   profile  ------- */





form.profile {
	text-align: left;
}

.profile input {
	border: none;
	width: 300px;
	padding: 10px 5px 10px 15px;
	margin: 4px 0;
	font-family: bregular;
	font-size: 20px;
	border-radius: 26px;
}

.profile .short {
	width: 200px;
}

.profile input:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.profile-avatar {
	font-size: 16px;
	color: rgba(122, 173, 199, 1)
}
.profile-avatar img {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: rgba(165, 209, 231, 1);
	border-radius: 50px;
	margin: 25px 15px 25px 0;
	vertical-align: middle;
	background-image: url(img/icon-upload.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center
}

.follower-count {
	font-size: 16px;
	color: #58a1c1;
}

.profile .label, .code .label {
	font-size: 17px;
	line-height: 19px;
	margin: 5px 0 20px 0;
}

.profile textarea {
	border: none;
	width: 290px;
	padding: 16px 12px 16px 15px;
	margin: 4px 0;
	font-family: bregular;
	font-size: 20px;
	border-radius: 26px;
	line-height: 22px;
}

.profile input[type="checkbox"] {
	zoom: 1.6;
	width: 20px;
	display: inline-block;
}

.code input {
	border: none;
	text-align: center;
	width: 30px;
	padding: 15px 20px;
	margin: 6px 2px 20px 2px;
	font-family: bregular;
	font-size: 20px;
	border-radius: 13px;
}

ul.clips {
	margin: 40px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

ul.clips li {
	list-style: none;
	padding: 0;
	margin: 2px;
	width: 115px;
	height: 115px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

ul.clips li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

ul.clips a p {
	font-family: bbold;
	font-size: 18px;
	color: white;
	position: absolute;
	bottom: -5px;
	right: 6px;
}

ul.clips a input[type="checkbox"] {
	position: absolute;
	width: 20px;
	left: -2px;
	top: 2px;
	zoom: 1.4;
}



.camera {
	width: 100%;
	height: 700px;
	background-image: url(img/camera.png);
	background-size: cover;
	margin-bottom: -56px;
}





/* -------  admin pages  ------- */



.admin {
	border: 4px solid rgb(255, 169, 1);
	box-sizing: border-box;
	background-color: rgb(212, 212, 212)
}

.manage {
	padding: 20px;
}
.manage .logo {
	width: 120px;
	display: block;
	margin: 20px auto 0 auto;
}

.manage .searchresults p {
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}

.manage input[type="checkbox"] {
	zoom: 1.6;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}







/* -------  foot  ------- */




.copyright {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
}