/************************************************/
/***************** Egész oldal ******************/
/************************************************/

body{
	background: #484848 url(../images/reparetek/background_shadow_1px.png) repeat-y center;
}
#wrapper{
	width: 1180px;
	margin: auto;
	font-family: georgia;
}
.hidden{
	display: none;
}
.alignright{
	text-align: right;
}
.fullwidth{
	width: 100%;
}

/************************************************/
/************************************************/
/************ Felső menüsor - header ************/
/************************************************/
/************************************************/
#header{
	top:0;
	width:1180px;
	z-index:20;
}
#header.head-rel{
	position:absolute;
}
#header.hover_sub #menu-login{
	height:3px;
}
#header.visible_sub #menu-login{
	height:100px;
}

/************************************************/
/****************** UPPER BAR *******************/
/************************************************/
#menu-login{
	background-color:#FFFDD9;
	color:#C75131;
	font-size: 0.85em;
	height:0;
	overflow:hidden;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
	white-space:nowrap;
}
.upper-login p{
	float:left;
}
.upper-login ul{
	display:none;
}
.upper-bar {
	width:1180px;
	height:100px;
	box-sizing:border-box;
	display:inline-block;
	background-repeat:no-repeat;
	background-color:#FFFDD9;
	vertical-align: top;
}
.upper-bar-floatright {
	float:right;
	margin:10px;
	padding-right: 110px;
}
p#upper-bar-1-title{
	margin-left: 17px;
	margin-bottom: 4px;
}
#upper-bar-2-title{
	margin: 0px 121px 4px 103px;
}
p#upper-bar-3-title{
	margin-left: 103px;
	margin-bottom: 4px;
}
#upper-bar-2 {
	background-image:url("../images/reparetek/upper_bar_2_background.png?");
	background-position:485px;
}
#upper-bar-3 {
	background-image:url("../images/reparetek/upper_bar_3_background.png?");
	background-position: 400px;
}
.upper-bar-input-container ,.upper-bar-icon,.upper-bar-divider, #login-form,#member-registration{
	display:inline-block;
}
.upper-bar-email > p{
	background-image:url("../images/reparetek/upper_bar_input_decor_email.png?");
}
.upper-bar-password > p{
	background-image:url("../images/reparetek/upper_bar_input_decor_secret.png?");
}
.upper-bar-name > p {
	background-image:url("../images/reparetek/upper_bar_input_decor_user.png?");
}
p.upper-bar-input{
	width:135px;
	height: 30px;
	border-width: 1px;
	border-color: #C75131;
	border-style: dashed;
	margin: 0px 4px;
	padding: 0px 2px 2px 30px;
	background-repeat:no-repeat;
	background-position: 5px center;
}
.inputbox {
	border-width: 0;
	width:100%;
	height: 100%;
	background-color:transparent !important;
}
p.upper-bar-label{
	text-align:center;
	text-decoration:none;
	color: rgba(199,81,49,0.7);
	font-style:italic;
	font-size:0.9em;
	margin:4px 0px 0px 0px;
	background:none;
}
.upper-bar-divider{
	height:54px;
	margin: 0px 10px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: rgba(199,81,49,0.5);
}
.upper-bar-icon{
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	line-height:100px;
	color: rgba(199,81,49,0.7);
	font-style:italic;
	font-size:0.9em;
}
.icon-google,.icon-facebook,.icon-original{
	height:62px;
	width:82px;
	background-position:center top;
}
.icon-back,.icon-login,.icon-reg{
	height:98px; /* 62px; */
	width:74px;
	background-position:center 4px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	align: bottom;
}
.icon-logout{
	background-position: 10px center;
	background-repeat:no-repeat;
}
.icon-original{
	background-image:url("../images/reparetek/upper_bar_1_general.png?");
}
.icon-google{
	background-image:url("../images/reparetek/upper_bar_1_google.png?");
}
.icon-facebook{
	background-image:url("../images/reparetek/upper_bar_1_facebook.png?");
}
.icon-back{
	background-image:url("../images/reparetek/upper_bar_2-3_navback.png?");
}
.icon-login{
	background-image:url("../images/reparetek/upper_bar_2_login.png?");
}
.icon-reg{
	background-image:url("../images/reparetek/upper_bar_2-3_reg.png?");
}
.icon-logout{
	background-image:url("../images/reparetek/upper_bar_4_logout.png?");
}

