@import url(fontawesome-all.min.css); @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,300italic,600italic"); /* Catalyst by Pixelarity pixelarity.com | hello@pixelarity.com License: pixelarity.com/license */ html{ scroll-behavior: smooth; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;} body { line-height: 1; font-family: 'Poppins', sans-serif; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { -webkit-text-size-adjust: none; } mark { background-color: transparent; color: inherit; } input::-moz-focus-inner { border: 0; padding: 0; } input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } /* Basic */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #fff; } body.is-preload *, body.is-preload *:before, body.is-preload *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; } body, input, select, textarea { color: #4a4a4a; background: #000; font-family: "Poppins", sans-serif; font-size: 13pt; font-weight: 300; line-height: 1.75em; } a { color: #51c5e8; text-decoration: underline; } a:hover { text-decoration: none; } strong, b { color: #2a2a2a; font-weight: 600; } em, i { font-style: italic; } p { margin: 0 0 2em 0; } h1, h2, h3, h4, h5, h6 { color: #2a2a2a; font-weight: 600; letter-spacing: 0.125em; line-height: 1em; margin: 0 0 1em 0; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h2 { font-size: 1.5em; line-height: 1.75em; } h3 { font-size: 1.25em; line-height: 1.5em; } h4 { font-size: 1.1em; line-height: 1.5em; } h5 { font-size: 0.9em; line-height: 1.5em; } h6 { font-size: 0.7em; line-height: 1.5em; } sub { font-size: 0.8em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } hr { border: 0; border-bottom: solid 3px #eee; margin: 3em 0; } hr.major { margin: 5em 0; } blockquote { border-left: solid 8px #eee; font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; } pre { -webkit-overflow-scrolling: touch; background: rgba(144, 144, 144, 0.05); font-family: "Courier New", monospace; font-size: 0.9em; line-height: 1.5em; margin: 0 0 2em 0; overflow-x: auto; padding: 1em 1.5em; } code { background: rgba(144, 144, 144, 0.05); font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } /* Row */ .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp { order: -1; } .row > .col-1 { width: 8.33333%; } .row > .off-1 { margin-left: 8.33333%; } .row > .col-2 { width: 16.66667%; } .row > .off-2 { margin-left: 16.66667%; } .row > .col-3 { width: 25%; } .row > .off-3 { margin-left: 25%; } .row > .col-4 { width: 33.33333%; } .row > .off-4 { margin-left: 33.33333%; } .row > .col-5 { width: 41.66667%; } .row > .off-5 { margin-left: 41.66667%; } .row > .col-6 { width: 50%; } .row > .off-6 { margin-left: 50%; } .row > .col-7 { width: 58.33333%; } .row > .off-7 { margin-left: 58.33333%; } .row > .col-8 { width: 66.66667%; } .row > .off-8 { margin-left: 66.66667%; } .row > .col-9 { width: 75%; } .row > .off-9 { margin-left: 75%; } .row > .col-10 { width: 83.33333%; } .row > .off-10 { margin-left: 83.33333%; } .row > .col-11 { width: 91.66667%; } .row > .off-11 { margin-left: 91.66667%; } .row > .col-12 { width: 100%; } .row > .off-12 { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.75em; } .row.gtr-25 > * { padding: 0 0 0 0.75em; } .row.gtr-25.gtr-uniform { margin-top: -0.75em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.75em; } .row.gtr-50 { margin-top: 0; margin-left: -1.5em; } .row.gtr-50 > * { padding: 0 0 0 1.5em; } .row.gtr-50.gtr-uniform { margin-top: -1.5em; } .row.gtr-50.gtr-uniform > * { padding-top: 1.5em; } .row { margin-top: 0; margin-left: -3em; } .row > * { padding: 0 0 0 3em; } .row.gtr-uniform { margin-top: -3em; } .row.gtr-uniform > * { padding-top: 3em; } .row.gtr-150 { margin-top: 0; margin-left: -4.5em; } .row.gtr-150 > * { padding: 0 0 0 4.5em; } .row.gtr-150.gtr-uniform { margin-top: -4.5em; } .row.gtr-150.gtr-uniform > * { padding-top: 4.5em; } .row.gtr-200 { margin-top: 0; margin-left: -6em; } .row.gtr-200 > * { padding: 0 0 0 6em; } .row.gtr-200.gtr-uniform { margin-top: -6em; } .row.gtr-200.gtr-uniform > * { padding-top: 6em; } @media screen and (max-width: 1680px) { .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp-wide { order: -1; } .row > .col-1-wide { width: 8.33333%; } .row > .off-1-wide { margin-left: 8.33333%; } .row > .col-2-wide { width: 16.66667%; } .row > .off-2-wide { margin-left: 16.66667%; } .row > .col-3-wide { width: 25%; } .row > .off-3-wide { margin-left: 25%; } .row > .col-4-wide { width: 33.33333%; } .row > .off-4-wide { margin-left: 33.33333%; } .row > .col-5-wide { width: 41.66667%; } .row > .off-5-wide { margin-left: 41.66667%; } .row > .col-6-wide { width: 50%; } .row > .off-6-wide { margin-left: 50%; } .row > .col-7-wide { width: 58.33333%; } .row > .off-7-wide { margin-left: 58.33333%; } .row > .col-8-wide { width: 66.66667%; } .row > .off-8-wide { margin-left: 66.66667%; } .row > .col-9-wide { width: 75%; } .row > .off-9-wide { margin-left: 75%; } .row > .col-10-wide { width: 83.33333%; } .row > .off-10-wide { margin-left: 83.33333%; } .row > .col-11-wide { width: 91.66667%; } .row > .off-11-wide { margin-left: 91.66667%; } .row > .col-12-wide { width: 100%; } .row > .off-12-wide { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.75em; } .row.gtr-25 > * { padding: 0 0 0 0.75em; } .row.gtr-25.gtr-uniform { margin-top: -0.75em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.75em; } .row.gtr-50 { margin-top: 0; margin-left: -1.5em; } .row.gtr-50 > * { padding: 0 0 0 1.5em; } .row.gtr-50.gtr-uniform { margin-top: -1.5em; } .row.gtr-50.gtr-uniform > * { padding-top: 1.5em; } .row { margin-top: 0; margin-left: -3em; } .row > * { padding: 0 0 0 3em; } .row.gtr-uniform { margin-top: -3em; } .row.gtr-uniform > * { padding-top: 3em; } .row.gtr-150 { margin-top: 0; margin-left: -4.5em; } .row.gtr-150 > * { padding: 0 0 0 4.5em; } .row.gtr-150.gtr-uniform { margin-top: -4.5em; } .row.gtr-150.gtr-uniform > * { padding-top: 4.5em; } .row.gtr-200 { margin-top: 0; margin-left: -6em; } .row.gtr-200 > * { padding: 0 0 0 6em; } .row.gtr-200.gtr-uniform { margin-top: -6em; } .row.gtr-200.gtr-uniform > * { padding-top: 6em; } } @media screen and (max-width: 1280px) { .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp-normal { order: -1; } .row > .col-1-normal { width: 8.33333%; } .row > .off-1-normal { margin-left: 8.33333%; } .row > .col-2-normal { width: 16.66667%; } .row > .off-2-normal { margin-left: 16.66667%; } .row > .col-3-normal { width: 25%; } .row > .off-3-normal { margin-left: 25%; } .row > .col-4-normal { width: 33.33333%; } .row > .off-4-normal { margin-left: 33.33333%; } .row > .col-5-normal { width: 41.66667%; } .row > .off-5-normal { margin-left: 41.66667%; } .row > .col-6-normal { width: 50%; } .row > .off-6-normal { margin-left: 50%; } .row > .col-7-normal { width: 58.33333%; } .row > .off-7-normal { margin-left: 58.33333%; } .row > .col-8-normal { width: 66.66667%; } .row > .off-8-normal { margin-left: 66.66667%; } .row > .col-9-normal { width: 75%; } .row > .off-9-normal { margin-left: 75%; } .row > .col-10-normal { width: 83.33333%; } .row > .off-10-normal { margin-left: 83.33333%; } .row > .col-11-normal { width: 91.66667%; } .row > .off-11-normal { margin-left: 91.66667%; } .row > .col-12-normal { width: 100%; } .row > .off-12-normal { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.5em; } .row.gtr-25 > * { padding: 0 0 0 0.5em; } .row.gtr-25.gtr-uniform { margin-top: -0.5em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.5em; } .row.gtr-50 { margin-top: 0; margin-left: -1em; } .row.gtr-50 > * { padding: 0 0 0 1em; } .row.gtr-50.gtr-uniform { margin-top: -1em; } .row.gtr-50.gtr-uniform > * { padding-top: 1em; } .row { margin-top: 0; margin-left: -2em; } .row > * { padding: 0 0 0 2em; } .row.gtr-uniform { margin-top: -2em; } .row.gtr-uniform > * { padding-top: 2em; } .row.gtr-150 { margin-top: 0; margin-left: -3em; } .row.gtr-150 > * { padding: 0 0 0 3em; } .row.gtr-150.gtr-uniform { margin-top: -3em; } .row.gtr-150.gtr-uniform > * { padding-top: 3em; } .row.gtr-200 { margin-top: 0; margin-left: -4em; } .row.gtr-200 > * { padding: 0 0 0 4em; } .row.gtr-200.gtr-uniform { margin-top: -4em; } .row.gtr-200.gtr-uniform > * { padding-top: 4em; } } @media screen and (max-width: 980px) { .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp-narrow { order: -1; } .row > .col-1-narrow { width: 8.33333%; } .row > .off-1-narrow { margin-left: 8.33333%; } .row > .col-2-narrow { width: 16.66667%; } .row > .off-2-narrow { margin-left: 16.66667%; } .row > .col-3-narrow { width: 25%; } .row > .off-3-narrow { margin-left: 25%; } .row > .col-4-narrow { width: 33.33333%; } .row > .off-4-narrow { margin-left: 33.33333%; } .row > .col-5-narrow { width: 41.66667%; } .row > .off-5-narrow { margin-left: 41.66667%; } .row > .col-6-narrow { width: 50%; } .row > .off-6-narrow { margin-left: 50%; } .row > .col-7-narrow { width: 58.33333%; } .row > .off-7-narrow { margin-left: 58.33333%; } .row > .col-8-narrow { width: 66.66667%; } .row > .off-8-narrow { margin-left: 66.66667%; } .row > .col-9-narrow { width: 75%; } .row > .off-9-narrow { margin-left: 75%; } .row > .col-10-narrow { width: 83.33333%; } .row > .off-10-narrow { margin-left: 83.33333%; } .row > .col-11-narrow { width: 91.66667%; } .row > .off-11-narrow { margin-left: 91.66667%; } .row > .col-12-narrow { width: 100%; } .row > .off-12-narrow { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.5em; } .row.gtr-25 > * { padding: 0 0 0 0.5em; } .row.gtr-25.gtr-uniform { margin-top: -0.5em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.5em; } .row.gtr-50 { margin-top: 0; margin-left: -1em; } .row.gtr-50 > * { padding: 0 0 0 1em; } .row.gtr-50.gtr-uniform { margin-top: -1em; } .row.gtr-50.gtr-uniform > * { padding-top: 1em; } .row { margin-top: 0; margin-left: -2em; } .row > * { padding: 0 0 0 2em; } .row.gtr-uniform { margin-top: -2em; } .row.gtr-uniform > * { padding-top: 2em; } .row.gtr-150 { margin-top: 0; margin-left: -3em; } .row.gtr-150 > * { padding: 0 0 0 3em; } .row.gtr-150.gtr-uniform { margin-top: -3em; } .row.gtr-150.gtr-uniform > * { padding-top: 3em; } .row.gtr-200 { margin-top: 0; margin-left: -4em; } .row.gtr-200 > * { padding: 0 0 0 4em; } .row.gtr-200.gtr-uniform { margin-top: -4em; } .row.gtr-200.gtr-uniform > * { padding-top: 4em; } } @media screen and (max-width: 736px) { .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp-mobile { order: -1; } .row > .col-1-mobile { width: 8.33333%; } .row > .off-1-mobile { margin-left: 8.33333%; } .row > .col-2-mobile { width: 16.66667%; } .row > .off-2-mobile { margin-left: 16.66667%; } .row > .col-3-mobile { width: 25%; } .row > .off-3-mobile { margin-left: 25%; } .row > .col-4-mobile { width: 33.33333%; } .row > .off-4-mobile { margin-left: 33.33333%; } .row > .col-5-mobile { width: 41.66667%; } .row > .off-5-mobile { margin-left: 41.66667%; } .row > .col-6-mobile { width: 50%; } .row > .off-6-mobile { margin-left: 50%; } .row > .col-7-mobile { width: 58.33333%; } .row > .off-7-mobile { margin-left: 58.33333%; } .row > .col-8-mobile { width: 66.66667%; } .row > .off-8-mobile { margin-left: 66.66667%; } .row > .col-9-mobile { width: 75%; } .row > .off-9-mobile { margin-left: 75%; } .row > .col-10-mobile { width: 83.33333%; } .row > .off-10-mobile { margin-left: 83.33333%; } .row > .col-11-mobile { width: 91.66667%; } .row > .off-11-mobile { margin-left: 91.66667%; } .row > .col-12-mobile { width: 100%; } .row > .off-12-mobile { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.5em; } .row.gtr-25 > * { padding: 0 0 0 0.5em; } .row.gtr-25.gtr-uniform { margin-top: -0.5em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.5em; } .row.gtr-50 { margin-top: 0; margin-left: -1em; } .row.gtr-50 > * { padding: 0 0 0 1em; } .row.gtr-50.gtr-uniform { margin-top: -1em; } .row.gtr-50.gtr-uniform > * { padding-top: 1em; } .row { margin-top: 0; margin-left: -2em; } .row > * { padding: 0 0 0 2em; } .row.gtr-uniform { margin-top: -2em; } .row.gtr-uniform > * { padding-top: 2em; } .row.gtr-150 { margin-top: 0; margin-left: -3em; } .row.gtr-150 > * { padding: 0 0 0 3em; } .row.gtr-150.gtr-uniform { margin-top: -3em; } .row.gtr-150.gtr-uniform > * { padding-top: 3em; } .row.gtr-200 { margin-top: 0; margin-left: -4em; } .row.gtr-200 > * { padding: 0 0 0 4em; } .row.gtr-200.gtr-uniform { margin-top: -4em; } .row.gtr-200.gtr-uniform > * { padding-top: 4em; } } @media screen and (max-width: 480px) { .row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; } .row > * { box-sizing: border-box; } .row.gtr-uniform > * > :last-child { margin-bottom: 0; } .row.aln-left { justify-content: flex-start; } .row.aln-center { justify-content: center; } .row.aln-right { justify-content: flex-end; } .row.aln-top { align-items: flex-start; } .row.aln-middle { align-items: center; } .row.aln-bottom { align-items: flex-end; } .row > .imp-mobilep { order: -1; } .row > .col-1-mobilep { width: 8.33333%; } .row > .off-1-mobilep { margin-left: 8.33333%; } .row > .col-2-mobilep { width: 16.66667%; } .row > .off-2-mobilep { margin-left: 16.66667%; } .row > .col-3-mobilep { width: 25%; } .row > .off-3-mobilep { margin-left: 25%; } .row > .col-4-mobilep { width: 33.33333%; } .row > .off-4-mobilep { margin-left: 33.33333%; } .row > .col-5-mobilep { width: 41.66667%; } .row > .off-5-mobilep { margin-left: 41.66667%; } .row > .col-6-mobilep { width: 50%; } .row > .off-6-mobilep { margin-left: 50%; } .row > .col-7-mobilep { width: 58.33333%; } .row > .off-7-mobilep { margin-left: 58.33333%; } .row > .col-8-mobilep { width: 66.66667%; } .row > .off-8-mobilep { margin-left: 66.66667%; } .row > .col-9-mobilep { width: 75%; } .row > .off-9-mobilep { margin-left: 75%; } .row > .col-10-mobilep { width: 83.33333%; } .row > .off-10-mobilep { margin-left: 83.33333%; } .row > .col-11-mobilep { width: 91.66667%; } .row > .off-11-mobilep { margin-left: 91.66667%; } .row > .col-12-mobilep { width: 100%; } .row > .off-12-mobilep { margin-left: 100%; } .row.gtr-0 { margin-top: 0; margin-left: 0em; } .row.gtr-0 > * { padding: 0 0 0 0em; } .row.gtr-0.gtr-uniform { margin-top: 0em; } .row.gtr-0.gtr-uniform > * { padding-top: 0em; } .row.gtr-25 { margin-top: 0; margin-left: -0.5em; } .row.gtr-25 > * { padding: 0 0 0 0.5em; } .row.gtr-25.gtr-uniform { margin-top: -0.5em; } .row.gtr-25.gtr-uniform > * { padding-top: 0.5em; } .row.gtr-50 { margin-top: 0; margin-left: -1em; } .row.gtr-50 > * { padding: 0 0 0 1em; } .row.gtr-50.gtr-uniform { margin-top: -1em; } .row.gtr-50.gtr-uniform > * { padding-top: 1em; } .row { margin-top: 0; margin-left: -2em; } .row > * { padding: 0 0 0 2em; } .row.gtr-uniform { margin-top: -2em; } .row.gtr-uniform > * { padding-top: 2em; } .row.gtr-150 { margin-top: 0; margin-left: -3em; } .row.gtr-150 > * { padding: 0 0 0 3em; } .row.gtr-150.gtr-uniform { margin-top: -3em; } .row.gtr-150.gtr-uniform > * { padding-top: 3em; } .row.gtr-200 { margin-top: 0; margin-left: -4em; } .row.gtr-200 > * { padding: 0 0 0 4em; } .row.gtr-200.gtr-uniform { margin-top: -4em; } .row.gtr-200.gtr-uniform > * { padding-top: 4em; } } /* Container */ .container { margin: 0 auto; width: 1200px; } .container.medium { width: 900px; } @media screen and (max-width: 1680px) { .container { width: 1080px; } .container.medium { width: 810px; } } @media screen and (max-width: 1280px) { .container { width: 960px; } .container.medium { width: 720px; } } @media screen and (max-width: 980px) { .container { width: 90%; } .container.medium { width: 90%; } } @media screen and (max-width: 736px) { .container { width: 100%; } .container.medium { width: 100%; } } /* Section/Article */ section.special, article.special { text-align: center; } header.major { text-align: center; position: relative; } header.major:after { background: #888; content: ''; display: inline-block; height: 3px; margin: 0 0 2em 0; width: 6em; } header.major.alt { text-align: center; margin-bottom: 2em; } header p { letter-spacing: 0.125em; margin: 0 0 1.5em 0; position: relative; text-transform: uppercase; } header h2 + p { font-size: 1em; margin-top: -0.85em; line-height: 1.75em; } header h3 + p { font-size: 0.9em; margin-top: -0.75em; line-height: 1.75em; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.8em; margin-top: -0.75em; line-height: 1.75em; } /* Form */ form { margin: 0 0 2em 0; } label { color: #2a2a2a; display: block; font-size: 0.9em; font-weight: 600; margin: 0 0 1em 0; } input[type="text"], input[type="password"], input[type="email"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; border: none; border: solid 2px #eee; border-radius: 0; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus { border-color: #51c5e8; } select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23eee' /%3E%3C/svg%3E"); background-size: 1.25em; background-repeat: no-repeat; background-position: calc(100% - 1em) center; height: 3.5em; padding-right: 3.5em; text-overflow: ellipsis; } select:focus::-ms-value { background-color: transparent; } select::-ms-expand { display: none; } select option { color: #2a2a2a; background: #fff; } input[type="text"], input[type="password"], input[type="email"], select { height: 3.5em; } textarea { padding: 0.75em 1em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #4a4a4a; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 300; padding-left: 2.85em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(144, 144, 144, 0.05); border: solid 2px #eee; content: ''; display: inline-block; font-size: 0.8em; height: 2.1em; left: 0; line-height: 1.925em; position: absolute; text-align: center; top: 0; width: 2.1em; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #1d2726; border-color: #1d2726; color: #ffffff; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #51c5e8; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: #bbb !important; opacity: 1.0; } :-moz-placeholder { color: #bbb !important; opacity: 1.0; } ::-moz-placeholder { color: #bbb !important; opacity: 1.0; } :-ms-input-placeholder { color: #bbb !important; opacity: 1.0; } /* Box */ .box { border: solid 2px #eee; margin-bottom: 2em; padding: 1.5em; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; padding: 0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; } .icon.solid:before { font-weight: 900; } .icon.brands:before { font-family: 'Font Awesome 5 Brands'; } .icon > .label { display: none; } /* Image */ .image { border: 0; display: inline-block; position: relative; } .image:before { background: url("images/overlay.png"); content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .image img { display: block; } .image.left { float: left; margin: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; margin: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 3em 0; width: 100%; } .image.fit img { display: block; width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px #eee; padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } dl { margin: 0 0 2em 0; } /* Actions */ ul.actions { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; cursor: default; list-style: none; margin-left: -1em; padding-left: 0; } ul.actions li { padding: 0 0 0 1em; vertical-align: middle; } ul.actions.special { -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 100%; margin-left: 0; } ul.actions.special li:first-child { padding-left: 0; } ul.actions.stacked { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; } ul.actions.stacked li { padding: 1.3em 0 0 0; } ul.actions.stacked li:first-child { padding-top: 0; } ul.actions.fit { width: calc(100% + 1em); } ul.actions.fit li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; } ul.actions.fit li > * { width: 100%; } ul.actions.fit.stacked { width: 100%; } @media screen and (max-width: 480px) { ul.actions:not(.fixed) { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; width: 100% !important; } ul.actions:not(.fixed) li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; padding: 1em 0 0 0; text-align: center; width: 100%; } ul.actions:not(.fixed) li > * { width: 100%; } ul.actions:not(.fixed) li:first-child { padding-top: 0; } ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button { width: 100%; } ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before { margin-left: -0.5em; } } /* Icons */ ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 1em 0 0; } ul.icons li:last-child { padding-right: 0; } ul.icons li .icon:before { font-size: 1.5em; } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px #eee; border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(144, 144, 144, 0.05); } table td { padding: 0.75em 0.75em; } table th { color: #2a2a2a; font-size: 0.9em; font-weight: 600; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px #eee; } table tfoot { border-top: solid 2px #eee; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px #eee; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: #1d2726; border-radius: 0; border: 0; color: #ffffff !important; cursor: pointer; display: inline-block; font-size: 0.9em; font-weight: 600; height: 4em; letter-spacing: 0.125em; line-height: 4em; overflow: hidden; padding: 0 2.75em; text-align: center; text-decoration: none; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: #283634; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: #121818; } input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon { padding-left: 2.35em; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.8em; height: 3.5em; line-height: 3.5em; padding: 0 2em; } input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large { font-size: 1.25em; height: 3.15em; line-height: 3.15em; } input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, button.alt, .button.alt { background-color: transparent; box-shadow: inset 0 0 0 2px #eee; color: #2a2a2a !important; } input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, button.alt:hover, .button.alt:hover { background-color: rgba(144, 144, 144, 0.05); } input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, button.alt:active, .button.alt:active { background-color: rgba(144, 144, 144, 0.1); } input[type="submit"].alt.icon:before, input[type="reset"].alt.icon:before, input[type="button"].alt.icon:before, button.alt.icon:before, .button.alt.icon:before { color: #bbb; } input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary { background-color: #51c5e8; color: #ffffff !important; } input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover { background-color: #68cdeb; } input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active { background-color: #3abde5; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { background-color: #4a4a4a !important; box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15); color: #fff !important; cursor: default; opacity: 0.25; } /* Feature */ .feature { margin: 0 0 2em 0; padding: 2em 0 2em 9em; position: relative; } .feature i { border-radius: 100%; border: solid 3px #eee; color: #51c5e8; display: block; height: 7em; left: 0; line-height: 7.25em; margin-top: -0.5em; position: absolute; text-align: center; top: 2em; width: 7em; } .feature i:before { font-size: 40px; } .feature h3 { margin-bottom: 0.5em; } .feature p { margin-bottom: 0; } /* Image Feature */ .image-feature { position: relative; text-align: center; margin: 0 0.5em 2em 0.5em; } .image-feature > a { display: block; } .image-feature header { background: #fff; left: 0; padding: 1.5em 0; position: absolute; top: 0; width: 100%; z-index: 1; } .image-feature header:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #fff; bottom: -0.5em; content: ''; display: block; height: 1em; left: 50%; margin-left: -0.5em; position: absolute; width: 1em; } .image-feature header h3 { font-size: 1em; margin: 0; } .image-feature .image { margin: 0; } .image-feature p { margin: 0; } .image-feature footer { background: #1d2726; background: rgba(29, 39, 38, 0.9); bottom: 0; color: #fff; left: 0; padding: 1.5em; position: absolute; width: 100%; z-index: 1; } .image-feature footer input[type="submit"].alt, .image-feature footer input[type="reset"].alt, .image-feature footer input[type="button"].alt, .image-feature footer button.alt, .image-feature footer .button.alt { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25); color: #fff !important; } /* Wrapper */ .wrapper { padding: 4em 0 4em 0; } .wrapper.style1 { background: #fff; color: #888; } .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 strong { color: #9e8462; } .wrapper.style1 header.major:after { background: rgba(0, 0, 0, 0.25); } .wrapper.style2 { background: #ffeee9; } .wrapper.style3 { background: #f4f4f4; } .wrapper.style4 { background: #fafafa; } /* Header */ .logo-kep{ width: 70px; line-height: 5em; vertical-align: middle; margin-left: 5em; } .booktime{ background-color: #9e8462; color: #000; margin-left:2em; padding-left: 10px; padding-right: 10px; } #page-wrapper { padding-top: 3em; } #header { background: #fff; color: #000; cursor: default; height: 5em; left: 0; line-height: 5em; position: fixed; top: 0; width: 100%; z-index: 10000; } #header h1 { color: #9e8462; height: inherit; left: 10.5em; line-height: inherit; margin: 0; padding: 0; position: absolute; top: 0; } #header h1 a { font-size: 1em; } #header h1 a:before { color: #51c5e8; margin-right: 0.35em; } #header nav { font-weight: 600; height: inherit; letter-spacing: 0.125em; line-height: inherit; position: absolute; right: 1.5em; text-transform: uppercase; top: 0; vertical-align: middle; } #header nav > ul { list-style: none; line-height: 4.5em; margin: 0; padding-left: 0; vertical-align: middle; } #header nav > ul > li { display: inline-block; margin-left: 2em; /*padding-left: 0;*/ } #header nav > ul > li.booktime { margin-right: 2em; } #header nav > ul > li.socialmedia-menu { color: #fff; font-size: 30px; margin: auto 0 auto 0; } #header nav > ul > li.language { padding-left: 0; margin: 0; font-size: 12px; color: #888; -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } #header nav > ul > li.language:hover { color: #fff; } #header nav > ul > li a { -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #9e8462; display: inline-block; text-decoration: none; font-size: 0.8em; } #header nav > ul > li a:before { margin-right: 0.5em; /*opacity: 0.5;*/ } #header nav > ul > li a:hover { color: #9e8462; } #header nav > ul > li.booktime a { color: #fff; } #header nav > ul > li.booktime a:hover { color: #9e8462; } #header nav > ul > li.active > a { color: #fff; } #header nav > ul > li:first-child { margin-left: 0; } #header nav > ul > li input[type="submit"], #header nav > ul > li input[type="reset"], #header nav > ul > li input[type="button"], #header nav > ul > li button, #header nav > ul > li .button { font-size: 1em; height: 2.25em; line-height: 2.25em; margin-bottom: 0; padding: 0 1em; position: relative; top: -0.125em; vertical-align: middle; } #header nav > ul > li > ul { display: none; } #header .container { position: relative; } #header .container h1 { left: 0; } #header .container nav { right: 0; } .dropotron { background: #1d2726; color: #fff; font-weight: 600; letter-spacing: 0.125em; list-style: none; margin-top: -1em; min-width: 14em; padding: 1.25em 0; text-transform: uppercase; } .dropotron.level-0 { font-size: 0.8em; margin-top: 1em; } .dropotron.level-0:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #1d2726; content: ''; display: block; height: 1em; position: absolute; right: 1.5em; top: -0.5em; width: 1em; } .dropotron li > a { -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #ccc; display: block; padding: 0.125em 1.25em; text-decoration: none; } .dropotron li > a:hover { color: #fff; } .dropotron li.active > a { color: #fff; } /* Banner */ #banner { background-color: #fff; /*background-attachment: scroll, fixed; background-image: url("images/overlay.png"), url("../../images/banner.jpg"); background-position: top left, center center; background-repeat: no-repeat; background-size: cover; background-size: auto, cover;*/ color: #fff; padding: 0em 0; position: relative; text-align: center; } #banner img{ width: 100%; } #banner:after { -moz-transition: opacity 1s ease-in-out; -webkit-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; background: #313148; content: ''; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 1; } #banner :last-child { margin-bottom: 0; } #banner .inner { background: #1d2726; background: rgba(29, 39, 38, 0.9); display: inline-block; padding: 3.5em 5em; position: relative; z-index: 2; } #banner .inner h2 { color: inherit; font-size: 2.5em; line-height: 1.35em; margin: 0; padding: 0; } #banner .inner p { font-size: 1em; letter-spacing: 0.125em; line-height: 2em; margin: 2em 0 0 0; padding: 2em 0 0 0; position: relative; text-transform: uppercase; top: -0.25em; } #banner .inner p:before { background: #888; background: rgba(255, 255, 255, 0.25); content: ''; display: block; height: 3px; left: 50%; margin: 0 0 0 -3em; position: absolute; top: 0; width: 6em; } #banner .inner .actions { margin-top: 2em; } #banner .inner input[type="submit"].alt, #banner .inner input[type="reset"].alt, #banner .inner input[type="button"].alt, #banner .inner button.alt, #banner .inner .button.alt { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25); color: #fff !important; } body.is-preload #banner:after { opacity: 1.0; } /* Mobile booking */ #mobil-menu{ display: none; background: #9e8462; } .mobil-menucont ul { list-style: none; font-size: 1em; line-height: 4.5em; text-align: center; margin: 0; padding-left: 0; vertical-align: middle; } .mobil-menucont ul li{ color: #fff; margin: 0 0.5em; display: inline; } .mobil-menucont ul li a{ color: #fff; text-decoration: none; } .mobil-menucont ul .mobil-menu-book{ margin-right: 2em; padding: 0.5em 0.5em; font-weight: 600; } @media screen and (max-width: 980px) { #mobil-menu{ display: block; } } /* Main */ #main > header.major { margin: 0 0 2em 0; text-align: center; } header.major h2{ font-family: 'Abril Fatface', cursive; color: #9e8462; font-size: 50px; font-weight: 400; margin-bottom: 0; } header.major h4{ font-size: 13px; color: #888888; } .one-half { /*float: left;*/ width: 100%; padding: 0 0px; position: relative; text-align: left; overflow: hidden; } .prices-category{ /*font-family: 'Abril Fatface', cursive;*/ text-align: center; margin-top: 2em; margin-bottom: 2em; } .prices-category h4{ color: #9e8462; } .category-content { position: relative; display: inline-block; width: 100%; padding-bottom: 15px; padding-top: 18px; border-bottom: 1px solid #3d3d3d;} .category-text-left { float: left; } .main-title a { text-decoration: none; font-size: 16px; color: #9e8462; font-weight: 500; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .sub-title { font-size: 13px; color: #888888; font-weight: 400; padding-right: 40px; letter-spacing: 0.6px; } .category-text-right { float: right; } .category-content .price { font-size: 16px; color: #9e8462; letter-spacing: 0.5px; font-weight: 600; display: inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .common-home .box-heading:before, .box.related .box-heading:before { content: ""; background: url(../../images/ollo.png) no-repeat scroll; width: 75px; height: 65px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; display: inline-block; } /* About Us */ #aboutus .container .inner .dolgozo-nev{ width: 100%; text-align: center; margin-bottom: 2em; } #aboutus .container .inner hr { margin: 4em auto 4em auto; border-bottom: solid 3px #888; width: 40%; } #aboutus .container .inner .dolgozo-nev .dolgozo-kep{ width: 150px; border-radius: 50%; margin-bottom: 1em; } #aboutus .container .inner .dolgozo-nev h4{ color: #9e8462; } #aboutus .container .inner .dolgozo-nev h4 span{ color: #888; } .bemutatkozas, .bemutatkozas-dolgozo{ display: flex; width: 100%; } .bem-bal, .bem-dolgozo-bal{ width: 60%; } .bem-bal h4{ color: #fff; } .bem-bal p{ text-align: justify; } .hirdetes p{ text-align: justify; } .bem-dolgozo-bal p{ text-align: justify; font-style: italic; } .bem-jobb{ width: 40%; margin-left: 4em; float: right; } .bem-jobb img{ width: 100%; } .bem-jobb h4{ margin-top: 1em; text-align: center; color: #9e8462; } .bem-jobb h4 span{ color: #888; } .bem-dolgozo-jobb{ width: 40%; float: right; text-align: right; margin: auto; } .bem-dolgozo-jobb img{ opacity: 0.8; margin-left: 10px; margin-right: 10ox; width: 40%; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; } .bem-dolgozo-jobb img:hover{ opacity: 1; } /* Treatments - Our Services */ #treatments{ clear: both; } .service-block { width: 100%; display: block; } .service-area .one-third { width: 28%; padding: 0; overflow: hidden; } .service-area .one-third.service-part1, .service-area .one-third.service-part4 { width: 30%; padding: 0; float: left; overflow: hidden; } .service-area .one-third.service-part2 { width: 42%; /*margin-top:30px; margin-bottom: 30px;*/ padding: 0 30px; float:left; overflow: hidden; } .service-area .one-third .service img { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -ms-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; max-width: 100%; } .service-area .one-third .service:hover img { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -ms-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; } .service-area .one-third .service .service-text .service-icon { background: url(../../../images/service-icon-rose.png) no-repeat scroll; float: right; height: 80px; border-radius: 50%; width: 80px; position: relative; background-color: #fff; display: inline-block; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; } .service .service-text .service-content .main-title { font-size: 14px; font-weight: 600; color: #9e8462; text-transform: capitalize; letter-spacing: 0.8px; padding-bottom: 10px; } .service .service-text .service-content .sub-title-serv { font-size: 13px; color: #888888; font-weight: 400; line-height: 20px; letter-spacing: 0.6px; } .service-area .one-third .service .service-text .service-content { margin-right: 100px; } .service-area .one-third .service .service-text { padding: 0 0px 95px; text-align: right; } .service-area .one-third .service.service3 .service-text .service-content { margin-right: 0px; margin-left: 100px; } .service-area .one-third .service.service3 .service-text { text-align: left; } .service-area .one-third .service.service3 .service-text .service-icon { float: left; } .service-area .one-third .service .service-text .service-icon.icon1 { background-position: center -65px; } .service-area .one-third .service .service-text:hover .service-icon.icon1 { background-position:center 22px; } .service-area .one-third .service .service-text .service-icon.icon2 { background-position:center -417px; } .service-area .one-third .service .service-text:hover .service-icon.icon2 { background-position: center -330px; } .service-area .one-third .service .service-text .service-icon.icon3 { background-position:center -765px; } .service-area .one-third .service .service-text:hover .service-icon.icon3 { background-position: center -678px; } .service-area .one-third .service.service3 .service-text .service-icon.icon1 { background-position: center -242px; } .service-area .one-third .service.service3 .service-text:hover .service-icon.icon1 { background-position: center -155px; } .service-area .one-third .service.service3 .service-text .service-icon.icon2 { background-position: center -590px; } .service-area .one-third .service.service3 .service-text:hover .service-icon.icon2 { background-position:center -503px; } .service-area .one-third.service-part3 .service .service-text .service-icon.icon3 { background-position: center -939px; } .service-area .one-third.service-part3 .service .service-text:hover .service-icon.icon3 { background-position:center -852px; } .service-area .one-third .service .service-text:hover .service-content .main-title { color: #9e8462; } /* One */ #one { padding-top:10em; padding-bottom: 5em; } #one p { font-size: 1.25em; line-height: 1.75em; margin: -0.5em 0 0 0; } #one .inner { display: inline-block; margin-top: -6em; padding-right: 6em; vertical-align: middle; width: 100%; } #one .device { border: solid 40px #fff; border-bottom: 0; border-radius: 20px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; display: inline-block; margin-bottom: 0; position: relative; vertical-align: middle; width: 100%; } #one .device:after { background: #eee; border-radius: 100%; content: ''; height: 10px; left: 50%; margin: -23px 0 0 -5px; position: absolute; top: 0; width: 10px; } /*two */ .nyitvatartas .about-content { position: relative; display: inline-block; width: 100%; padding: 25px 0px 15px; border-bottom: 1px solid #3d3d3d; font-size: 16px; font-weight: 600; } .nyitvatartas .title, .nyitvatartas .time{ color: #888; } .closed{ color: rgba(158,132,98,0.6); } .nyitvatartas .about-content .about-text-left { float: left; } .nyitvatartas .about-content .about-text-right { float: right; } /* Footer */ #footer .footer-div{ display: flex; } #footer .footer-div .companyname{ color: #fff; font-family: 'Abril Fatface', cursive; font-size: 24px; margin-bottom: 20px; } #footer .footer-div .companyname span{ border-bottom: solid 5px #fff; } #footer .footer-div ul{ margin: 0; list-style: none; } #footer .footer-logo{ max-width: 100px; } #footer { background: #9e8462; color: #fff; padding: 2em 0 0 0; text-align: center; } #footer .icons { font-size: 24px; margin: 0 0 1em 0; padding-left: 0; } #footer .icons li { margin-top: 0.5em; font-size: 16px; padding: 0 1em 0 1em; } #footer .icons li:last-child { padding-right: 0; } #footer .icons li a { -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #fff; } #footer .icons li a:hover { color: #9e8462; } .footer-bal{ margin: 0 10px; width: 30%; } .footer-bal .contact-block a{ text-decoration: none; color: #fff; } .footer-jobb{ width: 60%; margin:0; float: left; } .footer-jobb img{ width: 100%; margin:0; } #footer .copyright { color: #888; background: #fff; font-size: 0.9em; padding: 1em 0 1em 0; margin: 2em 0 0 0; } /* Wide */ @media screen and (max-width: 1680px) { /* Basic */ body, input, select, textarea { font-size: 11pt; } } /* Normal */ @media screen and (max-width: 1280px) { /* Basic */ body, input, select, textarea { font-size: 11pt; } /* Feature */ .feature { padding-left: 7em; } .feature i { height: 5.25em; line-height: 5.5em; margin-top: 0; width: 5.25em; } .feature i:before { font-size: 32px; } /* Wrapper */ .wrapper { padding: 4em 0 2em 0; } #header nav > ul > li{ margin-left: 0.5em; } /* Banner */ #banner { background-attachment: scroll; padding: 0 0; } #banner .inner { padding: 3em 4em; } #banner .inner h2 { font-size: 2.25em; } /* Main */ #main { padding: 2em 0; } .service-area .one-third .service .service-text{ padding: 0 0 45px; } .main-title a {font-size: 14px;} .sub-title{font-size:10px;} /* One */ #one .inner { margin-top: -4em; padding-right: 4em; } #one .device { border-width: 35px; } #one .device:after { margin-top: -22px; } } /* Narrow */ #navPanel, #navButton { display: none; } @media screen and (max-width: 980px) { /* Basic */ html, body { overflow-x: hidden; } body, input, select, textarea { font-size: 12pt; } h2 { font-size: 1.25em; line-height: 1.75em; } h3 { font-size: 1.1em; line-height: 1.5em; } h4 { font-size: 1em; line-height: 1.5em; } /* Section/Article */ section.special, article.special { text-align: center; } header h2 + p { font-size: 0.9em; } header h3 + p { font-size: 0.8em; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.8em; } /* Feature */ .feature { padding-left: 9em; } .feature i { height: 7em; line-height: 7.5em; margin-top: -0.5em; width: 7em; } .feature i:before { font-size: 42px; } /* Image Feature */ .image-feature .image { max-height: 30em; overflow: hidden; } /* Header */ #page-wrapper { padding-top: 0; } #header { display: none; } /* Banner */ #banner { padding: 0em 0; } #banner .inner { padding: 3em; } #banner .inner h2 { font-size: 2em; } /* Main */ #main > header.major { margin: 0; } .bem-jobb{margin-left:2em;} .bem-bal p, .bem-dolgozo-bal p {font-size:14px; margin: 0 0 0.5em 0;} .bem-dolgozo-jobb {width: 30%;} .bem-dolgozo-jobb img{width: 70%;} header.major h2 {font-size: 36px;} /* One */ #one {padding-top: 2em;} #one p { font-size: 1em; } #one .inner { display: block; margin: 0 auto; max-width: 100%; padding: 0; text-align: center; width: 35em; } #one .device { display: block; margin: 4em auto 0 auto; max-width: 100%; width: 30em; } .service-area .one-third.service-part1{width: 50%; padding-right: 10px;} .service-area .one-third.service-part2{display: none;} .service-area .one-third.service-part3{width:50%;padding-left: 10px;} .one-half {float: none; width: 100%;} #footer .footer-div{display:block;} .footer-bal{width: 100%;} .footer-jobb{width: 100%; float: none; margin-top:2em;} /* Off-Canvas Navigation */ #page-wrapper { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; padding-bottom: 1px; } #navButton { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; display: block; height: 4em; left: 0; position: fixed; top: 0; width: 6em; z-index: 10001; } #navButton .toggle { text-decoration: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } #navButton .toggle:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; } #navButton .toggle:before { background: rgba(29, 39, 38, 0.75); color: #ffffff; content: '\f0c9'; display: block; font-size: 18px; height: 2.35em; left: 0.5em; line-height: 2.35em; position: absolute; text-align: center; top: 0.5em; width: 3em; } #navPanel { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: translateX(-275px); -webkit-transform: translateX(-275px); -ms-transform: translateX(-275px); transform: translateX(-275px); -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1)); background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1)); background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1)); display: block; height: 100%; left: 0; overflow-y: auto; position: fixed; top: 0; width: 275px; z-index: 10002; background: #1d2726; color: #c7c9c9; padding: 0.25em 1.5em; } #navPanel .link { border-top: solid 1px rgba(255, 255, 255, 0.05); color: #c7c9c9; display: block; font-size: 0.8em; font-weight: 600; height: 3.5em; letter-spacing: 0.125em; line-height: 3.5em; text-decoration: none; text-transform: uppercase; } #navPanel .link:first-child { border-top: 0; } #navPanel .link.depth-0 { color: #ffffff; } #navPanel .link .indent-1 { display: inline-block; width: 1.25em; } #navPanel .link .indent-2 { display: inline-block; width: 2.5em; } #navPanel .link .indent-3 { display: inline-block; width: 3.75em; } #navPanel .link .indent-4 { display: inline-block; width: 5em; } #navPanel .link .indent-5 { display: inline-block; width: 6.25em; } body.navPanel-visible #page-wrapper { -moz-transform: translateX(275px); -webkit-transform: translateX(275px); -ms-transform: translateX(275px); transform: translateX(275px); } body.navPanel-visible #navButton { -moz-transform: translateX(275px); -webkit-transform: translateX(275px); -ms-transform: translateX(275px); transform: translateX(275px); } body.navPanel-visible #navPanel { -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } /* Mobile */ @media screen and (max-width: 736px) { /* Basic */ body, input, select, textarea { font-size: 12pt; } /* Feature */ .feature { margin: 0 auto 2em auto; max-width: 100%; padding: 0; text-align: center; width: 30em; } .feature i { left: 0; margin: 0 auto 2em auto; position: relative; top: 0; } /* Image Feature */ .image-feature { margin: 0 auto 2em auto; max-width: 100%; width: 25em; } .image-feature .image { max-height: none; } /* Wrapper */ .wrapper { padding: 2.5em 1.25em 0.5em 1.25em; } /* Banner */ #banner { padding: 6em 0; } #banner .inner { padding: 2em 2.5em; width: 100%; } #banner .inner h2 { font-size: 1.5em; } #banner .inner p { margin: 1.5em 0 0 0; padding: 1.5em 0 0 0; } /* One */ #one .device { border-width: 20px; margin-top: 2em; max-width: 100%; width: 25em; } #one .device:after { height: 8px; margin: -13px 0 0 -4px; width: 8px; } } /* Mobile (Portrait) */ @media screen and (max-width: 480px) { #banner{padding:0;} .service-part2{display: none;} .one-third{width: 100%;} .service-area .one-third.service-part1{width: 100%;} .service-area .one-third.service-part3{width: 100%;} .service-area .one-third .service .service-text {text-align: center; padding-bottom: 30px;} .service-area .one-third .service .service-text .service-icon {float: none;} .service-area .one-third .service .service-text .service-content {margin: 0;} .service .service-text .service-content .sub-title-serv {padding: 0 20px 0 20px;} .service-area .one-third .service.service3 .service-text .service-icon {float: none;} .service-area .one-third .service.service3 .service-text {text-align:center;} .service-area .one-third .service.service3 .service-text .service-content {margin-left: 0;} .service-area .one-third {width: 100%;} #one{padding-top: 3em;} .bemutatkozas{display: block;} .bem-bal{width: 100%;} .bem-jobb{width: 100%; margin-bottom: 2em;} .bemutatkozas-dolgozo{display: block;} .bem-dolgozo-bal {width: 100%;} .bem-dolgozo-jobb {width: 100%; float: none; text-align: center;} #czcategorylistblock .czcategorylist-wrapper .category_lists .one-half .category-content {width: 100%; } .one-half{width:100%; float: none;} .category-text-left{float: none;} .category-text-right {display: block; float: left;} #two {margin-bottom: 3em;} header.major h2 {font-size: 32px;} #footer .footer-div {display: block;} .footer-bal{width:100%;} .footer-jobb{width:100%; float: none; margin-top:2em;} /* Basic */ html, body { min-width: 320px; } body, input, select, textarea { font-size: 12pt; } h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: none; } h2 { font-size: 1.15em; line-height: 1.75em; } h3 { font-size: 1em; line-height: 1.5em; } /* List */ ul.actions { margin: 0 0 2em 0; } ul.actions li { display: block; padding: 1em 0 0 0; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { margin: 0 !important; width: 100%; } ul.actions li > *.icon:before { margin-left: -2em; } ul.actions.small li { padding: 0.5em 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0; } /* One */ #one .device { border-width: 15px; } #one .device:after { height: 5px; margin: -10px 0 0 -2.5px; width: 5px; } } /* back link to vacancies index */ .back-to-list { display: inline-block; margin-bottom: 1.5em; color: #9e8462 !important; font-weight: bold; text-decoration: none; border-bottom: none !important; } .back-to-list:hover { text-decoration: underline; }