body {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
/*	background: url(../images/login-bg3.jpg) no-repeat center center fixed;
*/	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: #080412;
}

html {
	/* overflow: hidden;
*/
}

ul {
	padding-start: 0px;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

a:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	animation: fadeIn;
	animation-duration: 2s;
}

a,
input,
textarea {
	outline: 0;
	text-decoration: none;
}

.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#login {
	color:#fff;
}

#login h1 {
	text-align: left;
}

.mfp-content #login h1 {
	text-align: center !important;
}

.mfp-content #login  {
	text-align: center !important;
}

#login .logo {
	text-align: center;
	padding-top: 40px;
}

#login {
	max-width: 310px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
    margin: 0 auto;
    text-align: center;
}

#login h1 {
	text-align: center;
	margin-top:15px;
	font-size: 20px;
	font-weight: normal;
}

#login input {
	width:100% !important;
	max-width:100%;
}

.swal-modal {
	z-index:40000;
}

.swal-overlay {
	z-index:42000;
}

#login .registration {
	color: #fff;
}

section .lbox .logo {
	text-align: center !important;
}

section .lbox .logo img {
	max-width: 190px;
	margin-bottom: 30px;
}

section .lbox h1 {
	font-family: Ubuntu;
	font-size: 24px;
	color:#fff;
}

input[type="text"],
input[type="password"] {
	height: 38px;
	border: 0px;
	border-radius: 0px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #999;
	margin-bottom: 5px;
	font-size: 14px;
	outline: 0;
	color: #433301;
	min-width:200px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.82);
}

input[type="button"],
input[type="submit"] {
	width: calc(100% - 20px);
	max-width:150px;
	height: 40px;
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3a187+0,7f6b4b+100 */
	background: #4C2E61;

	/* IE6-9 */
}

input[type="file"] {
	padding: 10px;
	border: 0;
	outline: 0;
	background: #efefef;
	color: #433301;
	font-size: 13px;
	border-radius: 20px;
	min-width: 90px;
	cursor: pointer;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(21, 33, 50, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(21, 33, 50, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(21, 33, 50, 0.2);
}


input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #FFC100;
	color: #433301;
}

.app-decoration {
	width: calc(100% - 20px);
	height: 1px;
	background-color: #C2B8A6;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2b8a6+0,ffffff+16,c2b8a6+50,c2b8a6+50,ffffff+83,c2b8a6+100 */
	background: #c2b8a6;
	/* Old browsers */
	background: -moz-linear-gradient(left, #c2b8a6 0%, #ffffff 16%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 83%, #c2b8a6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c2b8a6 0%, #ffffff 16%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 83%, #c2b8a6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c2b8a6 0%, #ffffff 16%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 83%, #c2b8a6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2b8a6', endColorstr='#c2b8a6', GradientType=1);
	/* IE6-9 */

}

.app-decoration .app-icon {
	position: absolute;
	background-image: url('../images/app-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 18px;
	left: calc(50% - 8px);
	top: -10px;
	background-color: #D3CDC1;
	padding: 3px;
	border-radius: 100%;
}


.registration {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: calc(100% - 190px);
	height: 36px;
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #4C2E61 !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #4C2E61;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3a187+0,7f6b4b+100 */
	background: #fff;

}

.registration-others {
	margin: 0;
	padding: 0;
	position: relative;
}

.registration-others li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px 0px 10px;
	position: relative;
}

/*.registration-others li::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #433301;
	right: -12px;
	top: 8px;
}*/

.registration-others li:last-child::after {
	display: none;
}

.registration-others li a {
	color: #433301;
}



/**************** APP **************/

header {
    height: 53px;
    background: rgb(64,39,90);
    background: linear-gradient(86deg, rgba(64,39,90,1) 0%, rgba(29,17,45,1) 100%);
    position: fixed;
    width: 100%;
    z-index: 100;
    /* top: 7px; */
    border-top: 7px solid #080412;
    border-bottom: 7px solid #080412;
}


.center {
	text-align: center;
}

.container {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	position:relative;

}

header #notifications {
	color: #fff;
	text-align: right;
	float: right;
	vertical-align: middle;
	margin-top: -1px;
}

header #notifications ul {
	margin: 0px;
	padding: 2px;
	margin-top: 7px;
	background-color: #4C2E61;
	border-radius: 13px;
}

header #notifications li {
	list-style: none;
	display: inline-block;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	position: relative;
}

/*header #notifications li:after {
	content: "";
	right: 0px;
	top: 7px;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
}*/


header #notifications li:last-child:after {
	display: none;

}

header #notifications li a {
	display: block;
	padding: 8px;
	outline: none;
}


header #logo {
    display: inline-block;
    padding-top: 0px;
    vertical-align: top;
    position: absolute;
    top: -8px;
    left: 0px;
}

header #logo img {
	width: 255px;
}

header #search {
	width: 100%;
	max-width: 550px;
	margin-left: 102px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;

}

header #search input[type="text"] {
	border: 0px;
	max-width: calc(100% - 50px);
	margin-top: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 34px;
}


header #search input[type="text"]:focus {
	color: #3B3428 !important;

}

header #search input[type="submit"] {
	display: block;
	float: right;
	width: 50px;
	margin-top: 5px;
	border: 0px;
	height: 34px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url("../images/search.png");
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;

}



#mainmenu {
	max-width: 210px;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: inline-block;
	z-index: 101;
	float: left;
}

.mainmenu-box {
		border: 1px solid #ddd;
		background-color: rgba(255,255,255,0.4);
		margin-bottom: 10px;
		box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#mainmenu .app-profile {
	margin: 0 auto;
	width: calc(100% - 18px);
	text-align: center;
	padding-top: 8px;
	margin-bottom: 5px;
}

#mainmenu .app-profile p {
	padding: 6px 0px 6px 0px;
	margin: 0;
	color: #000;
	border-radius: 10px;
	font-weight: bold;
}

