@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
/* @font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/Asap-Regular.eot');
	src: url('../fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Asap-Regular.woff2') format('woff2'),
	url('../fonts/Asap-Regular.woff') format('woff'),
	url('../fonts/Asap-Regular.ttf') format('truetype'),
	url('../fonts/Asap-Regular.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'asapBold';
	src: url('../fonts/Asap-Bold.eot');
	src: url('../fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Asap-Bold.woff2') format('woff2'),
	url('../fonts/Asap-Bold.woff') format('woff'),
	url('../fonts/Asap-Bold.ttf') format('truetype'),
	url('../fonts/Asap-Bold.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'asapItalic';
	src: url('../fonts/Asap-Italic.eot');
	src: url('../fonts/Asap-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Asap-Italic.woff2') format('woff2'),
	url('../fonts/Asap-Italic.woff') format('woff'),
	url('../fonts/Asap-Italic.ttf') format('truetype'),
	url('../fonts/Asap-Italic.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
} */

.photo-not-accepted {
	opacity: .8;
	box-shadow: 0 0 10px #f16400;
}

.icon-photo-accept {
	color: #f16400;
	position: absolute;
	left: 0;
	top: -25px;
	font-size: 14px;
	line-height: 16px;
}

.mt-5 {
	margin-top: 15px;
}

.server-notice {
	position: fixed;
	bottom: 10px;
	right: 10px;
	max-width: 60%;
	background: #c91616;
	color: #fff;
	padding: 16px 20px;
	z-index: 999;
}

.server-notice a {
	color: #fff;
	text-decoration: underline;
}

.ar-blurred {
	-webkit-filter: blur(23px);
	filter: blur(23px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='23');
}

.msg-count {
	font-size: 14px;
	float: right;
}

#logo,
.nav .messages span,
.nav .credits span,
.nav .users span,
.nav .logout span,
#bottom-bar-foto .item,
.profile-search a,
#tips .first,
#tips .second,
#stories .box .triangle,
.left.carousel-control .glyphicon-chevron-left,
.right.carousel-control .glyphicon-chevron-right,
#dash-menu li a {
	background: url('/inc/img/sprite.png') no-repeat;
	display: inline-block
}

.navbar-default {
	background: none;
	border: none
}

.wrap-text {
	word-wrap: break-word;
}

/* Buttons */
a:hover {
	text-decoration: none
}

a.active {
	color: #23527c;
}

.btn {
	font-size: 15px
}

a,
.red {
	color: #E4197B
}

#main .btn {
	color: #FFF
}

/* Common styles */
html,
body {
	height: 100%;
}

body {
	font-size: 15px;
	font-family: "Ubuntu", Georgia;
	line-height: 28px;
	background: #000;
	color: #979797
}

h2,
h3 {
	color: #E4197B
}

h3 {
	font-family: "Ubuntu";
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px
}

.border {
	border-bottom: 1px solid #c5c8c8;
	padding-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
}

.border h3 {
	margin-bottom: 0;
	padding: 0;
	font-size: 21px;
}

.border.title {
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.border div {
	padding: 0
}

.title .align-r {
	padding-top: 18px;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #2e3538;
	font-size: 22px
}

h5 {
	font-size: 16px;
	color: #2e3538;
}

.hidden-field {
	display: none
}

.align-r {
	text-align: right
}

.align-c {
	text-align: center
}

.clear {
	clear: both
}

.center-block input,
.center-block a {
	float: none
}

#register-error,
.error {
	color: red
}

.error {
	list-style-type: none;
	padding-left: 0;
}

.rounded {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 5px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px;
}

.ke-container {
	width: auto !important
}

.forgot-password-form {
	padding-bottom: 34px;
}

.forgot-password-form input.form-control {
	max-width: 420px;
}

#credit-form .item {
	background: rgba(0, 0, 0, 0) url("/inc/img/button-large-3s.png") repeat-x scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px #999;
	height: 60px;
	margin-bottom: 20px;
	color: #4d4d4d;
	position: relative;
}

#credit-form label {
	display: block;
	cursor: pointer;
	font-weight: normal
}

#credit-form .money-icon {
	margin: 13px
}

#credit-form .credit-packet,
#credit-form .payment-type label {
	margin: 15px
}

#credit-form .nr-credits {
	margin: 0 10px
}

#credit-form .nr-credits h5 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold
}

