#privacy-info{
	width: 100%;
	height:auto;
    position: fixed;
	right:0px;
    background:#000;
	z-index:101;
	padding:10px;
	opacity:0.8;
	color:#fff;
	bottom:0px;
	transition: transform 1000ms;
	transform: translatey(250px);
}

#privacy-info > p{
		width:100%;
		margin:10px ;
		display:inline-block;
		padding:0;
		color:#fff!important;
		font-size:9pt;
		text-align:center;
}	
#privacy-info > p > a{
	color:#fff!important;
	text-decoration:underline;
}	
#privacy-info > p > button{
			color:#000;
		font-size:10pt;
		padding:5px 20px 5px 20px;
}	
#privacy-info.active{
	transform: translatey(0px);
}	


body{
    font-family:'Open Sans', sans-serif;
    color:#abadaf; background:#222222;
}
body.modal-open {
    overflow: hidden;
}
.modal-backdrop.in {
	opacity:.8;
}	
a{
	color:#c0c0c0;
}
h1{
	font-size:18pt; margin-top:10px;
}
h2{
	font-size:16pt; margin-top:10px;
}
.padding-right{
	padding-right:10px;
}
.padding-left{
	padding-left:10px;
}

label{
	font-weight:initial;
}
.custom-padding{
	padding-left:5px; padding-right:5px;
}
.tab-pane p.form-error:first-child{
	margin-left:15px;
}
p.form-error{
	font-size:9pt; color:#ba5fbd; 
}
.nav-tabs{
	border-bottom:1px solid #5d3e5e;
}
.nav-tabs li a:hover{
	color:#000;
	background:#311134; color:#fff;
	border:1px solid #5d3e5e;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background:#311134; color:#fff;
	border:1px solid #5d3e5e;
	
}	
a:hover, a:visited, a:focus{
	text-decoration:none; 
	color:#c0c0c0;
}
a.btn{
	color:#000;
}
.to-top {
  position: fixed;
  bottom: 10px; right: 10px;
  width: 40px; height: 40px;
  font-size: 30px; line-height: 40px;
  text-align: center; 
  padding-left:3px;
  border-radius:100%;
  background:#222222;
  border: 2px solid #fff;
  cursor: pointer;
}
.row{
	margin:0px;
}
.row-cart-headline{
	background:#000;  border-bottom:1px solid #5a3261; color:#fff;
}
.row-cart-foot{
	text-align:right; background:#000; color:#fff; padding:5px; border-top:1px solid #5a3261; color:#fff;
}
.row-cart-color{
	background:#522359;
}

.btn-primary{
	background:#5d3e5e; border-color:#311134; 
	color:#fff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background:#814A83!important; border-color:#5d3e5e!important;
}
/* The Overlay (background) */
.enter-overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */    
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
}

/* Position the content inside the overlay */
.enter-overlay-content {
	position: relative;
	top: 1vh; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.enter-button-green{
	display: block;
	margin: 0 0 0 0;
	background: green;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #6cc430;
}
.enter-button-red{
	display: block;
	margin: 10px 0 0 0;
	background: #c02f2f;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #d16944;
}
#modal-loading{
	min-height: 100%;  min-height: 100vh; 
	padding-bottom:10%; display: flex; 
	text-align:center; 
	align-items: center; 
	border:1px solid #fff; 
	overflow-y:visible; border:1px solid #fff;
}
#modal-loading .row{
	margin:auto; background:#808080; border:1px solid #676767; padding:10px;
}
#moald-loading .loading-img{
	margin:auto;
}
#my-modal .modal-header{
	border:0px; padding:5px 5px 0 0;
}
#my-modal .headline{
	text-align: center; color:#fff;
	font-weight:bold;
}
#my-modal button.close{
	opacity: inherit;
	color:#fff;
}
#my-modal .modal-body{
	padding-top:0px;
}
#my-modal .modal-content{
	background:#222222;
}
#my-modal .logo{
	margin-top:0px; padding-top:0px;
	text-shadow: 4px 3px 3px #000;
	font-size:18pt; color:#fff;
	font-weight:bold; font-style:italic;
}
#my-modal iframe{
	border:0px; height:90vh; width:100%;
}
#user-sign-in-message{
	padding:5px; color:#fff; background:#311134; border:2px solid #5d3e5e; font-size:10pt; display:none;
}
.container{
	padding-left:0px; padding-right:0px;
}
#headline{
	padding:5px;
}