#mainmenu .app-profile img {
	width: 90%;
	border-radius: 100%;
	padding:10px;
}

#mainmenu #menu {
	margin: 0;
	padding: 8px;
}

#mainmenu #menu li {
	list-style: none;
	margin-bottom: 1px;
	margin-top: 1px;
}

#mainmenu #menu li a {
	display: block;
	color: #000;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #ECE9E4;
	font-size: 14px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

#mainmenu #menu .active a {
	background-color: #fff;
}

#mainmenu #menu li a:hover {
	background-color: #fff;
}


#mainmenu #menu li a .counter {
	display: inline-block;
	padding: 1px;
	color: #fff;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
	border: 1px solid #ECE9E4;
	background-color: #DF4D60;
}

#mainmenu #menu .active a .counter {
	display: inline-block;
	padding: 1px;
	background-color: #302A23;
	color: #fff;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
	border:0px;
}

#mainmenu .app-decoration {
	margin-top: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,c2b8a6+50,c2b8a6+50,ffffff+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}

section {
	padding-top: 59px;

}

.pmenu {
		padding-bottom: 136px;
}

.ktebg {
	background: url(/static/images/bg2.jpg?v=4);
	background-size:cover;
	text-align:center;
	background-color:#1C042F;
	background-attachment: fixed;
}

.menu-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
	background-size: 13px;
}

.i-home {
	background-image: url('../images/icon-home.svg');
}

.i-money {
	background-image: url('../images/icon-money.svg');
}

.i-cart {
	background-image: url('../images/icon-cart.svg');
}

.i-fire {
	background-image: url('../images/icon-fire.svg');
}


.i-download {
	background-image: url('../images/icon-download.svg');
}

.i-wflag {
	background-image: url('../images/icon-wflag.svg');
}

.i-profile {
	background-image: url('../images/icon-profile.svg');
}

.i-forum {
	background-image: url('../images/icon-forum.svg');
}

.i-photo {
	background-image: url('../images/icon-photo.svg');
}

.i-gyik {
	background-image: url('../images/icon-question.svg');
}

.i-video {
	background-image: url('../images/icon-video.svg');
}

.i-events {
	background-image: url('../images/icon-events.svg');
}

.i-gallery {
	background-image: url('../images/icon-gallery.svg');
}

.i-map {
	background-image: url('../images/icon-map.svg');
}

.i-star {
	background-image: url('../images/icon-star.svg');
}

.i-picture {
	background-image: url('../images/icon-picture.svg') !important;
}

.i-picture-upload {
	background-image: url('../images/icon-upload-image.svg') !important;
}

.i-delete {
	background-image: url('/static/190113/images/forum/note_delete.svg') !important;
}

.i-share {
	background-image: url('../images/share.svg') !important;
}

.i-send {
	background-image: url('../images/icon-send.svg?v=2') !important;
  color: blue !important;
  fill: currentColor !important;
}


#content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: calc(100% - 40px);
	margin:0 auto;
	margin-top: 20px;
/*	margin-left: 232px;*/
/*	min-height: 440px;
*/	text-align:left;
	position:relative;
/*	height: 100%;*/
}


/******** JQUERY MODS ********/

.ui-widget-header {
	border: none !important;
	background: none !important;
	color: #333333;
	font-weight: bold;
}

.ui-widget-content {
	border: none !important;
	background: none !important;
	color: #333333;
}

.ui-tabs-panel {
	background-color: none !important;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0 !important;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0 !important;
	background: #222 !important;
	font-weight: normal;
	color: #ffffff;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 2px 0px 2px 0px !important;
	background: none;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-radius: 20px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-radius: 20px !important;
}

.ui-tabs .ui-tabs-nav li {
	border-bottom-width: thin !important;
}

.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #fff;
	font-weight: normal;
	color: #454545;
}

/***********************************/

#content .post {
	background: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	width: calc(100% - 20px);
	padding: 10px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	font-size: 14px;
	overflow: hidden;
	/*background: linear-gradient(to bottom, #FFFFFF 49%,#EEEDE8 169%) !important;*/
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

#content .post .post-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}


#content .post .post-header .user-icon img {
	width: calc(100% - 4px);
	border-radius: 100%;
    border: 2px solid #ddd;
    padding: 1px;
}

#content .post .post-header .user-icon {
	width: 50px;
	display: inline-block;
	vertical-align: top;
}

#content .post .post-header .user-data {
	display: inline-block;
	vertical-align: top;
	color:#571891;
}

#content .post .post-header .user-data p {
	margin: 5px 0px 0px 5px;
	font-size: 13px;
}

#content .post .post-header .user-data p:nth-child(1) {
	font-weight: bold;
	color: #4C2E61;
}

#content .post .post-header .user-data p:nth-child(2) {
	margin-top: 3px;
}

#content .post .post-header .post-menu {
	display: inline-block;
	padding: 5px;
	z-index:1000;
}

#content .post .post-content {
	width: calc(100% - 20px);
	padding: 12px 10px 12px 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	color:#571891;
}

#content .post .post-content .show-more {
	display: block;
    margin-top: 10px;
    width: 100%;
    height: 22px;
    border: 0px;
    border-radius: 20px;
    margin-bottom: 0px;
    color: #493B38 !important;
    cursor: pointer;
    font-size: 13px !important;
    background: none !important;
    text-align: center;
    line-height: 22px;
    border: 0;
    outline: 0;
    font-weight: bold;
    border: 1px solid #ddd;
    background: #FFFFFF !important;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EEEDE8 100%) !important;
    max-width: 72px;
}

#content .post .post-content a {
	color: #663300;
	font-weight: normal;
}

#content .post .post-content iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .post .post-footer {
	width: 100%;
	padding: 0px 0px 4px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#content .post .post-footer .post-button img {
	vertical-align: middle;
}

