/* DEBUG - SHOW VIEWPORT SIZE */
/*body::before { content: "0 - 319"; position: fixed; bottom: 0; right: 0; z-index: 9999999; background: rgba(0,0,0,0.2); color: #fff; padding: 5px; }
@media (min-width: 320px)	{ body::before { content: "320 - 499"; } }
@media (min-width: 500px)	{ body::before { content: "500 - 767"; } }
@media (min-width: 768px)	{ body::before { content: "768 - 991"; } }
@media (min-width: 992px)	{ body::before { content: "992 - 1199"; } }
@media (min-width: 1200px)	{ body::before { content: "1200 - ∞"; } }*/

/* REMOVE HOVER&CLICK DOTTED BORDERS */
a,input,button,select,option,a:active,input:active,button:active,select:active,option:active,a:focus,input:focus,button:focus,select:focus,option:focus{outline:none;outline-color:transparent;border:none;border-color:transparent;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none}a::-moz-focus-inner,input::-moz-focus-inner,button::-moz-focus-inner,select::-moz-focus-inner,option::-moz-focus-inner{outline:none;outline-color:none;border:none}img{border:none}

/* FIVE EQUAL COLUMNS */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-5ths { width: 20%; float: left; }
@media (min-width: 768px) { .col-sm-5ths { width: 20%; float: left; } }
@media (min-width: 992px) { .col-md-5ths { width: 20%; float: left; } }
@media (min-width: 1200px) { .col-lg-5ths { width: 20%; float: left; } }

/* WHOLE PAGE -------------------------------------------------------------------------------------------- */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-size: 1.2em;
	margin-top: 122px;
}

/* MENU ------------------------------------------------------------------------------------------- */

.sites {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	height: 40px;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	margin: 0 0 0 0;
	z-index: 1000;
	background: #eee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sites .col-xs-2, .sites .col-sm-2, .sites .col-md-2, .sites .col-lg-2,
.sites .col-xs-5ths, .sites .col-sm-5ths, .sites .col-md-5ths, .sites .col-lg-5ths {
	padding: 0;
}
.sites div a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #e7e7e7;
	background: white;
	margin: 0;
	white-space: nowrap;
}
.sites div:first-child a {
	border-left: 0px;
}
.sites div a:hover, .sites div a:focus {
	text-decoration: none;
}
.sites div a img {
	margin-right: 5px;
	position: relative;
	top: 3px;
	border: 1px solid white;
}
.sites div a.ns img {
	background: white;
}
.sites div a.uz {
	color: #005692;
}
.sites div a.uz:hover, .sites div a.uz:focus {
	background: #005692;
	color: white;
}
.sites div a.ker {
	color: #005692;
}
.sites div a.ker:hover, .sites div a.ker:focus {
	background: #005692;
	color: white;
}
.sites div a.ns {
	color: #4d91d4;
}
.sites div a.ns:hover, .sites div a.ns:focus {
	background: #4d91d4;
	color: white;
}
.sites div a.ti {
	color: #14c4ef;
}
.sites div a.ti:hover, .sites div a.ti:focus {
	background: #14c4ef;
	color: white;
}
.sites div a.act {
	color: #f08302;
}
.sites div a.act:hover, .sites div a.act:focus {
	background: #f08302;
	color: white;
}
.sites div a.kn {
	color: #129d00;
}
.sites div a.kn:hover, .sites div a.kn:focus {
	background: #129d00;
	color: white;
}
.sites div a.ar {
	color: #c00000;
}
.sites div a.ar:hover, .sites div a.ar:focus {
	background: #c00000;
	color: white;
}
@media (min-width: 768px)	{
	.sites div a.uz:after { content: "Üzemeltetés"; }
	.sites div a.ker:after { content: "Kereskedelem"; }
	.sites div a.ns:after { content: "NetSupport"; }
	.sites div a.ti:after { content: "Táviroda"; }
	.sites div a.act:after { content: "ACTUAL"; }
	.sites div a.kn:after { content: "KRONET"; }
	.sites div a.ar:after { content: "Áruház"; }
}
@media (min-width: 992px)	{
	.sites div a.uz:after { content: "IT üzemeltetés"; }
	.sites div a.ker:after { content: "IT kereskedelem"; }
	.sites div a.ns:after { content: "NetSupport"; }
	.sites div a.ti:after { content: "Táviroda"; }
	.sites div a.act:after { content: "ACTUAL Ügyvitel"; }
	.sites div a.kn:after { content: "KRONET Internet"; }
	.sites div a.ar:after { content: "Online Áruház"; }
}
@media (min-width: 1200px)	{
	.sites div a.uz:after { content: "IT rendszerüzemeltetés"; }
	.sites div a.ns:after { content: "NetSupport szoftverek"; }
}
@media (max-width: 768px)	{
	.sites div a img {
		margin-right: 0;
		margin-top: 7px;
	}
}
.tooltip > .tooltip-inner {
	font-size: 1.4em;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	max-width: 350px;
	color: #333;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip > .tooltip-inner {
	background-color: #ffffee;
	color: #333;
	border: 1px solid #ccc;
}
.tooltip.bottom > .tooltip-arrow {
	border-bottom-color: #999;
	color: #333;
}
/* hogy működjön a tooltip... */
.navbar-fixed-top {
	z-index: 16;
}

