@charset "UTF-8";

/*
TODO:
- színek összegyűjtése a fájl tetején
- háttérképek kivágása psd-ből
TODO Viktornak:
- képek optimalizálása
- képek sprite-olása
- képek base64 kódolása
IRÁNYVONAL:
- négyzetrácsos elrendezésből kilógó részek abszolút pozícionálása relatív elemekből
- magasságot csak .box-nak, .wrapper-nek nem
- .wrapper 100% széles vízszintes háttér tárolására való
- .box középre igazított honlap főbb elemeihez való
*/

/* colors */

/* reset */

html,body,div,span,p,a,applet,object,iframe,font,h1,h2,h3,h4,h5,h6,blockquote,pre,code,img,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tr,th,td,caption,tbody,tfoot,thead,abbr,acronym,address,big,cite,del,dfn,em,img,kbd,q,s,samp{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:underline}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* defaults */

html{overflow-y:scroll}ul,ol{margin:10px 0}ul{list-style:disc;margin-left:15px}ol{list-style:decimal;margin-left:20px}a,a:link,a:active,a:visited,a:hover{cursor:pointer}p{margin-bottom:15px}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
    font-size: 80%;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

/* fonts */

@font-face {
    font-family: 'Futura Condensed Bold';
    src: url('font/futurastd-condensedbold-webfont.eot');
    src: url('font/futurastd-condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurastd-condensedbold-webfont.woff') format('woff'),
         url('font/futurastd-condensedbold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Bold';
    src: url('font/futurastd-bold-webfont.eot');
    src: url('font/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurastd-bold-webfont.woff') format('woff'),
         url('font/futurastd-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
    font-family: 'Futura Condensed Bold';
    src: url('font/futura/FuturaStd-CondensedBold.otf');
}
@font-face {
    font-family: 'Futura Bold';
    src: url('font/futura/FuturaStd-Bold.otf');
}*/

/* general */

.clearfix {width:0;height:0;visibility:hidden;clear: both;}

pre {
    margin: 5px;
    padding: 5px;
    font-family: "Courier";
    background: #FFFFFF;
    color: #000000;
    border: 1px solid red;
}

textarea {
    resize: none;
}

/* page */

body {
    min-height: 1284px;
    background: url('../img/jeghegy-mid.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    font-family: Arial, sans-serif;
}
.wrapper {
    display: block;
    width: 100%;
    min-width: 960px;
}
.box {
    margin: auto;
    width: 960px;
    /* outline: 1px dashed orange; */ /* DBG */
}

/* header */

#topbar {
    position: relative;
    height: 113px;
}
/*#header-wrapper {
}*/
#header {
    position: relative;
    margin-bottom: 22px;
    padding: 33px 0 0 138px;
    height: 335px;
    background-image: url('../img/slider-outer-frame.png');
    background-repeat: no-repeat;
    background-position: center top;
}
#slider-inner-frame {
    position: absolute;
    top: 33px;
    left: 138px;
    width: 819px;
    height: 290px;
    background-image: url('../img/slider-inner-frame.png');
    background-repeat: no-repeat;
    z-index: 6;
    _background: none; /* ie6 */
}
#korcsolya {
    position: absolute;
    bottom: -83px;
    left: 914px;
    width: 118px;
    height: 192px;
    background-image: url('../img/korcsolya.png');
    background-repeat: no-repeat;
    z-index: 20;
}
#logo {
    display: inline-block;
    margin: 32px 0 0 10px;
    width: 379px;
    height: 88px;
    background-image: url('../img/summerice-4evszak.png');
    background-repeat: no-repeat;
}
#languages {
    position: absolute;
    top: 76px;
    left: 612px;
	width: 400px;
}

#languages a {
	margin-right: 10px;
    width: 89px;
	height: 24px;
	line-height: 24px;
	text-indent: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4B6284;
	text-decoration: none;
	display: block;
	float: left;
}

a.hu {
	background-image: url('../img/flag-hu.png');
}

a.en {
	background-image: url('../img/flag-uk.png');
}

a.de {
    width: 89px;
	height: 24px;
	line-height: 24px;
	background-image: url('../img/flag-de.png');
}