#content .post .post-footer .post-button,
#content .post .post-footer .post-button-right {
	/*font-weight: bold; */
	font-size: 12px;
	display: inline-block;
	margin-right: 11px;
	padding: 4px 10px 0px 0px;
	/* border: 1px solid #ddd; */
	margin-left: 5px;
}

.dwnbutton{
display: block;
    margin-top: 10px;
    width: 100%;
    height: 22px;
    border: 0px;
    border-radius: 20px;
    margin-bottom: 0px;
    color: #493B38 !important;
    cursor: pointer;
    font-size: 13px !important;
    background: none !important;
    text-align: center;
    line-height: 22px;
    border: 0;
    outline: 0;
    font-weight: bold;
    border: 1px solid #ddd;
    background: #FFFFFF !important;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EEEDE8 100%) !important;
    max-width: 200px;
}

#login a {
	text-decoration: none;
	color:#C1A2D2;
	font-weight: normal;
}

#content .post .post-footer .post-button-right {
	padding-right: 0px !important;
}

#content .post .post-footer .post-button-right br {
	display: none;
}

#content .post .post-new-comment {
	margin-top: 10px;
}

#content .post .post-new-comment input[type="text"] {
    box-shadow: none !important;
    width: calc(100% - 35px) !important;
    background-color: #FAF9F8 !important;
    font-size: 13px;
    border: 1px solid #ddd;
    /* background: #FFFFFF !important; */
    display: inline-block;
    vertical-align: top;

}

#content .post .post-new-comment textarea {
    box-shadow: none !important;
    width: calc(100% - 35px) !important;
    background-color: #fff !important;
    font-size: 13px;
    border: 1px solid #eee;
    /* background: #FFFFFF !important; */
    display: inline-block;
    vertical-align: top;
	padding:10px;
    line-height: 1.4;
	overflow: hidden;
	color:#666;
}


#content .post .comment {
	margin-bottom: 6px;
	animation: fadeIn;
	animation-duration: 1s;
}

#content .post .comment .post-comment-content {
	width: calc(100% - 64px);
	display: inline-block;
	vertical-align: top;
	background-color: #eee;
	padding: 10px 10px 10px 10px;
	border-radius: 20px;
}

#content .post .comment .post-comment-content .post-coment-name {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin-right: 5px;

}

#content .post .comment .post-comment-content .post-comment-message {
	vertical-align: top;
	font-size: 13px;
	width: calc(100% - 44px);
	float: left;

}

#content .post .comment .post-comment-content .post-comment-message img {
	display: inline-block;
	vertical-align: top;
}


#content .post .comment .post-comment-content .post-comment-delete {
	float: right;
}

#content .post .comment .post-comment-content .post-comment-delete img {
	width:12px;
	margin:5px;
}

#content .post .comment .post-comment-content .post-comment-ban {
	float: right;
}

#content .post .comment .post-comment-content .post-comment-ban img {
	width:12px;
	margin:5px;
}


#content .post .comment .post-comment-image {
	width: 40px;
	display: inline-block;
	vertical-align: top;
}

#content .post .comment .post-comment-image img {
    width: calc(100% - 4px);
	border-radius: 100%;
	padding:1px;
}


#content .post .comment .post-comment-date {
	display: inline-block;
	vertical-align: top;
	margin-left: 54px;
	font-size: 10px;
	margin-bottom: 3px;
}


/*************************************************/

#rightmenu {
	max-width: 250px;
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: 52px;
	position: relative;
}

.menu-box {
    background-color: rgba(255,255,255,0.4);
	width: calc (100% - 4px);
	padding-bottom: 10px;
	border-radius: 0px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}


.menu-box h2 {
	padding: 8px;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	color:#000;
}


.menu-box .app-profile {
	margin: 0 auto;
	width: calc(100% - 18px);
	text-align: center;
	padding-top: 8px;
	margin-bottom: 5px;
}

.menu-box .app-profile img {
	width: 100%;
}

.menu-box #menu {
	margin: 0;
	padding: 8px;
}

.menu-box #menu li {
	list-style: none;
	margin-bottom: 1px;
	margin-top: 1px;
}

.menu-box #menu li a {
	display: block;
	color: #433301;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #ECE9E4;
	font-size: 13px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.menu-box #menu .active a {
	background-color: #F0EEE9;
}

.menu-box #menu li a:hover {
	background-color: #F0EEE9;
}


.menu-box #menu li a .counter {
	display: inline-block;
	padding: 1px;
	color: #302A23;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
	border: 1px solid #ECE9E4;
	background-color: #fff;
}

.menu-box #menu .active a .counter {
	display: inline-block;
	padding: 1px;
	background-color: #302A23;
	color: #fff;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
}


.menu-box .list {
	margin: 0;
	padding: 0px 8px 8px 8px;
	text-align: left;
}

.menu-box .list li {
	list-style: none;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-left: 25px;
	border-bottom: 1px solid #ECE9E4;
}

