body {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #666;
	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-color: #EBEBE9;
}
 
ul {
	padding-start: 0px;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
}

::-webkit-input-placeholder {
	color: #888;
	opacity: 1 !important;
} 

:-moz-placeholder {
	color: #9F977F;
}

::-moz-placeholder {
	color: #9F977F;
}
  
:-ms-input-placeholder {
	color: #9F977F;
}

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 h1 {
	text-align: left;
}

.mfp-content #login h1 {
	text-align: center !important;
}

.mfp-content #login  {
	text-align: center !important;
}

#login .logo {
	text-align: center;
}

#login {
	max-width: 600px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
}

.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: 130px;
}

section .lbox h1 {
	font-family: Ubuntu;
	font-size: 24px;
}

input[type="text"],
input[type="password"] {
	width: calc(100% - 20px);
	height: 38px;
	border: 0px;
	border-radius: 20px; 
	padding: 0px 10px 0px 10px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	font-size: 14px;
	outline: 0;
	color: #888;
	-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"], .pbutton {
	width: calc(100% - 20px);
	height: 40px;
	border: 0px;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	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: #b3a187;
	/* Old browsers */
	background: linear-gradient(to bottom, #155C6F 0%, #155C6F 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3a187', endColorstr='#7f6b4b', GradientType=0);
	/* IE6-9 */
}

.pbutton {
	max-width:300px;
	outline:0;
	cursor:pointer;
}

input[type="file"] {
	padding: 10px;
	border: 0;
	outline: 0;
	background: #fff;
	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: 40px;
	height: 1px;
	background-color: #ddd;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;

}

.app-decoration .app-icon {
	display:none;
}


.registration {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: calc(100% - 190px);
	height: 36px;
	border: 0px;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 36px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3a187+0,7f6b4b+100 */
	background: #1B2053;

}

.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: 50px;
	background: rgba(27,32,83,0.95);
	position: fixed;
	width: 100%;
	z-index: 100;
}


.center {
	text-align: center;
}

.container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

header #notifications {
	color: #fff;
	text-align: right;
	float: right;
	vertical-align: middle;
}

header #notifications ul {
	margin: 0px;
	padding: 0;
	margin-top: 7px;
	background-color: rgba(255,255,255,0.1);
	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 #notifications li:last-child {
	margin-right: 8px;
}

header #logo {
	display: inline-block;
	padding-top: 5px;
	vertical-align: top;
	line-height: 40px;
}

header #logo a {
	color:#fff;
	font-family: Oswald;
	font-size:18px;
}

header #logo img {
	width: 40px;
	display: inline;
	vertical-align: middle;
	margin-top:-5px;
}

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 #dddddd;
		background-color: #fff;
		margin-bottom: 10px;
}

#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;
	background-color: #D90000;
	color: #fff;
}

#mainmenu .app-profile img {
	width: 100%;
}

#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: #433301;
	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: #F3F2F1;
}

#mainmenu #menu li a:hover {
	background-color: #F3F2F1;
}


#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: #155C6F;
	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: 15px;
}

.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: 550px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
/*	margin-left: 232px;*/
	min-height: 440px;
}


/******** 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: 1px solid #ddd !important;
	background: #1B2053 !important;
	font-weight: normal;
	color: #fff !important; 
}

.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;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	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;*/
}

#content .post .post-header {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}


#content .post .post-header .user-icon img {
	width: calc(100% - 4px);
	border-radius: 100%;
    border: 2px solid #dddddd;
    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;
}

#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: #1B2053;
}

#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 #dddddd;
	margin-bottom: 6px;
}

#content .post .post-content .show-more {
	display: block;
    margin-top: 10px;
    width: 100%;
    height: 22px;
    border: 0px;
    border-radius: 20px;
    margin-bottom: 0px;
    color: #155C6F !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 #dddddd;
    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: #1B2053;
	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 #dddddd;
}

