/*main colors*/
:root {
  --color-font: #ffffff;
  --color-font1: #ec1c24;
  --color-font2: #2aa8e0;
  --color-border: #ffffff;
  --color-bg: #000000;
  --color-bg1: #212a48;
  --color-link: #2aa8e0;
  --color-link-h: #9e9e9e;
  --color-link-invert: #ffffff;
  --color-link-invert-h: #2aa8e0;
  --color1: #ec1c24;
  --color1-invert: #ffffff;
  --color2: #2aa8e0;
  --color2-invert: #ffffff;
  --color-ok: #7fc241;
  --color-warn: #dfb326;				  
  --color-error: #ec1c24;				  
}


body { 
	height: 100%;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	color: var(--color-font);
	/*background: #000000;*/
	background: #000000 url(/images/bg.png) no-repeat bottom center;
	background-size: cover;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	/*border-left: 1px solid rgba(0,0,0,1);
	padding-left: 1rem;*/
	color: var(--color1);
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a:link,a:visited { color: var(--color-link); text-decoration: none; }
a:active,a:hover { color: var(--color-link-h); text-decoration: none; }

.c1 { color: var(--color1); }
.c2 { color: var(--color2); }
.c3 { color: var(--color-font); }
.c4 { color: var(--color-bg); }
.ok { color: var(--color-ok); }
.err { color: var(--color-error); }
.form-control.err{ background-color: var(--color-error) !important; }

.aoboxbody { padding: 15px 0px; }
.aoboxbody p { text-align: justify; }

.indent1 { margin-left: 40px; }
.indent2 { margin-left: 80px; }
.indent3 { margin-left: 120px; }

/*main divs*/
.main { }
.header { }
.contwrap {
	position: relative;
	
}
.maincont { 
	min-height: 400px; 
}
.maincont.belso {
}
.maincont.belso p {
	line-height: 1.7em;
}
.cont { }
.footer { }

/*default anim*/
.main,.navbar,.header,.header-wrap,.wrap-logo{
	transition: all 0.8s;
}

/*separated block*/
.block {
	background-color: #ffffff; 
	margin: 0px auto 10px auto;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.85);		
}
.block  > .row  > [class*="col-"] {
	padding: 0px 40px;
	border: 1px solid #ffffff;
}
.radius {
	border-radius: 15px;
}

/*navbar*/
.navbar {
	background: var(--color1);
}

.navbar .navbar-brand {
	padding: 10px 0px;
}
.navbar .navbar-toggler .fa {
	color: var(--color1-invert);
	border: none;
}
.navbar .navbar-toggler .fa:hover {
	color: var(--color-link-invert-h);
	border: none;
}
.navbar .navbar-toggler[aria-expanded="false"] .fa {
	transform: rotate(0deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .fa {
	transform: rotate(-90deg);
}

.navbar .navbar-brand img {
	max-height: 45px;
}
.navbar-nav .nav-link {
	font-size: 0.85rem;
	color: var(--color-link-invert);
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	margin: 0 0.8rem;
}
.navbar-nav .nav-link:hover {
	color: var(--color-link-invert-h);
}
/*menu es almeniu effekt*/
.navbar-nav.wefffect a.nav-link::before, .navbar-nav.wefffect a.dropdown-item::before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.3s;
  opacity: 0;
  background-color:  var(--color-link-invert);
}
.navbar-nav.wefffect a.nav-link::before, .navbar-nav.wefffect a.dropdown-item::before{
	left: 0;
}
.navbar-nav.wefffect a.nav-link:hover::before, .navbar-nav.wefffect a.dropdown-item:hover::before{
	width: 100%;
	opacity: 1;
}
.inactive .nav-link {
	opacity: 0.2;
}
.inactive .nav-link:hover {
	color: var(--color1-invert) !important;
}

.nav-item.dropdown.show a{
}

.dropdown-menu{
	background: var(--color1);
	font-size: 0.85rem;
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	border: none;
	background: var(--color1);
	left: 13px;
	transition: all 0.3s;
}

a.dropdown-item {
	padding: 8px 20px;
	color: var(--color1-invert);
	position: relative;
}
.dropdown-item:hover {
	color: var(--color-link-invert);
	background-color: rgba(255,255,255,0.1);
}

/*custom caret*/
[data-toggle="dropdown"]:after {
  margin-left: 10px;	
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}

.show [data-toggle="dropdown"]:after {
  content: "\f077";
}
.dropdown-toggle {
  display: flex;
}
.dropdown-toggle:after {
  border: none;
}

/*social*/
.navbar .social {
}
.navbar .social .nav-link{
	margin: 0 0.3rem;
	font-size: 1.5rem;
}
.navbar .social .far {
	color: var(--color1-invert);
}

/*scroll shrink*/
 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0,0,0,0.9);
}
.shrink .nav-item.dropdown.show a {
	background: transparent;
}

