/*
Theme Name: Várószoba
Author: Arteries Studio
Author URI: http://arteries.hu/
Description: Várószoba redesign
Version: 1.0
Text Domain: varoszoba

*/

/*===== Várószoba Basic CSS=====*/
/*===== Base =====*/
html,
body>#sb-site {
	position: relative;
	display: block;
	background: #e5e5e5;
}
.clebo{
	clear:both;
}
#main-header,
#main-content,
#main-footer{
	position: relative;
	margin: 20px 0;
}
#main-header{
	margin-top: 0;
}
#main-footer {
	margin-bottom: 0;
}
.container{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 980px;
	width: 98%;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
#main-header .container {
	padding-bottom: 0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#main-content .container {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.on-left {
	float: left;
}
.on-right {
	float: right;
}
.float-box {
	position: relative;
}
.float-box:after {
	content: "";
	display: block;
	clear: both;
}
figure {
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*===== Header =====*/
#mobile-header{
	display: none;
}
.logo {
	width: 15%;
	max-width: 141px;
}
.logo a {
	display: block;
}
.logo .full-logo {
	display: block;
}
.logo .mobil-logo {
	display: none;
}
#header-banner {
	clear: right;
}
/*===== Menu =====*/
.fb-trigger,
.menu-trigger,
.profile-trigger,
.search-trigger {
	display: none !important;
}
#main-header a {
	text-decoration: none;
	color: #999999;
}
#main-header nav {
	float: right;
	color: #999999;
}
#main-header nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-header nav ul li {
	display: block;
	float: left;
}
#user-log-page {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}
.greetings {
	font-weight: bold;
}
.user-menu>li a{
	padding: 0 6px;
}
#user-log-page .user-menu>li a:hover{
	text-decoration: underline;
}
.user-menu>li:first-child a{
	padding-left: 0;
}
.user-menu>li:last-child a{
	padding-right: 0;
}
.user-menu>li:after {
	content: "";
	display: block;
	float: right;
	margin:0;
	width: 15px;
	height: 15px;
	background: url('images/zoldpotty.png') no-repeat center center;
	background-size: 100% 100%;
}
.user-menu>li:last-child:after{
	display: none;
}
#main-header .main-menu {
	clear: both;
}
#main-header .main-menu li .sub-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 100%;
	left: -25%;
	width: 150%;
	padding: 10px 0 0 0;
	background: #fff;
	z-index: 15;
	border: 3px solid #e5e5e5;
}
#main-header .main-menu li:hover .sub-menu {
	display: block;
}
#main-header .main-menu li .sub-menu li{
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	width: auto;
	padding: 0;
	border: 0;
	overflow: hidden;
}
#main-header .main-menu li .sub-menu li a{
	text-align: center;
	white-space: nowrap;
	padding: 10px;
	font-size: 0.8em;
}
#main-header .main-menu li .sub-menu,
#main-header .main-menu li .sub-menu li:last-child,
#main-header .main-menu li .sub-menu li:last-child a{
	/*border-radius: 0 0 15px 15px;*/
}

#main-header .main-menu>li {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	padding-top: 3px;
	border-left: 3px solid #e5e5e5;
}
#main-header .main-menu>li:last-child{
	border-right: 3px solid #e5e5e5;
}
#main-header .main-menu a{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 8px 17px 5px 16px;
}
#main-header .main-menu li:hover>a,
#main-header .main-menu li.active>a,
#main-header .main-menu li.current-menu-item>a,
#main-header .main-menu li.current-menu-parent>a
{
	background: #6fae22;
	color: #fff;
}
#main-header .main-menu>li:hover:after,
#main-header .main-menu>li.active:after,
#main-header .main-menu>li.current-menu-item:after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin:0;
	width: 100%;
	height: 10px;
	background: url('images/ful.png') no-repeat center center;
	background-size: 100% 100%;
	z-index: 20;
}
/*===== Content =====*/
#content {
	position: relative;
	width: 70%;
	/*max-width: 636px;*/
	margin-right: 10px;
}

#content.just {
	width: 66%;
	padding: 0 2% 0 2%;
}