#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: 10px 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: #155C6F !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 #dddddd;
    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:#1B2053;
	font-weight: bold;
}

#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 #dddddd;
    /* 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: #FAF9F8 !important;
    font-size: 13px;
    border: 1px solid #dddddd;
    /* background: #FFFFFF !important; */
    display: inline-block;
    vertical-align: top;
	border-radius: 20px;
	padding:10px;
    line-height: 1.4;
	overflow: hidden;
}


#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: #EFEEE9;
	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%;
	border: 2px solid #dddddd;
	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: #fff;
	width: calc (100% - 4px);
	padding-bottom: 10px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
    text-decoration: none;
	font-weight:bold;
}
 
.menu-box h2 {
	padding: 8px;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	text-align: left
}


.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: #155C6F;
	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: #155C6F;
	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: #155C6F;
	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: #155C6F;
	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 #dddddd;
	padding-top: 20px;
	width: 100%;
	max-width: 1060px;
	margin-top: 70px;
}


.swal-button {
	background-color: #7cd1f9;
	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;
	background: #1B2053;
}

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: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f9f9f9;
	/* change if the mask should have another color then white */
	z-index: 99;
	/* makes sure it stays on top */
}

#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;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
	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)*/
}

.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: #FFFFFF !important;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%) !important;
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%) !important;
	background: linear-gradient(to bottom, #FFFFFF 0%, #eeeeee 100%) !important
}

.post-data form {
	margin-bottom: 0;
}

.post-data ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}

.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 #dddddd;
	color:#1B2053 !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 #dddddd;
	color: #1B2053 !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;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	background: #b3a187;
	text-align: center;
	line-height: 36px;
	background: -moz-linear-gradient(top, #3D416D 0%, #232859 100%);
	background: -webkit-linear-gradient(top, #3D416D 0%, #232859 100%);
	background: linear-gradient(to bottom, #3D416D 0%, #232859 100%);
	outline:0;
}

.more-comments {
	display: block;
	width: 100%;
	height: 30px;
	border: 0px;
	border-radius: 20px;
	margin-bottom: 10px;
	color: #155C6F !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 #dddddd;
    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:180px;
	float: right;
}

.content-full {
	max-width: calc(100% - 255px) !important;
}


h1 {
	color: #1B2053;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-top: 33px;
	text-transform: uppercase;
}

h3 {
	color: #1B2053;
	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: 30px;
}


.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 input[type="button"], .inside input[type="submit"] {
	max-width: 542px;
}

.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 #dddddd;
	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 #dddddd;
	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 #dddddd;
}


.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 #dddddd;
	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;
}

.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;
}

.dwn-list li img {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin-right: 4px;
}

.dwn-list {
	text-align: left;
	margin: 10px 10px 10px 7px;
}

.dwn-list li {
	text-align: left;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.dwn-list li:last-child {
	border-bottom: 0px;
}

.dwn-list a {
	color: #433301;
}


.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 #dddddd;
}

.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: #1B2053;
	font-weight: bold;
}


label.required {
	color: #ff0000;
	font-weight: bold;
}


.inside select {
	/*    width:100%;
*/
	max-width: 400px;
	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);
	background-color: #fff;
	position: relative;
	left: -4px;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
	padding-bottom: 10px !important;
	border-bottom: 1px #dddddd 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 #dddddd !important;
*/    color: #1B2053 !important;
    background: #FFFFFF;
}

.letoltesek h2 {
	color: #1B2053;
    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%, #ddd 100%) !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #ddd 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #ddd 100%) !important;
	border: 1px solid #dddddd;
	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: #333;
}

.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 #dddddd;
    color: #1B2053 !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 #dddddd;
    background-color: #F7F6F4;
}

.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;
    border: 1px solid #dddddd !important;
    color: #fff !important;
    background: #155C6F !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:#443F39 !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 #dddddd;
	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 #dddddd;
	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;
}

.tab-counter-4 {
	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;
}