body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
/*	position: relative;*/
	color:	rgba(27,27,27,1.00);
}

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;}

.headtext {
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}

.fejkep {
	width: 100%;
	height: auto;
}

.taszoveg {
	display: inline-block;
	width: 400px;
	vertical-align: middle;
}

.takepek {
	display: inline-block;
	width: 490px;
	vertical-align: middle;
}

.szovegbox {
	
	float: right;
	width: 60%;
	min-height: 80vh;
	background-color: rgba(27,27,27,1);
	margin-right: -20%;
	margin-top: -5%;
	border-radius: 60px;
	-ms-transform: rotate(-15deg); 
    transform: rotate(-15deg);
	display: block;
	
	/*position: absolute;
	float: right;
	width: 60%;
	min-height: 80vh;
	background-color: rgba(27,27,27,1);
	right: -20%;
	top: -10%;
	border-radius: 60px;
	-ms-transform: rotate(-15deg); 
    transform: rotate(-15deg);
	display: block;*/	
}

.szurkehat {
	width: 100%;
		background-color: #f6f4f4;
	padding-top: 30px;
}

.szoveg {
	width: 50%;
	float: right;
	color:#ffffff;
	-ms-transform: rotate(15deg); 
    transform: rotate(15deg);
	text-align: center;
	margin-top: 10%;
	/*border:1px solid red;*/
	margin-right:40%;
	font-size: 20px;
	margin-bottom: 120px;
}

.ttable {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display:table;
	width: 100%;
}

.trow {
	display: table-row;
}

.tcell {
	display:table-cell;
	vertical-align: middle;
	width: 50%;
	padding-bottom: 10px;
}



.gal {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;

}

.gal h1{
	text-align: center;
}

.clear {
	clear:both;
}

.acacia-gallery {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.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: 20%;
    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 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.kadat {
	width: 49%;
	display: inline-block;
	padding-bottom:40px;
}

.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;
}