@CHARSET "UTF-8";

/*  ----------  LAYOUT  ----------  */

	#layout {
		width: 970px;
		min-height: 100%;
		margin: 0 auto;
		/*overflow-y: hidden;*/
	}
	
	#layout .row:before,
	#layout .row:after,
	#layout .column:before,
	#layout .column:after {
	 	display: table;
	    content: " ";
	    clear: both;
	}
	
	#layout .column {
		float: left;
	    min-height: 1px;
	    position: relative;
	}

	.landing.column.col-content.col-print {
		width: 695px;
		padding: 15px 30px 15px 30px;
	}

	.landing.column.col-sidebar {
		width: 275px;
		padding: 15px 0 15px 0;
	}

/*  ----------  HEADER  ----------  */

	#header {
		position: relative;
		width: 100%;
		height: 154px;
		background-image: url("../images/header.png");
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 1;
	}
	
	#header .logo {
		width: 252px;
		height: 65px;
		position: absolute;
		left: 45px;
		top: 54px;
		z-index: 30;
	}
	
	#header .logo a {
		display: block;
		width: 81%;
		height: 100%;
		margin-top: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: -9999px;
		background-image: url("../images/logo/sih.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
	}
	
	#header .search {
		position: absolute;
		left: 75px;
		top: 14px;
		height: 30px;
	}

	#header .search .icon {
		width: 30px;
		height: 30px;
		background-image: url("../images/icon/search.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		border: 0 none;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
	}

	#header .search form {
		padding: 0 0 0 38px;
		display: block;
	}
	
	#header .search input[type="text"] {
		width: 185px;
		height: 30px;
		background-color: #f7f7f7;
		border: 0 none;
	}
	
	#header .rss,
	#header .print,
	#header .accessible-version {
		display: block;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: left top;
		white-space: nowrap;
		overflow: hidden;
		text-indent: -9999px;
		position: absolute;
		z-index: 30;
		background-size: contain;
		cursor: pointer;
	}

	#header .rss {
		/*right: 25px;*/
		right: 50px;
		top: 14px;
		background-image: url("../images/icon/rss.png");
	}

	#header .print {
		width: 36px;
		left: 25px;
		top: 14px;
		background-image: url("../images/icon/print.png");
	}

	#header .accessible-version {
		right: 15px;
		top: 14px;
		background-image: url("../images/icon/accessible-version.png");
	}
	
	#header .navigation {
		width: 547px;
		height: 112px;
		margin-top: 14px;
		margin-right: 55px;
		float: right;
	}

	#header .navigation .menu.level-1,
	#header .navigation .cms-column .cms-panel {
		width: 200px;
		height: 112px;
		float: left;
	}

	#content .col-full .menu.level-1 {
		width: 280px;
		float: left;
		margin-right: 35px;
	}

	#content .col-full .menu.level-1:last-child {
		margin-right: 0;
	}
	
	#header .navigation .menu.level-1 > li {
		width: 100%;
		height: 100%;
	}
	
	#header .navigation .menu.level-1 > li:hover {
	}
	
	#header .navigation .menu.level-1:nth-child(1),
	#header .navigation .cms-column .cms-panel:nth-child(1) {
		width: 185px;
	}
	
	#header .navigation .menu.level-1:nth-child(1) > li > a,
	#header .navigation .cms-column .cms-panel:nth-child(1) .menu.level-1 > li > a {
		background-image: url("../images/menu-blue.png");
	}

	#header .navigation .menu.level-1:nth-child(1) > li > a span,
	#header .navigation .cms-column .cms-panel:nth-child(1) .menu.level-1 > li > a span {
		color: #bdf4ff;
	}
	
	#header .navigation .menu.level-1:nth-child(2),
	#header .navigation .cms-column .cms-panel:nth-child(2){
		margin-left: -10px;
	}

	#header .navigation .menu.level-1:nth-child(2) > li > a,
	#header .navigation .cms-column .cms-panel:nth-child(2) .menu.level-1 > li > a {
		background-image: url("../images/menu-orange.png");
	}

	#header .navigation .menu.level-1:nth-child(2) > li > a span,
	#header .navigation .cms-column .cms-panel:nth-child(2) .menu.level-1 > li > a span {
		color: #ffbc8b;
	}
	
	#header .navigation .menu.level-1:nth-child(3),
	#header .navigation .cms-column .cms-panel:nth-child(3){
		margin-left: -15px;
		width: 185px;
	}
	
	#header .navigation .menu.level-1:nth-child(3) > li > a,
	#header .navigation .cms-column .cms-panel:nth-child(3) .menu.level-1 > li > a {
		background-image: url("../images/menu-green.png");
	}

	#header .navigation .menu.level-1:nth-child(3) > li > a span,
	#header .navigation .cms-column .cms-panel:nth-child(3) .menu.level-1 > li > a span {
		color: #d1ff9a;
	}
	
	#header .navigation .menu.level-1 > li > a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		font-size: 32px;
		padding: 10px 0 0 28px;
		line-height: 1em;
		position: relative;
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 20;
		font-family: 'Pacifico';
		text-transform: none;
		color: #fff;
		text-transform: lowercase;
	}

	#content .col-content .menu.level-1 > li > a,
	#content .col-full .menu.level-1 > li > a {
		font-size: 20px;
		font-weight: bold;
		color: #3b3d40;
		line-height: 1.5;
		min-height: 0;
		padding: 0 0 0 30px;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url("../images/icon/arrow-right-large-blue.png") !important;
		background-size: contain;
		margin-bottom: 0.65em;
		display: inline-block;
		text-decoration: none;
	}

	.site-orange #content .col-content .menu.level-1 > li > a,
	.site-orange #content .col-full .menu.level-1 > li > a {
		background-image: url("../images/icon/arrow-right-large-orange.png") !important;

	}

	.site-orange #content .col-content .menu.level-1 > li > a:hover,
	.site-orange #content .col-full .menu.level-1 > li > a:hover{
		color: #f47a20 !important;
	}

	.site-green #content .col-content .menu.level-1 > li > a,
	.site-green #content .col-full .menu.level-1 > li > a{
		background-image: url("../images/icon/arrow-right-large-green.png") !important;
	}

	.site-green #content .col-content .menu.level-1 > li > a:hover,
	.site-green #content .col-full .menu.level-1 > li > a:hover{
		color: #91c744 !important;
	}

	#content .col-content .menu.level-1:nth-of-type(1) > li > a,
	#content .col-full .menu.level-1:nth-of-type(1) > li > a {
		background-image: url("../images/icon/arrow-right-large-blue.png");
	}

	#content .col-content .menu.level-1:nth-of-type(2) > li > a,
	#content .col-full .menu.level-1:nth-of-type(2) > li > a {
		background-image: url("../images/icon/arrow-right-large-orange.png") !important;
	}

	#content .col-content .menu.level-1:nth-of-type(3) > li > a,
	#content .col-full .menu.level-1:nth-of-type(3) > li > a {
		background-image: url("../images/icon/arrow-right-large-green.png") !important;
	}
	
	#header .navigation .menu.level-1 > li > a:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 24px;
		background-image: url("../images/icon/arrow-right-white.png");
		background-repeat: no-repeat;
		background-position: left top;
		top: 48px;
		right: 20px;
	}
	
	#header .navigation .menu.level-1 > li > a span {
		display: block;
		text-transform: uppercase;
		font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
	}
	
	#header .navigation .menu.level-1 > li > ul {
		position: absolute !important;
		width: 100%;
		min-height: 336px;
		left: 0;
		top: 80px;
		background-image: url("../images/submenu-top.png");
		background-repeat: no-repeat;
		background-position: left top;
		padding: 110px 30px 0 30px;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		-moz-transition: all 0.25s linear 0.1s;
		-webkit-transition: all 0.25s linear 0.1s;
		-o-transition: all 0.25s linear 0.1s;
		-ms-transition: all 0.25s linear 0.1s;
		transition: all 0.25s linear 0.1s;
	}

	#content .col-content .menu.level-1 > li > ul,
	#content .col-full .menu.level-1 > li > ul {
		padding-left: 6px;
	}

	#content .col-full .menu.level-1 > li > ul{
		position: relative !important;
		height: auto !important;
	}

	#header .navigation .menu.level-1 > li > ul:before {
		content: "";
		position: absolute;
		width: 0;
		height: 110px;
		left: 50%;
		top: 0;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 0;
		-moz-transition: all 0.75s 0.1s;
		-webkit-transition: all 0.75s 0.1s;
		-o-transition: all 0.75s 0.1s;
		-ms-transition: all 0.75s 0.1s;
		transition: all 0.75s 0.1s;
		opacity: 0;
	}
	
	#header .navigation .menu.level-1 > li:hover > ul:before {
		width: 100%;
		left: 0;
		opacity: 1;
	}
	
	#header .navigation .menu.level-1:nth-child(1) > li > ul:before,
	#header .navigation .cms-panel:nth-child(1) .menu.level-1 > li > ul:before {
		background-image: url("../images/submenu-decor-blue.png");
	}
	
	#header .navigation .menu.level-1:nth-child(2) > li > ul:before,
	#header .navigation .cms-panel:nth-child(2) .menu.level-1 > li > ul:before {
		background-image: url("../images/submenu-decor-orange.png") !important;
	}
	
	#header .navigation .menu.level-1:nth-child(3) > li > ul:before,
	#header .navigation .cms-panel:nth-child(3) .menu.level-1 > li > ul:before {
		background-image: url("../images/submenu-decor-green.png") !important;
	}
	
	#header .navigation .menu.level-1 > li > ul:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 46px;
		left: 0;
		bottom: -46px;
		background-image: url("../images/submenu-bottom.png");
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 0;
	}
	
	#header .navigation .menu.level-1 > li:hover > ul {
		display: block;	
		opacity: 1;
		visibility: visible;
	}
	
	#header .navigation .menu.level-1 > li > ul > li,
	#content .col-content .menu.level-1 > li > ul > li,
	#content .col-full .menu.level-1 > li > ul > li {
		width: 207.5px;
		float: left;
		margin: 0 10px;
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom: 28px;
		position: relative;
		z-index: 1;
		background-size: 16px 22px;
	}

	#content .col-content .menu.level-1 > li > ul > li,
	#content .col-full .menu.level-1 > li > ul > li{
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	
	#header .navigation .menu.level-1:nth-child(1) > li > ul > li,
	#header .navigation .cms-panel:nth-child(1) .menu.level-1 > li > ul > li,
	#content .col-content .menu.level-1:nth-of-type(1) > li > ul > li,
	#content .col-full .menu.level-1:nth-of-type(1) > li > ul > li {
		background-image: url("../images/icon/arrow-right-blue.png");
	}
	
	#header .navigation .menu.level-1:nth-child(2) > li > ul > li,
	#header .navigation .cms-panel:nth-child(2) .menu.level-1 > li > ul > li,
	#content .col-content .menu.level-1:nth-of-type(2) > li > ul > li,
	#content .col-full .menu.level-1:nth-of-type(2) > li > ul > li {
		background-image: url("../images/icon/arrow-right-orange.png");
	}
	
	#header .navigation .menu.level-1:nth-child(3) > li > ul > li,
	#header .navigation .cms-panel:nth-child(3) .menu.level-1 > li > ul > li,
	#content .col-content .menu.level-1:nth-of-type(3) > li > ul > li,
	#content .col-full .menu.level-1:nth-of-type(3) > li > ul > li {
		background-image: url("../images/icon/arrow-right-green.png");
	}
	
	#header .navigation .menu.level-1 > li > ul > li > a,
	#content .col-content .menu.level-1 > li  > ul > li > a,
	#content .col-full .menu.level-1 > li > ul > li > a {
		display: block;
		color: #3b3d40;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		padding: 2px 0;
	}

	#content .col-content .menu.level-1 > li  > ul > li > a,
	#content .col-full .menu.level-1 > li > ul > li > a {
		line-height: 20px;
		padding: 0;
	}
	
	#header .navigation .menu.level-1 > li > ul > li > ul {
	}
	
	#header .navigation .menu.level-1 > li > ul > li > ul > li,
	#content .col-content .menu.level-1 > li > ul > li  > ul > li,
	#content .col-full .menu.level-1 > li > ul > li > ul > li {
		padding-left: 8px;
		margin: 8px 0;
		position: relative;
	}
	
	#header .navigation .menu.level-1 > li > ul > li > ul > li:before,
	#content .col-content .menu.level-1 > li > ul > li > ul > li:before,
	#content .col-full .menu.level-1 > li > ul > li > ul > li:before {
		content: "\2022";
	    position: absolute;
	    left: 0;
	    top: 0;
	    font-size: 10px;
	    line-height: 16px;
	}

	#content .col-content .menu.level-1 > li > ul > li > ul > li:before,
	#content .col-full .menu.level-1 > li > ul > li > ul > li:before {
		line-height: 18px;
	}
	
	#header .navigation .menu.level-1 > li > ul > li > ul > li > a,
	#content .col-content .menu.level-1 > li > ul > li  > ul > li > a,
	#content .col-full .menu.level-1 > li > ul > li > ul > li > a {
		display: block;
		font-size: 16px;
		font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
		text-decoration: none;
		color: #3b3d40;
		line-height: 16px;
	}

	#content .col-content .menu.level-1 > li > ul > li  > ul > li > a,
	#content .col-full .menu.level-1 > li > ul > li > ul > li > a {
		font-family: 'PT Sans', 'Arial', 'Verdana';
		line-height: 18px;
	}
	
	#header .navigation .menu.level-1:nth-child(1) li ul li a:hover,
	#header .navigation .cms-panel:nth-child(1) .menu.level-1 li ul li a:hover,
	#content .col-content .menu.level-1:nth-of-type(1) li a:hover,
	#content .col-full .menu.level-1:nth-of-type(1) li a:hover {
		color: #5fc9df;
	}
	
	#header .navigation .menu.level-1:nth-child(2) li ul li a:hover,
	#header .navigation .cms-panel:nth-child(2) .menu.level-1 li ul li a:hover,
	#content .col-content .menu.level-1:nth-of-type(2) li a:hover,
	#content .col-full .menu.level-1:nth-of-type(2) li a:hover {
		color: #f37a21;
	}
	
	#header .navigation .menu.level-1:nth-child(3) li ul li a:hover,
	#header .navigation .cms-panel:nth-child(3) .menu.level-1 li ul li a:hover,
	#content .col-content .menu.level-1:nth-of-type(3) li a:hover,
	#content .col-full .menu.level-1:nth-of-type(3) li a:hover {
		color: #91c744;
	}
	
