﻿.menu {
  background-color: #c9ab12;
  /*position: fixed;*/
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.menu a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 13px;
  text-decoration: none;
  font-size: 12px;
}

body{
	background-color: #f0efe2;
}

table{
	border-collapse: collapse;
	margin: 0px auto;
}


a{
	text-decoration: none;
	color: #000;
}

td{
	padding: 8px;
}

tr{
	background-color: #ffcc00;
}

tr:nth-child(even){
	background-color: #f5eb7d;
}

td:nth-child(even){
	padding: 8px;
}

th{
	background-color: #ffcc00;
	padding: 12px;
	font-weight: normal;
	color: #fff;
}

#rendel_button{
	margin: 20px;
	text-align: center;
}

#body{
  max-width: 1000px;
  margin: auto;
}

#menu, #content{
	float:left;
	margin: 5px;
	box-shadow: 2px 2px 5px black;
}                   

#kozep{
	text-align: center;
}

.break{
	clear: both;
}

#content{
	min-width: 620px;
	max-width: 900px; /*átállítva*/
	padding: 10px;
	min-height: 200px;
	max-height: 20000px; /*átállítva*/
	background-color: #fff;
}
#banner{
	list-style-type: none;
	width:200px;
	min-height: 200px; 
	float:right;
	background-color: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px black;
	/*átrakva*/
    margin: 0;
    padding: 0;
}

#mainpage_hir_meret{
	width: 150px;
	height: 200px;
	background-color: white;
}

#lablec{
	padding:0; 
	margin:0 auto;
	position:fixed;
	left:0;
	bottom:0;
	
	width: 100%;
	min-height: 80px;
	box-shadow: 2px 2px 5px black;
	background: linear-gradient(to bottom, #c99a00 0%,#c9ab12 38%,#ffcc00 100%);
}


#fejlec{
	width: 100%;
	min-height: 80px;
	min-width: 500px;
	
	margin: 5px;
	box-shadow: 2px 2px 5px black;
	background: linear-gradient(to bottom, #c99a00 0%,#c9ab12 38%,#ffcc00 100%);
}


#fejlec .kozepre{
	min-height: 50px;
	font-family: Comic Sans;
	font-size: 40px;
	text-align:center;
	color: #000000;
}

#comment_form{
	text-align: center;
}

#comment_button{
	
}

#textbox {
	height: 120;
	width: 900px;
	max-width: 900px;
	min-width: 500px;
	max-height: 400px;
	min-height: 120px;
}

.menu a {
	display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}


.menu a:hover {
    background-color: #090;
	background-color: #c9ab12;
    color: white;
}


label{
	width:100px;
	display:inline-block;
}



.pagination{
	margin:5px 5px;
}

.pagination li{
	list-style-type: none;
	display:inline-block;
	/*border:1px solid black;*/
	padding: 8px;
	transition: background-color .3s;
}


.pagination li:hover:not(.active) {background-color: #6ab4ff;}



.pagination li a{
	text-decoration:none;
	color:black;
}

.balra{
	text-align:left;
}

/*Facebook, Sunwell oldal 'nyitása'*/
.grow, .grow2{
	width: 60px;
	padding: 10px;
	float:right;
}

.grow img{ 
  height: 50px;
  width: 50px;
  opacity: 1;
  
  
  display: inline-block;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 60px;
  height: 60px;
}

.grow2 img{ 
  height: 50px;
  width: 50px;
  opacity: 1;
  
  
  display: inline-block;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow2 img:hover {
  width: 60px;
  height: 60px;
}

/*Facebook, Sunwell oldal 'zárása'*/

.aru_blokk{
	display:inline-block;
	margin:5px;
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;
	width:315px;
}

.aru_blokk p{
	margin:2px;
}

.aru_blokk .aru_ar, .aru_blokk .aru_kategoria{
	float:left;
	width:200px;
}

.aru_blokk img{
	float:right;
	width:100px;
}

/*Responsive Media Queries*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}