﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
  body {
      font-family: 'Raleway', sans-serif;
	  font-size:14px;
      line-height: 1.8;
      color: #000000;
      background-color:  #FFFF99;
	 

  }
  h2 {	  
      font-size: 24px;
      text-transform: uppercase;
      color: #F4511E;
      font-weight: 600;
      margin-bottom: 25px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #F4511E;
      font-weight: 400;
      margin-bottom: 20px;
  }
    h6 {
      font-size: 16px;
      line-height: 1.375em;
      color: #626ACF;
      font-weight: 200;
      margin-bottom: 10px;
  }
  a:hover {
	  text-decoration:none;
  }
  
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 12px;
    border-left: 5px solid #eee;
}

img{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  

}

td{
				
				border-color:braun;
				border-width:1px;
				border-style:solid;
				white-space:normal;
}
textarea.form-control {
    
	display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 11px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #F4DFB6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control2 {
    
	display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 11px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #E0F4B6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.tablafejsor {
				background: #990000;
				padding:6px;
				text-align:center;
				font-style: italic;
				font-size:12px;
				color:#FFFF00;
						
}  
.tablasor{
				background:#FFFFCC;
				margin:6px;
				text-align:center;
				font-size:11px;
}  
.tablasorb{
				background:#FFFFCC;
				margin:6px;
				text-align:left;
				font-size:11px;
}  

.tablasor img{
				margin-left:auto;
				margin-right:auto;
				
}    
.urlap{
				
				background:  #EFB722;
				padding:20px;
				width: 100%;
				border: 2px solid black;
				color:    #666666;
				
}

.urlap img{
				display:block;
				margin-left:auto;
				margin-right:auto;
				
}
.urlaphozzaszol{
				
				background:#efdd1a;
				padding:5px;
				width: 100%;
				border:2px solid black;
				color:#666666;
				margin:0px;
}

.urlaptabla  {
				border-width: 0px;
				text-align:right;
				
				
				
}
.urlaptabla.td {
				border-width: 0px;
}
		

.tartalomjegyzek{
				background: #FF9900;
				padding:35px;
				width: 100%;
				border: 2px solid black;
				color:    #666666;
				font-size:18px;
				font-style:inherit;
			    font-family:"Arial Black";

}

hr.dupla {
	border-top: 4px double #8c8b8b;
	}
 

 
  .jumbotron {
      background-color: #FFEDBC;
      color: #776DFF;
      padding: 105px 0px 5px 0px;
      font-family: 'Raleway', sans-serif;
  }
  .jumbotron-img {
	  width:100%;
	  height:auto;	 
	  }
  .container-fluid {
      padding: 60px 50px;
  }
  .container-fluid-in {
      padding: 0 50px 60px 50px;
  }
  .jumbotron-top {
	  width:100%;
	  float:left;
      background-color: #FFEDBC;
      color: #776DFF;
      padding: 15px 0px 10px 0px;
      font-family: Montserrat, sans-serif;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #bbb833; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #bbb833;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #bbb833 !important;
      padding: 5px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
	  margin: 0px;
	  padding: 2px;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #FFEDBC;
      color: #fff;
  }
  .panel-body{
	  margin: 0px;
	  padding:2px;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #FFD667; /*Menüsor háttérszíne*/
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #3D3A68 !important;  /* Fő Menüsor betűszine színe */
	  
  }
  .navbar-brand img{
	  width:150px;
	  margin-top:-14px;
  }	  
  .navbar ul li li a, .navbar {
      color: #3D3A68 !important;
	  
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .side-img{
      width:100%;
	  margin:25px 0;
  }
  .main-img{
      width:100%;
	  margin:25px 0;
	  transition: box-shadow 0.5s;
  }
  .main-img:hover{
  	  box-shadow: 10px 0px 40px rgba(0,0,0,0.2);
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  .widget-title h4 {
	  background: silver;
      padding: 0 0 0 8px;
      font-weight: 600 !important;
      color: #F4511E;
      line-height: 1.9;
      border-left: 5px solid #F4511E;
  }
  .cat-upper {
	  padding-bottom:25px;
	  margin-bottom:25px;
	  border-bottom:5px solid #f4511e;
  }
  .img-about {
	  margin-top:10px;
  }
  .all-button {
	  width:100%;
  }
  .hir-text{
	  padding-top:10px;
	  text-align:justify;
	  font-size:65%;
  }
  .well{
	 margin-left:0px;
  }
   .well .szint2{
	 margin-left:30px;
	 background-color:#bcdc55;
  }
    .well .szint3{
	 margin-left:50px;
	 background-color:#90aad8;
  }
  
.labelkiir{
				background: #990000;
				padding:4px;
				text-align:center;
				font-style: italic;
				font-size:10px;
				color:#FFFF00;
}

.labelkiir2{
				background:#FFFFCC;
				padding:4px;
				text-align:center;
				font-size:10px;
}


  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: left;
      margin: 10px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

textarea.form-control {
    
	display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 10px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #F4DFB6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control2 {
    
	display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 10px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #E0F4B6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.urlap{
			padding:10px;
			width: 100%;
	}
.tablafejsor {
				background: #990000;
				padding:6px;
				text-align:center;
				font-style: italic;
				font-size:11px;
				color:#FFFF00;
						
	}  
.tablasor{
				background:#FFFFCC;
				margin:6px;
				text-align:center;
				font-size:10px;
	}  
.tablasorb{
				background:#FFFFCC;
				margin:6px;
				text-align:left;
				font-size:10px;
}  
	
  }
  @media screen and (max-width: 480px) {
      .col-sm-4 {
      text-align: left;
      margin: 5px 0;
    }
	
	.logo {
        font-size: 150px;
    }
	.jumbotron {  
     
		margin-bottom:0px;
    }
	 .jumbotron-top {
	  width:100%;
	  float:left;
      background-color: #FFEDBC;
      color: #776DFF;
      padding: 0px 0px 10px 0px;
      font-family: Montserrat, sans-serif;
	  font-size:small;
  	}
	.navbar {
      margin-bottom: 0;
      background-color: #FFD667; /*Menüsor háttérszíne*/
      z-index: 9999;
      border: 0;
      font-size: 10px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  	}	
    footer .glyphicon {
      font-size: 12px;
      margin-bottom: 12px;
      color: #f4511e;
  	}
	.input-group {
	  padding-bottom:2px !important;		
	}
	.container-fluid {
      padding: 60px 15px 60px 15px;
    }
	.container-fluid-in {
      padding: 0 15px 60px 15px;
    }
	.img-about {
	  margin-top: 5px;
	}	

textarea.form-control {
    display: block;
    width: 100%;
    padding: 3px 3px;
    font-size: 10px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #F4DFB6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control2 {
    
	display: block;
    width: 100%;
    padding: 3px 3px;
    font-size: 10px;
	font-weight:bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #E0F4B6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.urlap{
				padding:5px;
				width: 100%;
				
				
}
.table{
	width: 300px;
	
}
.tablafejsor {
				background: #990000;
				padding:2px;
				text-align:center;
				font-style: italic;
				font-size:11px;
				color:#FFFF00;
						
} 
.tablafejsor td {
		
	}	
.tablasor{
				background:#FFFFCC;
				margin:4px;
				text-align:center;
				font-size:10px;
				
} 
.tablasor td {
		
	}
.tablasorb{
				background:#FFFFCC;
				margin:6px;
				text-align:left;
				font-size:10px;
}  
.tablasorb td {
		
	}

	
.form{
		width:auto;
	}
	
.row{
	padding-top: 50px;
	}
	
}


