@charset "utf-8";
.timeCode{
	position: absolute;
	text-shadow: 1px 1px 2px black;
    bottom: 0px;
    left: 5px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.videoCardHome>video{
		max-width: 100%;
		max-height: 230px		
	}
	.videoCardHome>img{
		max-width: 100%;
		max-height: 230px		
	}

	.infoRow{
	  	margin: 0 -5px;
	}

	.row>p{
	    color: white;
	    margin-top: 5px;
	    background: #c18279;
	    padding: 5px 15px;
	    font-size: 12px;
	    margin-bottom: 4px;
	}

	.row>p>a{
		color: 	white;
		font-weight: 	600;
		transition: 1s
	}
	.postCardHome{
		width: 100%;
		max-height:335px;
	    background-color: #f0e0d6;
	    border: 1px solid #d9bfb7;
		margin: 5px 1px;
		display: inline-block;	
	}
	.activeVideoCardHome.postCardHome{
		max-height:initial;
	}
	.postCardHome .video{
		width: 290px;
		height:166px;
	}
.pornstarImageRow{
	width: 240px;
	height: 240px;
	background: cyan;
	display: block;
}

.pornstarTitle{
	display: block;
}

.pornstarTitle>h2{
	font-size: 15px;
	text-transform:capitalize;
}

.pornstarImageRow>img{
	max-width: 240px;
	max-height: 240px;
}



#submitPornstar{
	vertical-align: bottom;
    margin-left: 3px;
}

.row>p>a:hover{
	color: #ffde7a;
    font-weight: 600;   
    transition:1s;
}

.form-control.suggestPornstar{
	width: 185px;
    font-size: .9rem;
    padding: 7px 8px;
}

a:hover{
		text-decoration: none;
}

a>.infoCardHome>.descriptionCardHome:hover{
	font-weight: 600;	
	letter-spacing: -0.5px;
}

td>.infoItem{
	font-size: 	13px	
}

.infoItem>.fa-caret-left{
    font-size: 16px;
    vertical-align: text-bottom;
    margin-left: 3px;
    color: blue;
}

.postContainer{
	margin: 5px;
	background-color: white;
	border: 1px solid #800;
}

.postTitleRow>h2{
	margin: 0 -15px;
	padding: 5px;
	background: #fca;
    color: #800;
	font-size: 14px;
}

#previewCover>img{
	margin: 0;
   	position: relative;
   	top: 50%;
   	left: 50%;
   	-ms-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
   	max-width: 320px;
   	max-height: 180px;
}

.videoRow{
	margin: 0 -15px 0 -15px;
}

.videoRow>video{
	width: 100%;
	max-height: 720px;
}	

.infoItem{
    color: #495057;
    display: inline-block;
    font-size: 14px;
 	text-transform: capitalize;
    padding-right: 5px;
    margin-right: 5px;
}

.infobuttons{
	float: right;
}

.like{
	border:1px solid lightgreen;
}

.like-button:hover{
	background:lightgreen;
}

.like-button.voted{
	background-color: #68d468;
	color:white;
	pointer-events: none;
	cursor: default;
}

.dislike{
	border:1px solid pink;
}

.dislike-button:hover{
	background:pink;
}

.dislike-button.voted{
	background-color: #f75e5e;
	color:white;
	pointer-events: none;
	cursor: default;
}

.infoItem.usernamePost{
	color: #495057;
    font-weight: 600;
}

.usernamePost{	
    color: #117743;
    font-weight: 700;
}

.mainTitle{
	font-size:20px;
	color: white
}



#sticky-footer {
  flex-shrink: none;
}

#page-content {
  flex: 1 0 auto;
}

.hide{
	display: none;
}

.videoCardHome{
	background-color: black;
    text-align: center;
    cursor: pointer;
	max-height: 532px;
}

.infoCardHome{
	backgroundcolor:cyan;
	padding: 0px 15px;
	font-size: 14px;
}

.titleCardHome{
	margin-top: 5px;
 	text-align: left;   
	height: 35px;
	color: #cc1105;
    font-weight: 500;
}

.titleCardHome .postTitle{
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.descriptionCardHome{
	text-align: left;  
	height: 35px;
	color: maroon;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

.descriptionColumn{
	display: inline-block;
	position: absolute;
}

.buttonColumn{
	text-align: center;
    width: 40px;
    display: inline-block;
    color: #495057;
    border-right: 1px solid lightgray;
    background-color: white;
}

.descriptionRow{
	 margin: 15px -15px 0 -15px;
}

.upvotes{
	padding: 2px;
    margin: 1px;
}

 .upvotes>div{
 	margin-bottom: 5px;
 }

.description-0{
    font-weight: 500;
}

.description-2{
	border: 1px solid #ffe6e6;
    background-color: #fff9f9;
}

.descLabel-2{
	margin: -5px -2px;
}

.descLabel-0>span{
	font-size: 13px;
    background-color: rgb(142, 200, 170);
    color: white;
    padding: 1px 10px 3px 10px;
}

.descLabel-1>span{
	font-size: 13px;
    background-color: rgb(172, 204, 222);
    color: white;
    padding: 1px 10px 3px 10px;
}

.descLabel-2>span{
	font-size: 13px;
    background-color: rgb(255, 187, 187);
    color: white;
    padding: 1px 10px 3px 10px;
}

.description{
	padding-left: 5px;
	font-size: 13px;
}

.navbarContainer{
	background-color: #343a40;
}

.upvote{
    margin: 0 4px;
    display: block;
}

.upvoteNumber{
	width: 40px;
	text-align: center;
}

.statsCardHome{
	height:	31px;
}

table {
	width: 	100%;
}

table td{
	width: 	33%;
}

.btn-group-xs > .btn, .btn-xs {
    padding  : 0.4rem .3rem .55rem .3rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}

#previewCover{
		width: 320px;
    	background-color: black;
	}

html,.body{
	height: 100%;
}
body{
	background: #ffe ;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#preview {
	margin-top:10px;
}

#err{
	color: red;
}