/* NAVBAR */
.nav2 {
	margin-top: 40px;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	border-top: 1px solid #e7e7e7;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav > li > a {
	padding: 10px 12px;
}
.navbar-default {
	background-color: #eee;
}
.navbar, .navbar-header {
	min-height: 80px;
}
.navbar-brand {
	padding: 10px;
}
.navbar-brand > .top_logo {
	margin-top: 6px;
}
.navbar-nav > li > a {
	padding-top: 40px;
}
.dropdown-menu > li > a {
	font-size: 1.2em;
}
.navbar-toggle {
		margin-top: 23px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
}
.dropdown-menu {
	background-color: #eeeeee;
	border-color: #e7e7e7;
}
.dropdown-menu > li > a {
	color: #777;
}
.nav2 .navbar-title {
	display: none;
}
/* HOVER DROPDOWN */
@media (max-width: 1199px) {
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 991px) {
	.navbar-left {
		margin: 14px -15px 7.5px 0px;
	}
	.navbar-right {
		margin: 2px -15px 0px 0px;
	}
	.navbar-nav > li > a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav > li > a {
		padding: 0px 5px;
	}
}
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 100%;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.navbar-nav {
		margin: 0px -15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background: transparent;
	}
	.nav2 .navbar-title {
		display: inline;
	}
	.navbar-nav .tooltip {
		display: none !important;
	}
	.nav2 .caret {
		display: none;
	}
	.nav2 .nav-item-search {
		cursor: hand; cursor: pointer;
	}
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
	outline: 0px none;
}
.caret {
	margin-top: -5px;
}

/* SEARCH & USER */
.dropdown-search .dropdown-menu {
	padding: 0;
	margin: 0;
}
.dropdown-search .form-control {
	border: none;
	box-shadow: none;
	background: #fff;
	height: 40px;
	font-size: 1.1em;
}
.dropdown-search .form-inline .input-group > .form-control {
	width: 120px;
}
.dropdown-search .form-control:focus {
	border-color: transparent;
	outline: 0px none;
	box-shadow: none;
}
.dropdown-search .btn {
	padding: 12px 12px;
}
.dropdown .glyphicon-search {
	cursor: hand; cursor: pointer;
}
@media (max-width: 767px)	{
	.dropdown-search .form-control {
		border: none;
		box-shadow: none;
		background: #fff;
		height: 40px;
		font-size: 1.1em;
		width: 100% !important;
		margin-right: 150px;
	}
}

/* CAROUSEL ------------------------------------------------------------------------------------------- */