#sidebar {
	position: relative;
	width: 28%;
	max-width: 276px;
}
/*===== Footer =====*/
#main-footer {
	color: #909090;
}
#main-footer .on-left {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 18%;
}
#main-footer .on-left.akademia {
	width: 19%;
}
#main-footer .on-left img{
	margin: 0 auto;
}
#main-footer .on-right {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	text-align: right;
	padding: 0 10px;
	width: 62%;
}
#main-footer .on-right p {
	margin: 0 0 5px 0;
}
#main-footer a {
	color: #1581af;
	text-decoration: none;
}
#main-footer a:hover {
	text-decoration: underline;
}
#main-footer a {
	color: #1581af;
	text-decoration: none;
}
#main-footer .szlogen a {
	color: #909090;
}
#main-footer .szlogen>a {
	display: block;
	text-align: right;
}
#main-footer .szlogen a img {
	display: inline;
}
#main-footer .akademia h5,
#main-footer .akademia p {
	margin: 2px 0;
	font-size: 11px;
}
#main-footer .akademia h5 {
	font-size: 13px;
	margin-top: 0;
}

@media all and (max-width: 880px) {
	#main-footer .on-left,
	#main-footer .on-left.akademia{
		width: 50%;
		margin-bottom: 15px;
	}
	#main-footer .on-right {	
		width: 100%;
		clear: both;
		float: none;
		text-align: center;
	}
	#main-footer .szlogen>a {
		text-align: center;
	}
}
/* Mobil menü + sidebar alulra*/
@media all and (max-width: 810px) {
	.contentx {
		height: 475px;
	}
	#mobile-header{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 280px;
		margin: 0;
		z-index: 3;
		background: #fff;
		height: 64px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 0;
		-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
	}