.iconed-button {
	padding: 10px 17px 10px 40px;
	font-size: 16px;
	font-style: italic;
	color: #c75131;
}
.no_underline{
	text-decoration:none;
	color: #c75131;
}
.float_right{
	float: right;
}
.upper-bar-half_height{
	height: 40px;
}
.wide_dot{
	color: #c75131;
	padding: 5px;
	font-size: 0.9em;
}

/************************************************/
/*********** Felső menüsor: menu-nav ************/
/************************************************/

#wrapper #menu-nav li .mainmenubtn{
	width: 250px;
	height: 60px;
	display:inline-block;
	background-image:url("../images/reparetek/logo_wide_50.png");
	background-position:left;
	background-repeat:no-repeat;
	font-size:0;
	float:none;
}
#wrapper #menu-nav li.current .mainmenubtn{
	background-image:url("../images/reparetek/logo_wide_50_home.png");
}

#menu-nav{
	font-family:georgia;
	background-color:#C75131;
	height:80px;
	z-index:20;
}
#menu-nav ul.menu{
	list-style:none;
	margin:0px 0px 0px 110px;
	text-transform:lowercase;
	width:940px;
	height: 60px;
}
#menu-nav ul.menu li{
	display:inline;
}
#menu-nav ul.menu a:before{
	content:"\25cf";
	font-size: 0.7em;
	margin:10px;
	color:#d8866f;
	display:inline-block;
}
#menu-nav ul.menu li:first-of-type a:before,
#menu-nav ul.menu li:last-of-type a:before
{
	opacity:0;
}
#menu-nav ul.menu a{
	float:right;
	display:inline-block;
	text-shadow:0 1px rgba(0, 0, 0, 0.1);
	color:white;
	text-decoration:none;
	line-height: 40px;
}
#menu-nav ul.menu a:hover{
	text-decoration: underline;
}
#menu-nav ul.menu li.active a{
	text-decoration: underline;
}
#menu-nav ul.menu li:first-child a:hover{
	text-decoration: none;
}
#menu-nav ul.menu li.active:first-child a{
	text-decoration: none;
}
#menu-nav-right{
	padding:10px;
}
#menu-nav-right > img {
	float: right;
	position:relative;
	top:-10px;
	right:128px;
	visibility:hidden;
}
.visible_sub #menu-nav-right > img,
.hover_sub #menu-nav-right > img {
	visibility:visible;
}

/********** Felső menüsor: menu-nav : AVATAR **********/

.loginbt:before{/*alatta és fölötte is legyen kattintható*/
	/*background-color:rgba(125,125,125,0.5);*/
	content:" ";
	height:80px;
	width:50px;
	display:block;
	margin-top:-16px;
	margin-left:-1px;
	position:relative;
}
.loginbt{
	float:right;
	display:inline-block;
	font-size:0;
	height: 48px;
	width: 48px;
	margin: 5px 90px 0px 30px;
	border: 2px solid transparent;
}
.visible_sub .loginbt{
	border: 2px dotted #FFFDD9;
	border-radius: 50%;
}
.hover_sub .loginbt{
	border: 2px dotted #FFFDD9;
	border-radius: 50%;
}
#useravatar{
	width: 48px;
	height: 48px;
	position: relative;
	top: -64px;
	background-image: url("../images/reparetek/avatar_white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
}
.visible_sub #useravatar{
	background-image: url("../images/reparetek/avatar_orange.png");
}
.hover_sub #useravatar{
	background-color: #FFFDD9;
	background-image: url("../images/reparetek/avatar_orange.png");
}

/********** Felső menüsor: menu-nav : mod-languages **********/

div.mod-languages {
	float:right;
	height: 10px;
	width: 90px;
	position: relative;
	top: -36px;
	font-size:0;
}

/************************************************/
/************************************************/
/**************** Változó fejléc ****************/
/************************************************/
/************************************************/

