body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #9fb6cb;
	color: #434343;
}

.fejlec {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

.kozep {
	/*width: 98%;*/
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

.logo {		
	height: 107px;
	padding-top: 10px;
	text-align: center;
}

.logo img {
	max-width: 60%;
}

.fejjobb {
	width: 100%;
	height: auto;	
}

.fofejlec {
}

.fofejlec img{
	width: 100%;
	height: auto;
}

.fejshop {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #363636;
	text-align: center;
}

.fejshop>div {
	display: block;
	margin-bottom:10px;
	color: #363636;
	text-align: center;
}

.fejshop>div a{
	color: #363636;
}

.fejshopicon {
	font-size: 24px !important;
	margin-bottom: -2px;
	margin-right: 5px;
	
}


.fejkap {
	font-size: 17px;
	text-align: center;
}

.fejkap>div {
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.fejkap>div a{
	color: #363636;
}

.fejicon {
	font-size: 24px !important;
	margin-bottom: -2px;
	margin-right: 5px;
	
}

/* Mobile menu styles */

.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:85px;
/*  padding:5px 15px 0px 15px;*/
  color:#0887be;
  border:0;
  font-size:30px;
  padding-right:20px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:10px 20px 0px 15px;
  color:#0887be;
  border:0;
  font-size:70px;
  line-height:85px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.mobmenu{z-index:1000000; font-weight:bold; width:100%; background:#0887be;  position:absolute; text-align:center; font-size:12px;}
.mobmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; color: #ff7a01; cursor:pointer;}
.mobmenu li {display: block;   padding:15px 0 15px 0; border-bottom:#ffffff 1px solid; font-size:18px;}
.mobmenu li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.mobmenu ul li a { text-decoration:none;  margin: 0px; color:#ffffff;}
.mobmenu ul li a:hover {  color: #ffffff; text-decoration:none;}
.mobmenu a{text-decoration:none; color:#ffffff;}
.mobmenu a:hover{text-decoration:none; color:#ffffff;}


#menu {
	display:none !important;	
}

#menu ul {
  z-index:100;
  display: inline;	
  margin: 0;
/*  padding: 25px 4px 17px 0;*/
  padding: 0px 0px 0px 0px;  
  list-style: none;
}

#menu ul li {
/*  border-right:1px solid #dddddd;*/
  color:#186484;
  display: inline-block;

	vertical-align: top;
line-height: 52px; 
height: 52px;

  margin-right: -4px;
  position: relative;
/*  padding: 29px 30px;*/
  /*line-height:80px;*/
  padding-left:13px;
  padding-right:13px;  
  text-align:center;
/*  width:100px;*/
  cursor: pointer;
	font-size: 18px;
}



#menu ul li:hover {
  background-color:#0887bd;
  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;
  
}
#menu ul li ul {
  background-color:rgba(255,0,0,0.5);
  padding: 0 0 0 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 300px;
  -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;
}
#menu ul li ul li {
	font-size:16px;
	
/*	padding-bottom:6px;*/	
	width:300px;
	height:60px;
	line-height: 60px;
  display: block; 
  color: #fff;
  border-bottom:1px solid #FFFFFF;
/*  text-shadow: 0 -1px 0 #000;*/
	border-right:none;
	opacity: 0.9;
  padding: 0 0 0 0;	
	
}

#menu a{
	text-decoration:none;
}

#menu ul li ul li:hover { 
	/*background: #666; */
	background-color:#de2726;
	opacity: 1.0;
}
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.termtable {
	
}

.termrow {	
	
}

.termcell {	

}

.termar {
	font-size: 24px;
	font-weight: bold;
	color: #0887be;
	text-align: center;
}

.termkep {
	width: 80%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.ajaker {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 28px;
	text-decoration:none;
}
.ajaker:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
}
.ajaker:active {
	position:relative;
	top:1px;
}


.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.termkep img {
	width: 100%;
	height: auto;
}

.fhatter {
	background-color: #ffffff;
	padding: 15px;
}

.acacia-gallery > ul > li {
				display:inline-block;
                margin-bottom: 5px;
                margin-right: 5px;
				/*width: auto;*/
	max-width: 150px;
				height: 120px;
				overflow: hidden;
	border: 1px solid #6B6B6B;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;	
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.pdflink {
	display:inline-block;
	padding-right:15px;
/*	width:500px;*/
	font-size:14px;
	height:40px;
	line-height:40px;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #006a8c;
	padding-left:55px;
	background-image:url(images/icon-pdf.png);
	background-repeat:no-repeat;
	background-position: 10px -2px;
	text-align:left;
	color:#006a8c;
	text-decoration:none;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
border-radius:6px;
}

.pdflink:hover{
	background-color:#006a8c;
	color:white;
	background-image:url(images/icon-pdf.png);
	background-repeat:no-repeat;
	background-position: 10px -41px;	
}

.listbox {
	position: relative;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	width:195px;
	height:300px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -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;	
}

.listboxkat {
	position: relative;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	width:195px;
	height:250px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -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;	
}
/*
.listbox:hover {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);	
}
*/

.listkep {
	width: 195px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;	
		
}

.listkep img {
	max-width:100%;
	max-height:100%;
}

.listnev {
	position: absolute;
	bottom: 35px;
	width: 95%;	
	
	text-align: center;
	height: 70px;
	color: #006faf;
	font-size: 18px;
	overflow: hidden;
}

.listnevkat {
	position: absolute;
	width: 95%;	
	
	text-align: center;
	height: 50px;
	color: #006faf;
	font-size: 18px;
	overflow: hidden;
}


.listalso {
	width: 100%;
	height: 35px;
	display: table;
	
position: absolute;
bottom: 0px;	
}

.listreszlet {
	display: table-cell;
	vertical-align: middle;
	text-align: left;	
}

.listar {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
}

.reszbut {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.reszbut:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.reszbut:active {
	position:relative;
	top:1px;
}

.brutto {
	font-size: 12px;
	color:#5B5B5B;
}

.kapbal {
	width: 100%;
	display: block;
}

.kapbal h1 {
	color: #0887be;
}

.kapjobb {
	width: 100%;
	display: block;
}

.kapjobb a {
	color: #0887be;
	
}

.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;
}

.kabox {
	width: 100%;
	display: block;
}

.kabox a {
	color: #0887be;
}

.kabox h2 {
	color: #0887be;
}

.navbar {
	width: 100%;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: #0887be;
	color: #80ccee;
	line-height: 40px;
	position: relative;
}

.navbar a{
	color:#ffffff;
}

/* Cikkek */

.cikkbox {
	width:320px;
	height: 250px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
	vertical-align: top;
	position:relative;
	margin-right: 10px;
	margin-bottom: 20px;
}

.cikkkep {
	width: 100%;
	height: 250px;
	border: 1px solid white;
	background-size: cover;
	background-position: center center;
}


.cikknev {
	position: absolute;
	line-height: 20px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.75);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 18px;
	color: #ffffff;
	width: 96%;
	text-align: center;
}

.cikklbox {
	width:320px;
	height: 250px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
	vertical-align: top;
	position:relative;
	margin-right: 10px;
	margin-bottom: 20px;
}

.cikklkep {
	width: 100%;
	height: 250px;
	border: 1px solid white;
	background-size: cover;
	background-position: center center;
}


.cikklnev {
	position: absolute;
	line-height: 20px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.75);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 18px;
	color: #ffffff;
	width: 96%;
	text-align: center;
}

