body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*
	font-family: 'Oswald', sans-serif;	
	*/
	font-family: 'Open Sans', sans-serif;
	color:#6e6e6e;
}

.csik {
	width:100%;
	height:190px;
	background-image:url(images/csik.png);
	background-repeat:repeat-x;
	position:fixed;
	top:0px;
	z-index:100;	
}

.fejkozep {
	width:1200px;
	height:219px;
	margin-left:auto;
	margin-right:auto;	
}

.logo {
	width:213px;
	height:219px;
	float:left;
}

.fejjobb {
	width:980px;
	height:219px;
	float:right;
}

.contacts {
	width:960px;
	height:90px;
}

.contactbal {
	width:540px;
	float:left;
}

.contactjobb {
	width:380px;
	height:80px;
	padding-top:10px;
	float:right;
	text-align:right;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	padding-right:20px;
/*	color: #084e92;*/
	color: #ffffff;
	background-image:url(images/conback.png);
	background-repeat:repeat;	
}

.menudiv {
	width:960px;
	height:91px;
}

.slider {
	overflow:hidden;
}

/* Menü */

#ujmenu {
	float:right;
	font-size:22px;
}

#ujmenu ul {
  z-index:100;
  display: inline;
  margin: 0;
  padding: 25px 4px 17px 0;
  list-style: none;
}

#ujmenu ul li {
/*  border-right:1px solid #dddddd;*/
  color:white;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 30px 20px; /* !!!!!!!!!! */
  text-align:center;
  cursor: pointer;
/*	color:#084e92;  */
}

#ujmenu ul li:hover {
  background-color:#084e92;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}
#ujmenu ul li ul {
	background-image:url(images/conback.png);
	background-repeat:repeat;
  padding-top: 0;
  padding-bottom: 0;  
  position: absolute;
  top: 90px;
/*  left: 0;*/
/*  width: 230px;*/
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#ujmenu ul li ul li {
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
/*  background: #555; */
/*  width:180px;*/
	width:290px;
/*  background-color:#a67c32;*/
  display: block; 
  color: #fff;
  border-bottom:1px solid #CCCCCC;
/*  text-shadow: 0 -1px 0 #000;*/
	border-right:none;
	opacity: 0.9;
}
#ujmenu ul li ul li:hover { 
	/*background: #666; */
	background-color:#ffffff;
	color:#084e92;
	opacity: 1.0;
}
#ujmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#ujmenu a{
	color:white;
	text-decoration:none;
}

/* Menü vége*/

.slider {
	background-image:url(images/pajszvizjel.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.respimg {
	width:100%;
	height:auto;
}

.tartalom {
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.tartalom h1{
	color:#084e92;
}

.kekhat {
	background-color:#084e92;
	width:100%;
	height:auto;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);		
}

.kektartalom {
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-align:inherit;
	padding-top:25px;
	padding-bottom:25px;
}

.kektartalom h1 {
	
}

.review {
	font-size:22px;
	font-weight:normal;
	text-align:justify;
	width:1000px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
	font-style:italic;
	
	background-image:url(images/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	
	padding-left:35px;
	padding-right:35px;
	padding-bottom:70px;
}

.idez {
	font-size:30px;
	line-height:20px;
	color:#888888;
	font-family:"Times New Roman", Times, serif;
}

.reviewer {
	padding-top:20px;
	text-align:right;
	width:100%;
	height:auto;
	font-size:16px;
	font-style:normal;					
}

.kiemelt {
	width:900px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f1f1f1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	font-size:14px;
}

.kiemelt h1{
	font-size:18px;
	color:#666666;
}

.artable {
	margin-left:auto;
	margin-right:auto;
}

	table {
		width:800px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);		
	}

	/* Zebra striping */
	tr:nth-of-type(even) { 
		background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dfdfdf));
		background: -moz-linear-gradient(top,  #ededed,  #dfdfdf);     
	}
	
	tr:nth-of-type(odd) { 
	  background: #f1f1f1; 
	}
	
.arnyek {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.lablec {
	width:100%;
	height:127px;
	text-align:center;
	background-image:url(images/labhat.jpg);
	background-repeat:repeat-x;
}

.labkozep {
	width:1200px;
	height:127px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/lablogo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

.labrights {
	float:left;
	width:500px;
	font-size:14px;
	color:#CCCCCC;
	text-align:right;
	line-height:150px;
}

.labiztonsag {
	float:right;
	width:500px;
	font-size:14px;
	color:#CCCCCC;
	text-align:left;	
	line-height:150px;	
}

.gomb {
    background-color: #1b568f;
    border: medium none;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    padding: 10px;
    text-decoration: none;
}

.gomb:hover{
    background-color: #2f75b9;	
}

.refdiv {
	width:30%;
/*	height:auto;*/
	height:270px;	/*MOD */
	margin:1%;	
	float:left;
	text-align:center;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.refkep {
	width:100%;
	height:auto;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;	
}

.refkep:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);	
}

.reftext {
	width:100%;
	height:30px;
	line-height:30px;	
}

.kapcslogo {
	width:50%;
	text-align:right;
	float:left;	
}

.kapcstext {
	width:50%;
	text-align:left;
	float:right;
	line-height:40px;
}

/* Kapcsolat */

.tabla {
	display:table;
	width:600px;
}

.sor {
	display:table-row;
	width:100%;

}

.szoveg {
	display:table-cell;
	width:250px;
}

.urlap {
	display:table-cell;
	width:300px;
	height:30px;
}

.teljes {
	display:table-cell;
}

.tablasz {
	display:table;
	width:600px;
}

.sorsz {
	display:table-row;
	width:100%;
}

.szovegsz {
	display:table-cell;
	width:350px;
}

.urlap {
	display:table-cell;
	width:100px;
	height:30px;
}

.teljes {
	display:table-cell;
}

input[type="text"]
{
    background: transparent;
    border: 1px solid #1c5791;
	padding:5px;
 /* css 3 */
 border-radius:5px;
 /* mozilla */
 -moz-border-radius:5px;
 /* webkit */
 -webkit-border-radius:5px;
/* 	width:100%;*/
/*    color: #1c5791;*/
/*	background-color: #1c5791;	*/
    font-size: 16px;	
	

	margin-bottom:10px;
	border:1px solid #1c5791;
	color:#1c5791;

	
}

.tarea {
	resize:none;
}

.styled-select select {
	cursor:pointer;
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   
	 border-radius:5px;
	 /* mozilla */
	 -moz-border-radius:5px;
	 /* webkit */
	 -webkit-border-radius:5px;
      font-size: 16px; 	
	color:#1c5791;	
   
   }
   
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(images/lenyil.png) no-repeat right #ddd;
   border: 1px solid #ccc;
}
      
.gombb {
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #1c5791;
	color:#1c5791;
	text-decoration:none;
	font-size:18px;	
	
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.gombb:hover {
	background-color:#518dc7;
	color:white;
}

    .google-maps {
        position: relative;
        padding-bottom: 20%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.mapsep {
	width:100%;
	height:28px;
	background-image:url(images/mapsep.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.rendszerkep {
	width:100%;
	height:auto;
}

.rendszerkep img {
	float:left;
	margin-right:10px;
	border:1px solid #999999;
}

.kepjobb {
	float:right;
	margin-left:10px;
}

.uzenet {
	width:500px;
	height:auto;
	padding:15px;
	font-weight:bold;
	font-size:16px;
	border:2px solid #666666;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}