#choose-language li a .flag-de{
	position:absolute; top:31px; left:3px;
}
#choose-language li a .flag-gb{
	position:absolute; top:5px; left:3px
}
.container #choose-language .flag{
	display:inline-block; margin-top:5px;
}
.container #choose-language .caret{
	margin-top:-10px; 
}

.container #choose-language .btn{
	margin-top:4px; border:0px;
	padding:0 5px 0 5px; background:none;
	color:#c0c0c0;
}
.container-content{
	background:#321137; padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top:10px; height:auto;
}
.container-content .dropdown .btn{
	width:100%; background:#c0c0c0;
	margin:5px 0 5px 0;
}
.container-content .dropdown-menu{
	overflow-y:auto; padding-right:10px; 
}
.container-content .dropdown-menu input[type="checkbox"]{
	margin-left:-15px; 
}
.container-content .dropdown-menu label{
	color:#000;
}
.container-content .col-xs-12, .container-content .col-xs-6{
	padding-left:0px; padding-right:0px;
}
.container-content .form-group{
	padding:0px 5px 0px 5px;
}
.container-news{
	background:#1d1d1d; box-shadow: 0px 0px 10px #000; padding-top:5px; 
}
kontex-network-dropdown{
	float:left;
}
#head{
	background:#311134; min-height:30px;
	padding:15px 0 10px 0;
}

#head .logo{
	margin-top:0px; padding-top:0px;
	text-shadow: 4px 3px 3px #000;
	font-size:18pt; color:#fff;
	font-weight:bold; font-style:italic;
}
#head .logo a{
	color:#fff; text-decoration: none;
}	
#head input{
	width:100%; height:31px; margin-top:5px;
	padding-left:5px;
}
#head .glyphicon{
	font-size:16pt; color:#c0c0c0;
	margin-top:5px; margin-right:3px;
}
#head .glyphicon-search{
	position:absolute; top:2px; right:5px;
	font-size:13pt;
	color:#fff; background:#19061b; padding:5px;
}
#head .sc-button .btn{
	margin-top:0px;
	padding:0 10px 0 5px; background:none;
	color:#c0c0c0;
}
#head #sc-amount{
	position:absolute; 
	top:0px; 
	font-size:9pt; font-weight:bold; color:red;
}
#head .btn-login-reg{
	float:right;
	text-align:center; background:#222222; border:2px solid #5a3261; padding:0;
}
#head .dropdown-user-menu{
	display:inline; float:right; text-align:center; 
}
#head .dropdown-user-menu .btn{
	max-width:200px; font-size:9pt; background:none; padding-top:0px; 
}
#head #sc-head-container{
	float:right; display:inline; text-align:right; 
	margin-right: 25px;
}
#head-filter{
	background:#5a3261; padding:10px 0 10px 0;
}
#head-filter .container-button{
	margin:0 5px 0 5px;
}
#head-filter button{
	width:100%;
}
#head-filter .col-lg-3{
	padding:0px;
}
#head-filter .dropdown{
	margin:5px;
}

#filter-options-button{
	width:60%;
}

#filter{
	width:50%; text-align: center;
}

