/*globalis css beallitasok*/

@font-face{
	font-family: poppinsReg;
	src: url(../fonts/Poppins-Regular.ttf);
}

@font-face{
	font-family: poppinsBold;
	src: url(../fonts/Poppins-Bold.ttf);
	font-weight: bold;
}

*{font-family: 'poppinsReg';}

h1,h2,h3,h4,h5,h6{font-family: 'poppinsBold';}

html{
	margin: 0;
	padding: 0;
}

.alert-warning{
	background-color: #ffff01;
	color: #000;
	border: none;
}

#nav{padding: 0;}

.collapse-nav{
  border-radius: .25rem;
  width: 64.7%;
  margin-left: 28.2%;
}

#ehk{
	width: 13.5625rem;
	background-color: #7BC521;
}

#ehk:hover{
	border: 1px solid #7BC521 !important;
	background-color: #006F47 !important;
}

.collapse-nav .card{background-color: transparent !important;}

.fa,.far,.fas{font-family: "Font Awesome 5 Free" !important;}

.mini-logo{
  background: url('../images/obudai_platan_konvtar_logo_feher_h30.png') center center no-repeat;
  width: 3rem;
  max-width: 100%;
}

.btn-ikon,#btn-search{
  width: 1.875rem;
  height: 1.875rem;
}

.btn-ikon{margin-right: .5rem;}

.btn-ikon::before{
  width:0;
  height:0;
  visibility:hidden;
}

#social .btn-primary{
  height: 1.875rem;
  margin-left: 2rem;
}

#nyitvatartas{background-color: }

#btn-search{
	margin: 0;
	padding: 0;
	background-size: 1.875rem 1.875rem;
	background-repeat: no-repeat;
	background-position: center;
}

input[name="keres"]{height: 1.875rem;}

#cat h2{font-size: 1.6rem;}

#forms{margin: 1rem 0;}

#form.card{
  margin-top: 0;
  padding-top: 0;
}

#news{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#news .card,#newbie .card,#green .card{border: 1px solid #7BC521;}

#newbie .row,#green .row{margin-top: 2em;}

#newbie .card,#green .card{margin-top: 1em;}

#books{padding: 3rem 0;}

.btn-details{margin: 1rem 0;}

#talalat{padding: 2rem 0;}

#about .nav-item a{font-size: 1em;}

#about .nav-link{padding: .5rem;}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px){
	.alert-warning{
		background-color: #ffff01;
		color: #000;
		border: none;
	}

  .just-desktop{display: none;}
  
  

  #social .btn-primary{
    margin-left: 0;
    margin-top: 1rem;
  }
  
  .collapse-nav{
    width: 100%;
    margin-left: 0;
  }


}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px){
	.alert-warning{
		background-color: #ffff01;
		color: #000;
		border: none;
	}

  #forms .nav,#publications .nav{font-size: 80%;}
  
  #publications .nav-link{padding: .3rem;}

  #news .little-title{
    position: absolute;
    width: 100%;
    bottom: .1px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #FFF;
    opacity: .7;
  }
  
  #news .little-title{
		vertical-align: middle;
		height: 57px;
	}
  
  .just-desktop{display: none;}

  #books{padding: 0;}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){
	.alert-warning{
		background-color: #ffff01;
		color: #000;
		border: none;
	}

  #news .little-title{
    position: absolute;
    width: 100%;
    bottom: .1px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #FFF;
    opacity: .7;
  }

  .just-desktop{display: none;}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px){
	.alert-warning{
		background-color: #ffff01;
		color: #000;
		border: none;
	}

  #news .little-title{
    position: absolute;
    width: 100%;
    bottom: .02rem;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #FFF;
    opacity: .7;
  }

  .just-desktop{display: none;}

  .nav-item a{font-size: 1rem;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px){
  .nav-item a{font-size: 1rem;}
  
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px){
}

/*Feltoltes*/
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