.menu-box .list li a {
	display: block;
	color: #433301;
	padding: 4px 4px 4px 4px;
	font-size: 13px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.menu-box .list .active a {
	background-color: #F0EEE9;
}

.menu-box .list li:hover {
	background-color: #F0EEE9;
}


.menu-box .list li a .counter {
	display: inline-block;
	padding: 1px;
	color: #302A23;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
	border: 1px solid #ECE9E4;
	background-color: #fff;
}

.menu-box .list .active a .counter {
	display: inline-block;
	padding: 1px;
	background-color: #302A23;
	color: #fff;
	font-size: 11px;
	width: 24px;
	border-radius: 10px;
	text-align: center;
	float: right;
}


.menu-box .app-decoration {
	margin-top: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,c2b8a6+50,c2b8a6+50,ffffff+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 1%, #c2b8a6 50%, #c2b8a6 50%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}


/**************************************************/


footer {
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	width: 100%;
	max-width: 1060px;
	margin-top: 70px;
}


.swal-button {
	background-color: #4C2E61;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer;
	outline: 0 !important;
}


input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 8px 0 5px;
	vertical-align: middle;
	background: url('../images/unchecked.png') left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked+label span {
	background: url('../images/checked.png?v=2') no-repeat;
}

.aszf a {
	text-decoration: none;
	color: #9D2C28;
}


/******************/

body {
	overflow: hidden;
}


/* Preloader */

#preloader {
    position: absolute;
    top: 0;
    left: calc(50% - 384px);
    background-color: #080412;
    z-index: 99;
    background-image: url(/static/images/loadbg.jpg?v=2);
    width: 100%;
    height: 100%;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 768px;
    z-index: 1000;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(/static/images/preloader3.svg);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

/****************************/


.ajax-load {
	background: #e1e1e1;
	padding: 10px 0px;
	width: 100%;
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700,400italic);


.content-container {
	display: relative;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.content-container .feat {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.content-container .content {}

.content .size-full {
	width: 100%;
	height: auto;
}

.content h2 {
	font-size: 22px;
}

.content-container .separator {
	margin: 20px 0;
	border-top: 3px solid #E1A32A;
}

.content-container .title {
	font-weight: 500;
	font-family: 'Vollkorn', serif;
}

.loading-container {
	display: flex;
	align-self: center;
}

.loading {
	display: none;
}

.no-content .loading {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}

// Loading Bar
.loading {
	position: absolute;
	top: 50%;
	left: 50%;
}

.loading-bar {
	display: inline-block;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
	background-color: #fff;
	animation-delay: 0;
}

.loading-bar:nth-child(2) {
	background-color: #fff;
	animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
	background-color: #fff;
	animation-delay: .18s;
}

.loading-bar:nth-child(4) {
	background-color: #fff;
	animation-delay: .27s;
}


.sentpost {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 4px;
	margin-top: 3px;
}


.sentpost {
	display: none;
}

.sentpost-loader-bar {
	display: inline-block;
	width: 3px;
	height: 12px;
	border-radius: 4px;
	animation: loading 1s ease-in-out infinite;
}

.sentpost-loader-bar:nth-child(1) {
	background-color: #433301;
	animation-delay: 0;
}

.sentpost-loader-bar:nth-child(2) {
	background-color: #433301;
	animation-delay: 0.09s;
}

.sentpost-loader-bar:nth-child(3) {
	background-color: #433301;
	animation-delay: .18s;
}

.sentpost-loader-bar:nth-child(4) {
	background-color: #433301;
	animation-delay: .27s;
}

@keyframes loading {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1, 1.4);
	}

	40% {
		transform: scale(1);
	}
}


#post-data {
	font-family: 'Open Sans';
}

.post-data {
	padding: 0px;
	background-color: #FAF9F8;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.60s ease-in-out;
	-moz-transition: all 0.60s ease-in-out;
	-ms-transition: all 0.60s ease-in-out;
	-o-transition: all 0.60s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*box-shadow: 0 1px 6px rgba(0,0,0,0.2)*/
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
position: relative;
z-index:99;
border-radius: 10px;
}

.toolbar ul {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


._twemoji_textarea {
	border-radius: 10px !important;
}

.post-data textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background-color: #fff;
	border: 0px;
	border-radius: 5px;
	padding: 15px;
	min-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
}

.post-data .toolbar ul {
	margin: 0;
	padding: 6px;
	text-align: right;
	border-top: 1px solid #ddd;
	background: #FAFAFA !important;

}

.post-data form {
	margin-bottom: 0;
}


.post-data ul {
	margin:10px;
}

.post-data ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin:2px;
}

.post-data ul li input {
	margin: 0;
}

/*.post-data ul li input[type="button"], .post-data ul li input[type="submit"] {
	height: 33px;
	width:100px;
	font-size: 13px;
	border-radius: 20px;
    border:1px solid #ddd;
	color:#4C2E61 !important;
	background: #FFFFFF !important;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F0EFEA 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F0EFEA 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%,#F0EFEA 100%) !important;
	font-weight: bold;
	cursor:pointer;
}*/


.post-data .upload-picture,
.post-data .post-button {
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #ddd;
	color: #4C2E61 !important;
	background: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 10px;
	background-size: 18px;
	text-align: left;
	padding: 0px 10px 0px 32px;
	width: auto !important;
}


.emoji {
	width: 20px;
	margin: 1px;
}

.more-content {
	display: block;
	width: 100%;
	height: 36px;
	border: 0px;
	margin-bottom: 20px;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	background: #4C2E61;
	text-align: center;
	line-height: 36px;
	outline:0;
	border-radius: 10px;
}

.more-comments {
	display: block;
	width: 100%;
	height: 30px;
	border: 0px;
	margin-bottom: 10px;
	color: #4C2E61 !important;
	cursor: pointer;
	font-size: 13px !important;
	background: none !important;
	text-align: center;
	line-height: 28px;
	border: 0;
	outline: 0;
	font-weight: bold;
	border: 1px solid #4C2E61;
    background: #fff !important;
	max-width:180px;
	float: right;
}

.content-full {
/*	max-width: calc(100% - 255px) !important;
*/}

#content .post .post-header .user-data p:nth-child(1) {
	display: none;
}


h1 {
	color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-top: 6px;
    text-transform: uppercase;	
}

h3 {
	color: #4C2E61;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
}

#tabs {
	margin-top: 20px;
}


.inside label {
	width: 100%;
	max-width: 140px;
	display: inline-block;
}

.inside input[type="text"] {
	max-width: 400px;
}

.inside input[type="password"] {
    max-width: 400px;
}

