/* CSS Document */

header {
	     
/*color: #fff7e7; */
color: #ff9800;
 /*	padding: 10px 10px; */ 
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
 /* background:#c57240;  barna */
  background: #1e6292;
}

}
header h1 {
	font-size: 45px;
	font-weight: 700
}
header    a:hover {
text-decoration:none;	 
  color: #fff7e7;
}
header  nav {
	text-align: right;
}
header  nav a {
	color: #fff;
	margin-left: 15px;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase
}
header  nav a:hover {
	background: #fff7e7;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2)
}
header ul { float: right }
header   li {
	float: left;
	list-style: none;
	
}
.trans-box {
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  }

.trans-box p {
 /* margin: 5%;  */
  font-weight: bold;
  color: #000000;
  	font-size: 25px;
	 
}
   .left {
  text-align: left;
  }
  .center {
  text-align: center;
  }
 .title2{
padding-left:20px;
  font-size: 20px;
 color: #fff7e7; 
 font-family: Times New Roman; 
 text-decoration: none;
}


.title1{
padding-left:20px;
  font-size: 40px;
 color: #fff7e7; 
 font-family: Times New Roman; 
 text-decoration: none;
}
 p {
	text-align: left;
	line-height: 140%
}
.other-box {
	padding: 10px 10px 10px 10px;

	margin-top: 10px;
		margin-bottom: 30px;
	
 }
.kutat-box-left {
/*	padding: 20px 10px 30px 40px;
    padding-left: 30px;
    padding-top: 30px;
	margin-top: 20px;  */
		margin-bottom: 30px;  
	
	
 }
 .kutat-box-right {
/*	padding: 23px 40px 30px 10px;
 padding-top: 30px;
        	padding-right: 30px;
	margin-top: 20px; */
		margin-bottom: 30px;  
     padding-top: 6px;
   	
 }
 .kutat-box-left p,
.kutat-box-right  p {
	text-align: justify;
  color: #000; 
	line-height: 140%
}
.kutat-box h1 {
font-family: Arial, Helvetica, sans-serif; 
 font-style: normal;
 color:#206059;
 /*   color: #4e9574; 
 color: #800000; */
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
 
 	border: 0px solid; border-color: green;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
   text-align:left;
  
/*	text-shadow: 1px 1px 1px #6d2a15   */
}
.kutat-box a {   
font-weight: bold;
/*color: #62b38c; */
color:#F348E9;
} .kutat-box-right a:hover { padding: 0 15px;
 /*color: #62b38c; */
color:#F348E9;
}
 .kutat-box-left a:hover { padding: 0 15px;
 /*color: #62b38c; */
color:#F348E9;
}
.kutat-box a:hover { padding: 0 15px;
 /*color: #62b38c; */
color:#F348E9;
}
 
.box {
	padding: 10px 20px 10px 10px;
	color: #800000;
	margin-top: 10px;
		margin-bottom: 30px;
	border-right: 2px dotted #c57240
 }
 .box1 {
 	
	padding: 10px;
	color: #800000;
	margin-top: 10px;
		margin-bottom: 30px;
	border-radius: 10px
	margin: 80px;
 
 }
.box1 h2, 
.box h2 {
 
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0;

	}
  .box1 h1,
	.box h1 {
     font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; font-style: normal;
color: #990000;
 text-align: center;
  padding: 5px 0px 5px 0px;
 background-color: #FFE4B5;
 
 	border: 0px solid; border-color: green;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
   text-align:center;
   text-transform: uppercase
	}
		
	 	.box1 p.kicsi,
	.box p.kicsi {
 
	font-size: 10px;
  text-align:right;
	border: 5px   #c57240;
		

	}
.img-thumbnail {
   padding:0px;   
   margin-top:10px;
   background-color: #ffffff;
   border: 0px solid #dddddd;
   border-radius: 4px;
   display:inline-block;
    max-width:100%;
    height:auto;
  }
  a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 120px;
	bottom: 20px;
/*	background: #27AE61 url("up-arrow.png") no-repeat center 43%; */
background: url("images/nyil_up.jpg") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
} 