@import "font-awesome.css";
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:700italic);*/
/************************************************************************************
HTML tegek resetelése
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* Képek beállítása */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* html5 elemek beállítása */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/**************************************************************
Álltalános stílúsok beállítása
***************************************************************/
body {
	background: url('../images/'), url('../images/'), url('../images/');
	background-position: center top, center bottom, 0 0;
	background-repeat: no-repeat, no-repeat, repeat;
	background-color: white;
    background-image: none;
    font-style: normal;
	font-weight: 300;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
    font-size: 100%;
	color: blue;
}
h1 {
	font-size:60px;
}
h2 {
	font-size:20px;
}

a { text-decoration:none }
.clear:before,
.clear:after {
	content:" ";
	display: table
}
.clear:after { float: none !important; clear: both; }/*Float feloldása*/
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle
}
.arrow.down {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.arrow.up {
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

/**************************************************************
 SlidesJS
***************************************************************/
div.container div.hatter {
	margin:0px auto;
	max-width:1000px;
	width:98%;
	border:0px solid yellow;
	background-color: white;
}

div.container div#slides {
	margin:0px auto;
	display:none;
	width:98%;
}

div.container#slides .slidesjs-navigation {
  margin-top:5px;
}

div.container a.slidesjs-next,
div.container a.slidesjs-previous,
div.container a.slidesjs-play,
div.container a.slidesjs-stop {
	background-image: url("../images/show//btns-next-prev.png");
	background-repeat: no-repeat;
	display:block;
	width:12px;
	height:18px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right:5px;
	margin-top:10px;
	border:0px solid red;
}

div.container a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

div.container a:hover.slidesjs-next {
  background-position: -12px -18px;
}

div.container a.slidesjs-previous {
  background-position: 0 0;
}

div.container a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

div.container a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

div.container a:hover.slidesjs-play {
  background-position: -25px -18px;
}

div.container a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

div.container a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

div.container .slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

div.container .slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

div.container .slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url("../images/show/pagination.png");
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

div.container .slidesjs-pagination li a.active,
div.container .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

div.container .slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

div.container #slides a:link,
div.container #slides a:visited {
  color: #333
}

div.container #slides a:hover,
div.container #slides a:active {
  color: #9e2020
}

div.container .navbar {
  overflow: hidden
}

div.container #slides {
  display: none;
}

div.container {
	margin: 0 auto;
	width:100%;
	border:0px solid red;
	background-color: white;
}
div.container img {
	border:4px solid white;
	border-top:0px solid white;
	max-width:99%;
	max-height:99%;
}

/**************************************************************
Wrapper befoglaló div
***************************************************************/
div#wrapper { 
	width:100%;
	border:1px solid red;
}

/**************************************************************
Header
***************************************************************/
header {
	margin:0px auto;
	width:98%;
	max-width:1000px;
	min-height:110px;
	background-color: ;
	border:0px solid green;
}

header div.header_left {
	float:left;
	border:0px solid red;
}

header span.logo_nagy {
	float:left;
	background: url("../images/huto_klima.gif") no-repeat;
	background-size:140px auto;
	background-position:center;
	/*-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;*/
	background-color: white;
	width:140px;
	height:140px;
	border:0px solid gray;
	/*box-shadow:2px 2px 2px gray;*/
	margin:22px 5px 5px 20px;
}

header span.logo_text {
	float:left;
	font-size:200%;
	/*text-shadow:2px 2px 2px red;*/
	color:blue;
	margin:5px;
	margin-top:45px;
	font-weight:bold;
}

header div.header_right {
	float:right;
	border:0px solid red;
	margin:44px 20px 0px 0px;
}

header a {
	color:blue;
	font-size:10px;
	margin-right:5px;
	line-height:20px;
	padding:0px 10px 0px 10px;
}

header a:first-child {
	padding-right:10px;
}

header a:hover {
	color: red;
	transition: color .5s
}

header span.mobil {
	color:blue;
	font-size:130%;
	line-height:25px;
	border:0px solid gray;
	font-weight:bold;
}

/**************************************************************
Navigáció fixálása
***************************************************************/
div.f-nav{  /* Fixáljuk a menűsávot */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	box-shadow: 0px 1px 3px rgb(60, 60, 60, 0.4);
}

/**************************************************************
Navigáció
***************************************************************/
nav {
	width:100%;
	min-height:59px;
	background-color:white;
}

nav .navbar {
	width: 98%;
	max-width:1000px;
	margin:0 auto;
	border:0px solid red;
}

nav a { color: blue; }

nav span.logo {
	display:none;
	float:left;
	background: url("../images/huto_klima.gif") no-repeat;
	background-size:56px auto;
	background-position:center;
	width:58px;
	height:58px;
	margin:0px;
}

