/* 
    Document   : com_content
    Created on : 2014.12.16., 09:13:19
    Author     : robi@infoartnet.hu
*/


.part-content .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.part-content .video-container iframe,
.part-content .video-container object,
.part-content .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.portlet-content.box.part-content { padding: 40px 20px; }

.article-tags,
.article-share { display: none; }

.history-back a {
  color: #03539a;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.history-back a:hover {   color: #DFDFDF; }

#content-in h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#content-in h1 sup { font-size: 20px; }
#content-in h2 sup { font-size: 14px; }
#content-in h3 sup { font-size: 14px; }
#content-in h4 sup { font-size: 14px; }

#content-in h2 {
  font-size: 32px;
  margin: 25px 0 12px 0;
}
#content-in .termek-box-fooldal h2 {
    margin:0;
}
#content-in h3 {
  font-size: 28px;
  /* text-transform: uppercase; */
  margin: 25px 0 12px 0;
  /* text-align: left !important; */
  text-align: center;
}

#content-in div.faqs h4:before {
  content: '+ ';
  display: inline-block;
  width: 30px;
  text-align: center;
}

#content-in div.faqs h4.active:before {
  content: '- ';
  display: inline-block;
  width: 30px;
  text-align: center;
}

#content-in div.faqs p {
  padding: 0 30px 0 30px;
}

#content-in div.faqs ul {
  padding: 0 40px 0 40px !important;
}

#content-in h4 {
  font-size: 24px;
  margin: 25px 0 12px 0;
}

#content-in h5 {
  font-size: 20px; 
  text-transform: uppercase;
  margin: 25px 0 12px 0;
}

#content-in h6 {
  font-size: 15px;
  margin: 25px 0 12px 0;
}


#content-in p,
#content-in span { line-height: 1.75; }

#content-in ul { margin: 20px; }

#content-in ul li {
  color: #666;
  margin-bottom: 10px;
  padding-left: 12px;
  background: transparent url('../gfx/li-pont.png') 0 8px no-repeat;
  list-style-type: none;
}

#content-in ol {
  counter-reset: li;
  list-style-type: none;
  margin: 20px 12px;
  padding: 0;
}

#content-in ol li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 25px;
  color: #666;
}

#content-in ol li:before,
#content-in ol li:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}

#content-in ol li:before {
  content: counter(li) '. ';
  counter-increment: li;
  color: #03539a !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#content-in ol li:after {
  content: '';
}

#content-in ol li:before {
  color: #666;
  text-align: left;
  display: block;
  float: left;
  width: 20px;
  padding-left: 0;
  text-align: center;
}

#content-in table {
  width: 100%;
  margin: 25px 6px;
  border-collapse: collapse;
  max-width: 100% !important;
}

#content-in table th {
  padding: 6px 12px;
  background: #03539a;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #DFDFDF;
  font-family: 'Info', sans-serif;
  font-size: 15px;
}

#content-in table tbody tr td {
  padding: 6px 12px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  font-family: 'Info', sans-serif;
  font-size: 15px;
  color: #666;
}

#content-in table tbody tr:nth-child(even) td { background: rgba(166, 117, 67, 0.1); }

#content-in table th,
#content-in table td { vertical-align: top; }

img.termek-kep { margin-top: -85px !important; }

#content-in img {
   max-width: 100%;
   height: auto;
   margin: 20px auto;
}
#content-in img[style*="float: left"],
#content-in img[style*="float:left"] {
   max-width: 250px;
   height: auto;
   margin: 25px;
}
#content-in img[style*="float: right"],
#content-in img[style*="float:right"] {
   max-width: 250px;
   height: auto;
   margin:  25px;
}

.infok img{
  max-width: 100%!important;
}

#content-in img.w150 {
  width: 150px;
}

#content-in sup { font-size: 10px; }

#content-in .flexwrap .item p{text-align:center}
#content-in .flexwrap .item{width: 30%;text-align: center;padding:10px;}
#content-in .flexwrap .item h4{text-align:center}

#content-in .flexwrap .item:hover {
    background-color: #e7f4ff;
}



#content-in .flexwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 100%;
}

#content-in .flexwrap > img {
  /* width: 25%; */
  margin: 0;
  height: 120px;
}

hr {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content-in .centered {
  text-align: center;
  margin: 0 auto;
}

/*---------frequently asked questions---------*/

#content-in div.faq{}
#content-in div.faq h4{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
#content-in div.faq h4:before{
    content: "+";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}
#content-in div.faqs .faq{
     display: none; 
}
/*active-faq*/
#content-in div.faq.active h4:before{
    content: "-";
}
#content-in div.faq.active p{
    display: block;
    padding:0 20px;
}


/* Kapcsolat */