/************* main menu_content ****************/
#retek_index_wrapper{
	background-image: url(../images/reparetek/backgr_main_menu_content.jpg?ver=1.6);
	width:1180px;
	height:520px;
}
#retek_index_floater{
	float: left;
	margin: 30px 120px;
	border: 0px solid white;
	width:360px;
	height:440px;
	color: #fffdd9;
}
.logo_med{
	background-image: url(../images/reparetek/logo_yellow_128.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:140px;
}
.logotype_med{
	background-image: url(../images/reparetek/logotype_shadowed_yellow_M.png);
	width:280px;
	height:70px;
}
.fblike{
	display: block;
	background-image: url(../images/reparetek/fb_like.png);
	text-decoration:none;
	width: 52px;
	height: 26px;
}
.td_fblike{
	width: 72px;
	vertical-align: bottom;
}
.sloganarea{
	margin-top: 10px;
	min-height: 70px;
	text-align: justify;
	line-height: 1.4em;
}
.decolinks{
	height: 45px;
	margin:10px 0px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: rgba(255, 253, 217, 0.5);
	text-align: left;
}
table.decolinks  td{
	background-repeat: no-repeat;
	background-position: right center;
}
.decolinks td:nth-child(1), .decolinks td:nth-child(4){
	width: 15%;
}
.decolinks td:nth-child(2), .decolinks td:nth-child(5){
	width: 29%;
	text-indent: 5px;
}
.decolinks td:nth-child(3){
	width: 12%;
	background-image: url(../images/reparetek/main_menu-content_decor-separator.png);
}
.decolinks td:nth-child(1){
	background-image: url(../images/reparetek/main_menu-content_decor-carte.png);
}
.decolinks td:nth-child(4){
	background-image: url(../images/reparetek/main_menu-content_decor-foods.png);
}
.decolinks a{
	color: #fffdd9;
	text-decoration: none;
	padding: 12px 20px 14px 52px;
	margin-left: -50px;
	white-space: nowrap;
	cursor: pointer;
}
.decolinks a:hover{
	text-decoration: underline;
}
.main_order_btn{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #a3375a;
	color: #f9d066;
	font-size: 1.5em;
	text-decoration:none;
	font-style: italic;
	text-indent: 50px;
}
.main_order_btn:hover{
	text-decoration: underline;
}
#userpic_on_main-order-btn{
	position: relative;
	left: 90px;
	top: 5px;
}
#userpic_on_main-order-btn > #useravatar{
	background-image:url("../images/reparetek/main_order_btn_avatar_loggedout.png");
}


/************************************************/
/************  Ételbemutató rész  ***************/
/************************************************/

#menu-content{
	margin-top: 80px;
	text-align: center;
	z-index: 10;
}
#menu-content-inner{
	height: 520px;
	overflow: hidden;
	background-image: url("../images/reparetek/backgr_on_menu-content-inner_slipped_comp.jpg");
	background-repeat: no-repeat;
}
#menu-content-inner > a{
	text-decoration: none;
}
#menu-content-inner .itemimg{
	float: right;
	position: relative;
	right: 210px;
	top: 100px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#menu-content-inner .itemtext{
	position: relative;
	left: 120px;
	top: 60px;
	width: 480px;
	height: 400px;
	text-align: left;
	color: #fffdd9;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#menu-content-inner .itemtext h3{
	font-size: 3.5em;
	text-shadow: 0px 0px;
	margin-left: 140px;
	text-indent: -60px;
}
#menu-content-inner .itemtext p{
	line-height: 1.5em;
	margin-left: 80px;
	margin-top: 40px;
	width: 350px;
}
#menu-ribbon .recept{
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	font-size:0;
	height:102px;
	margin-top:-29px;

}
#menu-ribbon  .item-wrap{
	display:inline-block;
	width:240px;
	height:71px;
	margin-top:29px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	font-size:15px;
	position:relative;
	cursor:pointer;
	border-top:2px solid rgba(255,255,255,0);

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}
#menu-ribbon  .item-wrap:hover{
	height:100px;
	margin-top:0;
	z-index:25;
	border-top:2px solid rgba(255,255,255,1);
}
#menu-ribbon  .item-wrap .title{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fffdd9;
	text-shadow: 0 0 4px black;
	font-size: 16px;
	text-transform: lowercase;
}
#menu-ribbon  .item-wrap .summary{
	display:none;
}
/*ételbemutató kieg*/
#content #menu-content{
	margin-left:-120px;
	width:1180px;
	margin-top:70px;
}