.shrink .dropdown-menu{
	background: rgba(0,0,0,0.9);
}


/*footer elements*/

.footer h4 {
	margin: 10px 0px 20px 0px;
	padding: 0;
	border: none;
	font-size: 1.3rem;
	font-weight: 600;
}

.footer {
	margin: 20px 0px 0px 0px;
	background: var(--color-bg);
}

.footerlogo {
	text-align: center;
}

.footerlogo img {
	max-height: 75px;
	padding: 10px 0px;
}

.footercegnev {
	font-weight: 600;
	padding: 0px 0px 10px 0px;
}

.footer .fa {
	margin-right: 10px;
	color: var(--color1);
}

.footeraddress {
	text-align: left;
	padding: 10px;
}

.footeraddress a:link,.footeraddress a:visited { color: var(--color-link); text-decoration: none; }
.footeraddress a:active,.footeraddress a:hover { color: var(--color-link-h); text-decoration: none; }

.footermenu {
	text-align: left;
	padding: 10px;
}
.footermenu ul {
	margin-bottom: 0px;
}
.footermenu a:link,.footermenu a:visited { color: var(--color-link);  text-decoration: none; }
.footermenu a:active,.footermenu a:hover { color: var(--color-link-h);  text-decoration: none; }

.footercopyrl {
	font-size: 0.8rem;
	text-align: left;
}
.footercopyrr{
	font-size: 0.8rem;
	text-align: right;
}

.footer1 {
	border-top: 1px solid var(--color-border);
	margin-bottom: 20px;	
	padding: 20px 0px;
	text-align: center;
}

/*buttons*/

.btn {
	border-radius: 0.35rem;
	padding: 0.375rem 1.3rem;
	font-size: 0.7rem;
	text-transform: uppercase;	
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
}

.btn .fas {
	margin-left: 1rem;
}

.btn.btn-info {
	background-color: var(--color1);
	border-color: var(--color1);
}
.btn.btn-info:hover {
	background-color: var(--color2);
	border-color: var(--color2);
}

.btn.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}
.btn.btn-success:hover {
	background-color: #218838;
	border-color: #218838;
}


/*site css*/

.location {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	margin: 1rem 0;
}
.moreinfo {
	text-align: center;
	margin: 2rem 0;
	color: var(--color-font2);
}

.breadcrumb {
	margin: 2rem 0;
	background-color: var(--color-bg);
}
.breadcrumb li {
	margin-left: 10px;
}
.breadcrumb li a {
	/*padding-right: 10px;*/
}
.breadcrumb li:after {
	margin-left: 10px;
	content:"/";
}
.breadcrumb li:last-child:after{
	content:"";
}

.social .fab{
	font-size: 1.5rem;
}

/*seacrh*/

.topsearch {
	display: inline-block;
}
.topsearch input {
	margin: 0px 5px;
	/*border: 1px solid var(--color-border);*/
	border: none;
	background:  var(--color-bg);
	height: 2rem;
	border-radius: 0.35rem;
	width: 230px;
	padding: 3px 10px;
}
.header .button-search {
	box-shadow: none;
	padding: 0;
}

.header .button-search .fas {
	font-size:1.5rem;
	margin-left: 5px;
	border-radius: 0px;
	color: var(--color1-invert);
}

/*aodoc*/
.aodoclist {
	padding: 1rem 2rem;
}
.aodoclist a{
	padding-left: 1rem;
}


/* talalati oldal */
.tallapozot {  /*border-bottom: 1px solid var(--color-border);*/ }
.tallapozob { /*border-top: 1px solid var(--color-border);*/ margin-top: 10px;}
.talbox { margin: 1rem 0px 0px 0px; padding: 5px;}
.talcim { font-size: 1.2; color: var(--color1); font-weight: 600;}
.talbody { line-height: 1.5em; text-align: justify;}
.tallink { color: var(--color1); font-style: italic;}
.taltipus { color: var(--color1) !important; }
.talkiem { color: var(--color-warn) !important; font-weight: 600; }
.talcim a:link,.talcim a:visited { color: var(--color-link); text-decoration: none; }
.talcim a:active,.talcim a:hover { color: var(--color-link);  text-decoration: none; }