.inside textarea {
	min-height: 120px;
	border: 0px;
	border-radius: 20px;
	padding: 15px 10px 15px 10px;
	border: 1px solid #BEBAB5;
	margin-bottom: 5px;
	font-size: 14px;
	outline: 0;
	color: #433301;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	box-shadow: 3px 3px 2px -3px rgba(0, 0, 0, 0.82);
	width: 100%;
	max-width: 542px;
}

.inside p {
	margin: 5px 0px 5px 0px;
}

.inside .pfull label {
	max-width: 100%;
}

.notopmargin {
	margin-top: 0px;
}

label {
	cursor: pointer;
}

li.cbox {
	padding-top: 7px;
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

.menu-gallery img {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 1px solid #fff;
}

.video-pre {
	position: relative;
	text-align: left;
	width: calc(100% - 8px);
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding: 4px;
}

.video-pre .image {
	width: 100%;
	display: inline-block;
	position: relative;
}

.video-pre .image img {
	width: 100%;
	animation: none;
}


.video-pre .image .play {
	width: 40px;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 15px);
}

.video-pre .info {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

.video-pre .info .video-title a {
	color: #000;
}

.video-pre .info .video-title {
	font-family: Oswald;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.video-pre .info p {
	margin: 0px 0px 3px 0px;
	font-family: 'Open Sans';
	font-size: 13px;
}

.video-pre .info p img {
	vertical-align: middle;
	margin-top: -3px;
}

.video-pre .info .video-title img {
	margin-left: 4px;
}

.nomargintop {
	margin-top: 0px;
}

.mobile-menu {
	display: none;
}

.last-menu-item {
	margin-right: 0px;
}

.remember {
	text-align: left;
	margin-left: 10px;
}


#postDataForm-postmessage-fankadeli-images,
#postDataForm-postmessage-kozosseg-images,#postDataForm-postmessage-tanyak-images,#postDataForm-postmessage-hetitema-images,#cikk_komment-images {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 5px 3px 5px 1px;
}

#postDataForm-postmessage-fankadeli-images li,
#postDataForm-postmessage-kozosseg-images li,#postDataForm-postmessage-tanyak-images li,#postDataForm-postmessage-hetitema-images li, #cikk_komment-images li {
	padding: 0px 0px 3px 5px;
}

#postDataForm-postmessage-fankadeli-images li img,
#postDataForm-postmessage-kozosseg-images li img,#postDataForm-postmessage-tanyak-images li img, #postDataForm-postmessage-hetitema-images li img, #cikk_komment-images li img {
	border-radius: 5px;
	border: 1px solid #ddd;
}


.post .post-gallery {
	margin: 0px 0px 5px 0px;
	padding: 5px 3px 5px 1px;
	text-align: left;

}


.post .post-gallery li {
	list-style: none;
	display: inline-block;
	margin: 1px;
	text-align: center;
}


.post .post-gallery-more {
	width: calc(100% / 5 - 3px);
}

.post .post-gallery li img {
	border-radius: 5px;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 100%;
}

.post .post-gallery li:nth-child(1) {
	width:100% !important;
}


.post .timeline-comment-form {
	margin-bottom: 0px;
}

.mfp-bg,
.mfp-wrap {
	top: 50px !important;
}


header #notifications ul li:nth-child(2):after {
	display: none !important;
}

.online-users {
	text-align: left;
	margin: 10px 10px 10px 7px;
}

.online-users li {
	text-align: left;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 5px;
}

.online-users a {
	color: #433301;
}

.online-users li img {
	vertical-align: middle;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	margin-right: 4px;
}


.menu-payment .app-profile img {
	border-radius: 100%;
	max-width: 70px;
	padding: 2px;
	border: 3px solid #EAEAE8;
}


.menu-payment .paynow {
	display: inline-block;
	width: 85%;
	height: 36px;
	background-color: #D90000;
	color: #fff;
	line-height: 36px;
	border-radius: 20px;
}

.menu-payment .barion-logo {
	width: 85% !important;
	max-width: 85% !important;
}

.menu-payment .success {
	padding: 5px;
	background-color: #F0F9EE !important;
	border-radius: 5px;
	margin-bottom: 20px !important;
	color: #6AC259;
	margin-top: 10px !important;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.menu-payment .success img {}

.notes {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px !important;
	margin-top:15px !important;
	border: 1px solid #ddd;
}

.countdown {
	text-align:center;
	background-color: #FEF5D9;
	border:1px solid #E7D291;
	color:#684A26;
    margin-top: 15px;
    margin-bottom: 15px !important;
	font-weight: bold;
	font-size:13px;
}

.alert {
	text-align:center;
	background-color: #D90000;
	color:#fff;
    margin-top: 15px;
    margin-bottom: 15px !important;
	font-weight: normal;
	font-size:14px;
}


.barion-logo {
	max-width: 100%;
}

.success {
	padding: 10px;
	background-color: #F0F9EE;
	border-radius: 5px;
	margin-bottom: 20px !important;
	color: #6AC259;
	margin-top: 10px !important;
}

.success img {
	vertical-align: middle;
	margin-right: 5px;
}

.profile-success {
/*	border-color: #0080FF !important;
*/}

.payment-form input[type="submit"] {
	width: 100% !important;
	max-width: 396px !important;
}


.payment-form select {
	max-width: 397px !important;
}


#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	margin-right: 20px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#nav li a {
	color: #333333;
	text-decoration: none
}

#nav li a:hover {
	color: #006699;
	text-decoration: none
}


#notification_li {
	position: relative
}

#notificationContainer {
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 48px;
	margin-left: -253px;
	width: 286px;
	z-index: -1;
	display: none;
}

/*#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 260px;
}*/

#notificationTitle {
	font-weight: bold;
    padding: 8px 15px 8px 10px;
    font-size: 13px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1000;
    width: calc(100% - 26px);
    border-bottom: 1px solid #dddddd;
    color: #333;
    text-align: left;
}

#notificationsBody {
    padding: 0px 0px 0px 0px !important;
    min-height: 300px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 33px;
}