nav span.logo_text {
	display:none;
	float:left;
	margin:0px;
	line-height:58px;
	color:blue;
	border:0px solid red;
}

nav .menu-toggle {
	cursor: pointer;
	display: none;/*none*/
	float: right;
	padding: 12px;
	margin: 10px 0;
	background: white;
	transition: background-color .5s;
	border:1px solid #6b96dc;
}

nav .icon-bar {
	background-color: blue;
	display: block;
	width: 22px;
	height: 2px
}
nav .icon-bar + .icon-bar { margin-top: 4px }

nav .menu { 
	font-size:90%; 
	border:0px solid red; 
	margin-top:5px;
}
nav .menu ul { float: left }
nav .menu li {
	float: left;
	list-style: none;
	border:0px solid green;
	margin-top: 6px
}

nav .menu li a,
nav .open-submenu {
	color: blue;
	cursor: pointer;
	position: relative;
	display: block;
	padding: 12px 20px;
	transition: background-color .5s;
	font-weight:2px;
	margin-bottom:7px;
}
nav .menu li a:hover,
nav .open-submenu:hover ,
nav .open-submenu.active {
	color: red;
	transition: color .5s
}
nav .menu-toggle:hover  {
	background: #ffcacb;
	transition: background-color .5s;
}
nav .menu-toggle.active  {
	background: #ffcacb;
	transition: background-color .5s;
}
nav .menu ul ul {
	z-index: 100;
	display: none;
	float: none;
	position: absolute;
	background: white;
	border-left:5px solid white;
	border-right:5px solid white;
	border-bottom:5px solid white;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
}
nav .menu ul ul li {
	float: none;
	border-bottom: 0px solid blue;
	margin-bottom:0px;
	border:0px solid red;
}
/*nav .menu ul ul li:last-child{
	border:0px;
}*/

nav .menu ul ul li a{
	margin:10px;
	padding:0px 25px 0px 25px;
	text-align:center;
}

nav .menu ul ul a:hover {
	/*background: #62b38d;*/
	color: red;
	transition: color .5s
}

/**************************************************************
közösség
***************************************************************/
nav div.kozosseg {
	float: right;
	border:0px solid red;
	padding:5px 5px 5px 5px;
	margin:10px 10px 0px 0px;
}
nav i.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	color:blue;
	font-size:15px;
	margin-right:10px;
}
nav i:hover {
	color: red;
	transition: color .5s
}

/************************************************************************************
Visszajelzés ok
*************************************************************************************/
div#visszajelzes_ok {
	display:none;
	clear:both;
	width:100%;
	background-color:rgba(0,255,0,.5);
	border-bottom:1px solid white;
	margin: 0px auto;
}
div#visszajelzes_ok div{
	max-width:1000px;
	width:98%;
	margin: 0px auto;
	border:0px solid red;
}
div#visszajelzes_ok div .title{
	width:auto;
	border:0px solid red;
	font-size:10px;
	padding:4px 10px;
	font-weight:bold;
	color:white;
}
div#visszajelzes_ok i {
	margin-right:10px;
}

/************************************************************************************
Visszajelzés no
*************************************************************************************/
div#visszajelzes_no {
	display:none;
	clear:both;
	width:100%;
	background-color:rgba(255,0,0,.5);
	border-bottom:1px solid white;
	margin:0px auto;
}
div#visszajelzes_no div{
	max-width:1000px;
	width:98%;
	margin: 0px auto;
	border:0px solid red;
}
div#visszajelzes_no div .title{
	width:auto;
	border:0px solid green;
	font-size:10px;
	padding:4px 10px;
	font-weight:bold;
	color:white;
}
div#visszajelzes_no i {
	margin-right:10px;
}

/**************************************************************
Középső rész
***************************************************************/
section {
	width:100%;
	margin:0px auto;
	background-color: white;
}

article {
	margin:0px auto;
	width:98%;
	min-height:500px;
	max-width:1000px;
	border:0px solid red;
	background-color: white;
	color:blue;
	padding:10px 0px 10px 0px;
}

section a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

section a:hover {
	color: red;
}

/**************************************************************
* Footer
***************************************************************/
footer {
	margin:0px auto;
	width:98%;
	max-width:1000px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 11px;
    font-weight: normal;
    background-color: white;
	border:0px solid red;
	margin-bottom:20px;
	color:blue;
}

footer div.cella {
	float:left;
	min-height:200px;
	width:24%;
	border-left:1px dotted blue;
	cursor:default;
}

footer div.cella:first-child {
	border-left:0px solid blue;
}

footer div.cella .cella_tartalom {
	border:0px solid red;
	margin:20px;
	margin-left:40px;
	width:100%;
}

footer h2 {
	margin-bottom:10px;
	color: red;
}

footer div.cella div.cella_tartalom ul li {
	width:100%;
	list-style: none;
	font-size:13px;
	border:0px solid green;
	margin-bottom:5px;
}