/*  ----------  MENU TOGGLE  ----------  */
#header .menu-toggle-button {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 50%;
	right: 15px;
	display: none;
	background-image: url('../images/icon/icon-menu.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	background-color: #7c7c7c;
	cursor: pointer;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*  ----------  CONTENT  ----------  */

	#content {
		min-height: 626px;
		position: relative;
		z-index: 0;
		margin-top: -1px;
		padding-top: 1px;
		margin-bottom: 24px;
	}
	
	#content .highlight {
		position: absolute;
		top: -154px;
		left: -80px;
		width: 1130px;
		height: 387px;
		background-image: url("../images/landing-topimage.png") !important;
		background-repeat: no-repeat;
		background-position: center top;
	}

	#content .highlight .szechenyi-2020 {
		width: 218px;
		height: 152px;
		position: absolute;
		right: 10px;
		top: 110px;
		background-image: url("../images/logo/szechenyi-2020-top.png");
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#content > .row > .column {
		padding: 15px 30px;
	}
	
	#content .column.col-full {
		width: 100%;
		float: none;
	}
	
	#content .column.col-content {
		width: 735px;
	}
	
	#content .column.col-sidebar {
		width: 235px;
		padding-left: 0;
	}

	#content .column.col-content.landing {
		width: 665px;
	}

	#content .column.col-sidebar.landing {
		width: 305px;
	}
	/*#content .column.col-sidebar.landing iframe {*/
		/*width: 100% !important;*/
		/*max-width: 100% !important;*/
	/*}*/

	#content .column.col-sidebar .menu.level-1 {
		margin-bottom: 30px;
	}

	#content .column.col-sidebar .menu.level-1 > li {
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 22px;
		background-image: url("../images/icon/arrow-right.png");
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dadada;
		background-size: 16px 22px;
	}

	#content .column.col-sidebar .menu.level-1 > li:last-child {
		border-bottom: 0 none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#content .column.col-sidebar .menu.level-1 > li > a {
		color: #3b3d40;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		padding: 2px 0;
		text-decoration: none;
	}

	#content .column.col-sidebar .menu.level-1 > li > a:hover {
		color: #7c7c7c;
	}
	
