body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
/*	position: relative;*/
}

h1 {text-align: center; color: #107895;}

h2 {text-align: center; color: #4A4A4A;
}

h3 {text-align: left; color: #3b6378;}

p {margin-top: 25px;margin-bottom: 25px;}

.fejkep {
	width: 100%;
	height: auto;
}

.szovegbox {
	

	padding-top: 20px;
	background-color: rgba(27,27,27,1);
	margin-right: auto;
	margin-left: auto;
	margin-top: 80vh;
	border-radius: 60px;
	z-index: 100;
	padding-bottom: 80px;
	
}

.szoveg {
	color:#ffffff;
	text-align: center;
	margin-top: 10%;
	/*border:1px solid red;*/
	font-size: 20px;
}

.ttable {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display:table;
}

.trow {
	display: table-row;
}

.tcell {
	display:table-cell;
	vertical-align: middle;
	width: 50%;
	padding-bottom: 10px;
}

.szurkehat {
	background-color: #f6f4f4; }

.gal {
	
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 40px;
	

}

.gal h1{
	text-align: center;
}

.clear {
	clear:both;
}

.acacia-gallery > ul > li {
				display:inline-block;
                margin-bottom: 5px;
                margin-right: 5px;
				/*width: auto;*/
	max-width: 255px;
				height: 120px;
				overflow: hidden;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.telbut {
	color: white;
	display: inline-block;
	padding-left:40px;
	padding-right: 10px;
	height: 40px;
	background-image: url("images/tel.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 30px;
	text-decoration: none;
}

.telbut:hover {
	color: aqua;
}

.google-maps {	
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
      -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);		
}

.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.kapcsolat {
	background-color: #ffffff;
}

.kapcsolat h1 {
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
}

.kozep {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.kadat {
	width: 49%;
	display: inline-block;
	padding-bottom:40px;
	vertical-align: middle;
}

.kadat a{
	color:rgba(28,34,142,1.00);
}

.fhatter {
	background-color: #f6f4f4;
}

.hivgomb {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 22px;
   font-weight: 100;
   padding: 13px;
   box-shadow: 1px 1px 7px 0px #000000;
   -webkit-box-shadow: 1px 1px 7px 0px #000000;
   -moz-box-shadow: 1px 1px 7px 0px #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.hivgomb:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   text-decoration: none;
}