/*lapozo*/
.slapozo{ margin: 10px 0px; height: 31px; line-height: 31px; font-size: 13px; text-align: center; color: var(--color-border) }
.slapozosel { padding: 0px 30px 0px 30px; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border);}
.slapozoinp { border: none; font-size: 14px; color: #000000;}
.slapozonext,.slapozoprev  { color: var(--color-border);}
.slapozoprev a:link,.slapozoprev a:visited, .slapozonext a:link,.slapozonext a:visited { color: #000000; text-decoration: none; transition: color 0.3s ease-in-out 0s; }
.slapozoprev a:active,.slapozoprev a:hover, .slapozonext a:active,.slapozonext a:hover { color:var(--color-border); text-decoration: none; }

/*pager*/
.searchpager{ 
	font-size: 13px;
	text-align: center;
	padding: 3px 0px;
	color: #ffffff;
}
.searchpagerprev,.searchpagernext,.searchpagerfirst,.searchpagerlast { 
	padding: 5px 10px; 
	border: 1px solid #3685c6; 
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}
.searchpagerprev:hover,.searchpagernext:hover,.searchpagerfirst:hover,.searchpagerlast:hover { background-color: #656565;}
.searchpagerprev,.searchpagernext,.searchpagerfirst,.searchpagerlast { background-color: #3685c6 }
.searchpagersel { 
	padding: 0px 20px;  	
}
.searchpagerinp { 
	color: #656565; 
	background-color: #ffffff; 
	border: 1px solid #656565; 
	padding: 4px 6px;
	width: 50px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;  
 }
.searchpager a:link,.searchpager a:visited { color: #ffffff; text-decoration: none; }
.searchpager a:active,.searchpager a:hover { color: #ffffff; text-decoration: none; }


/*sprites*/
.sprite { display:inline-block; overflow:hidden; margin:0px; padding:0px; background: transparent url(images/sprites.png) no-repeat scroll;  }
.sprite { width:28px; height:28px; background-position: 0px 0px; }
.sprite:hover { width:28px; height:28px; background-position: 0px -28px; }

/*bs addon*/
/* phones, up to 575px */
@media screen and (max-width: 575px) {
}
/* 576px and up */
@media (min-width: 576px) {
}
 /*576px to 767 */
@media (min-width: 576px) and (max-width: 767px) {
}
/* phones, up to 767px */
@media (max-width: 767px) {
}
/* tablets, 768px and up */
@media (min-width: 768px) {
}
/* tablets, 768px to 991 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* desktops, max 991px */
@media (max-width: 991px) {
.maincont.belso {
	padding: 1em 2em;
}
.shrink .dropdown-menu{
	background: transparent;
}
.dropdown-menu{
	margin-left: 2rem;
	background: transparent;
}
.footercopyrl,.footercopyrr {
	font-size: 0.8rem;
	text-align: center;
}
}
/* desktops, 992px and up */
@media (min-width: 992px) {
}
/* desktops, 992px to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* desktops, 1200px and up */
@media (min-width: 1200px) {
}
/*only print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}


#a3_notification { padding: 5px 0; position: fixed; top: 0; width: 100%; z-index: 10000; text-align:center; height: auto !important; }
#a3_notification div { display:inline-block; background-color: #ffefbf; border: 1px solid #ffcc6f; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); color: #303030; font-size: 14px; padding: 2px 10px; margin: 2px auto; }
#a3_notification div .close { color: #efbc5f; cursor: pointer; float: right; font-size: 11px; font-weight: bold; margin: -2px -5px 0 5px; }
#a3_notification div.green { background-color: #dfefdf; border: 1px solid #6fcc6f; }
#a3_notification div.error { background-color: #ffefef; border-color: #ff6f6f; padding: 10px 20px; }
#a3_notification div.error .close { color:#ff6f6f; opacity:1} 
#a3_notification div.error ul { text-align: left; }



/*test*/
.res-test {
  background-color: red;
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .res-test {
    background-color: darkviolet;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .res-test {
    background-color: darkcyan;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .res-test {
    background-color: mediumpurple;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .res-test {
    background-color: orange;
  }
}
@media (min-width: 1200px) {
  .res-test {
    background-color: red;
  }
}
