/* --- Horváth Kapuk --- */

body {
    background-color: #4f422f;
    margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
	color: #2f2f2f;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-shadow: 0.4px 0.4px #666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}

p {
	line-height: 1.6;
	padding: 0;
	margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.4;
}

#lap {
    max-width: 860px;
	margin: 0 auto;
	padding: 0;
	background-color: #ab9d92;
}

#cikk {
	padding: 15px 30px;
}

@media screen and (max-width:500px) {
  #cikk {
    padding: 15px 15px;
  }  
  #cikk .row img {
    padding-left: 0 !important;
  }
}

/* --- HEADER --- */

header {
	background-color: #fff;
    padding: 0;
	margin: 0;
	line-height: 0;
}

/* --- NAV --- */

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #808080;
  font-weight: bold;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 6px 18px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}

ul.topnav li a:hover {color: #2f2f2f;}

ul.topnav li.icon {display: none;}

.active{
    color: #2f2f2f !important;
}

.icon .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 3px;
	margin-top: 1px;
}
.icon .icon-bar + .icon-bar { margin-top: 4px; }

@media screen and (max-width:700px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	max-height: 32px;
  }
}

@media screen and (max-width:700px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/* --- FOOTER --- */

footer {
    display: block;
	color: #000;
	background-color: #808080;
	padding: 6px 15px 3px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}

footer a:active {
	text-decoration: none;
}

.bal {
    float: left;
	text-align: left;
    margin: 0px;
    padding: 4px 0;
    width: 60%;
}
.jobb {
    float: right;
	text-align: right;
    margin: 0px;
    padding: 4px 0;
    width: 40%;
}

@media screen and (max-width:670px) {
  .bal {
    float: left;
	text-align: center;
    margin: 0px;
    padding: 4px 0;
    width: 100%;
	}
	.jobb {
    float: right;
	text-align: center;
    margin: 0px;
    padding: 4px 0;
    width: 100%;
	}
}

/* ---OSZLOPOK--- */

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    /*padding: 15px;*/
}

[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 700px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media only screen and (min-width: 400px) {
    .col-2-1 {width: 10%;}
    .col-2-2 {width: 20%;}
    .col-2-3 {width: 30%;}
    .col-2-4 {width: 40%;}
    .col-2-5 {width: 50%;}
    .col-2-6 {width: 60%;}
    .col-2-7 {width: 70%;}
    .col-2-8 {width: 80%;}
    .col-2-9 {width: 90%;}
    .col-2-10 {width: 100%;}
}
@media only screen and (min-width: 700px) {
    img.koz {padding: 0 15px;}
}

/* ---KÉPGALÉRIA--- */

div.kgkeret {
    border: 5px solid #808080;
	line-height: 0;
}

div.kgkeret:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.kgkeret img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.respons {
    padding: 10px;
    float: left;
    width: 25%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px){
    .respons {
        width: 49.99999%;
        margin: 6px 0;
    }
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 300px){
    .respons {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* ---KERET--- */

.keret {
    border: 5px solid #808080;
}

/* KÉP HOVER-ÁTLÁTSZÓSÁG */

img.atlatszo:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ALÁÍRÁS */

@media screen and (max-width:824px) {
  .alairas {
    float: right;
	}
}