#filter-options{
	display:none;
}
#filter-options .checkbox span{
	color:#000;
}	
#filter-options p{
	clear:both;
	margin:0; padding:15px 0 0 5px;
}
#filter-options button{
	width:100%; text-align:left;
}
#filter-options input[type="checkbox"] {
	margin-left:-15px; margin-right:0px;
}
#filter-options .dropdown-menu{
	width:100%; max-height:500px;
	overflow-y:scroll; 
}
#filter-options .dropdown-toggle{
	background:#d3d3d3;
}
#filter-options-selected{
	margin-top:10px;
}
#filter-options-selected button{
	width:auto;
}
.input-download-filter span{
	display:block; margin:2px 0 0 3px;
}
#options-filter-selected{
	margin:10px 5px; padding-left:0px; padding-right:0px;
}
.btn-remove-filter{
	margin-top:5px;
}
.overview-download-container{
	padding:0px; overflow:hidden;
}
.overview-download{
	position:relative; background:#321137;
	margin:10px 5px 0 5px;
}
.overview-download a:first-child{
	width:100%; height:170px; display:block; 
	background-size: cover;
	background-repeat:no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.overview-download .rating{
	position:absolute; top:2px; left:2px; 
	padding:2px; margin:0px; 
	background:black; color:greenyellow; 
	text-align:center; opacity: .5; filter:Alpha(Opacity=50);
	border-radius: 10%;
}
.overview-download .title{
	color:#fff; margin:0 5px 5px 5px;
	display:block; overflow:hidden;
	height:20px;
}
.overview-download .price{
	float:right; display:inline-block; margin:5px; right:0px;
}
.overview-download .publication-date{
	display:inline-block; margin:5px;
}

.background-container{
	position:relative; background:#321137; padding:10px; margin-top:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.download-detail-container{
	position:relative; background:#321137; padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.download-detail-container div{
	padding:0px; 
}
.download-title{
	float:left; display:inline; margin:0 0 20px 0; padding:0; font-size:19pt;
}
.download-title .glyphicon-time{
	font-size:15pt;
}
.download-rating{
	position:absolute; right:0px;
	 color:#d2d388; font-size:19pt;
}
.download-preview{
	padding:5px!important; text-align:center; background:#222222;  border:1px solid #000; height:100%;
}
.download-preview a{
	height:100%; color:#c0c0c0; padding:5px; font-size:10pt;
}
.download-preview-player{
	padding-right:20px!important; text-align:center;
}
.download-img-container{
	max-height:343px; overflow-y:auto; overflow-x:hidden; text-align:center;
}
.download-img{
	padding:2px 4px 2px 0;
}
.download-img img{
	border:1px solid #000;
}
.download-tag{
	margin:5px 5px 0 0; padding:4px; border:1px solid #fff;
	border: 1px solid #5d3e5e; background: #311134;
	font-size:9pt;
	float:left; display:inline;
}
.download-description{
	padding-right:20px!important;
}
.download-description img{
	max-width:100%; margin-top:10px;
}
.download-container-girls{
	padding:0px; float:left; background:#1a051d;
}
.download-container-girls td:first-child{
	width:150px;
}	
.download-container-girls td{
	border:0px!important; padding:2px!important;
}
.download-container-girls table{
	margin:0px;
}
.download-girl-name{
	padding:0px; background:#5a3261;
}
.download-girl-name a{
	margin:5px; font-size:19pt; text-align:left;
}
.download-girl-details{
	background:#1a051d; padding-left:0px;
}
.download-girl-details img{
	float:left; margin-right:10px;  max-height:156px;
}
.download-payinfo-container{
	background:#5d3e5e; text-align:center; padding:10px; margin-top:10px; border:2px solid #000;
}

.download-payinfo-download{
	padding:5px 0 5px 0!important;  border-right:2px solid #000;
}
.download-payinfo-disk{
	padding:5px 0 5px 0!important; 
}

.download-payinfo-download .glyphicon-time, .download-payinfo-disk .glyphicon-time {
	font-size:12pt;
}	
.download-payinfo-download a, .download-payinfo-disk a{
	color:#c0c0c0; font-size:14pt; padding:5px!important;
}
.download-payinfo-download a b, .download-payinfo-disk a b{
	color:#fff; 
}
.download-payinfo-download .glyphicon-cloud-download, .download-payinfo-disk .glyphicon-cd{
	font-size:30pt;
}
.download-all-downloads{
	width:100%; font-size:18pt; display:block;
}
.download-all-downloads .glyphicon{
	float:right;
}	
.download-complete-container{
	background:#5d3e5e; text-align:center; padding:10px; margin:10px 0 20px 0;
}
.download-complete-container .row:first-child{
	background:#222222;
}
.download-complete-container .row:first-child p{
	font-weight:bold; padding:0 10px 5px 10px; color:#c0c0c0; font-size:24pt; background:#222222;
}
.download-complete-container .row:first-child p:first-child{
	padding:5px 10px 0 10px;  font-size:32pt; 
}	

.overview-girl{
	margin-bottom:10px; text-align:center;
}
.overview-girl a{
	margin-top:10px;
}
.overview-girl .img-responsive{
	max-height:150px; margin:auto;
}	

/* Login-Register Overlay */
#register-step2 .dropdown .btn{
	width:100%; max-width:240px;
	margin:5px 0 5px 0;
}
#register-step2 .dropdown-menu{
	max-height:400px; overflow-y:auto; 
}
#register-step2 .dropdown-menu input[type="checkbox"]{
	margin-left:-15px; 
}
#register-step2 .dropdown-menu label{
	color:#000;
}