/*
	.admin-bar #mobile-header {
		top: 46px;
	}
*/
	#main-header,
	section.module.sidebar.search-bar,
	section.module.sidebar.reg-field {
		display: none;
	}
	#main-content {
		margin-top: 0;
	}
	#sb-site {
		padding-top: 75px !important;
	}
	.sb-slidebar {
		margin-top: 64px !important;
	}
	#main-content .container {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		padding: 0;
	}	
	#main-footer .container {
		width: 100%;
	}
	.logo {
		width: 60%;
		max-width: 215px;
		float: none;
		margin: 0 auto;
	}
	.header .logo {
		width: 100%;
		max-width: 100%;
		height: auto;
		background: #fff;
	}
	.header .logo a{
		width: 100%;
		max-width: 215px;
		height: auto;
		margin: 0 auto;
	}
	#user-log-page,
	#header-banner,
	#main-menu-page,
	.logo .full-logo {
		display: none;
	}
	.logo .mobil-logo {
		display: block;
	}
	.fb-trigger,
	.menu-trigger,
	.profile-trigger,
	.search-trigger {
		clear: none !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block !important;
		float: left;	
		position: relative;
		cursor: pointer;
		margin: 17px 8px;
	}
	.profile-trigger,
	.search-trigger {
		float: right;
	}
	.fb-trigger .fb-btn,
	.menu-trigger 	.menu-btn,
	.profile-trigger .profile-btn,
	.search-trigger .search-btn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		background-size: 100% auto;
		height: 30px;
		width: 30px;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.menu-trigger 	.menu-btn {
		background-image: url('images/menu-icon.png');
		background-color: #6fae22;		
	}
	.fb-trigger .fb-btn {
		background-image: url('images/fb-icon.png');
		background-size: 30px 30px;
	}
	.profile-trigger .profile-btn{
		background-image: url('images/profil.jpg');
	}
	.search-trigger .search-btn {
		background-image: url('images/kereses.png');
		background-color: #fff;
		background-size: 30px 30px;
	}
	#content.on-left,
	#sidebar.on-right {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		background: #fff;
		padding: 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#sidebar.on-right {
		margin-top: 20px;
	}
	.sb-slidebar .module.mobile.reg-field.search-bar,
	.sb-slidebar .mobile.main-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0 10px 0 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: #fff;
		-ms-background-clip: content-box;
		-o-background-clip: content-box;
		-moz-background-clip: content-box;
		-webkit-background-clip: content-box;
		background-clip: content-box;
	}
	.sb-slidebar .module.mobile.reg-field.search-bar {
		padding: 15px 0;
		height: auto;
		margin: 0 auto;
		background: transparent;
	}
	.sb-slidebar .mobile.main-menu>nav {
		padding-top: 15px;
		background: #fff;
	}
	section.module.mobile.search-bar.reg-field.gradient .content {
		width: 86%;
		margin: 0 auto;
	}
	section.module.mobile.reg-field .reg-field-links {
		width: 90%;
		margin: 0 auto;
	}	
	.sb-slidebar h4.sidebar-header,
	.sb-slidebar .module.mobile .greetings {
		-webkit-box-sizing: content-box !important;
		-moz-box-sizing: content-box !important;
		box-sizing: content-box !important;
		position: relative;
		text-align: left;
		text-transform: none;
		font-size: 18px;
		color: #999999;
		margin: 0;
		margin-bottom: 10px;
		padding-bottom: 5px !important;
		padding-left: 30px !important;
		font-weight: normal;
	}
	.sb-slidebar .module.mobile .greetings {
		padding-top: 5px !important;
		border-bottom: 0;	
	}
	.sb-slidebar .close {
		text-indent: -9999px;
		position: absolute;
		top: 10px;
		right: 20px;
		cursor: pointer;
		height: 25px;
		width: 25px;
		background-image: url('images/menu-close.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 25px 25px;
		z-index: 2;
	}
	.sb-left .close{
		top: 12px;
		right: 25px;
	}
	.sb-right .close {
		top: 12px;
		right: 15px;
	}
	.sb-slidebar .module.mobile .user-menu>li:after {
		display: none;
	}
	.sb-slidebar .mobile .user-menu {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.sb-slidebar .mobile .user-menu>li a {
		text-align: left;
		position: relative;
		text-transform: none;
		font-size: 18px;
		white-space: nowrap;
		display: block;
		padding: 10px 0 10px 30px;
		color: #999999;
		text-decoration: none;
		background: #fff;
	}
	.sb-slidebar .mobile .user-menu>li a:hover {
		text-decoration: none;
		background: #6fae22;
		color: #fff;
	}
	.sb-slidebar .mobile .user-menu>li,
	.sb-slidebar .mobile.main-menu ul li{
		margin: 0 !important;
	}
	.sb-slidebar .mobile.main-menu ul li.active.sub-active>a,
	.sb-slidebar .mobile.main-menu ul li a{
		position: relative;
		text-transform: capitalize;
		font-size: 18px;
		white-space: nowrap;
		display: block;
		padding: 6px 0 6px 30px;
		color: #999999;
		text-decoration: none;
		background: #fff;
	}
	.sb-slidebar .mobile.main-menu ul li li a {
		padding: 9px 0 9px 35px;
		font-size: 14px;
	}
	.sb-slidebar .mobile.main-menu ul li li a:before {
		content: " » ";
	}
	.sb-slidebar .mobile .user-menu>li:first-child,
	.sb-slidebar .mobile.main-menu ul.main-menu>li:first-child {
		border-top: 0;
	}
	.sb-slidebar .mobile.main-menu ul li.active>a{
		background: #6fae22;
		color: #fff;
	}
	.sb-slidebar .mobile.main-menu ul li.active.sub-active:hover>a:hover,
	.sb-slidebar .mobile.main-menu ul li:hover>a:hover {
		background: #6fae22;
		color: #fff;
	}
	.sb-slidebar .mobile.main-menu li.active.sub-active>a:after{
		display: none;
	}
	.sb-slidebar .mobile.main-menu li.active.sub-active:hover>a:hover:after,
	.sb-slidebar .mobile.main-menu li:hover>a:hover:after,
	.sb-slidebar .mobile.main-menu li.active>a:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -10px;
		margin:0;
		width: 10px;
		height: 100%;
		background: url('images/ful_jobb.png') no-repeat center center;
		background-size: 100% 100%;
		z-index: 3;
	}
}

@media all and (max-width: 479px) {
	html {
		min-width: 280px;
	}
	#mobile-header{
		height: 42px;
	}
	#sb-site {
		padding-top: 50px !important;
	}
	.sb-slidebar {
		margin-top: 42px !important;
	}
	.header .logo {
		max-width: 140px;
		margin: 0 auto;
	}
	.menu-trigger,
	.fb-trigger,
	.profile-trigger,
	.search-trigger {
		margin: 6px 2px;
	}
	#main-footer .on-left,
	#main-footer .on-left.akademia{
		float: none;
		width: 100%;
		max-width: 155px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
	}
}
@media all and (max-width: 350px) {
	
}

#chatframe {
    border: none;
}

iframe {
    border: none;
}