/************************************************/
/************************************************/
/**************** Tartalomterület ***************/
/************************************************/
/************************************************/
#content{
	overflow: hidden;
	background-color:#FFF;
	float: left;
	padding:0px 120px;
	min-height:400px;
	width: 940px;
}

#system-message-container{
	position: relative;
	left: -120px;
	width: 1180px;
	border: none;
	margin-bottom: 0px;
	color: #fffdd9;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background-image: url("../images/reparetek/silhouette_upper_bw.png?");
	background-position: bottom;
	background-repeat: no-repeat;
}
.basedata{
	float: left;
	background-repeat: no-repeat;
	background-image: url("../images/reparetek/reg_background_register.png?");
	background-position: 245px 80px;
}
#basedata, .single_column{
	float: left;
	margin: 0px 0px 40px 245px;
	padding-left: 35px;
	border-left: 1px solid rgba(86, 86, 86, 0.5);
	width: 400px;
}
.item-page {
	/*float: left;*/
}
.item-page h1{
	color: #fffdd9;
	font-size: 30px;
	line-height: 80px;
	background-color: #363D44;
	background-image: url("../images/reparetek/silhouette_middle_bw.png?");
	width: 940px;
	position: relative;
	left: -120px;
	padding: 0px 120px;
	margin-bottom: 30px;
}
.item-page h1 a{color:#fffdd9;text-decoration: none;}
.item-page h2{
	color: rgba(163, 55, 90, 1);
	font-size: 28px;
	margin: 30px 0px 15px 0px;
}
.item-page h3{
	color: rgba(99, 99, 99, 1);
	font-size: 18px;
	margin: 30px 0px 10px 0px;
}
.item-page h6{
	font-size: 0.8em;
	font-style: italic;
	margin: 8px 0px;
	color: rgba(73, 79, 83, 0.8);
}
.item-page p{
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
	line-height: 22px;
}
.item-page ul{
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
	line-height: 20px;
	list-style-position: inside;
	padding-left: 20px;
	padding-bottom: 10px;
}



/************************************************/
/******* Jobboldali tartalomterületi menü *******/
/************************************************/

.right_content_menu{
	float: right;
	position: relative;
	right: 0px;
	width: 420px;
	height: 100%;
	z-index: 100;
	border: 0px solid yellow;
}
.right_content_menu_main{
	top: 0px;
}
.right_content_menu_on_headered_pages{
	top: 80px;
}
.right_content_menu .menu{
	float: left;
	position: relative;
	height: 1600px;
	width: 340px;
	margin: 45px 0px 45px 40px;
	padding-left: 40px;
	border-left: 1px solid rgba(45, 34, 6, 0.1);
	list-style-type: none;
	background-image: url(../images/elfogadunk.jpg);
	background-repeat: no-repeat;
	background-position: right 32px;
}
.right_content_menu_on_headered_pages .menu{
	margin-bottom: 125px;
}
.right_content_menu .menu a{
	color: #C75131;
	text-decoration: none;
	line-height: 200%;
}
.right_content_menu .menu li:first-child{
	display: block;
	position: absolute;
	left: 265px;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 230px;
}
.right_content_menu .menu li:last-child{
	display: block;
	position: relative;
	top: 20px;
}
.right_content_menu .menu li:last-child:after{
	display: block;
	color: #959595;
	font-size: 0.7em;
	content: "info@reparetek.hu";
	white-space: nowrap;
	overflow: hidden;
}
.right_content_menu .menu li:first-child a, .right_content_menu .menu li:last-child a{
	color: #636363;
}
.right_content_menu .menu li:first-child a{
	padding-right: 35px;
	padding-bottom: 235px;
}


/************************************************/
/************************************************/
/******************** Lábléc ********************/
/************************************************/
/************************************************/
#footer{
	float: left;
	display: block;
	height:70px;
	width:940px;
	position: relative;
	left: 0px; /*-120px;*/
	padding: 15px 120px;
	background-repeat:no-repeat;
	background-image:url("../images/reparetek/backgr_on_footer.png?");
}
#footerlogo{
	width: 90px;
	height: 70px;
	background-image:url("../images/reparetek/footer_logo_small.png?");
	background-repeat:no-repeat;
	background-position: left top;
}
#footerlogotype{
	height: 26px;
	background-image:url("../images/reparetek/footer_logotype_small.png?");
	background-repeat:no-repeat;
	background-position: left top;
}
#company-info{
	vertical-align: bottom;
	color: rgba(69, 9, 29, 0.4);
	font-size: 0.7em;
	line-height: 160%;
}
#company-info a{
	text-decoration: none;
	color: rgba(69, 9, 29, 0.5);
}
#company-info a:hover{
	text-decoration: underline;
}