a.ro {
    width: 89px;
	height: 24px;
	line-height: 24px;
	background-image: url('../img/flag-ro.png');
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-html-caption {
    display:none;
}

#slider {
    position: relative;
    width: 819px;
    height: 290px;
    overflow: hidden;
}
/*.nivo-imageLink {
     FIXME: a slider5 inner miatt nem kattintható

    position: relative;
    z-index: 20;

    display: block;
    width: 818px;
    height: 290px;
}*/
.nivo-caption {
	z-index:11;
	display: none;
    position: absolute;
    top: 9px;
    left: 22px;
    padding: 22px 24px;
    width: 195px;
    height: 237px;
    background-color: white;
    background: url('../img/korok-bg2.png');
    background-repeat: no-repeat;
}
.nivo-caption h1, .nivo-caption h2 {
    font-family: 'Futura Condensed Bold';
    font-size: 26px;
    color: rgb(231, 115, 36);
    line-height: 28px;
}
.nivo-caption p {
    margin: 8px 0 0 -6px;
    padding: 20px 0 0 6px;
    font-size: 11pt;
    font-weight: bold;
    line-height: 120%;
    background-image: url('../img/pottyok.png');
    background-repeat: no-repeat;
    background-position: left top;
    /* FIXME: melyik futura font-family kell ide? */
    color: black;
}
.nivo-caption a {
    margin-left: 75px;
    display: block;
    width: 160px;
    height: 79px;
    background-repeat: no-repeat;
}

.nivo-controlNav {
    position: absolute;
    top: 43px;
    left: 840px;
    z-index: 7;
}
.nivo-controlNav a.nivo-control {
    float: left;
    display: block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: rgb(231, 115, 36);
    background-image: url('../img/nivo-control.png');
    background-repeat: no-repeat;
    font-family: 'Futura Bold', Arial, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
	cursor:pointer;
}
.nivo-controlNav a.active {
    color: white;
    background-image: url('../img/nivo-control-active.png');
}

/* menu */

#menu {
    position: absolute;
    top: 11px;
    left: 344px;
    width: 560px;
    height: 27px;
    overflow: hidden;
}
#menu ul {
    margin: 0;
    list-style: none;
}
#menu ul li {
    float: left;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
    display: block;
    padding: 8px 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(8, 39, 60);
}
#menu ul li a:hover, #menu ul li a#active_menu1 {
    background-color: rgb(75, 98, 132);
    background-image: url('../img/menu-bg.png');
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
}
   
/* content */

#content {
    margin-bottom: 5px;
}
.inner-wrapper {
    margin: auto;
    padding: 0 50px;
    width: 860px;
}
#home-left {
	padding-bottom: 10px;
    float: left;
    width: 423px;
    background: url('../img/jegcsap-bg.png');
    background-repeat: repeat;
    color: white;
}
#home-left .jegcsapok {
    width: 100%;
    height: 56px;
    background: url('../img/jegcsapok2.png');
    background-repeat: no-repeat;
    /* FIXME: lehetne repeat-x-es is, kisebb képpel */
}
#home-left .home-left-content  {
    padding: 0 17px;
}
#home-left h2 {
    margin: 2px 0 15px 0;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    font-size: 15pt;
	line-height: 30px;
    text-shadow: 1px 1px 0 black;
    white-space: nowrap;
    overflow: hidden;
}
#home-left p {
    margin-bottom: 7px;
    font-size: 10pt;
    line-height: 135%;
}
#home-left a {
    display: inline-block;
    padding: 5px;
    background: white;
    color: rgb(203, 55, 31);
    text-decoration: none;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    font-size: 14pt;
}

#home-left img {
	margin-top: -15px;
}

#home-right {
    position: relative;
    float: right;
    width: 422px;
}
#news-wrapper {
    background-color: white;
    padding-top: 45px;
}
#home-right h2 {
    position: absolute;
    top: -27px;
    margin: 0 0 0 28px;
    padding: 22px 0 0 50px;
    width: 296px;
    height: 50px;
    background: url('../img/news-header.png');
    background-repeat: no-repeat;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    font-size: 12pt;
    color: white;
}
#home-right h2 a {
    color: white;
	text-decoration: none;
}
#home-right h2 a:hover {
    color: white;
	text-decoration: underline;
}
#home-right div.news-article {
    /* FIXME: szélesség utánállítás > padding */
    clear: both;
    margin: 0 10px 15px 20px;
    padding-bottom: 15px;
    border-bottom: 2px dashed rgb(93, 114, 141);
}
#home-right div.news-article:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
    background:none;
}
#home-right div.news-article img {
    float: left;
    padding-right: 13px;
}
#home-right div.news-article p,
#home-right div.news-article>a {
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
#home-right div.news-article p {
    margin-bottom: 2px;
    line-height: 135%;
}
#home-right div.news-article a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(231, 115, 36);
}
#home-right div.news-article>a:hover {
    text-decoration: underline;
}
#home-right div.news-article h3 {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 20px;
    line-height: 120%;
    text-transform: uppercase;
	width: 180px;
}
#home-right div.news-article h3 a {
    color: black;
    text-decoration: none;
}
#home-right a.orange-button {
    display: block;
    margin: 0 0 0 34px;
    padding: 18px 0 0 49px;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    font-size: 14pt;
    color: white;
    width: 215px;
    height: 32px;
    background-image: url('../img/news-more.png');
    background-repeat: no-repeat;
    text-decoration: none;
}
#news-bottom {
    width: 438px;
    height: 79px; /* 177px */
    margin-top: -71px;
    padding-top: 98px;
    background-image: url('../img/news-bottom-bg.png');
    background-repeat: no-repeat;
}

