html {
    height: 100%;
}
body {
    background-color: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
    overflow: y;
}
a, .fakelink {
    color: #F15A24;
    text-decoration: none;
    cursor: pointer;
}
.bg_fooldal {
    background: url('../img/site/bg_fooldal.jpg') no-repeat 50% 50% fixed;
}
.bg_a-rendelorol {
    background: url('../img/site/bg_rendelo.jpg') no-repeat 50% 50% fixed;
}
.bg_miben-segitunk {
    background: url('../img/site/bg_miben_segitunk.jpg') no-repeat 50% 50% fixed;
}
.bg_hogyan-segitunk {
    background: url('../img/site/bg_hogyan_segitunk.jpg') no-repeat 50% 50% fixed;
}
.bg_munkatarsaink {
    background: url('../img/site/bg_munkatarsaink.jpg') no-repeat 50% 50% fixed;
}
.bg_modszereink {
    background: url('../img/site/bg_modszereink.jpg') no-repeat 50% 50% fixed;
}
.bg_araink {
    background: url('../img/site/bg_araink.jpg') no-repeat 50% 50% fixed;
}
.bg_kapcsolat {
    background: url('../img/site/bg_kapcsolat.jpg') no-repeat 50% 50% fixed;
}
.bg_galeria {
    background: url('../img/site/bg_galeria.jpg') no-repeat 50% 50% fixed;
}
.bg_hasznos-linkek {
    background: url('../img/site/bg_hasznos_linkek.jpg') no-repeat 50% 50% fixed;
}

.body_bg {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

/******************************************************************************/
/* HEADER
/******************************************************************************/

#header {
    position: fixed;
    width: 100%;
    top: 0;
}
#header_bg {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.47);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.47);
}
.header_bg_title {
    background-color: #4b736a;
    height: 36px;
}
.header_bg_menu {
    background-color: #ffffff;
    height: 62px;
}
#header_content {
    position: relative;
    z-index: 100;
    width: 990px;
    margin: 0 auto;
}
.header_title_logo {
    float: left;
    margin-right: 25px;
}
.header_title_logo img {
    width: 93px;
    height: 129px;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.47);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.47);
}
.header_title {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.header_title_name {
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.header_title_address {
    font-size: 14px;
    padding-top: 13px;
    padding-left: 15px;
    letter-spacing: 1px;
}
.header_menu ul li {
    display: inline;
    color: #8cc63f;
    line-height: 62px;
    padding-right: 3px;
    font-size: 24px;
}
.header_menu ul li a {
    color: #7F7F7F;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.header_menu ul li.active a {
    color: #F15A24;
}

/******************************************************************************/
/* CONTENT
/******************************************************************************/

#body {
    height: 100%;
    margin: 0 auto;
    width: 990px;
}
.tape {
    float: right;
    min-height: 100%;
    right: 0;
    width: 600px;
}
.tape_fooldal {
    float: none;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('../img/site/pattern.jpg');
    width: 400px;
    margin: 0 auto;
    position: relative;
    top:-140px;
    padding: 40px 0 30px 0;
}
.tape_a-rendelorol {
    background-color: rgba(69, 52, 35, 0.9);
}
.tape_miben-segitunk {
    background-color: rgba(110, 149, 58, 0.9);
}
.tape_hogyan-segitunk {
    background-color: rgba(72, 70, 57, 0.9);
}
.tape_munkatarsaink {
    background-color: rgba(56, 45, 34, 0.9);
}
.tape_modszereink {
    background-color: rgba(56, 45, 34, 0.9);
}
.tape_araink {
    background-color: rgba(72, 70, 57, 0.9);
}
.tape_kapcsolat {
    background-color: rgba(49, 85, 135, 0.9) ;
}
.tape_galeria {
    background-color: rgba(56, 45, 34, 0.9);
    width: 990px;
}
.tape_hasznos-linkek {
    background-color: rgba(110, 149, 58, 0.9);
}

#content {
    margin-top: 140px;
    color: #ffffff;
    padding: 0 30px;
}
h1.title {
    font-size: 20px;
    margin-bottom: 30px;
}
h3.subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
}
h3.selected {
    color: #F15A24;
}
.text {
    margin-bottom: 10px;
    line-height: 22px;
}
.ul {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.shadow {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 9px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 9px 5px -5px rgba(0, 0, 0, 0.3);
}
img.colleague {
    float: left;
    border: 1px solid #6a6057;
    margin-bottom: 50px;
    width: 91px;
    height: 131px;
    background-color: #fff;
}
div.colleague {
    float: left;
    margin-left: 15px;
}
.colleague_name {
    font-size: 16px;
    margin-bottom: 4px;
}
div.colleague_title {
    font-size: 13px;
    margin-bottom: 2px;
}
div.colleague_phone {
    border-top: 1px solid #6a6057;
    margin-top: 10px;
    padding-top: 10px;
}
div.colleague_about {
    margin-bottom: 25px;
}
table.prices {
    margin-bottom: 30px;
}
table.prices td {
    padding: 2px 0;
}
table.prices td:nth-child(2) {
    padding-left: 70px;
    text-align: right;
}
ul.circle {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 5px;
}
a.external {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}
a.gallery {
    float: left;
    height: 120px;
    margin-right: 22px;
    margin-bottom: 26px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
img.gallery {
    margin-bottom: 50px;
    width: 160px;
    height: 120px;
    border: 2px solid #fff;
}
a.contact {
    float: left;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
a.contact:first-child{
    margin-right: 20px;
}
a.contact > img {
    width: 250px;
    height: 188px;
    border: 2px solid #fff;
}

/******************************************************************************/
/* FOOLDAL
/******************************************************************************/

div.fooldal_logo {
    text-align: center;
}
div.fooldal_alapitva {
    color: rgba(153, 134, 117, 0.8);
    border-bottom: 1px solid rgba(153, 134, 117, 0.8);
    width: 128px;
    margin: 0 auto;
    padding-bottom: 2px;
    font-size: 10px;
    letter-spacing: 1px;
}
div.fooldal_welcome {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-top: 30px;
}
div.fooldal_logo img {
    width: 127px;
    height: 188px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.86);
-moz-box-shadow:    0px 0px 10px 2px rgba(50, 50, 50, 0.86);
box-shadow:         0px 0px 10px 2px rgba(50, 50, 50, 0.86);
}
div.fooldal_marai {
    line-height: 25px;
    margin-top: 30px;
    color: #FBB03B;
    margin-left: 35px;
    font-size: 13px;
}
div.fooldal_marai > div {
    margin-top: 30px;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 30px;
    text-align: right;
}
div.fooldal_belepes {
    border-top: 1px solid rgba(153, 134, 117, 0.8);
    width: 300px;
    margin: 30px auto 0 auto;
    padding-top: 20px;
    letter-spacing: 1px;
    text-align: center;
}
div.fooldal_belepes a {
    text-decoration: none;
}

hr.spacer {
    margin: 30px 0 30px 0;
}
/******************************************************************************/
/* FOOTER
/******************************************************************************/