#notificationFooter {
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
}

#notification_count {
	padding: 1px 5px 1px 5px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	/* margin-left: 77px; */
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	position: absolute;
	margin-top: -11px;
	font-size: 11px;
	position: absolute;
	left: 20px;
	top: 12px;
}


.mfp-content li {
	list-style-position: inside;
}

.mfp-content h1 {
	font-family: 'Ubuntu' !important;
	font-size: 22px;
}

.mfp-content h2 {
	font-family: 'Ubuntu' !important;
	font-size: 20px;
}

.mfp-content a {

	color: #4C2E61;
	font-weight: bold;
}


label.required {
	color: #ff0000;
	font-weight: bold;
}


.inside select {
	/*    width:100%;
*/
	max-width: 200px;
	height: 38px;
	border: 0px;
	padding: 0px 10px 0px 10px;
    border: 1px solid #999;
	margin-bottom: 5px;
	font-size: 14px;
	outline: 0;
	color: #433301;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.82);
	background-color: #fff;
	position: relative;
	left: -3px;
	border-radius: 0px !important;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
	padding-bottom: 10px !important;
	border-bottom: 1px #ddd solid !important;
	border-radius: 0px !important;
}

.menu-box-mobile-top {
	margin-top:12px;
	margin-bottom: 0px;
	display: inline-block;
	width:calc(100% - 10px);
	vertical-align: top;
}

.menu-box-mobile-top .barion-logo {
	width:auto !important;
	max-width: 100% !important;
}

.mobile-block {
	display: none;
}

.online-users .profile-success, .forum-image .profile-success, .post-comment-image .profile-success, #post-data-kozosseg .post .post-header .user-icon .profile-success, #post-data-tanyak .post .post-header .user-icon .profile-success,  #post-data-hetitema .post .post-header .user-icon .profile-success {
/*	    border: 2px solid #76BAFF !important;
		padding:1px;*/
}

.online-users .profile-success-orange, .forum-image .profile-success-orange, .post-comment-image .profile-success-orange, #post-data-kozosseg .post .post-header .user-icon .profile-success-orange,  #post-data-tanyak .post .post-header .user-icon .profile-success-orange,  #post-data-hetitema .post .post-header .user-icon .profile-success-orange  {
/*	    border: 2px solid #D96D00 !important;
		padding:1px;*/
}


/*.profile-success-orange {
	 border-color:#D96D00 !important;
}
*/

#post-data .post .post-header .user-icon .profile-success {
	padding: 0px;
	border:none !important;
}

.post-send {
	width: 30px !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: center !important;
/*    border: 1px solid #ddd !important;
*/    color: #4C2E61 !important;
    background-color: #FFFFFF !important;
}

.letoltesek h2 {
	color: #4C2E61;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.download-item {
	background:white;
	padding:10px;
	width:calc(100% - 20px);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEDE8 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EEEDE8 100%) !important;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 8px;
}

.letoltesek .download-item .download-icon {
	float: right;
	margin-right: 10px;
	text-align: center;
}

.letoltesek .download-item .download-icon a {
    color: #bc2c41;
	font-size: 12px;
}

.letoltesek .download-item .download-icon img {
	width:40px;
}

.letoltesek .download-item .download-file {
	float: left;
	margin-right: 10px;
	position: relative;
	top:5px;
    max-width: calc(100% - 64px);
}

.letoltesek .download-item .download-file a {
    color: #433301;
}

.letoltesek .download-item .download-button {
	float: right;
}

.letoltesek .download-item .download-button a {
	display: block;
	height: 33px;
    line-height: 33px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #4C2E61 !important;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px;
    text-align: left;
    padding: 0px 10px 0px 26px;
    width: auto !important;
    background-color: #FFFFFF !important;
	position: relative;
	top:3px;
}

.letoltesek .no-access {
	opacity: 0.4;
}

.letoltesek audio {
	margin-top:10px;
	outline: none;
	width:100%;
	height:35px;
}

.letoltesek .stat {
	font-style: italic;
	font-size: 12px;
	opacity: 0.8;
}

.letoltesek .album-letoltes {
    display: inline-block;
    width: auto;
	padding:0px 20px 0px 20px;
    height: 38px;
    line-height: 40px;
    border: 0px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
	position: relative;
	right: 0px;
	background-color: #21AE5E;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position:left center;
	color: #fff;	
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

#monthdetails h4 {
	margin:5px 0px 5px 0px;
	font-family: 'Oswald';
	font-size:18px;
	font-weight: normal;
}

#monthdetails h3 {
	font-family: 'Oswald';
	font-size:18px;
	font-weight: normal;
}


.notification {
	color:#333;
	text-align: left;
}


.notification p {
	margin:5px;
}

.notification img {
	max-width:40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
}

.notification a {
	color: #333;
}

.notification .notification-item {
	padding:5px;
    border-bottom: 1px solid #ddd;
    background-color: #efefef;
}

.notification .notification-item .image{
	float: left;
	margin-top:5px;
}

.notification .notification-item .content {
	float: right;
	width:calc(100% - 48px);
	text-align: left;
}

.notification .notification-item .content a {
	padding:0 !important;
}


.notification .notification-item .close {
	float: right;
	width:28px;
	text-align: left;
	margin-top:6px;
}

.notification .notification-item .close img {
	fill:#333;
}
.notification .notification-item .content p {
	font-size: 12px;
	margin:3px;
}

.notification .notification-item .content .date {
	opacity: 0.8;
}


#notification_count {
	display: none;
}

.onlyload {
	
	border: 2px solid #B1D7FF !important;
}

.notificationDeleteAll {
	float: right;
	display: none;
}

.notificationDeleteAll a {
  padding: 0px !important;
  color: #cc0000;
}

.ui-tabs .ui-tabs-nav li {
    margin: 5px .2em 0 0 !important;
}

.tagsag select {
	width:70px;
}