#credit-form .packet-name {
	color: #E4197B
}

#credit-form .block-1 {
	border-right: 1px solid #ccc;
}

#credit-form .block-2 {
	border-left: 1px solid #fff;
}

#credit-form .packet-price {
	min-width: 108px;
}

#credit-form .packet-price,
#credit-form .pay-btn {
	background: url("/inc/img/grad-blue-1x60.png") repeat-x scroll 0 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#credit-form .pay-btn {
	font-size: 14px
}

#credit-form .pay-btn button {
	background: none;
	border: none
}

#credit-form .item:hover,
#credit-form .item.active {
	background: rgba(0, 0, 0, 0) url("/inc/img/button-large-3s.png") repeat-x scroll 0 -60px;
}

#credit-form .item .row {
	margin: 0;
	display: flex;
}

#credit-form .packet-messages,
#credit-form .message-price {
	line-height: 55px;
}

#credit-form .packets {
	margin-bottom: 50px
}

#credit-form .packets .item:nth-child(5) {
	background: url("/inc/img/button-large-3s.png") repeat-x scroll 0 -120px !important;
}

#credit-form .packets .item:nth-child(5) .ribbon {
	background: url("/inc/img/ribbon-bargain.png") no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	height: 59px
}

#ideal_bank {
	position: absolute;
	display: none;
	width: auto;
	top: 14px;
	left: 140px
}

#credit-form .payment-type {
	position: relative
}

#credit-form .payment-type img {
	vertical-align: bottom;
	margin-left: 10px
}

#credit-form .payment-types button {
	color: #FFF
}

#credit-form .payment-types button:disabled {
	color: #2e3b4c
}

.choose-packet {
	/*background: url("/inc/img/pointer-arrow-straight.png") no-repeat 300px center;*/
}

#discount-block {
	margin-bottom: 50px
}

#main {
	background: #FFF;
	padding-top: 5px;
}

#main.no-bkg {
	background: none
}

#register-area {
	position: relative
}

#reset-password {
	float: right;
	color: #fff;
	font-size: 13px
}

span.ok {
	color: green;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
}

span.nok {
	color: red;
	font-weight: bold;
}

/* Header */
#logo {
	background-position: 0 -58px;
	height: 62px;
	width: 186px;
}

#header-wrapp {
	background: #000
}

#header {
	padding-top: 24px;
	padding-bottom: 10px;
	position: arelative
}

#login {
	margin-top: 12px
}

#login #submit {
	margin-bottom: 10px
}

#login input[type="text"],
#login input[type="password"] {
	background: #e5e9eb;
	border: none;
	margin-bottom: 10px
}

#register {
	background: url('/inc/img/bkg-transparent.png');
	position: absolute;
	top: -580px;
	right: 0;
	margin: 15px;
	padding: 30px
}

#register-top h3 {
	margin: 0 0 20px;
	color: #FFF;
	font-size: 26px;
	font-family: "Ubuntu";
	line-height: 35px;
	text-align: center;
}

#register-submit {
	width: 100%;
	padding: 10px 0
}

.login-btn {
	margin-right: 10px
}

.login-register-btn {
	margin-top: 10px;
	margin-left: 10px
}

#login {
	padding: 0 15px
}

.navbar {
	padding: 0;
	margin: 0
}

.nav div {
	padding: 10px 5px
}

.nav .messages span,
.nav .credits span,
.nav .users span,
.nav .logout span {
	vertical-align: middle;
}

.nav .messages a,
.nav .credits a,
.nav .users a,
.nav .logout a {
	font-size: 14px;
}

.nav a {
	color: #323a3d
}

.nav .profile {
	color: #323a3d;
	padding-top: 0;
}

.nav .profile strong {
	color: #E4197B
}

.nav .messages span {
	background-position: -144px -32px;
	width: 25px;
	height: 21px;
	margin-right: 5px
}

.nav .credits span {
	background-position: -144px 0;
	width: 25px;
	height: 26px;
}

.nav .users span {
	background-position: -109px 0;
	width: 27px;
	height: 27px;
}

.nav .logout span {
	background-position: -109px -32px;
	width: 20px;
	height: 20px;
}


#search-bar {
	padding-top: 25px
}

#search-bar .form-group {
	margin-right: 20px;
	margin-left: 0
}

#search-bar .last {
	margin-right: 0
}


/* Profile */
#logged-in {}

.profile {
	padding: 13px 28px
}