#capturecover{
	width: 	100%;
}
#preview img{
	max-width: 320px;
	border: solid #cdcdcd 1px;
	padding:5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
	overflow: hidden;
	width:200px;
	height:220px;
}
#previewVideo{
    width: 100%;
	height: auto;
}
#previewVideo2{
    width: 100%;
	height: auto;
}

video{
	background-color:black;
}

.playIcon {
	position: absolute;
	display: block;
  	background: url(http://www.slatecube.com/images/play-btn.png);
    height: 100%;
    width: 100%;
    top: 180px;
    left: 120px;
    background-size: 100px 100px;
  	background-repeat: no-repeat;
}

#previewRow{
	display: none;
}

#captureCanvas{
    background-color: black;
   	position: absolute;
   	width: 640px;
   	height: 360px;
   	top: 25%;
   	left: 25%;
   	visibility: hidden;
}

.btn-get-cover{
	display: 	block;	
}

.imageContainer320{
	width: 320px;
   	height: 320px;
   	background-color: black;
}

.imageCentered320{
	margin: 0;
   	position: relative;
   	top: 50%;
   	left: 50%;
   	-ms-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
   	max-width: 320px;
   	max-height: 320px;
}

.readonlyInput{
	border: 0;
   	background: transparent;
}

.fileUpload{
	margin: 25px 0;
}

.inputTitle{
	margin: 5px 0;
}

.postTitle{
	text-transform: capitalize;
}

.suggestionsproduction{
    background-color: #d3edff;
    padding: 4px 14px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #bad2ff;
    font-weight: 400;
    cursor: pointer;	
}

.suggestionspornstar{
    background-color: #ffd3e9;
    padding: 4px 14px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #ffbadc;
    font-weight: 400;
   cursor: pointer;	
}

.suggestionspornstar:hover{
	background-color: hotpink;
	color: white;
   	border: 1px solid #ff46a3;
}

.suggestionsproduction:hover{
	background-color: #7269ff;
	color: white;
   	border: 1px solid #5146ff;
}

@media (min-width: 576px) {
	.timeCode{
	left: 	25px;
	}
	.infoRow{
  	margin: 0;
	}

	.row>p{
    		font-size: 13px;
	}

	.infoItem{
	display: inline-block;
	font-size: 14px;
	}

	.mainTitle{
		font-size:25px;
		color: white
	}

	.postTitleRow>h2{
		padding: 5px;
		padding-left: 15px;
		font-size: 16px;
	}
	
	#previewCover{
		width: 640px;
    	height: 360px;
    	background-color: black;
	}

	#previewCover>img{
		margin: 0;
    	position: relative;
    	top: 50%;
    	left: 50%;
    	-ms-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
    	max-width: 640px;
    	max-height: 360px;
	}
	
	#captureCover{
		width: 640px;
		margin-bottom: 50px;
	}
	
	.activeVideoCardHome{
		width:686px!important;
		height:auto;
	}
	
	.activeVideo{
		max-width: 684px!important;
		max-height: 532px!important
	}

}


@media (min-width: 768px) { 
	.timeCode{
	left: 	5px;
	}
	.activeVideoCardHome {
    	width: 717px!important;
    }
	.postCardHome {
		width: 358px;    
	}
	.videoCardHome>video {
    	max-height: 200px;
	}
	.videoCardHome>img {
    	max-height: 200px;
	}
	.row>p{
    	font-size: 15px;
	}
}


@media (min-width: 992px) { 
	.activeVideoCardHome {
    	width: 637px!important;
    	height: auto!important;
    }
    .activeVideo {
    	max-width: 634px!important; 
    	max-height: 386px!important;   	
	}
	.activeVideoCardHome>.videoCardHome {
    	max-height: 386px;
	}
	.postCardHome {
    	width: 318px;
	}
	.videoCardHome>video {
    	max-width: 316px;
    	max-height: 180px;
	}
	.videoCardHome>img {
    	max-width: 316px;
    	max-height: 180px;
	}
	.postCardHome {
        height: 287px;
     }
     .videoCardHome {
   		max-height: 180px;
   	}

 }


@media (min-width: 1200px) {	
	.activeVideoCardHome {
    	width: 731px!important;
    	height: auto!important;
	}
	.activeVideoCardHome>.videoCardHome {
    	max-height: 386px;
	}
	.activeVideo{
		max-height: 386px!important;
	}
	.row>p{
    	font-size: 15px;
	}
	.postCardHome {
    	width: 365px;
    	height: 310px;
	}
	.videoCardHome>video {
    	max-width: 363px;
    	max-height: 206px;
	}
	.videoCardHome>img {
    	max-width: 363px;
    	max-height: 206px;
    	min-height: 206px;
	}
	.videoCardHome {
    	max-height: 206px;
	}
}