/*  ----------  FOOTER  ----------  */

	#footer {
		width: 100%;
		height: 208px;
		background-image: url("../images/footer.png");
		background-repeat: no-repeat;
		background-position: left top;
		position: relative;
		padding: 36px 0 36px 272px;
		color: #7c7c7c;
	}

	#footer:before,
	#footer:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	#footer a {
		color: #7c7c7c;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #3b3d40;
	}
	
	#footer .logo {
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		white-space: nowrap;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	#footer .logo.sih {
		width: 128px;
		height: 42px;
		left: 30px;
		top: 24px;
		background-image: url("../images/logo/sih.png");
	}
	
	#footer .logo.tempus {
		width: 96px;
		height: 57px;
		left: 35px;
		top: 98px;
		background-image: url("../images/logo/tempus.png");
	}

	#footer .szechenyi-2020 {
		display: none;
	}
	
	#footer .copyright {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		padding: 0 30px;
		color: rgba(59,61,64,0.5);
	}
	
	#footer .menu {
		width: 408px;
		float: left;
	}
	
	#footer .menu li {
		float: left;
		width: 45%;
		margin: 3px 5% 3px 0;
		padding-left: 25px;
		background-image: url("../images/icon/dot.png");
		background-repeat: no-repeat;
		background-position: left 2px;
	}
	
	#footer .menu li a {
		display: block;
		text-decoration: none;
		font-size: 16px;
		line-height: 18px;
	}
	
	#footer .contact {
		float: left;
		padding-left: 28px;
		font-size: 14px;
		line-height: 16px;
		background-image: url("../images/text-contact.png");
		background-repeat: no-repeat;
		background-position: left top;
		min-height: 101px;
	}
	
	#footer .contact .title {
		color: #f37a21;
		margin-bottom: 8px;
		font-weight: bold;
	}

	#footer .contact ul {
		margin-bottom: 0;
	}

	#footer .contact ul li {
		margin: 4px 0;
		padding: 0;
		line-height: 16px;
	}

	#footer .contact ul li:before {
		display: none;
	}

