@CHARSET "UTF-8";

#sajatlink {
    position: fixed;
    background: url("../imagetema/asajatlekerd/sajatlink.png") center center; 
    background-size: cover;
    top: 15px;
    right: 20px;
    width: 66px;    
    height: 66px;
    display: block;
    cursor: pointer;
    z-index: 15000;
}   
/* -------------------- a tartalom divizio ------------------*/

#kkgridcontainer {
  position: absolute;
  background: #262626;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9930000;
  overflow: scroll;	
  display: none;
}
#kkgridcontainertop {
  position: relative;
  background-color: #262626;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  text-align: center;
  font-family: 'Prosto One', cursive;  
  color: #f7e1a9;
  font-size: 30px;
  line-height: 30px;
}
#kkgridcontainertop span {
  font-family: 'Prosto One', cursive;  
  color: #f7e1a9;
  font-size: 22px;
  line-height: 38px;
}
#kkgridcontainerbottom {
  position: relative;
  background-color: #262626;
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #fff;
}
.kkgrid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #262626;
  padding: 0px 0 30px 30px;
  min-height: auto;
  
  justify-content: center;   /* a grid elemek balra igazitasa, a center az utolso sor reven rendezetlen benyomast kelt  */
  text-align: center;
}
.kkbgrid {                   /* reszmenu ami mindig lathato */
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #262626;
  padding: 0px 0 30px 30px;
  min-height: auto;
  
  justify-content: center;   /* a grid elemek balra igazitasa, a center az utolso sor reven rendezetlen benyomast kelt  */
  text-align: center;
}

.kkitem3container {
  background-color: #262626;
}
.kkitem3 {
  position: relative;
  width: 200px;                  
  height: 240px;                
  margin: 20px 40px 0 0;    /* a margin-left - itt 40px ami a kepek kozti tavolsag */
  overflow: hidden;
}
.kkitem3kep {
  width: 194px;             /* a 3px border miatt a fenti 200 - 2*3 = 194 */    
  height: 200px;                 
  overflow: hidden;
  margin: 0 80px 0 0;
  border: 3px solid #f7daa9;
}
.kkitem3szoveg {
  position: relative;
  background-color: #262626;
  width: 200px;
  height: 60px;             /* a fenti ket height kulonbsege 240 - 180 = 60 */
  overflow: hidden;
  font-family: 'Prosto One', cursive;  
  color: #d9c39d;
  font-size: 16px;
  padding: 5px 0;
  line-height: 13px;
}
.kkitem3plus {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 51px;                  
  height: 51px;
  display: none;                 
}
.kkitem3ures {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  
  width: 270px;                 
  height: 180px;                 
  margin: 0 80px 0 0;
}

.kkitem3 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: auto !important;
    height: 200px !important;    /* 220 - 330  */
    max-width: 100%;
}
.kkszovegetitttext {
	display: inline-block;
    padding: 3px 0 7px 0;	
}
#kkasajatlekerdclosegrid { 
    position: fixed;
    background: url("../imagetema/asajatlekerd/sajatclose0.png") center center; 
    bottom: 55px;
    right: 20px;
    width: 53px;    
    height: 61px;
    display: none;
    z-index: 9935000;
    cursor: pointer;
}
.pirostxt  {
	color: #f00;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1200px) {
    .kkgrid {
        padding: 10px 0 0 10px;
        justify-content: center;   /* itt csak egy item van  */
	}
	.kkitem3 {
        width: 200px;             /* a kepek itt ugyanakkorák */
        height: 260px;
        margin: 20px 20px 0 0;    /* a margin-left - itt 20px ami a kepek kozti tavolsag */
	}
    .kkitem3kep {
        margin: 0;
        width: 194px;             /* border 3px miatt kisebb 6-al */    
        height: 200px;                
    }
    .kkitem3 img.absolute {
        width: 200px;             /* a kepek itt meg nagyobbak is mint fentebb */
        height: 200px;
    }
    .kkitem3szoveg {
        width: 200px;
        height: 60px;
   }
}
/* ------------------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
     #kkgridcontainertop {
        font-size: 20px;
        line-height: 20px;
    }
	.kkgrid {
        justify-content: center;   /* itt csak egy item van  */
	}
	.kkitem3 {
        width: 150px;             /* a kepek itt ugyanakkorák */
        height: 200px;
        margin: 20px 20px 0 0;    /* a margin-left - itt 20px ami a kepek kozti tavolsag */
	}
    .kkitem3kep {
        margin: 0;
        width: 144px;             /* border 3px miatt kisebb 6-al */    
        height: 144px;                
    }
    .kkitem3 img.absolute {
        width: 144px;             /* a kepek itt meg nagyobbak is mint fentebb */
        height: 144px;
    }
    .kkitem3szoveg {
        width: 150px;
        height: 50px;
   }
	.kkitem3szovegbelso {
       display: inline-block;
       width: 90% !important;
       text-align: left;
       font-size: 12px;
       line-height: 13px;
    }   
    .kkitem3ures {
    }
    .kkitem3container {
       background-color: #262626;
    }
    
    #kkasajatlekerdclosegrid { 
    background: url("../imagetema/asajatlekerd/sajatclose.png") center center; 
    bottom: 55px;
    right: 0px;
    width: 53px;    
    height: 53px;
    }
	
    .kkitem3 img.absolute {
        width: 150px;             /* a kepek itt meg nagyobbak is mint fentebb */
        height: 150px;
    }

    .kkitem3 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: 100% !important;
    height: auto !important;    /* 220 - 330  */
    }
}