/* pages */

#subpage {
    margin-bottom: 21px;
    padding: 0 49.5px;
    width: 861px;
}

#left {
    float: right;
}
#right {
    float: left;
}

#subpage-wrapper {
    margin-top: -8px;
}

#left h1 {
    margin-bottom: 25px;
    font-family: 'Futura Condensed Bold';
    font-size: 26px;
    color: rgb(231, 115, 36);
}
#left h2 {
    margin-bottom: 20px;
    padding-top: 27px;
    font-size: 23px;
    color: rgb(7, 39, 60);
}
#left p {
	margin-bottom: 0;
    line-height: 18px;
    font-size: 10pt;
    color: rgb(25, 53, 73);
}
#left div.doboz {
    padding: 22px 0 30px 0;
    background-color: rgb(216, 223, 231);
    border: 1px solid rgb(183, 193, 209);
}
#left div.jegcsap-doboz {
	width: 557px;
    padding: 22px 10px 30px 0;
    background-color: rgb(216, 223, 231);
    border: 1px solid rgb(183, 193, 209);
    background-image: url('../img/template-jegcsap.png');
    background-repeat: repeat-x;
}
#left ul {
    margin: 0;
    list-style-position: inside;
    list-style: none;
}
#left ul li {
    padding: 4px 0 4px 52px;
    background-image: url('../img/checkmark.png');
    background-repeat: no-repeat;
    background-position: 15px 0;
    font-size: 10pt;
    font-weight: bold;
    line-height: 132%;
    color: rgb(25, 53, 73);
}

#left {
    position: relative;
    width: 619px;
    background-color: white;
}
#left #left-bg {
    position: absolute;
    top: -9px;
    left: -6px;
    width: 625px;
    height: 332px;
    background-image: url('../img/content-bg.png');
    background-repeat: no-repeat;
    z-index: 10;
}
#left #left-content {
    position: relative;
    padding: 40px 30px 40px 25px;
    min-height: 690px; /* FIXME: bedrótozás */
    z-index: 20;
}

#right {
    width: 227px;
}

#right .submenu-bg-top {
    width: 227px;
    height: 135px;
    background-image: url('../img/submenu-bg-top.png');
    background-repeat: no-repeat;
}
#right #rightmenu p.title {
    margin-top: -98px;
    padding: 17px 0 17px 28px;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    white-space: nowrap;
    font-size: 12pt;
    text-transform: uppercase;
    color: white;
    background-image: url('../img/submenu-header-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}
#right .submenu-bg {
    margin-top: -40px;
    padding: 0 19px;
    width: 187px;
    background-image: url('../img/submenu-bg.png');
    background-repeat: repeat-y;
}
    #right .submenu-bg ul {
        margin: 0;
        list-style-position: inside;
        list-style: none;
}
    #right .submenu-bg ul li {
        margin: 0 2px;
        width: 186px;
}
    #right .submenu-bg ul li a {
        display: block;
        padding-left: 25px;
        width: 161px;
        background-image: url('../img/submenu-item.png');
        background-repeat: no-repeat;
        background-position: 5px 7px;
        line-height: 25px;
        text-decoration: none;
        font-weight: bold;
        color: rgb(38, 64, 84);
}
    #right .submenu-bg ul li:hover {
        background-image: url('../img/submenu-active-bg.png');
        background-repeat: repeat;
}
    #right .submenu-bg ul li:hover a,
    #right .submenu-bg ul li a#active_menu1 {
        background-image: url('../img/submenu-active-item.png');
        background-repeat: no-repeat;
        color: rgb(231, 115, 36);
}
#right .submenu-bg-bottom {
    width: 227px;
    height: 59px;
    background-image: url('../img/submenu-bg-bottom.png');
    background-repeat: no-repeat;
}

/* newsletter signup */

#right .newsletter {
    position: relative;
    width: 227px;
    height: 331px;
    background-image: url('../img/newsletter-bg.png');
    background-repeat: no-repeat;
}
#right .newsletter h3 {
    margin-bottom: 25px;
    padding: 40px 0 0 39px;
    color: white;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    white-space: nowrap;
    font-size: 12pt;
    text-transform: uppercase;
}
#right .newsletter form {
    padding: 0 35px;
}