/*  ----------  ADMIN  ----------  */

    /* vÃ¡ltozÃ¡skÃ¶vetÃ©s */
    div#cms-institution-changes-switch,
    div#cms-event-changes-switch,
    div#cms-blog-changes-switch {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 15px;
        padding: 10px;
    }

    #cms-institution-changes-content-new,
    #cms-institution-changes-content-old,
    #cms-blog-changes-content-new,
    #cms-blog-changes-content-old,
    #cms-event-changes-content-new,
    #cms-event-changes-content-old {
        display: none;
    }

    .cms-institution-changes-form .cms-input-wrapper,
    .cms-blog-changes-form .cms-input-wrapper,
    .cms-event-changes-form .cms-input-wrapper {
        width: 33% !important;
    }

    .cms-institution-changes-form .cms-input-wrapper label,
    .cms-blog-changes-form .cms-input-wrapper label,
    .cms-event-changes-form .cms-input-wrapper label {
        margin-left: 0 !important;
        float: none !important;
        width: auto !important;
    }

	#cms-toolbar .forms-icon,
	#cms-toolbar .form-icon {
		background: url("../images/admin/forms.png") no-repeat 23px 12px;
	}

	#cms-toolbar .institution-icon {
		background: url("../images/admin/institution.png") no-repeat 19px 13px;
	}

	#cms-toolbar .costs-of-living-icon {
		background: url("../images/admin/costs-of-living.png") no-repeat 22px 14px;
	}

	#cms-toolbar .calculator-icon {
		background: url("../images/admin/calculator.png") no-repeat 22px 13px;
	}

	#cms-toolbar .mega-menu-icon {
		background: url("../images/admin/menu-mega.png") no-repeat 19px 12px;
	}