footer div.cella div.cella_tartalom ul li i {
	width:20px;
	border:0px solid red;
	text-align:center;
	margin-right:10px;
	font-size:15px;
}

footer div.alairas {
	margin:0px auto;
	border:0px solid red;
	margin-top:10px;
}

footer div.alairas span.footer_logo {
	float:left;
	background: url("../images/digitcool_logo.jpg") no-repeat;
	background-size:auto 18px;
	background-position:center;
	width:18px;
	height:18px;
	margin:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

footer div.alairas div.alairastext {
	margin:0px auto;
	/*max-width:420px;*/
	font-size:12px;
	text-align:center;
	border:0px solid green;
}

footer div.footer_menu {
	max-width:410px;
	margin:0px auto;
	margin-top:5px;
	border-top:1px solid blue;
	padding:5px;
	border:0px solid red;
}

footer div.footer_menu ul li {
	float:left;
	min-width:100px;
	list-style: none;
	text-align:center;
	border-left:1px solid blue;
}

footer div.footer_menu ul li:first-child {
	border:0px solid blue;
}

footer a {
	color:blue;
	font-size:13px;
}

footer a:hover {
	color: red;
	transition: color .5s;
}

/**************************************************************
Home
***************************************************************/
article div.home_title {
	text-align:left;
	font-size:25px;
	padding:10px;
	border:0px solid red;
	margin-top:10px;
}
article p.formaz {
	border:0px solid green;
	padding-bottom:0px;
	font-weight:bold;
}
article p {
	border:0px solid green;
	padding:20px;
	text-align:justify;
}
article figure {
	border:0px solid red;
}
article figure img.promo_img {
	/*display: block;
	margin:0px auto;*/
	border:0px solid blue;
	box-shadow:2px 2px 2px blue;
}
article div.kiemel {
	margin:10px auto;
	width:90%;
	border:1px solid #3F4246;
	background-color: #6b96dc;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	box-shadow:2px 2px 2px black;
	color:white;
	text-shadow:1px 1px 1px gray;
}

article div.kiemel i {
	font-size:30px;
	margin-right:10px;
}
article div.kiemel i.sima{
	font-size:16px;
	margin-right:10px;
}

/**************************************************************
*Új 2015 galéria
***************************************************************/
div.galeria_keret {
	margin:0px auto;
	max-width:860px;
	width:auto;
	border:0px solid red;
}

#mygallerykeret{
	float:left;
	border:0px solid red;
	margin-bottom:10px;
}
#mygallerykeret .mygallery{
	float:left;
	width:276px;
	height:200px;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin:10px 0px 0px 7px;
	background-repeat:no-repeat;
	background-size:276px auto;
	background-position:center;
}
#mygallerykeret .title{
	float:left;
	width:266px;
	min-height:20px;
	border:0px solid #939393;
	background-color:black;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding-left:10px;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:30px;
	color:white;
}
#mygallerykeret .gmenu{
	float:left;
	width:248px;
	min-height:40px;
	border:1px solid #5D5D5D;
	background-color:black;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding:2px 2px 2px 3px;
	filter:alpha(opacity=80);
	opacity:0.8;
	margin:115px 0px 0px 10px;
}
#mygallerykeret .index{
	float:left;
	width:36px;
	min-height:36px;
	border:1px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 0px 2px;
	background-repeat:no-repeat;
	background-size:36px 36px;
	background-position:center;
	cursor:pointer;
}
#mygallerykeret .index:hover{
	box-shadow: 0px 0px 5px red;
	transition: box-shadow .5s
}
#mygallerykeret .mappanyit {
	float:right;
	width:20px;
	min-height:20px;
	border:0px solid red;
	cursor:pointer;
	margin:4px 10px 0px 0px;
	text-align:center;
	color:white;
}
#mygallerykeret .mappanyit:hover {
	color: red;
	transition: color .5s
}
/*******************************************
Nagy galeria keret
*******************************************/
#mygallernagykeret{
	margin:0px auto;
	max-width:820px;
	background-color:black;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow:2px 2px 2px gray;
	margin-bottom:20px;
}
#mygallernagykeret .mygallernagykeret{
	max-width:820px;
	border:1px solid #4A4A4A;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: center;
}
#mygallernagykeret .title{
	width:100%;
	max-width:820px;
	min-height:40px;
	border:0px solid red; /*#939393;*/
	background-color:black;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:40px;
	font-size:16px;
	color:white;
	font-weight:bold;
}
#mygallernagykeret .kepnyit{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid green;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}
#mygallernagykeret .kepupload{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid red;
	text-align:center;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}

#mygallernagykeret .visszaalbum{
	float:right;
	width:20px;
	min-height:25px;
	border:0px solid red;
	cursor:pointer;
	margin:8px 20px 0px 0px;
	text-align:center;
	color:white;
}