.tagsag label  {
	max-width: inherit !important;
}

.tagsag label input {
	width: calc(100% - 20px);
	height: 38px;
	border: 0px;
	border-radius: 20px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #BEBAB5;
	margin-bottom: 5px;
	font-size: 14px;
	outline: 0;
	color: #433301;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
	box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.82);
}

.tagsag img {
	border-radius:100%;
}


.tagsag table {
	font-size:14px;
}


 .galeria-kep {
    border-top: 1px #ddd solid;
    margin-top:6px;
    width:100%;
    text-align: left;
    padding-top:10px;
}

 .galeria-kep .thumb {
    display: inline-block;
    vertical-align: top;
	margin-right:10px;
}


.galeria-kep .thumb img {
	max-width: 120px;
	border-radius: 5px;
}

.galeria-kep .thumb img {
	width: 166px;
}

.galeria-kep input[type=text] {
	width: 240px;
}

.galeria-kep input[type=submit],
.galeria-kep input[type=button] {
	background: #152132;
}


.galeria-kep .galeria-form {
	display: inline-block;
	vertical-align: top;
}

.galeria-kep p {
	margin-top:2px;
	margin-bottom: 5px;
}

.galeria-form h3 {
	margin:0px 0px 5px 0px;
	font-family: 'Open Sans';
	border:0;
	text-transform: none;
}

.galeria-form {
	margin-bottom: 10px;
}

.link-button {

}


.link-button {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 13px;
    border-radius: 20px;
    color: #fff !important;
    background: #000 !important;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 18px;
    text-align: center;
    padding: 0px 20px 0px 20px !important;
    width: auto !important;
	font-family: 'Open Sans';
    text-align: center;
    text-decoration: none;
}

#datasheet {
	padding-bottom:5px;
}

#datasheet .left {
	width:100%;
	display: block;
	text-align: left;
	margin-bottom:10px;
	vertical-align: top;
}

#sheet-gallery img {
	width:100%;
	animation: none;
	cursor: pointer;
}

#sheet-gallery li {
	position: relative;
}

#sheet-gallery li .status {
	position: absolute;
	top: 0px;
	left:0px;
}

#datasheet .right {
	width:100%;
	display: block;
	margin-top:10px;
}

#datasheet .right .module {
    margin-bottom:10px;
}

#datasheet .right .title {
    background-color:#4C2E61 !important;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	line-height: 44px;
	padding-left: 10px;
	font-size:16px;
	text-transform: uppercase;
	height:40px;
	color:#fff;
}


#datasheet .right .info  {
    display: table;
    width: 100%; 
    table-layout: fixed;
	background-color: #fff;
	margin:1px 0px 1px 0px;
	color:#27273E;
}

#datasheet .right .info .name {
	width: 140px !important;
	font-weight: bold;

}

#datasheet .right .info .name, #datasheet .right .info .description {
    display: table-cell;
	padding:5px;
	font-size: 15px;
}


#datasheet .right .info:nth-of-type(odd)  {
	background-color: #fff;
}

.margin-top-10 {
	margin-top:10px !important;
}

#datasheet .right .description {
	margin:0px 0px 20px 0px !important;
	background-color: #fff;
	padding:10px;
}

#datasheet .right .description img {
	max-width:100% !important;	
}

#datasheet #tabs {
	margin-top:0px;
}


#userinfo {
	text-align: left;
}

.post-header .right {
	position:relative;
}

.post-menu {
	position: absolute;
	left:-160px;
	width:168px;
	top:25px;
	border: 1px solid #ddd;
	background: #fefefe;
	border-radius: 5px;
}

.post-menu ul {
	margin:0px;
}

.post-menu ul li {
	list-style: none;
	margin-top:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.post-menu ul li a {
	padding:5px;
	display: block;
}

.post-menu ul li:last-child {
	border-bottom: none;	
}


.tab-counter-0 {
	background-color: #E44747;
	color:#fff !important;
	border-radius: 20px;
}

.tab-counter-1 {
	background-color: #E44747;
	color:#fff !important;
	border-radius: 20px;
}

.tab-counter-2 {
	background-color: #E44747;
	color:#fff !important;
	border-radius: 20px;
}

.tab-counter-3 {
	background-color: #E44747;
	color:#fff !important;
	border-radius: 20px;
}

.video-noaccess {
	width:calc(100% - 40px);
	height:170px;
	background-color: #000;
	color:#fff;
	text-align: center;
	border-radius: 10px;
	padding:20px;
	padding-top:130px;
	margin-bottom: 10px;
}

.video-noaccess span {
	font-family: Oswald;
	font-size:22px;
}

#content .page {
	background-color:#fff;
	padding:10px;
	margin-top: 17px;
}

.inside {
	margin-top:31px !important;
	margin-bottom: 20px;
}

form {
	margin-bottom: 0px
}


/* KTE */

#nextMatch {
    background-color: #40275A;
    width: calc(100% - 40px);
    border-radius: 10px;
    color: #fff;
    position: relative;
    margin: auto;
}

#nextMatch #matchLeft {
	content: "";
	position: absolute;
	width:20px;
	height: 20px;
	background: url(/static/images/left-arrow.svg);
	background-size: 20px;
	border:0;
    left: -25px;
	top: calc(50% - 10px);
	outline:0;
	cursor: pointer;
}

#nextMatch #matchRight {
	content: "";
	position: absolute;
	width:20px;
	height: 20px;
	background: url(/static/images/right-arrow.svg);
	background-size: 20px;
	border:0;
    right: -25px;
	top: calc(50% - 10px);
	outline:0;
	cursor: pointer;
}

#nextMatch .top {
	padding:5px 10px 5px 10px;
	background: #40275A;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-style: italic;
	color:#fff;
}

#nextMatch .bottom {
	color:#fff;
}


#nextMatch .basket {
	width: 80px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: calc(50% - 40px);
    top: 28%;
	z-index:0;
}