.profile .profile-image {
	padding-left: 0
}

.profile-inner {
	background: #FFF;
	border: 1px solid #dcdcdc;
}

.profile-name {
	margin-bottom: 4px;
	margin-top: 4px;
	color: #323a3d;
	overflow: hidden;
	position: relative;
}

.profile .profile-info,
.profile-small .profile-info {
	font-size: 13px;
	font-style: italic;
	color: #323a3d;
	margin-bottom: 10px;
}

.profile-info .profile-age {
	font-family: "Ubuntu";
	font-weight: bold;
}

.profile-info .profile-location {
	color: #E4197B
}

.profile-description {
	font-size: 13px;
	line-height: 16px;
	height: 35px;
}

.profile-search {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 15px;
	color: #323a3d;
	font-size: 14px;
}

.profile-search a {
	display: inline-block;
	height: 20px;
	width: 16px;
	cursor: auto;
}

.profile-search a.man {
	background-position: -16px -124px;
}

.profile-search a.female {
	background-position: 0 -124px;
	vertical-align: middle;
}

.profile-search .item span {
	padding-left: 22px
}

.profile-search .item.first span {
	padding-left: 0
}

.profile-search .item.first {
	border-right: 1px solid #d6d8d8
}

.profile-small-inner {
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
}

/*#members-search.compact .profile-small-inner{border:none; padding:none} */
.profile-bottom .match {
	border: 1px solid #CCC;
	margin-top: 15px;
	color: #FFF
}

.profile-bottom .match span {
	background: #E4197B;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 5px;
}

#profile-top {
	background: url('/inc/img/profile-bkg.jpg') no-repeat 50% 0 #E4197B;
	height: 520px;
	text-align: center;
	color: #FFF;
	font-size: 25px;
}

#profile-foto {
	margin-top: 40px;
	height: 280px
}

#profile-foto img {
	max-height: 280px
}

#profile-images div {
	margin-bottom: 30px;
}

#profile-info #profile-name {
	color: #FFF;
	font-size: 32px;
}

#profile-preferences,
#profile-meta {
	font-family: "Ubuntu";
	font-style: italic;
	font-size: 16px;
	color: #eaabab;
	margin: 12px 0 5px;
}

#info-profile {
	list-style-type: none;
	padding: 0
}

#info-profile strong {
	color: #323a3d;
	display: inline-block;
	width: 130px
}

#info-profile li {
	padding: 5px 0
}

.profile-page #main {
	padding-top: 40px
}

/* Menu */
#dash-menu {
	list-style-type: none;
	position: relative;
	z-index: 99;
	top: 0px;
	padding: 0
}

#dash-menu li {
	display: inline
}

#dash-menu li a {
	width: 103px;
	height: 98px;
}

#dash-menu .icon-messages a {
	background-position: 3px -148px
}

#dash-menu .received-flirts-icon a {
	background-position: -106px -148px
}

#dash-menu .favorites-icon a {
	background-position: 3px -252px
}

#dash-menu .upload-photo-icon a {
	background-position: -105px -252px
}

.dash-menu {
	margin-bottom: 25px
}

.dash-menu li span {
	display: block;
	float: left;
	width: 80px;
}

.dash-menu li span.glyphicon {
	width: auto;
	margin: 5px 5px 0 0;
}

.dash-menu li strong {
	color: #E4197B
}

.dashboard ul {
	list-style-type: none;
	padding: 0
}

.dashboard .content-inner {
	background: #eaebeb;
	padding: 25px 35px;
}

.backend .dashboard .content-inner {
	background: #FFF;
	padding: 15px 35px;
}

.backend .dashboard-right .content-inner {
	padding: 15px 35px;
	margin-bottom: 30px;
}

#content.backend {
	padding-bottom: 30px
}

.dates .form-control {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.dates .form-control:last-child {
	margin-right: 0
}

#dob_day_wrapper div {
	padding: 0 15px 0 0
}

#dob_day_wrapper div:first-child {
	padding-left: 15px
}

#dob_day_wrapper select {
	padding: 5px
}

#dating {
	padding: 0
}

#dating .striped {
	background: #E4197B;
	color: #FFF;
	font-size: 14px;
	padding: 4px 10px;
}

#dating {
	list-style-type: none
}

#dating ul {
	margin-bottom: 20px;
	list-style-type: disc;
}

#dating li {
	line-height: 30px
}

