/*==BODY==*/
html {     
  width:100%;
  height:100%;
}


#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/background/back.jpg');
    background-size: cover;
	background-size: auto 100%;
    z-index: -1;
}


body{
  background-color: #fafafa;
  line-height: 1;
  width:100%;
  height:100%;
  font-family: 'Oswald', sans-serif !important;
}

body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #f1f1f1;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb:active {
  background: #f1f1f1;
}
body::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #f1f1f1;
  border-radius: 0;
}
body::-webkit-scrollbar-track:hover {
  background: #666666;
}
body::-webkit-scrollbar-track:active {
  background: #666666;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}
/*=============*/
#page { 
   width: 100%;
}

a:hover {
    color: #ff625f;
}

#loadOverlay {
	background-color:black;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:200000;
}

.loadOverlaySpinner{
    display:inline-block;
    font-size: 40px;
    line-height: 50px;
    background-color:black;
    color:#f1f1f1;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}
/*=============*/
#comments ul {
  list-style: none; /* Remove default bullets */
}

#comments ul li::before {
  content: "\2022";
  color: #b60000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*==SIDEPANEL==*/
.sidepanel::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.sidepanel::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidepanel::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #f1f1f1;
  border-radius: 0;
}
.sidepanel::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
.sidepanel::-webkit-scrollbar-thumb:active {
  background: #f1f1f1;
}
.sidepanel::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #f1f1f1;
  border-radius: 0;
}
.sidepanel::-webkit-scrollbar-track:hover {
  background: #666666;
}
.sidepanel::-webkit-scrollbar-track:active {
  background: #666666;
}
.sidepanel::-webkit-scrollbar-corner {
  background: transparent;
}


#mySidepanel_wrapper {
  width: 280px !important;	
}

.sidepanel  {
  width: 280px !important;
  position: fixed;
  display: none;
  z-index: 10000;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidepanel a {
  padding: 10px 10px 10px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel #closebtn {
  position: fixed;
  top: -10px;
  left: 215px;
  font-size: 40px;
  display: none;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: #f1f1f1;
  padding: 4px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}

.posts_count {
	color: #b8b8b8;
    font-size: 11px;
	margin-left: 5px;
}
/*============*/
.active>.nav-link .nav-link:focus {
    color: rgba(255,255,255,.75) !important;
}


.nav-up {
    top: -45px;
}	
	

.content {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    margin-top: 10px;
}


.flex-images { overflow: hidden; }
.flex-images .item { 
     float: left;  
	 box-sizing: content-box; 
	 overflow: hidden; 
	 position: relative;
     border: 1px solid #d4d4d4;	 
     margin: 3px;	 
}
	
.flex-images .item img { display: block; width: 100%; background-image:url("/pic/loading.gif"); background-repeat: no-repeat; background-position: center;}

.flex-images .item img { 
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 30px;
}
  
.flex-images .item img:hover { 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.flex-images .bottom { 
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 18px;
    background: rgba(0,0,0,.7);
    margin-top: 5px;
	TEXT-ALIGN: CENTER;
	display: none;
}

.flex-images .bottom a { 
    font-size: 13px;
	color: #c6c6c6;
	text-decoration: none;
}
.flex-images .bottom a:hover { 
    color: #f1f1f1;
}

.imageIcon {
    position: absolute;
	z-index: 100;
	top: 1px;
    left: 2px;
    color: #f1f1f1;
    background-color: black;
	border-radius: 2px;
    padding: 2px;	
}
.sourceIcon {
    position: absolute;
	z-index: 100;
	top: 1px;
    left: 2px;
    color: #28a745;
    padding: 2px;	
	border-radius: 60px;
	background-color: black;
}

.video:hover .bottom { 
    display: block;
}

.flex-images .item:hover .bottom { 
    display: block;
}

.video {
	/*width:100%;*/
}

.video-wrapper {
	position: relative;
}

.mobileVideo {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
}

.mp4HD {
    color: #ff2a2a;
    font-size: 10px;
    vertical-align: top;	
}

.showSources-button {
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	color: #f1f1f1; 
	background-color: #1d1d1d;	
}

.copyUrl-button {
    color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px;
	background-color: #1d1d1d;
}

.pinVideo-button {
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	color: #f1f1f1; 
	background-color: #1d1d1d;	
}

.showComments-button {
    color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px;
	background-color: #1d1d1d;
}

.video-wrapper .fa-fan {
  top: 50%;
  left: 45%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #b60000;
  display: none;
}


.pause-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:10;
}

.playpause {
    width:auto;
    height:auto;
}

.download-button {
    color: #f1f1f1;
}

.popup_content {
	width:100%;
	height:100%;
	max-width:1100px;
}

.JPO_close{
	position: absolute;
    right: 30px;
    top: -10px;
    z-index: 1000000;	
	display:none;
}
.close {
    font-size: 70px;
	color:#f1f1f1;
	opacity: 0.7;
}

.card-header {
    background-color: black;
}
.card-header:first-child {
    border-radius: 0;
}

.video-card {
	background-color: #000000d1 !important;
	margin-bottom: 30px;
	border-radius: 10px;
}

.card-link {
	color: #d3d3d3;
    text-decoration: underline;
}


.mainSearch {
	border: 1px solid #d9d9d9; 
	background-color: #111; 
	color: #b3b8b8;
	width: 77%;
	margin-right: 0 !important;
}

.mainSearch:focus {
	background-color: #111; 
	color: #f1f1f1;
}

.searchButton {
    color: #a6a6a6;
    border-color: #d9d9d9;	
}
.searchButton:hover {
    color: #f1f1f1;
    background-color: #808080;
    border-color: #808080;
}


.category_items {

}
.category_items a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

#subredditSearch {
	padding: 10px 10px 10px 30px; 
	margin-top: 5px; 
	background-color: #111; 
	color: #f1f1f1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}

#subredditSearch::-ms-clear {  display: none; width : 0; height: 0; }
#subredditSearch::-ms-reveal {  display: none; width : 0; height: 0; }
#subredditSearch::-webkit-search-decoration,
#subredditSearch::-webkit-search-cancel-button,
#subredditSearch::-webkit-search-results-button,
#subredditSearch::-webkit-search-results-decoration { display: none; }
#subredditSearch::-ms-clear {  display: none; width : 0; height: 0; }
#subredditSearch::-ms-reveal {  display: none; width : 0; height: 0; }
#subredditSearch::-webkit-search-decoration,
#subredditSearch::-webkit-search-cancel-button,
#subredditSearch::-webkit-search-results-button,
#subredditSearch::-webkit-search-results-decoration { display: none; }

.subredditElement {
	margin-bottom: 25px; 
	margin-top: 25px;
}

.btn {
	cursor: pointer;
}

.btn-secondary {
    background: #808080; /* Old browsers */
    background: -moz-linear-gradient(top, #808080 0%, #000000 41%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #808080 0%,#000000 41%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #808080 0%,#000000 41%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
    
	border-bottom: 2px solid #f1f1f1;
	color: #f1f1f1;
	border-radius: 0px;
	padding: 8px;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.btn-outline-secondary {
    border-color: #505050;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.col-12 {
    padding-right: 0;
    padding-left: 0;
}

.testimonial-group > .row {
  overflow-x: auto;
  white-space: nowrap;
}
.dropdown-menu.show {
    
}
.dropdown-item {
    
}
  
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #b7b7b7;
}
  
.logo {
	font-size: 40px;
    font-weight: 900;
    color: #ff0707e6;	 
	margin-right: 10px;
	margin-top: -3px;
}
   
.header {
	max-width:751px; 
	margin:10px;
}

.content {
    margin-top: 45px;
}

#currentR {
	vertical-align: initial;
}
   
	
@media only screen and (max-device-width: 1310px){
   
   .logo {
     width: 100%;
	 margin-right: 5px;
	 margin: 5px;
   }	   
   .header {
	   margin:0;
   }
   
   #currentR {
	   display: none;
   }
   #currentRmobile {
	   display: block !important;
   }
	
	.content {
	    margin-top: 40px;	
	}
	.post-body {
        margin-bottom: 20px;
	}
	
	.JPO_close{
	    position:fixed;
    }
	
}