#mygallernagykeret .kepnyit:hover,
#mygallernagykeret .kepupload:hover,
#mygallernagykeret .visszaalbum:hover {
	color: red;
	transition: color .5s
}

#mygallernagykeret .ballra_gomb{
	float:left;
	width:60px;
	height:40px;
	border:1px solid white;
	cursor:pointer;
	margin:260px 0px 0px 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:40px;
	text-align:center;
	font-size:30px;
	color:white;
	filter:alpha(opacity=20);
	opacity:0.2;
	background-color:black;
}
#mygallernagykeret .ballra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:red;
	transition: background-color .5s
}
#mygallernagykeret .jobbra_gomb{
	float:right;
	width:60px;
	height:40px;
	border:1px solid white;
	cursor:pointer;
	margin:260px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	line-height:40px;
	text-align:center;
	font-size:30px;
	color:white;
	filter:alpha(opacity=20);
	opacity:0.2;
	background-color:black;
}
#mygallernagykeret .jobbra_gomb:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:red;
	transition: background-color .5s
}
#mygallernagykeret .thun_imgs{
	float:left;
	width:100%;
	min-height:80px;
	margin:160px 20px 0px 20px;
	border:0px solid white;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#mygallernagykeret .index{
	float:left;
	width:36px;
	min-height:36px;
	border:0px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 2px 2px;
	background-repeat:no-repeat;
	background-size:36px 36px;
	background-position:center;
	cursor:pointer;
}
#mygallernagykeret .index:hover{
	box-shadow: 0px 0px 5px red;
	transition: box-shadow .5s
}

#mygallernagykeret .js_index_inof{/********************************************************************/
	position:relative;
	float:left;
	left:-50px;
	width:auto;
	height:auto;
	line-height:15px;
	color:white;
	font-size:10px;
	background-color:black;
	filter:alpha(opacity=20);
	opacity:0.2;
	margin:10px 0px 0px 0px;
	padding:6px 10px 6px 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border:1px solid #5D5D5D;
	cursor:default;
}
#mygallernagykeret .js_index_inof:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#mygallernagykeret .admin{
	position:relative;
	top:400px;
	right:-50px;
	float:right;
	width:80px; 
	min-height:10px;
	border:1px solid #5D5D5D;
	background-color:black;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	filter:alpha(opacity=20);
	opacity:0.2;
	cursor:default;
	text-align:center;
}
#mygallernagykeret .admin:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*Ha nincs gaériád*/
#nogallery{
	float:left;
	max-width:830px;
	min-height:30px;
	border:1px solid #5D5D5D;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:1px 1px 10px 2px;
	background-color:black;
	padding:0px 10px 0px 10px;
	line-height:30px;
}
/*Új 2013 galéria vége*/

/**************************************
* Termékek listázása
**************************************/
article div.tkeret {
	margin:0px auto;
	border:0px solid red;
	max-width:1000px;
}
article div.tcim {
	float:left;
	margin:5px;
	padding:10px;
	border:0px solid red;
	font-weight:bold;
	font-size:110%;
}
article div.tara {
	float:right;
	margin:5px;
	padding:10px;
	border:0px solid red;
	font-weight:bold;
	font-size:110%;
}
article div.kep {
	float:left;
	max-width:35%;
	margin-left:5px;
	padding:10px;
	border:0px solid green;
}
article div.tleiras {
	float:right;
	max-width:54%;
	margin-right:5px;
	padding:10px;
	border:0px solid green;
	text-align:justify;
}
article div.admin {
	width:auto;
	margin:5px;
	padding:5px;
	border:0px solid gray;
	box-shadow:2px 2px 4px gray;
}
article div.adgomb {
	float:left;
	margin-left:10px;
}
article div.adgomb input.ingomb {
	border:1px solid blue;
	color:blue;
	cursor:pointer;
	background-color:white;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
}
article div.adgomb input.ingomb:hover {
	border-color:red;
	color:red;
	transition: all .5s
}
/********************************
* Új termék
********************************/
article div.ujtermek {
	margin:0px auto;
	width:auto;
	max-width:800px;
	padding:10px;
	border:1px solid blue;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	box-shadow:1px 1px 1px blue;
}
article div.ujtermek div.title {
	border:0px solid red;
	font-weight:bold;
	margin-bottom:15px;
	font-size:110%;
}
article div.ujtermek div.sorok {
	border-bottom:1px dotted blue;
	padding:10px;
}
article div.ujtermek div.sorok input.inputtext {
	width:100%;
	border:1px solid blue;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	color:blue;
	height:30px;
}
article div.ujtermek div.sorok textarea {
	width:100%;
	border:1px solid blue;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
	color:blue;
	height:60px;
}