#basic-search .form-group {
	display: inline-block;
}

#basic-search .form-control {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#bottom-bar-foto {
	position: relative
}

#bottom-bar-foto {
	padding: 22px 15px
}

#bottom-bar-foto .item {
	display: inline;
	padding-left: 25px;
	background-position: -177px 5px;
}

#bottom-bar {
	background: #323a3d;
	color: #FFF;
	padding: 35px 0
}

#credits-info p {
	font-size: 18px;
	margin-bottom: 0
}

#credits-info span {
	font-size: 20px;
	font-family: "Ubuntu";
	font-weight: bold;
}

#credits-info strong {
	color: #E4197B
}


#tips {
	background: #E4197B;
	color: #FFF;
	padding: 48px 15px;
	font-size: 13px;
	margin-top: 50px;
}

#tips h3 {
	color: #FFF;
	margin-bottom: 6px;
}

#tips .first {
	background-position: -207px -602px;
	padding-left: 80px
}

#tips .second {
	background-position: -203px -45px;
	padding-left: 75px
}

.page {
	padding: 30px;
	margin-bottom: 30px;
}

h3.page {
	padding: 0 30px;
	margin-bottom: 20px
}

#stories {
	background: #000;
	padding: 15px 0 50px;
}

#stories h3 {
	margin-bottom: 0
}

#stories .box {
	border: 1px solid #eaebeb;
	position: relative;
	padding: 18px;
	margin-top: 30px;
}

#stories .box .triangle {
	position: absolute;
	top: -16px;
	left: 35px;
	background-position: -40px -128px;
	width: 14px;
	height: 16px;
}

#stories .box a,
#news a {
	color: #E4197B;
	font-family: "Ubuntu";
	font-weight: bold;
	font-size: 12px
}

#stories .news-title,
#news .news-title {
	font-size: 16px;
	color: #e3e3e3;
	font-family: "Ubuntu";
	font-weight: bold;
}


#news .news-title {
	font-family: "Ubuntu";
}

#news {
	background: #000;
	font-size: 13px;
	padding: 20px 0 50px
}

#news .news-date {
	font-style: italic;
	margin-bottom: 20px;
}

.news-block {
	margin-bottom: 30px
}

#pagina {
	float: left;
	margin: 22px 10px 20px 0;
}

.new-profile {
	background: #f2be1d;
	padding: 4px 6px 3px;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	margin-left: 20px;
	float: right
}

#responsive {
	background: #000;
	padding: 50px 0
}

#responsive h2 {
	font-family: "Ubuntu";
	font-weight: bold;
}

#responsive .btn {
	margin: 10px 0 20px
}

.foto-inner {
	padding: 20px 0;
	position: relative
}

.foto {
	margin-bottom: 10px
}

.foto-inner .delete-foto {
	position: absolute;
	top: 0;
	right: 20px
}

.foto-inner .delete-foto a {
	padding: 0 4px
}

#footer-bg {
	background: #323a3d;
}

#footer-bg .container {
	padding: 40px;
	padding-bottom: 20px
}

#footer-bottom.container {
	padding-top: 0
}

#footer-top a {
	color: #FFF;
	padding-right: 40px;
}

#fancybox-wrap,
#fancybox-wrap div {
	box-sizing: content-box !important;
}

.white-bkg {
	background: #FFF
}

.pagination>.active>a,
.pagination>.active>a:hover {
	background-color: #E4197B;
	color: #FFF !important;
	border: 1px solid #E4197B;
	cursor: pointer
}

.pagination2 {
	padding: 10px;
	overflow: hidden
}

.pagination2 li {
	display: inline
}

.pagination2 .first {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float: left;
	width: 45%
}

.pagination2 .last {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: right;
	width: 45%
}

/* Form styles http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}


.radio input[type="radio"] {
	margin-top: 7px
}

/* Table styles */
.table-responsive {
	background: #FFF
}

/* Fix slider: fixed height: http://parkhurstdesign.com/improved-carousels-twitter-bootstrap/ */
.slider-size {
	height: 586px;
	/* This is your slider height */
}

.carousel {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/* center your carousel if other than 100% */
}

.left.carousel-control .glyphicon-chevron-left {
	background-position: 0 0;
	height: 52px;
	width: 52px;
	text-indent: -9999px;
}

