html {
	height: 100%;
}
body {
	background-color: #111111;
	color: #FFFFFF;
	height: 100%;
}

input[type=button], input[type=submit] ,input[type=reset] {
	background-color: #999999;
	border: 0px solid #FFFFFF;
	color: white;
	padding: 4px 4px;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

input[type=text] {
	width: 100%;
	background-color: #ffffff;
	border: 0px solid #FFFFFF;
	color: #000000;
	padding: 4px 4px;
	text-decoration: none;
	margin: 4px 4px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0px;
	text-align: left;
}


.title {
    font-family: 'Marcellus', sans-serif;
    //font-family: 'Nunito', sans-serif;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #666666;
    }

.subtitle {
    font-family: 'Antic', sans-serif;
    //font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    text-align: center;
    }

    .head_center {
        text-align: center;
    }


.btn_overlay {
    display: flex;
    justify-content: center;
    position: relative;
}
.btn_overlay a {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 1rem;
    font-family: quicksand, sans-serif;
    background: rgba(0,255,0,0.7);
}

.btn_overlay a:hover {
    //opacity: 0.7;
    background: rgba(0,255,0,0.4);
}

figure {
    margin: 0px 0px !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.nav-tabs .nav-link.active {
    color: red;
    background-color: #111111;
}

.nav-tabs{
  background-color:#111111;
}

.nav-tabs > li > a{
  border: medium none;
}
.nav-tabs > li > a:hover{
  background-color: #CCCCCC !important;
    border: medium none;
    border-radius: 0;
    color:#000;
}



.user_icon {
    color: black;
    font-size: 12px;
    margin-top: 15px;
}
.user_text {
    color: black;
    font-size: 12px;
    text-align: left;
}
.data_title {
    color: white;
    font-size: 12px;
}
.user_id {
    font-weight: bold;
}

.long_str{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.long_str:focus{
    word-wrap: break-word;
     white-space: normal;
     width: auto;
     overflow: visible;
}

.swiper-container {
    position: relative;
    padding-bottom: 10px;
}
.swiper-slide {
    text-align: center;
}

span[data-descr] {
  position: relative;
  //text-decoration: underline;
  color: #00F;
  cursor: help;
}

span[data-descr]:hover::after {
  content: attr(data-descr);
  position: absolute;
  left: -50px;
  top: -50px;
  min-width: 100px;
  border: 1px #aaaaaa solid;
  border-radius: 10px;
  background-color: #ffffcc;
  padding: 12px;
  color: #000000;
  font-size: 14px;
  z-index: 1;
}

a:link {
 color: #FFFFFF
}

a:visited {
 color: #FFFFFF;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

span.s {
	font-size: small;
	position: relative;
	bottom: 80%;
}

span.xs {font-size: x-small; }

video {
	height: 300px;
}

video.round {
    border-radius: 30px;
}

input {
    border-radius: 30px;
}

.logo {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	body{
		background-color: #111111;
	}
	
	#body {
		width: 100%;
		margin:0 auto;
		background-color: #111111;
	}

    p {
        font-size: 10pt;
    }

	div.main {
		margin : 0px 0px 0px 0px;
	}

    p {
        font-size: 10pt;
    }

	.container {
		margin : 0px 0px 0px 0px;
	}

	img {
		max-width: 200px;
	}

}

@media screen and (min-width: 768px) {
	div.main {
		margin : 30px 30px 30px 30px;
	}

    p {
        font-size: 12pt;
    }
    
	.container {
		max-width: 760px;
	}

	input[type=text] {
		width: 400px;;
	}

	#body {
		max-width: 760px;
		height: 100%;
		background-color: #111111;
		margin:0 auto;
	}

	img {
		max-width: 200px;
	}
}

hr.new1 {
	border-top: 3px solid #999999;
}

.logo-tiktok {
	font-weight: bold;
	text-shadow: 3px 2px grey;
}

.highlight {
	background-color: #999999
}

#footer{
	width: 100%;
	background-color: #222222;
	font-size: 12px;
}

div#about{
	border-style: none;
	border-color: #666666;
	font-size: 8pt;
	color: #cccccc;
	max-width: 80%;
	margin: auto;
}

div#about2{
	border-style: none;
	border-color: #666666;
	font-size: 10pt;
	color: #cccccc;
	max-width: 90%;
	margin: auto;
}

#howto{
	background-color: #FFFFCC;
	border-style: solid;
	border-radius: 3px;
	border-color: #CCCCCC;
	font-size: 10pt;
	color: #000000;
	max-width: 80%;
	margin: auto;
}

.button_play{
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #f4511e;
  border: none;
}

.button:hover {
	background-color: #d43100
}

.button:active {
  background-color: #d43100;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.howto{
	background-color: #111111;
	border-radius: 5px;
	border-style: solid;
	border-color: #666666;
}