/* Stylusváltás 
.cikklistbox {
	width: 45%;
	height: 190px;
	margin-right: 2%;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	overflow: hidden;
}

.cikklistbox h2{
	font-size: 20px;
	color: #0887be;
	margin-top: 0px;
	height: 50px;
	overflow: hidden;
}

.rleiras {
	height: 120px;
	text-align: justify;
	position: relative;
}

.cgomb {
	position: absolute;
	bottom:10px;
	right:10px;
}
*/

.clear {
	clear: both;
}

/*  Cikk képeinek formázásához */

	.cikk {
		width: 100%;
		height: auto;		
		display: grid;
		text-align: justify;
	}


	.ckepbal {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 100%;
	}
	
	.ckepjobb {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 100%;
	}	
	
	.ckepkozep {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 100%;
	}
	
	.negyedk {
		width: 80%;
		height: auto;
	}
	
	.felk {
		width: 80%;
		height: auto;
	}	
	
	.egeszk {
		width: 80%;
		height: auto;	
	}	
	

.kozepre {
	text-align: center !important;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
	margin-bottom:10px;
}

.share-btn:hover {
  color: #eeeeee  !important;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }


.tlisttable {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.tlistrow {
	display:table-row;
	border-bottom: 1px solid #3B3B3B;
}

.fstrow {
	font-weight: bold;
}

.tlistcell {
	display:table-cell;
	padding-top: 10px;
	padding-bottom: 10px;	
}

/* Hibadobozok */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;    
	text-align:center;	
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);	
}

.alert-ok {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);	
}

.kereso {
	width: 220px;
	height: 30px;
	border-radius: 5px;
	padding: 4px 5px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #7F7F7F;
	background-image: url("images/nagyito.jpg");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

*:focus {
    outline: 0;
}

.mobkozep {
	text-align: center;
}

.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%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	background-color: #0887be;
	text-align: center;
}

/* ŰRLAP --------------- */

.message {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#748693;
	border-radius:5px;
	color:#ffffff;
	text-align:center;
}

.uzenetf {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#d4483a;
	border-radius:5px;
	color:#ffffff;
	text-align:center;	
}

.ajanlat {
	width: 180px;
	height: 40px;
	line-height: 40px;
	cursor:pointer;
	background-color: #0887be;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align:center !important;
	color: white !important;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.reszletek {
	width: 180px;
	height: 40px;
	line-height: 40px;
	cursor:pointer;
	background-color: #0887be;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align:center !important;
	color: white !important;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.inp {
	width:90%;
	height:45px;
	font-size:18px;
	margin-bottom:15px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
}

.inp:hover {
	border-color:#81a5c0;
}

.kuld {
	width:150px;
	height:45px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
	cursor:pointer;
	-o-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-khtml-transition: color 1s linear;
	-webkit-transition: color 1s linear;
	-ms-transition: color 1s linear;
	transition: color 1s linear;	
}

.kuld:hover {
	border-color:#81a5c0;
	background-color:#81a5c0;
	color:#ffffff;
}

.tarea {
	resize:vertical;
	width:90%;
	height:135px;
	font-size:18px;
	background-color: transparent;
	border:1px solid #677b89;
	border-radius: 0 !important;
	box-shadow: none;
	border-color:#677b89;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	color:#677b89;
	padding-top:20px;
	padding-bottom:20px;
	
}

.tarea:hover {
	border-color:#81a5c0;
}

#beuzen {
	display: none;
}
/* ŰRLAP --------------- VÉGE */