.right.carousel-control .glyphicon-chevron-right {
	background-position: -52px 0;
	height: 52px;
	width: 52px;
	text-indent: -9999px;
}

.carousel-inner {
	overflow: visible
}

#profile-block h3,
#foto-block h3,
#info-block h3,
#daten-block h3 {
	margin-top: 10px
}

#members-list .profile-image {
	height: 144px
}

#members-search .profile-image {
	width: 100%;
	height: 110px
}

#members-search.compact .profile-image {
	width: 100%;
	height: 144px
}

.profile-small .profile-name {
	white-space: nowrap;
}

.glyphicon-envelope.unreaded {
	color: #E4197B
}

.profile-right-extended-links {
	margin-top: 10px
}

.search-form .form-group {
	margin-bottom: 10px
}

.search-form input[type="radio"],
.search-form input[type="checkbox"] {
	margin-top: 0px
}

#search-bar form {
	position: relative
}

#search-bar #search-btn {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 15px
}

#search-bar.opened #search-btn {
	bottom: 0;
	right: 50%;
}

#search-bar.opened #extended-search {
	margin-bottom: 55px
}

.message-item {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.message-item.unread {}

#profile-nav {
	padding: 15px 0;
}

.profile-top {
	position: relative
}

.online {
	background: url("/inc/img/green-circle.png") no-repeat;
	position: absolute;
	right: -8px;
	top: -12px;
	height: 11px;
	width: 11px;
	z-index: 99
}

#search-current-location {
	background: url("/inc/img/arrow.png") no-repeat;
	display: block;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 9px;
	width: 16px;
}

#popup_container #popup_title {
	color: #FFF
}

.ke-edit {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

.field-wide-right input[type="text"].form-control:focus {
	width: 200%;
	position: absolute;
	left: -100%;
}

.field-wide-left input[type="text"].form-control:focus {
	width: 200%;
	position: absolute;
	left: 0;
	z-index: 22;
}

.f2-online-status,
.f2-offline-status {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 12px;
}

.f2-online-status {
	background-color: green;
}

.f2-offline-status {
	background-color: red;
}

@media (max-width:1200px) {
	#members-list .profile-image {
		height: 165px
	}

	#members-search .profile-image {
		height: 85px
	}

	#members-search.compact .profile-image {
		height: 190px
	}
}

@media (max-width:992px) {
	#members-list .profile-image {
		height: 198px
	}

	#members-search .profile-image {
		height: 150px
	}

	#members-search.compact .profile-image {
		height: 198px
	}
}

@media (max-width: 768px) {
	.profile-page #main {
		padding-top: 0px
	}

	.title .align-r {
		padding-top: 0
	}

	#login {
		text-align: center
	}

	#profile-images div {
		margin-bottom: 10px
	}

	#bottom-bar-foto .item {
		font-size: 14px;
		background-position: -177px 4px
	}

	#dob_day_wrapper div {
		padding: 0 15px;
		margin-bottom: 5px
	}

	#members-list .profile-image,
	#members-search .profile-image,
	#members-search.compact .profile-image {
		height: auto;
	}

	.profile-search .item {
		text-align: center;
		padding: 0
	}

	#messages .btn-danger {
		padding: 2px;
		width: 22px;
		overflow: hidden
	}

	#info-block {
		line-height: 16px
	}

	.dashboard,
	#search-wrapp {
		display: none
	}

	.backend .dashboard {
		display: block
	}

	.profile .profile-info {
		margin-bottom: 0
	}

	.border {
		margin-left: -8px;
		margin-right: -8px;
	}

	.profile-small-inner {
		padding: 0
	}

	.profile-small-inner .profile-name,
	.profile-small-inner .profile-info {
		padding: 0 5px
	}

	.border h3 {
		font-size: 18px;
	}

	.border.title {
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 5px
	}

	.online {
		top: 0;
		right: 0
	}
}

@media (max-width: 767px) {
	#profile-top {
		background-image: none;
		height: 35px
	}

	#profile-info #profile-name {
		font-weight: normal;
		font-size: 22px;
		margin-top: 5px
	}

	h3 {
		font-size: 18px;
		margin: 0;
		margin-bottom: 5px
	}

	h4 {
		font-size: 16px;
		margin: 0
	}
}

