/*FONTS*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,900); 
 

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*BODY*/
body{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;	
	background-color: #f4f4f4;
}

html{
	width:100%;
	min-width:320px;
	min-height:100%;
}
html,body { height:100%; }
 



/*FIXES*/
a {
  text-decoration: none;	
}
a:hover {
  text-decoration: none;	
}	
.col-sm-1 {
  width: 5%;
}

.col-sm-10 {
  width: 80%;
}

.text-center {
	margin: auto;
}
.row-nopadding .col-sm-1,
.row-nopadding .col-sm-10 {
  padding: 0;
}

.row-contentbox .col-sm-1,
.row-contentbox .col-sm-10 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 1%;
}

.flag-icon {
     background-position: unset;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
	max-width: 1900px;
}

.row {
    margin-right: 0;
    margin-left: 0;		
    text-align: center;
}

input {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
		  -webkit-appearance: none;
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.fa-reddit {
	font-size: 35px;
	color: #ff4500;
}

#backendLoading {
	display: none;
}


/*FLEX*/
.flex-images { overflow: hidden; }
.flex-images .item { 
     float: left;  
	 box-sizing: content-box; 
	 overflow: hidden; 
	 position: relative;
     border: 1px solid #d4d4d4;	 
     margin: 0 -1px -1px 0;	 
}
	
.flex-images .item img { display: block; width: 100%; background-image:url("https://nsfwalbum.com/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;
  }
.flex-images .item img:hover { 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*ALBUM*/
.gallery_name {
    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: 1px solid #4f4f4f;
	color: #ffffff;
	border-radius: 0px;
	padding: 5px;
	text-align: left;
}
.gallery_name h6 {
	margin-bottom: .1rem;
	margin-left: 5px;
}
.models {
	margin-bottom: 5px;
    margin-left: 5px;
    margin-top: -5px;
	display: block;
}
.models a {
	border: 1px solid black;
    border-radius: 6px;
    padding: 4px;
	color: #565656;
    display: inline-block;
    margin: 1px;	
}
.models a:hover {
	color: #8d8d8d;
}

#contents-related {
	margin-top: 20px;
}

/*HEADER*/
header {
}
.site-title {
}
.site-title a{
	color: #565656; 
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 900;
	text-decoration: none;
	position: absolute;	
    left: 0;
    right: 0;
	white-space: nowrap;
	z-index: 20;
    background-color: white;	
}
.under_logo{
	font-weight: 500;
 	color: #6f6f6f;
    margin: auto;	
	position: absolute;	
    left: 0;
    right: 0;
	top: 47px;	
    background-color: white;	
	z-index: 20;	
    box-shadow: 0 4px 2px -4px gray;

}


#header_finish_line {
    opacity: 0.2;		
	margin-right: 5px;	
	margin-left: 5px;		
}

/*LOAD MORE*/
#load_more {
	color: white;
	background-color: #000000;
	width: 150px;
	height: 50px;
	border: 2px solid #918F9E;
	display: inline-block;
    position: relative;	
	cursor: pointer;
	
}
.load_more_text{
	font-size: 12px;
    width: 120px;
    margin-top: 15px;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}


/*FOOTER*/
footer {
	height: 100%;
	width:100%;
	background-color: TRANSPARENT;
}

footer .bottom_text {
	font-size: 12px;
    color: #918F9E;
	margin: 10px;
    word-wrap: break-word;	
}

.bottom-title a {
    color: #565656; 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-decoration: none;	
}


#bottom_finish_line {
	margin-top: 80px;
	border-bottom: 1px solid #d4d4d4;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;	
}



/*IFRAME_IMAGE*/
.popup_content {
 	margin: 5px;
  	padding: 0 10px;
  	background: white;
	text-align: center;
}
#UPLOAD_FORM {
	display: none;
	border: 2px solid #444;
	border-radius: 5px;
	width: 90%;
	height: 90%;
}
.UPLOAD_FORM_close {
	color:white;
	position: absolute;
    top: -30px;
    right: -1px;
}

#DONATE_FORM {
	display: none;
	border: 2px solid #444;
	border-radius: 5px;
	width: 90%;
	height: 90%;
}
.DONATE_FORM_close {
	color:white;
	position: absolute;
    top: -30px;
    right: -1px;
}


/*THUMBNAILS*/
.content {	
	width: 100%;
	max-width: 1920px;
    margin: auto;
	margin-top: 65px;
}
.thumbnail {
	background-image:url("https://nsfwalbum.com/pic/loading.gif"); 
	background-repeat: no-repeat; 
	background-position: center;
}

.video {
	padding-left: 5px;
	padding-right: 5px;
	min-height: 50px;
	min-width: 50px;
}
.video_figure {
	cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    

}
.video_figure:hover {
    border-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}


.figure-caption  {
    color: #5b5963;
	font-size: 11px;
	padding: 4px;
}
.video_name {

}

.video_name a {
    color: black;
	font-size: 15px;
    font-weight: 700;
}
.video_name a:hover {
    color: #014B5E;
}


/*UP ARROW*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
	cursor: pointer;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 12px;
    font-size: 19px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/*MOBILE*/
@media only screen and (max-device-width: 768px){
	
.site-title a {
	z-index: 1;
}

#header_finish_line {
}
	
	
#close_leagues_icon {
	display: block;
}
	


.item .hover{
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;	
}


.flex-images .item img { 
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
.flex-images .item img:hover { 
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}


	
}