
body {
	color: #5f5e4e;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background:url(../images/bg.jpg);
}

a {
	color: #5f5e4e;
	text-decoration: none;
}

a:hover {
        text-decoration: none;
}

header {
    overflow: hidden;
}

.logo {
	font-size: 80px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	
	
}

.container {
	background:white;
}

.kosarleda {
	border-bottom: 1px solid #D7D7B1;
	text-align: left;
	font-size: 40px;
	margin-bottom: 10px;
}

table.atlatszo {
	border-bottom: 1px dotted #D7D7B1;
	margin-bottom:5px;
	padding-bottom: 5px;
}

.logo .name {
}

nav {
	background:#96815f;
	border: 1px solid #806102;
}
#menunav{
	top:0px;
	width:100%;
	z-index:1000;
	position: fixed;
}

nav ul {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin-bottom:0px;
}

nav ul li {
	display: inline-block;
	margin: 0px 20px;
}

nav ul li a {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	transition: 0.3s color;
}

nav ul li a.active,
nav ul li a:hover {
	color: #5f5e4e;
}

.blurimage {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: block;
	min-width: 960px;	
}

.blurimage img {
	max-width: 100%;
	vertical-align: top;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.blurimage:hover img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	filter: blur(3px);
}

.blurimage .circle {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 5px solid white;
	color:white;
	transition: 0.3s all;
	border-radius: 200px;
}


.blurimage:hover .circle {
	background: rgba(255,255,255,0.6);
	color: #5f5e4e;
	text-align:center;
	font-family: Arial;
}

.circle .big {
	margin-top: 60px;
	font-size: 40px;
	font-weight: bold;
}

.circle .small {
	margin-top:5px;
	font-weight: bold;
}

footer {
	border-top: 5px solid rgba(255,255,255,0.9);
}

footer .logo {
	margin-bottom: 20px;
}

.copyright {
	border-top: 1px solid #5f5e4e;
	text-align: center;
	padding-top: 20px;
	margin: 20px auto;
	color:white;
	font-size: 12px;
}
.copyright img{
	max-width:100%;
	margin-bottom:10px;
}

 .main-container {
	overflow: hidden;
}

input[type="submit"] {
	background: 
}

.urlapmezo {
	display: block;
	margin: 5px 0px;
}

textarea,
input[type="password"],
input[type="text"]{
	background: #fbfbfb;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #5f5e4e;
	font: 14px/18px Arial, Helvetica, sans-serif;
	border: 1px solid #D7D7B1;
	padding: 11px 12px 12px;
	width: 100%;
}

.mezok {
	padding-left: 20px;
	padding-right: 20px;
}

textarea {
	width: 100%;
}

h3 {
	font-size: 50px;
	line-height: 50px;
	color: #5f5e4e;
	margin-top:0px;
}

form h3 {
	font-size: 30px;
	font-weight: 100;
}

.center {
	text-align: center;
}

.content {
	margin: 50px;
}


.koszonet {
	margin: 100px;
	text-align:center;
}

.kosar_ar {
	white-space:nowrap;
	text-align:right;
}

.egykep a {
        text-align:Center;
        display: block;
        background: #f6f7ea;
        min-height: 300px;
        margin: 20px;
        position: relative;
        margin-top:150px;
        padding-top: 200px;
        font-size: 22px
}

.egykep .img {
        border-radius: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,-50%);


}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .cont {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat:no-repeat;
}

  
 .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 100;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}


.reg_sor2:hover,.reg_sor1:hover{
	background:#eee8d7;
	cursor:pointer;
}

.etlapkat:hover{
	color:#da072d;
}


/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 250px;
    overflow-y: auto;
}

.kosarsor {
margin-bottom:15px;
}

.etlap_szam, .badge{
	background-color: red;
	display: inline-block;
}
