/* --- SOLIDFÉM --- */

body {
    background-color: #766e45;
    margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #545C66;
    line-height: 20px;
}

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

a {
	color: #bab074;
	text-decoration: none;
}

a:hover {
	color: #bab074;
	text-shadow: 0.4px 0.4px #000;
	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: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#cikk {
    padding: 15px 30px;
}

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

/* --- HEADER --- */

header {
    padding: 0;
	margin: 0;
	line-height: 0;
}

/* --- NAV --- */

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

ul.topnav li {float: left;}

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

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

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

.active{
    color: #bfb271 !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:600px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	max-height: 32px;
  }
}

@media screen and (max-width:600px) {
  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: #fff;
    background-color: #423e27;
	padding: 3px 15px 0;
}

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

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

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

@media screen and (max-width:600px) {
  .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: 500px) {
    .col-2-1 {width: 8.33%;}
    .col-2-2 {width: 16.66%;}
    .col-2-3 {width: 25%;}
    .col-2-4 {width: 33.33%;}
    .col-2-5 {width: 41.66%;}
    .col-2-6 {width: 50%;}
    .col-2-7 {width: 58.33%;}
    .col-2-8 {width: 66.66%;}
    .col-2-9 {width: 75%;}
    .col-2-10 {width: 83.33%;}
    .col-2-11 {width: 91.66%;}
    .col-2-12 {width: 100%;}
}
@media only screen and (min-width: 700px) {
    img.koz {padding: 0 15px;}
}

/* ---GALÉRIA--- */

div.img {
    border: 5px solid #d7ce93;
	line-height: 0;
}

div.img:hover {
    border: 5px solid #b3ab7a;
}

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

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

* {
    box-sizing: border-box;
}

.respons {
    padding: 6px;
    float: left;
    width: 19.99999%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.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: 700px){
    .respons {
        width: 49.99999%;
        margin: 6px 0;
    }
    .modal-content {
        width: 100%;
    }
}

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

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

/* --- TEXT-TIP --- */

.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FFFFD5 url(kepek/icon-text-tip.png) no-repeat;
	background-position: left center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
}

/* ---KAPCSOLAT---*/

.kapcsolat {
    color: #000;
	background-color: #d7ce93;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	margin: 0;
}
.kapcsolat p, .kapcsolat h3 {
    padding: 2px;
	margin: 0;
}

/* ---KERET--- */

.keret {
    border: 5px solid #d7ce93;
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.keret:hover {
    border: 5px solid #b3ab7a;
}

/* ---KAPCSOLAT LINK SZÍNE--- */

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

.kapcsolat a:hover {
	color: #000;
	text-shadow: none;
	text-decoration: none;
}