#right .newsletter form p.success_message,
#right .newsletter form p.error_message {
    color: #FFFFFF;
    font-size: 9pt;
    position: absolute;
    display: inline;
    width: 155px;
    top: 162px;
    left: -162px;
    border: 2px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    padding: 5px 32px 5px 5px;
    z-index: 100;
}
#right .newsletter form p.success_message {
    background-color: #10AC10;
    background-image: url("../img/error-arrow.png");
    background-position: 173px center;
    background-repeat: no-repeat;
}
#right .newsletter form p.error_message {
    background-color: #DC1010;
    background-image: url("../img/error-arrow.png");
    background-position: 173px center;
    background-repeat: no-repeat;
}

#right .newsletter p {
    margin-bottom: 16px;
    padding: 0 35px;
    line-height: 132%;
    font-size: 10pt;
}
#right .newsletter input {
    margin-bottom: 4px;
}
#right .newsletter input[type="text"] {
    padding: 0 0 0 17px;
    height: 27px;
    width: 138px;
    line-height: 27px;
    background-color: transparent;
    background-image: url('../img/menu-bg.png');
    background-repeat: repeat-x;
    border: 0 none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    display: table;
}
#right .newsletter input[type="submit"] {
    padding: 0 0 0 15px;
    height: 24px;
    width: 89px;
    line-height: 24px;
    background-color: transparent;
    background-image: url('../img/newsletter-submit.png');
    background-repeat: repeat-x;
    border: 0 none;
    text-align: left;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
}
#right .newsletter #korcsolya {
    position: absolute;
    width: 118px;
    height: 192px;
    bottom: -9px;
    left: 157px;
    background-image: url('../img/korcsolya.png');
    background-repeat: no-repeat;
    z-index: 10;
}

#right .facebook {
    padding: 10px 0 40px 7px;
    margin: auto;
    width: 210px;
    background-color: white;
}

/* contact page */

#right .contact-box-top-wrapper {
	padding-bottom: 20px;
    width: 100%;
    min-height: 230px;
    background-image: url('../img/contact-box-top-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}
#right div.contact-box-top {
    width: 170px;
    margin: auto;
}

#right .contact-box-top h2 {
    color: white;
    font-family: 'Futura Condensed Bold', Arial, sans-serif;
    white-space: nowrap;
    font-size: 12pt;
    padding: 54px 0 25px 14px;
}
#right .contact-box-top p {
    color: black;
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#right .contact-box-top a {
    color: rgb(230, 122, 49);
    text-decoration: none;
}
#right .contact-box-top a:hover {
    text-decoration: underline;
}
#right .contact-box-top br {
    line-height: 0;
}
#right .contact-box-top img {
    margin: 0 3px 0 0;
    vertical-align: -5px;
}
#right .contact-box-top hr {
    margin: 0;
    border: none;
    height: 2px;
    background-image: url('../img/contact-separator-bg.png');
    background-repeat: repeat-x;
}

#right .contact-box-map-wrapper {
    width: 100%;
    height: 214px;
    padding: 2px 0 0 0;
    background-image: url('../img/contact-box-map-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}
#right .contact-box-map {
    width: 190px;
    margin:auto;
}
#right .contact-box-map small {
    font-size: 60%;
}

.left-content-inner {
    float: left;
    padding-right: 20px;
    width: 330px;
}
.galeria-wrapper {
    float: right;
    width: 214px;
}

.galeria-wrapper img {
    margin: 52px 0 12px 0;
}
.galeria-wrapper a img {
    margin: 0;
}
.galeria-wrapper a {
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(231, 115, 36);
}

.blue-button, .orange-button {
    color: white;
}
.blue-button {
    padding: 20px 0 0 50px;
    width: 296px;
    height: 55px;
    background-image: url('../img/news-header.png');
    background-repeat: no-repeat;
}
.orange-button {
    padding: 20px 0 0 50px;
    width: 264px;
    height: 50px;
    background-image: url('../img/news-more.png');
    background-repeat: no-repeat;
}

#subpage p img {
    margin: 0 20px 20px 0;
}


/* footer */

#footer {
    padding: 13px 0 7px 30px;
    width: 824px;
    height: 165px;
    background-color: white;
}

p.moregallery {
	margin-left: 10px;
}

p.moregallery a {
	margin-left: 10px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #e77324;
	text-decoration: none;
    background-image: url('../img/kis_nyil.png');
	background-position: right;
    background-repeat: no-repeat;
}

p.moregallery a:hover {
	text-decoration: underline;
}

.galleryrow .offer a {
    width: 206px;
    height: 77px;
    display: block;
    float: left;
    background-image: url('../img/kerj-ajanlatot.png');
    background-repeat: no-repeat;
}
p.honlapkeszites {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 860px;
}

p.honlapkeszites img {
	float: right;
}