.carousel {
	margin-bottom: 0;
	color: white;
	font-family: Ubuntu,Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.carousel-inner .container {
	position: relative;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
	width: 100%;
}
.carousel-indicators {
	bottom: -17px;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: none;
	border: 1px solid #bbb;
	border-radius: 12px;
	margin: 0;
}
.carousel-indicators .active {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}
.carousel-control {
	width: 80px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.arrow-left, .arrow-right {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.arrow-left {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 25px;
}
.arrow-right {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 25px;
}

@media (max-width: 991px)	{
	.carousel-control {
		width: 60px;
	}
	.arrow-left, .arrow-right {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.arrow-left {
		left: 20px;
	}
	.arrow-right {
		right: 20px;
	}
}
@media (max-width: 767px)	{
	.carousel-control {
		width: 40px;
	}
	.arrow-left, .arrow-right {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.arrow-left {
		left: 10px;
	}
	.arrow-right {
		right: 10px;
	}
}

.carousel-caption {
	z-index: 10;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
	text-align: left;
	background: rgba(0, 0, 0, .4);
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	width: 50%;
	left: auto;
	right: 5%;
	bottom: 60px;
}
.carousel-caption h2 {
	margin-bottom: 5px;
	font-size: 2.8em;
	/*font-weight: bold;*/
}
.carousel-caption p {
	margin-top: 5px;
	font-size: 1.6em;
}
@media (max-width: 1199px) {
	.carousel-caption {
		width: 50%;
		bottom: 40px;
	}
	.carousel-caption h2 {
		font-size: 2.5em;
	}
	.carousel-caption p {
		font-size: 1.4em;
	}
}
@media (max-width: 991px) {
	.carousel-caption {
		bottom: 30px;
	}
	.carousel-caption h2 {
		font-size: 2.2em;
	}
	.carousel-caption p {
		font-size: 1.2em;
	}
}
@media (max-width: 767px) {
	.carousel-caption {
		width: 80%;
		left: 10%;
		right: auto;
		text-align: center;
	}
	.carousel-caption h2 {
		font-size: 2.5em;
	}
	.carousel-caption p {
		font-size: 1.4em;
	}
}
@media (max-width: 499px) {
	.carousel-caption h2 {
		font-size: 1.6em;
	}
	.carousel-caption p {
		font-size: 1em;
	}
}
@media (max-width: 319px) {
	.carousel-caption h2 {
		font-size: 1.5em;
	}
	.carousel-caption p {
		font-size: 0.9em;
	}
}
.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:focus {
	color: white;
	text-decoration: none;
}

/* CONTENT ------------------------------------------------------------------------------------------- */

.content {
	background: white;
	padding: 30px 0 10px 0;
	font-family: Ubuntu,Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.content .text-left {
	text-align: left;
}
.content .text-center {
	text-align: center;
}
.content .text-right {
	text-align: right;
}
.content .text-justify {
	text-align: justify;
}

/* HTML ELEMENTZ */

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 0 0 30px 0;
	padding: 0;
	padding-top: 100px;
	margin-top: -100px;
}
.anchor {
	padding-top: 100px;
	margin-top: -100px;
}
.content h1 {
	font-size: 2.1em;
}
.content h2 {
	font-size: 1.7em;
}
.content h3 {
	font-size: 1.5em;
}
.content h4, .content h5, .content h6 {
	font-size: 1.2em;
}

.content a, .content a:focus, .content a:active {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
a#page_top {
	padding-top: 140px;
	margin-top: -140px;
}
.content a.btn:focus {
	border: 1px solid transparent;
}
.content a.disabled {
	cursor: not-allowed;
}
.content h5.textonly-link:hover {
	text-decoration: underline;
	cursor: hand; cursor: pointer;
}

.content .embed-inline {
	vertical-align: text-bottom;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
/*.content a.embed-inline:hover {
	background: #eee;
}*/

.content p {
	line-height: 110%;
	margin: 0 0 27px 0;
	padding: 0;
	/*text-align: justify;*/
}
.content table p {
	margin: 3px 0 3px 0;
}
.content p.date {
	color: #999;
}

.content ul {
	list-style: disc;
	margin: 0 0 30px 0;
	padding-left: 30px;
}
.content ol {
	list-style: decimal;
	margin: 0 0 30px 0;
	padding-left: 30px;
}
.content ol.abc_lower {
	list-style-type: lower-alpha;
}
.content ol.abc_upper {
	list-style-type: upper-alpha;
}
.content ol.roman_nums {
	list-style-type: upper-roman;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}
.content ul ul,
.content ol ul {
	list-style-type: circle;
}
.content li {
	line-height: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content li span {
	color: #333;
}

.content .popover ul {
	margin: 0 0 0 0;
}

.content .bootstrap-select .btn {
	padding: 6px 12px;
	line-height: 1em;
}
.content .dropdown-menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-position: inside;
}
.content .dropdown-menu ul li {
	font-family: Ubuntu,Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.content hr {
	 border: 0;
	 height: 0;
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	 margin: 0 0 30px 0;
}

.content sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 0.8ex;
	font-size: 0.75em;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top: 0.3ex;
	font-size: 0.75em;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.content h1 sub {
	font-size: 0.4em;
}

.content u {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.content kbd {
	padding: 2px 4px;
	font-size: 90%;
	font-family: UbuntuMono, Menlo, Monaco, Consolas, "Courier New", monospace;
	color: #fff;
	background-color: #555;
	/*color: #333;
	background-color: #ddd;*/
	border-radius: 3px;
	line-height: 110%;
	-webkit-box-shadow: none;
	box-shadow: none;
	white-space: nowrap;
}

.content pre {
	margin-bottom: 27px;
	font-family: UbuntuMono, Menlo, Monaco, Consolas, "Courier New", monospace;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;   
}

.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.biggest {
  font-size: 150%;
}
.text-white {
	color: white;
}

/* tablez */
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 auto 30px;
	border: none;
	width: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
	.table-responsive > table > thead > tr > th,
	.table-responsive > table > tbody > tr > th,
	.table-responsive > table > tfoot > tr > th,
	.table-responsive > table > thead > tr > td,
	.table-responsive > table > tbody > tr > td,
	.table-responsive > table > tfoot > tr > td {
		white-space: normal;
	}
}
.content table.default {
	border-collapse: collapse;
	margin: 0 auto 30px;
	padding: 0;
	border: 1px solid #e0e0e0;
	text-align: left;
}
.content .table-responsive table.default {
	margin: 0 auto 0;
}
.content table.default tr {
}
.content table.default tr.table_row_dark {
	background: #f4f4f4;
}
.content table.default tr.table_row_light {
	background: white;
}
.content table.default th {
	color: white;
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.content table.default th.colored {
	color: white;
}
.content table.default th p {
	padding: 0;
	margin: 0;
}
.content table.default td {
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.content table.default td.colored {
	color: white;
}
.content table.default td p {
	margin: 0;
	padding: 0;
}
.content table.default th.text-left,
.content table.default td.text-left {
	text-align: left;
}
.content table.default th.text-center,
.content table.default td.text-center {
	text-align: center;
}
.content table.default th.text-right,
.content table.default td.text-right {
	text-align: right;
}
.content table.default th.text-justify,
.content table.default td.text-justify {
	text-align: justify;
}
.content table.default th.valign_center,
.content table.default td.valign_center {
	vertical-align: middle;
}

.content table.renderedtable {
	border-collapse: collapse;
	margin: 0 auto 30px;
	padding: 0;
	border: none;
	text-align: left;
	text-shadow: 0px 1px #f8f4de;
}
.content table.renderedtable tr.table_row_dark,
.content table.renderedtable tr.table_row_light,
.content table.renderedtable tr:hover {
	background: none;
}
.content table.renderedtable th {
	background: none;
	border: none;
	padding: 0;
	font-weight: normal;
}
.content table.renderedtable td {
	padding: 0;
	border: none;
}
.content table.renderedtable th.text-left,
.content table.renderedtable td.text-left {
	text-align: left;
}
.content table.renderedtable th.text-center,
.content table.renderedtable td.text-center {
	text-align: center;
}
.content table.renderedtable th.text-right,
.content table.renderedtable td.text-right {
	text-align: right;
}
.content table.renderedtable th.text-justify,
.content table.renderedtable td.text-justify {
	text-align: justify;
}
.content table.renderedtable th.valign_center,
.content table.renderedtable td.valign_center {
	vertical-align: middle;
}

.content table.default th.search_date {
	width: 110px;
}
.content table.default th.search_type {
	width: 75px;
}
.content table.default th.search_score {
	width: 100px;
}
.content table.default td.search_type {
	text-align: center;
}
.content table.default td.search_type b {
	display: none !important;
}

/* image galleriez */
.content table.image_gallery td {
	padding: 15px;
	vertical-align: middle;
}

/* form elementz */
.content .form-group label {
	margin: 0 0 5px 0;
}
.content .form-group label.larger {
	font-size: 1.3em;
}
.content .form-control, .content .btn {
	font-size: 1em;
}
.content .btn-lg {
	font-size: 1.2em;
}
.content .btn-md {
	font-size: 1em;
}
.content .btn-sm {
	font-size: 0.9em;
}
.content .btn-xs {
	font-size: 0.8em;
}
.content .btn {
	/*margin-right: 30px;*/
}
.content a.btn-default {
	color: #333;
	text-decoration: none;
}
.content a.btn-primary, .content a.btn-success, .content a.btn-info, .content a.btn-warning, .content a.btn-danger, .content a.btn-link {
	color: white;
	text-decoration: none;
}
.content .btn .glyphicon {
	font-size: 0.9em;
	opacity: 0.5;
}
.content .btn:hover .glyphicon,
.content .btn:focus .glyphicon {
	opacity: 1;
}



.content input {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content input:focus {
	border: 1px solid #888888;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content textarea {
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content select {
	border: 1px solid #ccc;
}
.content .form-control, .content .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.content .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #888;
	background-color: #ffffee;
}
.content input.error,
.content input.error:focus,
.content textarea.error,
.content textarea.error:focus,
.content select.error,
.content select.error:focus {
	/*border-color: #d9534f;*/
	border-color: #a94442;
}
.content button:active, .content button:focus,
.content a.btn-default:active, .content a.btn-default:focus {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.content .input-group-btn {
	font-size: 0.9em;
}
.content .bootstrap-filestyle input[type="text"] {
	height: 38px;
}
.content .ezbinaryfile-list {
	clear: both;
}
.content .ezbinaryfile-list .ezbinaryfile-list-link {
	display: block;
	float: left;
	width: 99%;
	height: 41px;
	line-height: 38px;
	margin-bottom: -41px;
	padding: 0 110px 0 12px;
	border: 1px solid #ccc;
	border-right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	white-space: nowrap;
}
.content .ezbinaryfile-list .ezbinaryfile-list-link a {
	line-height: 38px;
}
.content .ezbinaryfile-list button {
	float: right;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*.content .btn-default:hover, .content .btn-default:active, .content .btn-default:active:hover,
.content a.btn-default:hover, .content a.btn-default:active, .content a.btn-default:active:hover {
	color: #cb051c;
	background-color: #d4e6ec;
	border-color: #ccc;
}
.content .btn-default:active:focus, .content .btn-default:focus,
.content a.btn-default:active:focus, .content a.btn-default:focus {
	color: #fff;
	background-color: #182f6b;
	border-color: #ccc;
}*/

/* embedded images */
.content .attribute-image img {
}
.content .attribute-image a {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}
.content .attribute-image a:hover {
}
.content .object-center .attribute-image {
	text-align: center;
}
.content .object-center .attribute-image a {
	margin: 0 auto;
}
.content .object-center .jqmedia {
	margin: 0 auto;
}

/* glyphicon white background */
.glyphicon-stack {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.glyphicon-stack .glyphicon {
	z-index: 2;
}
.glyphicon-stack .glyphicon-white-bg {
	background: white;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	width: 80%;
	height: 80%;
	top: 2px;
	left: 2px;
	z-index: 1;
}
.biggest .glyphicon-white-bg {
	width: 90%;
	height: 90%;
}

/* image signs */
.content a .image_sign {
	position: absolute;
	color: white;
	padding: 7px 0 0 7px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
	text-align: left;
}
/*.content a:hover .image_sign {
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.8);
}*/


/* embeddedd imagez */
.content div.object-left {
	margin: 0 30px 10px 0;
	padding: 0;
	float: left;
	display: block;
	max-width: 100%;
	height: auto;
}
.content div.object-right {
	margin: 0 0 10px 30px;
	padding: 0;
	float: right;
	display: block;
	max-width: 100%;
	height: auto;
}
.content div.object-center {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}
.content div.object-center div.content-view-embeddedmedia div.class-image div.attribute-image img {
	margin: 0 auto;
}
.content table.image_gallery div.object-center {
	margin: 0 auto;
}

/* bootstrap labels */
.content span.label {
    padding: 1px 3px 1px 3px;
    font-size: 80%;
    border-radius: .2em;
}

/* video */
/*.content .object-left .content-media .video-size {
	margin: 0 30px 0 0;
}
.content .object-right .content-media .video-size {
	margin: 0 0 0 30px;
}*/
.content .object-center .content-media .video-size {
	margin: 0 auto 30px auto;
}
.content video {
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content .tooltip > .tooltip-inner {
	max-width: 320px;
	/*-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;*/
}

/* mediaelements */
.mejs-controls .mejs-button button {
	background-image: url('../images/mediaelement-controls_kronos.svg') !important;
}
.mejs-container .mejs-controls,
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #444 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #777 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff !important;
}

/* collapsible */
.content .collapsible .btn-group {
	margin: 0 0 20px 0;
}
.content .collapsible .btn-sm .fa {
	opacity: 0.5;
}
.content .collapsible .btn-sm:hover .fa,
.content .collapsible .btn-sm:active .fa {
	opacity: 1;
}
.content .collapsible button:active, .content .collapsible button:focus,
.content .collapsible a.btn-default:active, .content .collapsible a.btn-default:focus {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.content .collapsible.textonly {
	padding-left: 40px;
}
.content .collapsible.textonly h5 {
	margin-left: -40px;
}

/* panel */
.float_panel .float_left {
	float: left;
}
.float_panel .float_right {
	float: right;
}
.panel_left .col-xs-1, .panel_left .col-sm-1, .panel_left .col-md-1, .panel_left .col-lg-1, .panel_left .col-xs-2, .panel_left .col-sm-2, .panel_left .col-md-2, .panel_left .col-lg-2, .panel_left .col-xs-3, .panel_left .col-sm-3, .panel_left .col-md-3, .panel_left .col-lg-3, .panel_left .col-xs-4, .panel_left .col-sm-4, .panel_left .col-md-4, .panel_left .col-lg-4, .panel_left .col-xs-5, .panel_left .col-sm-5, .panel_left .col-md-5, .panel_left .col-lg-5, .panel_left .col-xs-6, .panel_left .col-sm-6, .panel_left .col-md-6, .panel_left .col-lg-6, .panel_left .col-xs-7, .panel_left .col-sm-7, .panel_left .col-md-7, .panel_left .col-lg-7, .panel_left .col-xs-8, .panel_left .col-sm-8, .panel_left .col-md-8, .panel_left .col-lg-8, .panel_left .col-xs-9, .panel_left .col-sm-9, .panel_left .col-md-9, .panel_left .col-lg-9, .panel_left .col-xs-10, .panel_left .col-sm-10, .panel_left .col-md-10, .panel_left .col-lg-10, .panel_left .col-xs-11, .panel_left .col-sm-11, .panel_left .col-md-11, .panel_left .col-lg-11, .panel_left .col-xs-12, .panel_left .col-sm-12, .panel_left .col-md-12, .panel_left .col-lg-12 {
	padding-left: 0;
	padding-right: 30px;
}
.panel_right .col-xs-1, .panel_right .col-sm-1, .panel_right .col-md-1, .panel_right .col-lg-1, .panel_right .col-xs-2, .panel_right .col-sm-2, .panel_right .col-md-2, .panel_right .col-lg-2, .panel_right .col-xs-3, .panel_right .col-sm-3, .panel_right .col-md-3, .panel_right .col-lg-3, .panel_right .col-xs-4, .panel_right .col-sm-4, .panel_right .col-md-4, .panel_right .col-lg-4, .panel_right .col-xs-5, .panel_right .col-sm-5, .panel_right .col-md-5, .panel_right .col-lg-5, .panel_right .col-xs-6, .panel_right .col-sm-6, .panel_right .col-md-6, .panel_right .col-lg-6, .panel_right .col-xs-7, .panel_right .col-sm-7, .panel_right .col-md-7, .panel_right .col-lg-7, .panel_right .col-xs-8, .panel_right .col-sm-8, .panel_right .col-md-8, .panel_right .col-lg-8, .panel_right .col-xs-9, .panel_right .col-sm-9, .panel_right .col-md-9, .panel_right .col-lg-9, .panel_right .col-xs-10, .panel_right .col-sm-10, .panel_right .col-md-10, .panel_right .col-lg-10, .panel_right .col-xs-11, .panel_right .col-sm-11, .panel_right .col-md-11, .panel_right .col-lg-11, .panel_right .col-xs-12, .panel_right .col-sm-12, .panel_right .col-md-12, .panel_right .col-lg-12 {
	padding-left: 30px;
	padding-right: 0;
}
.panel-default {
    border-color: #e0e0e0;
}
.panel-default > .panel-heading,
.panel-default > .panel-heading a {
	color: white;
	font-weight: bold;
}
.content .panel-body {
	padding: 25px 15px 0 15px;
}
.panel-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #e0e0e0;
}

/* pagination */
ul.pagination {
	margin: 20px 0 0 0;
}
.pagination > li > a:hover {
	text-decoration: none;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    cursor: default;
	border-top: none;
	border-bottom: none;
}

/* VIEWS ------------------------------------------------------------------------------------------- */

.content-view-line {
	margin-bottom: 30px;
}
.content-view-line h2, .content-view-line h3, .content-view-line h4, .content-view-line h5, .content-view-line h6 {
	margin: 0 0 10px 0;
	padding-top: 100px;
	margin-top: -100px;
}
.content-view-children .content-view-line h2, .content-view-children .content-view-line h3, .content-view-children .content-view-line h4, .content-view-children .content-view-line h5, .content-view-children .content-view-line h6,
.content-view-children .row .content-view-line h2, .content-view-children .row .content-view-line h3, .content-view-children .row .content-view-line h4, .content-view-children .row .content-view-line h5, .content-view-children .row .content-view-line h6 {
	margin: 0 0 10px 0;
	padding-top: 0px;
	margin-top: 0px;
}
.content-view-line ul {
	margin: 0 0 10px 0;
}
.content-view-line p {
	margin: 0 0 10px 0;
}

/* FOOTER THINGZ ------------------------------------------------------------------------------------------- */

footer {
	color: white;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	padding: 10px 0 10px 0;
}
footer .navbar, footer .navbar-header {
	min-height: 1px;
}
footer .navbar {
	margin: 0;
}
footer .navbar-default {
	background-color: transparent;
	border: none;
	border-color: transparent;
}
footer .navbar-nav {
	margin: 0;
}
footer .navbar-nav > li {
	float: none;
	display: inline-block;
}
footer .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .navbar-brand {
	padding: 0;
	font-weight: bold;
	height: 1px;
	line-height: 1px;
}
footer .navbar-default .navbar-brand, footer .navbar-default .navbar-brand:hover, footer .navbar-default .navbar-brand:focus {
	color: white;
}
footer .navbar-default .navbar-brand:hover, footer .navbar-default .navbar-brand:focus {
	text-decoration: underline;
}
footer .navbar-default .navbar-brand > img {
	display: inline;
	border: 1px solid white;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
footer .navbar-nav > li > a {
	padding: 4px 0;
}
footer .navbar-default .navbar-nav > li > a,
footer .navbar-default .navbar-nav > li.active > a,
footer .navbar-default .navbar-nav > li > a:hover,
footer .navbar-default .navbar-nav > li > a:focus,
footer .navbar-default .navbar-nav > li.active > a:hover,
footer .navbar-default .navbar-nav > li.active > a:focus {
	color: white;
}
footer .navbar-default .navbar-nav > li.active > a,
footer .navbar-default .navbar-nav > li > a:hover,
footer .navbar-default .navbar-nav > li > a:focus {
	text-decoration: underline;
}
/*footer .spacer {
	opacity: 0.3;
	padding: 0 3px;
}*/
@media (max-width: 767px)	{
	footer .spacer {
		display: block;
		height: 0;
		opacity: 0;
	}
}
@media (min-width: 768px)	{
	footer .spacer {
		display: inline;
		opacity: 0.3;
		padding: 0 3px;
		opacity: .3;
		height: inherit;
	}
}
footer div.small {
	padding-left: 26px;
}
@media (max-width: 991px)	{
	footer .navbar, footer .navbar-header {
		margin-bottom: 10px;
	}
	footer .navbar-brand {
		float: none;
	}
	footer .navbar-default .navbar-collapse, footer .navbar-default .navbar-form {
		border: none;
		border-color: transparent;
	}
	footer .navbar-collapse {
		box-shadow: none;
		padding-right: 0;
		padding-left: 0;
	}
	footer .navbar-nav > li {
		margin: 0 20px 0 0;
	}
	footer .container > .navbar-collapse {
		margin-left: -15px;
	}
}
@media (min-width: 768px)	{
	footer .navbar-default .navbar-brand {
		margin-right: 20px;
	}
}
@media (min-width: 992px)	{
	footer .navbar-default .navbar-brand {
		margin-right: 20px;
	}
	footer .navbar-nav > li {
		margin: 0 5px;
	}
}
@media (min-width: 1200px)	{
	footer .navbar-default .navbar-brand {
		margin-right: 40px;
	}
	footer .navbar-nav > li {
		margin: 0 10px;
	}
}

footer hr {
	 border: 0;
	 height: 0;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	 margin: 10px 0 0 0;
}
footer h3 {
	margin: 10px 0;
}
footer p {
	margin: 10px 0;
}
footer ul {
	margin: 10px 0 0 45px;
}
footer ul ul {
	margin: 0 0 0 20px;
}
footer ul li {
	margin: 2px 0;
}
footer a {
	color: white;
}
footer a:hover, footer a:focus {
	color: white;
}
footer img {
	border: 1px solid white;
	background: white;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
@media (ax-width: 767px)	{
	footer br {
		display: none;
	}
}

/* PER PAGE THINGZ ------------------------------------------------------------------------------------------- */
/*.node_2 h1 {
	display: none;
}*/

/* OTHER	------------------------------------------------------------------------------------------- */



.popover {
	background-color: #ffffdd;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-break: auto;
}
.popover.right > .arrow {
}
.popover.right > .arrow::after {
	border-right-color: #ffffdd;
}




div.approval {
	margin-top: 30px !important;
}

.help-icon {
	color: #999;
}

div.show-only-with-js {
	display: none;
}

.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}

.content .checkbox label.blink::before {
    border: 2px solid #fff;
}
.content .checkbox label.blink::after {
	color: #fff;
}

.cursor_hand {
	cursor: hand; cursor: pointer;
}

/* search highlight */
.highlight {
	background-color: #ffff88;
	color: #333;
}

/* system messages */
.alert {
	padding: 20px 20px 0 20px;
}

.alert-success {
	border-color: #3c763d;
}
.alert-success ul,
.alert-success ul li,
.alert-success ul li span {
	color: #3c763d;
}

.alert-warning {
	border-color: #dacbac;
}

.alert-danger {
	border-color: #a94442;
}
.alert-danger ul,
.alert-danger ul li,
.alert-danger ul li span {
	color: #a94442;
}

.alert-warning {
	border-color: #dacbac;
}


.content .form-group {
	position: relative;
}
.content span.error {
	position: absolute;
	bottom: -12px;
	left: 0;
	display: inline-block;
	padding: 2px;
	color: #fff;
	background: #a94442;
	font-size: 13px;
	border-radius: 4px;
	font-weight: normal;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content .form-group.checkbox-single.approval span.error {
	width: 300px;
	bottom: -12px;
	left: 0;
}
.content .form-group.radio-group label:first-child {
	margin-bottom: 10px;
}
.content .form-group.radio-group span.error {
	top: 20px;
	bottom: inherit;
	left: 0;
}
.content .form-group.msb label:first-child {
	margin-bottom: 10px;
}
.content .form-group.msb span.error {
	top: 20px;
	bottom: inherit;
	left: 0;
}
.content span.error[id="hiddenRecaptcha-error"] {
	left: inherit;
	right: 0;
	bottom: -10px;
}
.content .captcha-container {
	text-align: right;
}
.content .g-recaptcha > div {
    margin: 0 0 0 auto;
}
.content div.approval {
    margin-top: 0 !important;
}


.popover.error {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	color: #fff;
	background: #a94442;
	font-size: 14px;
	max-width: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 3;
}
.popover.error.bottom {
	margin-top: -9px;
}
.popover.error.bottom > .arrow {
	display: none !important;
}
.popover.error.bottom > .arrow::after {
	display: none !important;
}
.popover.error .popover-content {
	padding: 1px 2px;
}
.popover.error .popover-content:before {
	font-family: FontAwesome;
	content: "\f071";
	display: inline-block;
	margin-right: 3px;
	color: #fff;
	font-weight: normal;
	padding: 1px;
}

.multipleselectbox .popover.error,
.radio-group .popover.error {
	position: relative !important;
	top: -5px !important;
	left: -20px !important;
}

/*.checkbox-single label.error {
	margin-bottom: 20px;
}*/
.checkbox-single .popover.error {
	top: 35px !important;
	left: 0 !important;
}


label.error {
	color: #a94442;
}
label.error::before {
	border-color: #a94442;
}


/* debug */
table#debug {
	border-collapse: collapse;
	border: 1px solid #888;
	font-size: 0.8em;
	margin: 0 auto;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
}
table#debug td {
	padding: 10px;
	border: 1px solid #888;
}
table#debug td th {
	border: 1px solid #888;
	padding: 1px;
}
table#debug td td {
	padding: 1px;
}

/* browser update warning */
body .buorg {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border: none;
	background: #cc0;
	background: rgba(230,230,50,0.95);
	text-align: left;
	cursor: pointer;
	font-family: "Ubuntu Condensed",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 0.9em;
	padding: 1em;
}
body .buorg div {
	padding: 0;
}
body .buorg a,
body .buorg a:visited {
	color: #333;
}
body .buorg a:hover {
	text-decoration: none;
}
body #buorgclose {
	position: absolute;
	right: .5em;
	top: .2em;
	height: 20px;
	width: 12px;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0;
	color: #333;
	text-decoration: none;
}





.pos_rel {
	position: relative;
}



/*.captcha {
	margin: 20px 0;
}
#g-recaptcha-response {
	display: block !important;
	margin: 20px 0 !important;
}
.content-action {
	margin: 70px 0 0 0 !important;
}*/

.gchecking {
	visibility: hidden;
}




a.btn.disabled {
	cursor: not-allowed !important;
	pointer-events: initial !important;
}





/* kapcsolat ikon */
div.g-kapcsolat {
	position: relative;
}
div.g-kapcsolat div.cont {
	position: fixed;
	bottom: 7rem;
	right: 7rem;
}
div.g-kapcsolat div.cont a {
	position: relative;
	display: block;
	opacity: 0.75;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
div.g-kapcsolat div.cont a .icon {
	display: block;
	width: 5rem;
	height: 5rem;
	background: #447393;
	border-radius: 3.625rem;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 11;
	border: 0.5rem solid rgba(255,255,255,0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3); 
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
div.g-kapcsolat div.cont a .icon .fa {
	margin: .75rem 0 0 0;
}
div.g-kapcsolat div.cont a .text {
	display: block;
	width: 13rem;
	font-weight: bold;
	height: 5rem;
	transform: scale(0,1);
	transform-origin: 120% 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: #385e77;
	color: #fff;
	border-radius: 3.625rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 1.75rem;
	line-height: 4rem;
	text-align: left;
	padding-left: 1rem;
	font-family: sans-serif;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 0.5rem solid rgba(255,255,255,1);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3); 
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
div.g-kapcsolat div.cont a:hover {
	opacity: 1;
}
div.g-kapcsolat div.cont a:hover .icon {
	border: 0.5rem solid rgba(255,255,255,1);
	background: #385e77;
}
div.g-kapcsolat div.cont a:hover .text {
	transform: scale(1,1);
	margin-right: -2.5rem;
}

@media (max-width: 767px) {
	div.g-kapcsolat div.cont {
		bottom: 5rem;
		right: 5rem;
	}
	div.g-kapcsolat div.cont a .icon {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.75rem;
		border: 0.25rem solid rgba(255,255,255,0.5);
	}
	div.g-kapcsolat div.cont a .icon .fa {
		margin: .65rem 0 0 0;
	}
	div.g-kapcsolat div.cont a:hover .icon {
		border: 0.25rem solid rgba(255,255,255,1);
	}
	div.g-kapcsolat div.cont a .text {
		width: 12.25rem;
		height: 3.45rem;
		border: 0.25rem solid rgba(255,255,255,1);
		line-height: 3rem;
		transform-origin: 115% 50%;
	}
	div.g-kapcsolat div.cont a:hover .text {
		margin-right: -2rem;
	}
}