/* Overlay */
.overlay-right{
    position:fixed;
    top:0px; right:-320px;
	width:320px; height:100%;
	overflow-y:scroll;
    z-index:2; background: #000;
    border-left: 1px solid #222222;	
}
.overlay-right, .overlay-right .menu-container{
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;	
}

.overlay-right-visible .overlay-right,
.overlay-right-visible-push .overlay-right, 
.overlay-right-visible-push .container{
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}

.overlay-right-visible .overlay-right{
	background:#000;
}

.overlay-right-visible-push, .overlay-right-visible{
	overflow:hidden;
}

/* Overlay -  Menu */
.overlay-right .menu-container{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.overlay-right .menu-container .title{
	float: none; display: block;
	font-size:16pt; font-weight:bold;
}

.overlay-right .menu-container a{
    float: none;
    display: block;
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}
.overlay-right .menu-container .overlay-right-close{
    float: right;
	border:0px;
    padding: 10px 0;
}
.overlay-right .back{
    float: none;
    display: block;
    height: 50px;
    line-height: 50px;
    background: #222222;
    padding: 0 0 0 10px;
    cursor: pointer;
}
.overlay-right .success{
    background: #26992e;
    color: #fff;
    padding: 10px;
}
.overlay-right .success .glyphicon{
    margin-right: 5px;
}
.overlay-right .headline{
	margin: 20px 20px 10px;
    font-weight: bold;
    text-decoration: underline;
}
.overlay-right .btn-warning{
	color:#000; 
}
.overlay-right .article{
    border-bottom: 1px solid #222222;
    margin: 10px;
    height: 60px;
}
.overlay-right .article .img{
    display: inline;
    max-width: 50px;
    max-height: 50px;
}
.overlay-right .article span.img{
	text-align:center; float:left; width:60px;
}
.overlay-right .article .link-img{
    width: 60px; 
}
.overlay-right .article .name{
    float: left;
    display: inline;
    width: 180px; height:60px;
	overflow:hidden;
    margin-left: 5px;
}
.overlay-right .article .remove{
    float: right;
    display: inline;
    width: 30px;
    height: 30px;
    padding: 0px;
}
.overlay-right .article .remove span{
    line-height: 28px; color:#fff;
}
.overlay-right .article .amount{
    padding-right: 5px;
}
.overlay-right .row{
    margin: 0 7px 20px 7px;
}
.overlay-right .row div:last-child{
    text-align: right;
}
.overlay-right>.btn{
    float: none;
    display: block;
    margin: 10px 10px 0 10px;
    font-weight: 600;
}

.pagination-container{
	padding-right:0px;
}
.pagination{
	margin:15px 0 5px 0;
}
.pagination-bottom{
	margin:15px 0 15px 0;
}
.pagination select{
	float: left;
	display: inline;
	width: auto;
	margin: 0 5px;
}
.pagination-bottom select{
	margin: 0 10px;
	//padding: 0px;
}
.pagination-bottom .btn{
	margin: 0px;
}
.pagination a{
	float: left;
	display: inline;
	margin:0 5px 0 5px;
}
#foot{
	margin-top:20px; background:#000;
}

@media (max-width: 468px){
	#my-modal iframe{
		width:auto;
	}	
}	
@media (max-width: 700px){
	.container-downloads {
		max-width:380px; 
		margin:auto;
	}
}	
@media (max-width: 768px){
	.dropdown-menu input[type="checkbox"]{
		margin-left:-18px!important; margin-top:2px;
	}
	.download-title{
		font-size:14pt;
	}
	.download-title .glyphicon-time{
		font-size:12pt;
	}	
	.download-payinfo-download{
		border-right:0px;
		border-bottom:2px solid #000;
	}
	.download-complete-container p{
		font-size:12pt!important;
	}
}
@media (min-width: 768px){
	.container {
		width: auto;
	}

}
@media (min-width: 992px){
	.container {
		width: auto;
	}
	#my-modal .modal-dialog{
		width:80vh!important;
	}
}
@media (min-width: 1280px){
	.container {
		width: 1280px;
	}
	#my-modal .modal-dialog{
		width:75vh!important;
	}	
}
.flag {
	width: 16px;
	height: 16px;
	background:url(../img/flags.png) no-repeat
}

.flag.flag-de {background-position: -16px 0}
.flag.flag-gb {background-position: 0 -16px}