.infok {
  padding-bottom: 20px;
  border-bottom: 1px dotted #DFDFDF;
}

.infok:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img.kapcsolat {
  width: 447px;
  height: auto;
}

#content-in table.noborder tbody tr td { border: 0px solid #666; }

/* Almenu */

.almenu a {
  display: block;
  color: #FFF;
  background: #4D864C;
  text-transform: uppercase;
  padding: 6px 25px 3px 38px;
  margin: 0 1px 1px 0;
  float: left;
}

.almenu a:hover {
  color: #4D864C;
  background: #D8EEDF;
}

.almenu:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content-in .history-back a {
  display: inline-block;
  padding: 8px 0 0 50px;
  height: 28px;
  color: #03539a;
  background: transparent url('../gfx/back.png') center left no-repeat;
  text-transform: uppercase;
}
#content-in .history-back a:hover {
  color: #03539a;
  background: transparent url('../gfx/back-hover.png') center left no-repeat;
}

#content-in a.vissza {
  display: inline-block;
  padding: 6px 0 0 50px;
  margin-bottom: 25px;
  height: 30px;
  color: #4CA54A;
  background: transparent url('../gfx/back.png') center left no-repeat;
  text-transform: uppercase;
}
#content-in a.vissza:hover {
  color: #3D6E3C;
  background: transparent url('../gfx/back-hover.png') center left no-repeat;
}



/* Media Queries */

@media only screen and (min-width: 1370px) {
  #content-in table.bristol {width: 54%}
  #content-in img { max-width: 100%; }
 
}

@media only screen and (min-width: 640px) and (max-width: 993px) {
   
  #content-in .flexwrap .item{width:100%}

  #content-in img {max-width: 100%;}
  #content-in .flexwrap > img{margin: 10px auto;}
  
  /* Almenu */
  .almenu a {
    width: 96%;
    padding: 6px 12px 3px 12px;
    margin: 0 0 1px 0;
    float: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  
  #content-in .flexwrap .item{width:100%}


  #content-in ul,
  #content-in ol { margin: 10px 0; }
  #content-in table { margin: 12px 0; }
  #content-in table tbody tr th {
    padding: 3px 6px;
    font-size: 15px;
    word-break: break-word;
  }
  #content-in table tbody tr td {
    padding: 3px 6px;
    font-size: 13px;
    word-break: break-word;
  }
  #content-in img {
    max-width: 100%;
    /* margin: 12px 0; */
  }

#content-in .flexwrap > img{/* width:100%; */margin:10px;}

  
  #content-in img[style*="float: left"],
  #content-in img[style*="float:left"] {
    max-width: 100%;
    margin: 12px auto;
    float: none !important;
    display: block;
  }
  
  #content-in img[style*="float: right"],
  #content-in img[style*="float:right"] {
    max-width: 100%;
    margin: 12px auto;
    float: none !important;
    display: block;
  }
  
  iframe { height: 420px; }
  img.kapcsolat { 
    max-width: 420px !important; 
    width: 420px !important; 
    float: left !important; 
    margin: 0 0 20px 0 !important; 
  }
 
  /* Almenu */
  .almenu a {
    width: 96%;
    padding: 6px 12px 3px 12px;
    margin: 0 0 1px 0;
    float: none;
  }
  img.termek-kep { margin-top: 0 !important; }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
 
 
  #content-in .flexwrap .item{width:100%}
 
  #content-in ul,
  #content-in ol { margin: 10px 0; }
  #content-in table { margin: 12px 0; }
  #content-in table tbody tr th {
    padding: 3px 6px;
    font-size: 13px;
    word-break: break-all;
  }
  #content-in table tbody tr td {
    padding: 3px 6px;
    font-size: 13px;
    word-break: break-all;
  }
  #content-in img {
    max-width: 100%;
    /* margin: 12px 0; */
  }

  #content-in .flexwrap > img{width:100%; margin:10px auto}

  
  #content-in img[style*="float: left"],
  #content-in img[style*="float:left"] {
    max-width: 100%;
    margin: 12px 0;
    float: none !important;
  }
  #content-in img[style*="float: right"],
  #content-in img[style*="float:right"] {
    max-width: 100%;
    /* margin: 12px 0; */
    float: none !important;
  }
  
  img.kapcsolat { 
    max-width: 260px !important; 
    width: 260px !important; 
    float: left !important; 
    margin: 0 0 20px 0 !important; 
  }
  iframe { height: 260px; }
  
 
  
  /* Almenu */
  .almenu a {
    width: 96%;
    padding: 6px 12px 3px 12px;
    margin: 0 0 1px 0;
    float: none;
  }
  img.termek-kep { margin-top: 0 !important; }
}