#nextMatch .bottom .left {
	margin-top:10px;
	margin-bottom:10px;
	max-width:33%;
	text-align:left;
}

#nextMatch .bottom .right {
	margin-top:10px;
	margin-bottom:10px;
	max-width:33%;
	text-align:right;
	color: rgb(255,255,255,0.8);
}

@media all and (max-width:500px) {
	#nextMatch .bottom .right {	
		font-size:10.5px;
	}
}


#nextMatch .bottom {
	padding:2px 10px 2px 10px;
	background: rgb(141,4,214);
	background: linear-gradient(86deg, rgba(141,4,214,1) 0%, rgba(77,33,111,1) 87%);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-align:center;
	font-weight: bold;
}

#bottommenu {
	position: fixed;
	min-height:140px;
	width:100%;
	bottom: 0;
}


#bottommenu .container {
	background: rgba(8,4,18,0.96);
	min-height: 140px;
}


#bottommenu #menu {
	margin: 0;
	padding: 0;
	padding:13px;
}

#bottommenu #menu li {
	list-style: none;
	display: block;
	width: calc(100%);
	max-width:100%;
	margin-bottom: 3px;
}

#bottommenu #menu li a {
	padding:7px;
	border:solid 1px #553085;
	color:#fff;
	display: block;
	border-radius: 5px;
	width:calc(100% - 20px);
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
	font-size:16px;
}

#bottommenu #menu li .musorfuzet {
	background-image: url('/static/images/musorfuzet.svg');
	background-position: left;
	background-size:70px;
	background-repeat: no-repeat;
}

#bottommenu #menu li .statisztika {
	background-image: url('/static/images/statisztikaelo.svg');
	background-position: left;
	background-size:70px;
	background-repeat: no-repeat;
}

#bottommenu #menu li .extrak {
	background-image: url('/static/images/extrak.svg');
	background-position: left;
	background-size:70px;
	background-repeat: no-repeat;
}
ul {
    padding-start:0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

.menu-musorfuzet {

}

.menu-musorfuzet ul {
		text-align: center;

}

.menu-musorfuzet li {
	display: inline-block !important;
	width: calc(100% / 2 - 5px) !important;
	margin:0px !important;
	text-align: center !important;
	border-radius: 0px;
-webkit-box-shadow: 10px 10px 54px 1px rgba(85,48,133,0.3);
-moz-box-shadow: 10px 10px 54px 1px rgba(85,48,133,0.3);
box-shadow: 10px 10px 54px 1px rgba(85,48,133,0.3);
}


.menu-musorfuzet li a {
	text-align: center !important;
	border-radius: 0px !important;
	padding: 8px 10px 8px 10px !important	
}

.beloldal-nav {
	width:100%;
	background-color:#40275A;
	height:36px;
	position: relative;
	top:20px;
}

.beloldal {
	min-height:100%;
}

.beloldal-nav .arrow {
	padding:6px 10px 0px 10px;
}


.beloldal-nav .header {
	text-align: center;
	color: #fff;
	background: #8D04D6;
	max-width:200px;
	width:100%;
	position: absolute;
	height:50px;
	left:calc(50% - 100px);
	top:-5px;
	line-height: 50px;
	background: rgb(141,4,214);
	background: linear-gradient(180deg, rgba(141,4,214,1) 0%, rgba(77,33,111,1) 100%);
	transform: skew(-20deg) !important;
	font-weight: bold;
	font-size:16px;
	-webkit-box-shadow: 10px 10px 71px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 71px 1px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 71px 1px rgba(0,0,0,0.75);
	text-transform: uppercase;
}


.beloldal-content {
	margin-top:60px;
	color:#fff;
	margin-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 100px;
}

.beloldal-content img {
	max-width: 100%;
}

/*.beloldal  {
	height: 100%;
}
*/

table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color:#fff;
}


table td {
	width:calc(100% / 4) !important;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: transparent;
/*  border: 1px solid #ddd;
*/  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.team-box {
	position: relative;
	border:1px solid #532F82;
	width:100%;
	margin-top:1px;
}

.team-box a {
	color:#fff;
}

.team-box .image {

	float: left;

}

.team-box .number {
	width:50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}

.team-box .image img {
	height:50px;
}


.team-box .description {
	float: left;
	margin-left:20px;
	margin-top:15px;
	font-weight:bold;
	font-size: 18px;
}



.profile-box {
    display: inline-block;
    vertical-align: top;

    width: 100%;
    /* max-width: 260px; */
    margin-bottom: 20px;
}


.profile-box img {
	width:100%;
}

.profile-datas .profile-name {
	margin:10px 0px 30px 0px;
	font-size:22px;
	font-weight: bold;
}

.profile-datas table {
	margin: 0 auto;
	text-align: left;
	width:100% !important;
}

.profile-datas table td {
	text-align: left;
}

.extra-doboz {
	border: 1px solid #532F82;
	max-width:180px;
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
	text-align: center;
}


.extra-doboz a {
	display: block;
	color:#fff;
	padding:25px;
	font-size: 18px;
}

#matchCode {
	color:#fff;
	text-align: center;
	background: linear-gradient(86deg, rgba(64,39,90,1) 0%, rgba(29,17,45,1) 100%);
	line-height: 30px;
	padding:15px;
	border-radius: 10px;
	margin-top:30px;
}

#matchCode input {
	border-radius:10px;
}

#matchCode p {
	margin:0;
}


input[type="button"]:focus {
	border-color:inherit;
}

.tabella tr td:nth-child(1), .tabella tr td:nth-child(3), .tabella tr td:nth-child(4), .tabella tr td:nth-child(5)  {
  width:20px !important;
  padding-left: 0px;
  padding-right: 0px;
}


.tabella tr td:nth-child(6) {
	width:40px !important;
	padding-left: 0px;
	padding-right: 0px;
  }