.navbar {
    padding: 1px;	
}

.navbar-collapse.show {
	padding: 10px;
}

.nav-item {
	margin: 5px;
}
.navbar-brand {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ffffffd4 !important;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}
.navbar-toggler i {
  color: #f1f1f1;	
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.6);
}


@media (max-width: 991px) {
    .navbar {
        max-height: 85vh;
        align-items: flex-start;
    }
}


.comment_author {
	color: #d1d1d1;
	
}
.comment_body {
	color: #f1f1f1;
}
.comment-up {
    color: #eeeeee;
    vertical-align: super;
    font-size: 11px;
}
.comment_score {
    color: #eeeeee;
    vertical-align: top;
    font-size: 11px;
}

.mob_comments_button {
    color: #f1f1f1;
    margin-top: 3px;
    margin-bottom: 3px;	
    border: 1px solid red;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #6c757d;
    border-radius: .25rem;	
	
}

.card-body {
    background-color: transparent;
	padding: 0;
}

.navbar-nav {
    display: inline-block;
}

.navbar-nav > li {
    display: inline-block;
}

.navbar-nav .dropdown-menu {
    position: absolute!important;
}

.navbar-expand-custom {
	background-color: #1e1e1e !important;
}

.navbar-expand-custom .active i {
	color:black;
}

#openNav {
	background-color:transparent !important; 
	font-size: 17px;
}

@media (min-width: 1800px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
	.rgifs_live_sex_link {
	    right: 230px!important;
		top: 15px!important;	 
	}
	.content {
        margin-top: 65px;
    }
}
  
  
#myUpBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #b60000;
  background-color: #b60000db;
  color: #f1f1f1;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  font-size: 18px;
}

#myUpBtn:hover {
  background-color: #555;
}  

@media (max-width: 768px){
	
	#mySidepanel_wrapper {
        width: 100% !important;
    }
	.sidepanel {
        width: 100% !important;
	}
	.sidepanel #closebtn {
		left: unset;
        right: 10px;
    }
}	

#backendLoading {
	display: none;
	color: black;
}