/************************************************/
/************************************************/
/************************************************/
/************************************************/

.tip{
  border:solid 1px #333;
  background:#ffffcc;
}
div.tooltip {
        float: left;
        background: #ffc;
        border: 1px solid #D4D5AA;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: 95%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;

}

div.tooltip p {
        font-size: 90%;
        margin: 0;
}
.tip
{
        font-size:0.8em;
        text-align:left;
        padding:3px;
        max-width:400px
}

.tip-title
{
        font-weight:bold;
}
.showIf{display:none;}


.inlineform input,.profile_inputbox{
	border-width: 0;
	width:100%;
	height: 100%;
	margin-left:-35px;
	padding-left:35px;
	background-color:transparent;
}
.inlineform input[type=checkbox],.inlineform input[type=radio]{
	height:20px;
	width:20px;
}
.inlineform input.ico_pw{
	background-repeat:no-repeat;
	background-position: 7px center;
	background-image:url("../images/reparetek/reg_input_decor_secret.png");
}
.inlineform input.ico_email{
	background-repeat:no-repeat;
	background-position: 7px center;
	background-image:url("../images/reparetek/reg_input_decor_email.png");
}
.inlineform input.ico_phone{
	background-repeat:no-repeat;
	background-position: 6px center;
	background-image:url("../images/reparetek/reg_input_decor_phone_oldstyle.png");
}
.inlineform input.ico_user{
	background-repeat:no-repeat;
	background-position: 7px center;
	background-image:url("../images/reparetek/reg_input_decor_user.png");
}
.inlineform input.ico_hashnr{
	background-repeat:no-repeat;
	background-position: 7px center;
	background-image:url("../images/reparetek/reg_input_decor_hashnumber.png");
}
.inlineform input.ico_coupon{
	background-repeat:no-repeat;
	background-position: 5px center;
	background-image:url("../images/reparetek/reg_input_decor_coupon.png");
}
.inlineform input.ico_card{
	background-repeat:no-repeat;
	background-position: 5px center;
	background-image:url("../images/reparetek/reg_input_decor_card.png");
}
.inlineform input.ico_billingname{
	background-repeat:no-repeat;
	background-position: 6px center;
	background-image:url("../images/reparetek/reg_input_decor_contactbook.png");
}
.inlineform input.ico_billingaddress{
	background-repeat:no-repeat;
	background-position: 5px center;
	background-image:url("../images/reparetek/reg_input_decor_contactbook.png");
}

.inlineform .input_container{
	border: 1px dashed rgba(73, 79, 83, 0.6);
	width: 360px;
	height: 34px;
	padding: 0px 2px 2px 35px;
	background-repeat:no-repeat;
	background-position: 7px center;
	margin: 18px 0px;
}

input:focus{ /*bug-0000143*/
	outline:0 solid orange;
}


.pholder{
	opacity:.5;
	position:relative;
	height:0;
	line-height:34px;
	pointer-events: none;
	white-space:nowrap;
	max-width:100%;
}
.pholder.r{
	text-align:right;
}
.inlineform input.invalid{
	background-color:#fdd;
}

.upper-resetpw{
	font-size:0.8em;
	color:#C75131;
}


.img-fulltext-right{
	float:right;
	max-width: 300px;
	margin: 25px 0px 25px 25px;
}
.img-fulltext-right>img{
	max-width: 300px;
}