@media (max-width:568px) {
	#credit-form {
		font-size: 12px
	}

	#credit-form .packet-price {
		font-size: 16px
	}

	#credit-form .block-1,
	.block-2,
	#credit-form .packet-price,
	#credit-form .pay-btn,
	#credit-form .payment-type {
		padding: 0
	}

	#credit-form .credit-packet {
		margin: 15px 0 0 5px
	}

	#credit-form .packet-messages {
		line-height: 16px;
		padding-top: 20px
	}

	#credit-form .nr-credits h5 {
		font-size: 16px
	}

	#credit-form .payment-type label {
		margin-right: 0
	}

	#credit-form #ideal_bank {
		top: 65px;
		left: 0;
	}

	#credit-form .ideal-payment.active {
		margin-bottom: 70px
	}

	.form-group select {
		font-size: 16px
	}

	#search-bar.opened #search-btn {
		right: 0;
		width: 100%;
	}

	#basic-search .form-group {
		margin-right: 0;
		display: block
	}

	#basic-search .form-control {
		width: 100%
	}

	#bottom-bar-foto .item {}

	.profile,
	.profile-small {
		padding: 10px 24px;
	}

	.profile-small .profile-info {
		margin-bottom: 0
	}

	.profile-inner,
	.profile-small-inner {
		margin: 0 -18px
	}

	.profile-inner .profile-image img {
		width: 100%
	}

	.profile-inner .profile-image {
		padding-right: 0
	}

	.profile-inner .profile-text,
	.profile-small-inner .profile-text {
		padding: 0 5px
	}

	.profile-small-inner .profile-text {
		margin: 0 10px
	}

	.profile .profile-info,
	.profile-small .profile-info {
		font-size: 12px
	}

	.profile-search {
		margin: 0
	}

	.carousel {
		visibility: hidden;
		background: #FFF
	}

	#login,
	#responsive,
	#foto {
		display: none
	}

	.login-register-btn {
		display: block
	}

	#login {
		float: right
	}

	h4.profile-name {
		font-size: 13px
	}

	#bottom-bar {
		background: none;
		color: #000
	}

	#bottom-bar-foto {
		padding: 0
	}

	#foto {
		background: #FFF
	}

	#bottom-bar-foto {
		background: #eaebeb
	}

	/*#members-search.compact .profile-image{height:140px}*/
	#register-top h3 {
		font-size: 16px;
		line-height: 25px;
	}

	.navbar {
		position: relative;
		margin-top: 5px;
		min-height: 0
	}

	.navbar .navbar-toggle {
		position: absolute;
		top: -80px;
		right: 0
	}

	#logged-in {
		text-align: left
	}

	#profile-block h3,
	#foto-block h3,
	#info-block h3,
	#daten-block h3 {
		border: 1px solid #ccc;
		padding: 8px;
		cursor: pointer;
		background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
		background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
		background: linear-gradient(top, #fafafa 0%, #eee 100%);
		-webkit-border-radius: 3px;
		border-radius: 3px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#profile-block h3 span,
	#foto-block h3 span,
	#info-block h3 span,
	#daten-block h3 span {
		background: url('/inc/img/plus-minus.png') no-repeat 0 0;
		display: block;
		float: left;
		height: 25px;
		margin-right: 10px;
		width: 24px;
	}

	#profile-block h3.opened span,
	#foto-block h3.opened span,
	#info-block h3.opened span,
	#daten-block h3.opened span {
		background-position: 0 -36px;
	}

	#info-block .block-details,
	#daten-block .block-details,
	#search-wrapp {
		display: none
	}

	.nav .search span,
	.nav .matches span {
		font-size: 20px;
		margin-right: 2px;
		color: #E4197B
	}

	.navbar-default .navbar-collapse li {
		border-bottom: 1px solid #e7e7e7
	}

	#messages {
		font-size: 12px;
		line-height: 15px
	}

	#profile-nav a {
		width: 100%;
		margin-bottom: 10px
	}

	#pagina,
	.pagination {
		margin: 0
	}
}

@media (max-width: 320px) {
	#header {
		padding-bottom: 10px
	}

	#members-search.compact .profile-image {
		height: 90px
	}
}

@media (max-width:690px) {
	#login {
		float: none
	}
}

@media (min-width:568px) {
	.login-register-btn {
		display: none
	}

	#login,
	#responsive,
	#foto {
		display: block
	}

	#info-block .block-details,
	#daten-block .block-details,
	#search-wrapp {
		display: block
	}
}

@media (min-width: 769px) {
	#main {
		display: block !important;
	}
}