@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*============= color definition =================*/
/****************** breakpoints definition ***********/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-briefcase:before {
  content: "\1f4bc"; }

.glyphicon-calendar:before {
  content: "\1f4c5"; }

.glyphicon-pushpin:before {
  content: "\1f4cc"; }

.glyphicon-paperclip:before {
  content: "\1f4ce"; }

.glyphicon-camera:before {
  content: "\1f4f7"; }

.glyphicon-lock:before {
  content: "\1f512"; }

.glyphicon-bell:before {
  content: "\1f514"; }

.glyphicon-bookmark:before {
  content: "\1f516"; }

.glyphicon-fire:before {
  content: "\1f525"; }

.glyphicon-wrench:before {
  content: "\1f527"; }

/*!
  Ionicons, v1.4.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/helloimben  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=1.4.0");
  src: url("../fonts/ionicons.eot?v=1.4.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.4.0") format("truetype"), url("../fonts/ionicons.woff?v=1.4.0") format("woff"), url("../fonts/ionicons.svg?v=1.4.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading, .ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-volume,
.ion-android-wifi,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar,
.ion-camera,
.ion-card,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down,
.ion-chevron-left,
.ion-chevron-right,
.ion-chevron-up,
.ion-clipboard,
.ion-clock,
.ion-close,
.ion-close-circled,
.ion-close-round,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-disc,
.ion-document,
.ion-document-text,
.ion-drag,
.ion-earth,
.ion-edit,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-flag,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-headphone,
.ion-heart,
.ion-help,
.ion-help-buoy,
.ion-help-circled,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-arrow-back,
.ion-ios7-arrow-down,
.ion-ios7-arrow-forward,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email,
.ion-ios7-email-outline,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-gear,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-load-b,
.ion-load-c,
.ion-load-d,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-music-note,
.ion-navicon,
.ion-navicon-round,
.ion-navigate,
.ion-no-smoking,
.ion-nuclear,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person,
.ion-person-add,
.ion-person-stalker,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-play,
.ion-playstation,
.ion-plus,
.ion-plus-circled,
.ion-plus-round,
.ion-pound,
.ion-power,
.ion-pricetag,
.ion-pricetags,
.ion-printer,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-search,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-trash-a,
.ion-trash-b,
.ion-umbrella,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-spin, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  animation: spin 1s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ion-loading-a {
  animation-timing-function: steps(8, start); }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-contact:before {
  content: "\f2c6"; }

.ion-android-alarm:before {
  content: "\f2c8"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down-left:before {
  content: "\f2cb"; }

.ion-android-arrow-down-right:before {
  content: "\f2cc"; }

.ion-android-arrow-up-left:before {
  content: "\f2cd"; }

.ion-android-arrow-up-right:before {
  content: "\f2ce"; }

.ion-android-battery:before {
  content: "\f2cf"; }

.ion-android-book:before {
  content: "\f2d0"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkmark:before {
  content: "\f2d5"; }

.ion-android-clock:before {
  content: "\f2d6"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-data:before {
  content: "\f2da"; }

.ion-android-developer:before {
  content: "\f2db"; }

.ion-android-display:before {
  content: "\f2dc"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-dropdown:before {
  content: "\f2de"; }

.ion-android-earth:before {
  content: "\f2df"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-forums:before {
  content: "\f2e1"; }

.ion-android-friends:before {
  content: "\f2e2"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-inbox:before {
  content: "\f2e5"; }

.ion-android-information:before {
  content: "\f2e6"; }

.ion-android-keypad:before {
  content: "\f2e7"; }

.ion-android-lightbulb:before {
  content: "\f2e8"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-location:before {
  content: "\f2ea"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-mixer:before {
  content: "\f2ed"; }

.ion-android-more:before {
  content: "\f2ee"; }

.ion-android-note:before {
  content: "\f2ef"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-printer:before {
  content: "\f2f1"; }

.ion-android-promotion:before {
  content: "\f2f2"; }

.ion-android-reminder:before {
  content: "\f2f3"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-social:before {
  content: "\f2fa"; }

.ion-android-social-user:before {
  content: "\f2f9"; }

.ion-android-sort:before {
  content: "\f2fb"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-storage:before {
  content: "\f2fe"; }

.ion-android-system-back:before {
  content: "\f2ff"; }

.ion-android-system-home:before {
  content: "\f300"; }

.ion-android-system-windows:before {
  content: "\f301"; }

.ion-android-timer:before {
  content: "\f302"; }

.ion-android-trash:before {
  content: "\f303"; }

.ion-android-volume:before {
  content: "\f304"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-at:before {
  content: "\f10f"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-flask:before {
  content: "\f138"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-game-controller-a:before {
  content: "\f13b"; }

.ion-game-controller-b:before {
  content: "\f13c"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-icon-social-google-plus:before {
  content: "\f146"; }

.ion-icon-social-google-plus-outline:before {
  content: "\f145"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios7-alarm:before {
  content: "\f14d"; }

.ion-ios7-alarm-outline:before {
  content: "\f14c"; }

.ion-ios7-albums:before {
  content: "\f14f"; }

.ion-ios7-albums-outline:before {
  content: "\f14e"; }

.ion-ios7-arrow-back:before {
  content: "\f150"; }

.ion-ios7-arrow-down:before {
  content: "\f151"; }

.ion-ios7-arrow-forward:before {
  content: "\f152"; }

.ion-ios7-arrow-left:before {
  content: "\f153"; }

.ion-ios7-arrow-right:before {
  content: "\f154"; }

.ion-ios7-arrow-thin-down:before {
  content: "\f27e"; }

.ion-ios7-arrow-thin-left:before {
  content: "\f27f"; }

.ion-ios7-arrow-thin-right:before {
  content: "\f280"; }

.ion-ios7-arrow-thin-up:before {
  content: "\f281"; }

.ion-ios7-arrow-up:before {
  content: "\f155"; }

.ion-ios7-at:before {
  content: "\f157"; }

.ion-ios7-at-outline:before {
  content: "\f156"; }

.ion-ios7-bell:before {
  content: "\f159"; }

.ion-ios7-bell-outline:before {
  content: "\f158"; }

.ion-ios7-bolt:before {
  content: "\f15b"; }

.ion-ios7-bolt-outline:before {
  content: "\f15a"; }

.ion-ios7-bookmarks:before {
  content: "\f15d"; }

.ion-ios7-bookmarks-outline:before {
  content: "\f15c"; }

.ion-ios7-box:before {
  content: "\f15f"; }

.ion-ios7-box-outline:before {
  content: "\f15e"; }

.ion-ios7-briefcase:before {
  content: "\f283"; }

.ion-ios7-briefcase-outline:before {
  content: "\f282"; }

.ion-ios7-browsers:before {
  content: "\f161"; }

.ion-ios7-browsers-outline:before {
  content: "\f160"; }

.ion-ios7-calculator:before {
  content: "\f285"; }

.ion-ios7-calculator-outline:before {
  content: "\f284"; }

.ion-ios7-calendar:before {
  content: "\f163"; }

.ion-ios7-calendar-outline:before {
  content: "\f162"; }

.ion-ios7-camera:before {
  content: "\f165"; }

.ion-ios7-camera-outline:before {
  content: "\f164"; }

.ion-ios7-cart:before {
  content: "\f167"; }

.ion-ios7-cart-outline:before {
  content: "\f166"; }

.ion-ios7-chatboxes:before {
  content: "\f169"; }

.ion-ios7-chatboxes-outline:before {
  content: "\f168"; }

.ion-ios7-chatbubble:before {
  content: "\f16b"; }

.ion-ios7-chatbubble-outline:before {
  content: "\f16a"; }

.ion-ios7-checkmark:before {
  content: "\f16e"; }

.ion-ios7-checkmark-empty:before {
  content: "\f16c"; }

.ion-ios7-checkmark-outline:before {
  content: "\f16d"; }

.ion-ios7-circle-filled:before {
  content: "\f16f"; }

.ion-ios7-circle-outline:before {
  content: "\f170"; }

.ion-ios7-clock:before {
  content: "\f172"; }

.ion-ios7-clock-outline:before {
  content: "\f171"; }

.ion-ios7-close:before {
  content: "\f2bc"; }

.ion-ios7-close-empty:before {
  content: "\f2bd"; }

.ion-ios7-close-outline:before {
  content: "\f2bb"; }

.ion-ios7-cloud:before {
  content: "\f178"; }

.ion-ios7-cloud-download:before {
  content: "\f174"; }

.ion-ios7-cloud-download-outline:before {
  content: "\f173"; }

.ion-ios7-cloud-outline:before {
  content: "\f175"; }

.ion-ios7-cloud-upload:before {
  content: "\f177"; }

.ion-ios7-cloud-upload-outline:before {
  content: "\f176"; }

.ion-ios7-cloudy:before {
  content: "\f17a"; }

.ion-ios7-cloudy-night:before {
  content: "\f308"; }

.ion-ios7-cloudy-night-outline:before {
  content: "\f307"; }

.ion-ios7-cloudy-outline:before {
  content: "\f179"; }

.ion-ios7-cog:before {
  content: "\f17c"; }

.ion-ios7-cog-outline:before {
  content: "\f17b"; }

.ion-ios7-compose:before {
  content: "\f17e"; }

.ion-ios7-compose-outline:before {
  content: "\f17d"; }

.ion-ios7-contact:before {
  content: "\f180"; }

.ion-ios7-contact-outline:before {
  content: "\f17f"; }

.ion-ios7-copy:before {
  content: "\f182"; }

.ion-ios7-copy-outline:before {
  content: "\f181"; }

.ion-ios7-download:before {
  content: "\f184"; }

.ion-ios7-download-outline:before {
  content: "\f183"; }

.ion-ios7-drag:before {
  content: "\f185"; }

.ion-ios7-email:before {
  content: "\f187"; }

.ion-ios7-email-outline:before {
  content: "\f186"; }

.ion-ios7-eye:before {
  content: "\f189"; }

.ion-ios7-eye-outline:before {
  content: "\f188"; }

.ion-ios7-fastforward:before {
  content: "\f18b"; }

.ion-ios7-fastforward-outline:before {
  content: "\f18a"; }

.ion-ios7-filing:before {
  content: "\f18d"; }

.ion-ios7-filing-outline:before {
  content: "\f18c"; }

.ion-ios7-film:before {
  content: "\f18f"; }

.ion-ios7-film-outline:before {
  content: "\f18e"; }

.ion-ios7-flag:before {
  content: "\f191"; }

.ion-ios7-flag-outline:before {
  content: "\f190"; }

.ion-ios7-folder:before {
  content: "\f193"; }

.ion-ios7-folder-outline:before {
  content: "\f192"; }

.ion-ios7-gear:before {
  content: "\f195"; }

.ion-ios7-gear-outline:before {
  content: "\f194"; }

.ion-ios7-glasses:before {
  content: "\f197"; }

.ion-ios7-glasses-outline:before {
  content: "\f196"; }

.ion-ios7-heart:before {
  content: "\f199"; }

.ion-ios7-heart-outline:before {
  content: "\f198"; }

.ion-ios7-help:before {
  content: "\f19c"; }

.ion-ios7-help-empty:before {
  content: "\f19a"; }

.ion-ios7-help-outline:before {
  content: "\f19b"; }

.ion-ios7-infinite:before {
  content: "\f19e"; }

.ion-ios7-infinite-outline:before {
  content: "\f19d"; }

.ion-ios7-information:before {
  content: "\f1a1"; }

.ion-ios7-information-empty:before {
  content: "\f19f"; }

.ion-ios7-information-outline:before {
  content: "\f1a0"; }

.ion-ios7-ionic-outline:before {
  content: "\f1a2"; }

.ion-ios7-keypad:before {
  content: "\f1a4"; }

.ion-ios7-keypad-outline:before {
  content: "\f1a3"; }

.ion-ios7-lightbulb:before {
  content: "\f287"; }

.ion-ios7-lightbulb-outline:before {
  content: "\f286"; }

.ion-ios7-location:before {
  content: "\f1a6"; }

.ion-ios7-location-outline:before {
  content: "\f1a5"; }

.ion-ios7-locked:before {
  content: "\f1a8"; }

.ion-ios7-locked-outline:before {
  content: "\f1a7"; }

.ion-ios7-medkit:before {
  content: "\f289"; }

.ion-ios7-medkit-outline:before {
  content: "\f288"; }

.ion-ios7-mic:before {
  content: "\f1ab"; }

.ion-ios7-mic-off:before {
  content: "\f1a9"; }

.ion-ios7-mic-outline:before {
  content: "\f1aa"; }

.ion-ios7-minus:before {
  content: "\f1ae"; }

.ion-ios7-minus-empty:before {
  content: "\f1ac"; }

.ion-ios7-minus-outline:before {
  content: "\f1ad"; }

.ion-ios7-monitor:before {
  content: "\f1b0"; }

.ion-ios7-monitor-outline:before {
  content: "\f1af"; }

.ion-ios7-moon:before {
  content: "\f1b2"; }

.ion-ios7-moon-outline:before {
  content: "\f1b1"; }

.ion-ios7-more:before {
  content: "\f1b4"; }

.ion-ios7-more-outline:before {
  content: "\f1b3"; }

.ion-ios7-musical-note:before {
  content: "\f1b5"; }

.ion-ios7-musical-notes:before {
  content: "\f1b6"; }

.ion-ios7-navigate:before {
  content: "\f1b8"; }

.ion-ios7-navigate-outline:before {
  content: "\f1b7"; }

.ion-ios7-paperplane:before {
  content: "\f1ba"; }

.ion-ios7-paperplane-outline:before {
  content: "\f1b9"; }

.ion-ios7-partlysunny:before {
  content: "\f1bc"; }

.ion-ios7-partlysunny-outline:before {
  content: "\f1bb"; }

.ion-ios7-pause:before {
  content: "\f1be"; }

.ion-ios7-pause-outline:before {
  content: "\f1bd"; }

.ion-ios7-people:before {
  content: "\f1c0"; }

.ion-ios7-people-outline:before {
  content: "\f1bf"; }

.ion-ios7-person:before {
  content: "\f1c2"; }

.ion-ios7-person-outline:before {
  content: "\f1c1"; }

.ion-ios7-personadd:before {
  content: "\f1c4"; }

.ion-ios7-personadd-outline:before {
  content: "\f1c3"; }

.ion-ios7-photos:before {
  content: "\f1c6"; }

.ion-ios7-photos-outline:before {
  content: "\f1c5"; }

.ion-ios7-pie:before {
  content: "\f28b"; }

.ion-ios7-pie-outline:before {
  content: "\f28a"; }

.ion-ios7-play:before {
  content: "\f1c8"; }

.ion-ios7-play-outline:before {
  content: "\f1c7"; }

.ion-ios7-plus:before {
  content: "\f1cb"; }

.ion-ios7-plus-empty:before {
  content: "\f1c9"; }

.ion-ios7-plus-outline:before {
  content: "\f1ca"; }

.ion-ios7-pricetag:before {
  content: "\f28d"; }

.ion-ios7-pricetag-outline:before {
  content: "\f28c"; }

.ion-ios7-printer:before {
  content: "\f1cd"; }

.ion-ios7-printer-outline:before {
  content: "\f1cc"; }

.ion-ios7-rainy:before {
  content: "\f1cf"; }

.ion-ios7-rainy-outline:before {
  content: "\f1ce"; }

.ion-ios7-recording:before {
  content: "\f1d1"; }

.ion-ios7-recording-outline:before {
  content: "\f1d0"; }

.ion-ios7-redo:before {
  content: "\f1d3"; }

.ion-ios7-redo-outline:before {
  content: "\f1d2"; }

.ion-ios7-refresh:before {
  content: "\f1d6"; }

.ion-ios7-refresh-empty:before {
  content: "\f1d4"; }

.ion-ios7-refresh-outline:before {
  content: "\f1d5"; }

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "\f28e"; }

.ion-ios7-rewind:before {
  content: "\f1d8"; }

.ion-ios7-rewind-outline:before {
  content: "\f1d7"; }

.ion-ios7-search:before {
  content: "\f1da"; }

.ion-ios7-search-strong:before {
  content: "\f1d9"; }

.ion-ios7-skipbackward:before {
  content: "\f1dc"; }

.ion-ios7-skipbackward-outline:before {
  content: "\f1db"; }

.ion-ios7-skipforward:before {
  content: "\f1de"; }

.ion-ios7-skipforward-outline:before {
  content: "\f1dd"; }

.ion-ios7-snowy:before {
  content: "\f309"; }

.ion-ios7-speedometer:before {
  content: "\f290"; }

.ion-ios7-speedometer-outline:before {
  content: "\f28f"; }

.ion-ios7-star:before {
  content: "\f1e0"; }

.ion-ios7-star-outline:before {
  content: "\f1df"; }

.ion-ios7-stopwatch:before {
  content: "\f1e2"; }

.ion-ios7-stopwatch-outline:before {
  content: "\f1e1"; }

.ion-ios7-sunny:before {
  content: "\f1e4"; }

.ion-ios7-sunny-outline:before {
  content: "\f1e3"; }

.ion-ios7-telephone:before {
  content: "\f1e6"; }

.ion-ios7-telephone-outline:before {
  content: "\f1e5"; }

.ion-ios7-thunderstorm:before {
  content: "\f1e8"; }

.ion-ios7-thunderstorm-outline:before {
  content: "\f1e7"; }

.ion-ios7-time:before {
  content: "\f292"; }

.ion-ios7-time-outline:before {
  content: "\f291"; }

.ion-ios7-timer:before {
  content: "\f1ea"; }

.ion-ios7-timer-outline:before {
  content: "\f1e9"; }

.ion-ios7-trash:before {
  content: "\f1ec"; }

.ion-ios7-trash-outline:before {
  content: "\f1eb"; }

.ion-ios7-undo:before {
  content: "\f1ee"; }

.ion-ios7-undo-outline:before {
  content: "\f1ed"; }

.ion-ios7-unlocked:before {
  content: "\f1f0"; }

.ion-ios7-unlocked-outline:before {
  content: "\f1ef"; }

.ion-ios7-upload:before {
  content: "\f1f2"; }

.ion-ios7-upload-outline:before {
  content: "\f1f1"; }

.ion-ios7-videocam:before {
  content: "\f1f4"; }

.ion-ios7-videocam-outline:before {
  content: "\f1f3"; }

.ion-ios7-volume-high:before {
  content: "\f1f5"; }

.ion-ios7-volume-low:before {
  content: "\f1f6"; }

.ion-ios7-wineglass:before {
  content: "\f294"; }

.ion-ios7-wineglass-outline:before {
  content: "\f293"; }

.ion-ios7-world:before {
  content: "\f1f8"; }

.ion-ios7-world-outline:before {
  content: "\f1f7"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before, .ion-loading-a:before {
  content: "\f29a"; }

.ion-load-b:before, .ion-loading-b:before {
  content: "\f29b"; }

.ion-load-c:before, .ion-loading-c:before {
  content: "\f29c"; }

.ion-load-d:before, .ion-loading-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before, .ion-looping:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before, .ion-refreshing:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

body {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  color: #4c6ba2;
  font-size: 16px;
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 480px) {
    body {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1.125em;
  text-transform: uppercase; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1; }

h1 {
  font-size: 1.666em; }
  @media only screen and (min-width: 480px) {
    h1 {
      font-size: 2em; } }

a {
  color: #7c0040;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e6533e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

blockquote {
  font-style: italic;
  font-weight: 700;
  padding: 0.125em 1em;
  background: white;
  border-left: 6px solid #7c0040;
  margin-left: 0;
  margin-right: 0; }

hr {
  clear: both;
  margin: 2em auto 0;
  position: relative;
  height: 2px;
  width: 50%;
  border: none; }
  hr:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #476aa2 20%, #476aa2 80%, transparent 100%); }
  hr:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #7794c3 20%, #7794c3 80%, transparent 100%); }

.btn {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  background: #5b7eb7;
  color: #fefefe;
  display: inline-block;
  padding: 0.25em 1em;
  border: none;
  outline: 0;
  text-transform: uppercase;
  border: 0; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fefefe;
    background: #14467c; }

::-webkit-input-placeholder {
  color: #90a8ce; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #90a8ce; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #90a8ce; }

:-ms-input-placeholder {
  color: #90a8ce; }

.single .main, .page-template-page-vizsgalatok-php .main, .page .main {
  font-size: 1.125em;
  line-height: 1.4em; }

.arcsipet {
  background-color: #f3f6fa; }

ul.pipas {
  position: relative;
  padding-left: 2.25em; }
  ul.pipas li {
    list-style-type: none;
    margin: 1.125em 0; }
    ul.pipas li:before {
      transform: translateY(-0.25em);
      position: absolute;
      left: 0;
      font-size: 2em;
      content: "\f16e";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.entry-content ul, .entry-content ol, .page-content ul, .page-content ol, .pagecontent ul, .pagecontent ol {
  padding: 0 0 0 2em; }
  .entry-content ul li, .entry-content ol li, .page-content ul li, .page-content ol li, .pagecontent ul li, .pagecontent ol li {
    margin: 0.75em 0; }

.entry-content h2, .page-content h2, .pagecontent h2 {
  margin: 2em 0 0;
  font-size: 1.25em;
  line-height: 1.125em;
  text-transform: none; }

.entry-content h3, .page-content h3, .pagecontent h3 {
  margin: 2em 0 0;
  font-size: 1.125em;
  line-height: 1.125em;
  text-transform: none; }

.entry-content h4, .entry-content h5, .entry-content h6, .page-content h4, .page-content h5, .page-content h6, .pagecontent h4, .pagecontent h5, .pagecontent h6 {
  text-transform: none; }

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

.clearfix, .container {
  *zoom: 1; }
  .clearfix:before, .clearfix:after, .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after, .container:after {
    clear: both; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

/* ==========================================================================
   Layout
   ========================================================================== */
html *, html *:before, html *:after {
  box-sizing: border-box; }

body {
  background-color: #5b7eb7; }

.minden {
  position: relative;
  background-color: #f3f6fa; }

.container {
  position: relative; }

.row, .szigorow, .fosrow {
  *zoom: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 6px; }
  .row:before, .row:after, .szigorow:before, .szigorow:after, .fosrow:before, .fosrow:after {
    content: " ";
    display: table; }
  .row:after, .szigorow:after, .fosrow:after {
    clear: both; }
  @media only screen and (min-width: 480px) {
    .row, .szigorow, .fosrow {
      padding: 0 12px; } }
  @media only screen and (min-width: 768px) {
    .row, .szigorow, .fosrow {
      padding: 0 1em; } }

[class^="col-"] {
  *zoom: 1; }
  [class^="col-"]:before, [class^="col-"]:after {
    content: " ";
    display: table; }
  [class^="col-"]:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    [class^="col-"] {
      float: left; } }

@media only screen and (min-width: 768px) {
  .col-md-12 {
    float: none; } }

@media only screen and (min-width: 768px) {
  .col-md-6 {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .col-md-offset-3 {
    margin-left: 25%; } }

@media only screen and (min-width: 768px) {
  .balfel {
    width: 48%;
    float: left;
    margin-right: 4%; } }

@media only screen and (min-width: 768px) {
  .jobbfel {
    width: 48%;
    float: right; } }

.main.wide {
  margin: 0 auto;
  padding: 2em 0; }

.main.narrow {
  padding: 2em 0; }
  @media only screen and (min-width: 768px) {
    .main.narrow {
      width: 68%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .main.narrow {
      width: 75%;
      float: left; } }

.yarpp-related ol {
  *zoom: 1;
  padding: 0;
  margin: 0; }
  .yarpp-related ol:before, .yarpp-related ol:after {
    content: " ";
    display: table; }
  .yarpp-related ol:after {
    clear: both; }

.yarpp-related .related-item {
  list-style: none;
  margin: 0 0 4em; }
  @media only screen and (min-width: 768px) {
    .yarpp-related .related-item {
      margin: 0 0 1em 0;
      width: 50%;
      float: left;
      padding-left: 2em; }
      .yarpp-related .related-item:nth-child(2n+1) {
        clear: left;
        padding-left: 0;
        padding-right: 2em; } }
  .yarpp-related .related-item h3 {
    margin-bottom: 0; }
  .yarpp-related .related-item .read-more {
    margin-top: 1em; }

.comm-fb {
  text-align: center; }

ol.golyos {
  counter-reset: my-counter;
  margin: 0;
  padding: 0; }
  ol.golyos li {
    list-style: none;
    counter-increment: my-counter;
    position: relative;
    margin: 1em 0; }
    ol.golyos li:before {
      display: block;
      margin: 0 auto;
      text-align: center;
      font-size: 2em;
      line-height: 1.5em;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      background-color: #7c0040;
      color: #f3f6fa;
      text-align: center;
      font-weight: 700;
      margin-bottom: 0.25em;
      content: counter(my-counter) "."; }
    @media only screen and (min-width: 768px) {
      ol.golyos li {
        width: 50%;
        float: left;
        clear: both;
        padding-right: 2em; }
        ol.golyos li:nth-child(2n) {
          float: right;
          clear: right;
          padding-right: 0;
          padding-left: 2em; } }

.tab-pane.post-213 .vizsgalathoz-block {
  background: url("../img/kerdojel.png") no-repeat left top transparent; }

.tab-pane.post-213 .conti {
  max-width: 768px;
  margin: 0 auto; }

.player {
  display: block;
  position: relative;
  background-color: #4c6ba2; }
  .player:before {
    position: absolute;
    z-index: 3;
    top: 33%;
    bottom: 33%;
    left: 0;
    right: 0;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: white;
    content: "\f24c";
    text-shadow: 0 0 2px #858585;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .player:hover img, .player:focus img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5); }
  .player:hover:before, .player:focus:before {
    color: #f7941e; }
  .player img {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3); }

.ps {
  *zoom: 1;
  padding-left: 1rem;
  padding-right: 1rem; }
  .ps:before, .ps:after {
    content: " ";
    display: table; }
  .ps:after {
    clear: both; }
  @media only screen and (min-width: 1280px) {
    .ps {
      padding-left: calc(50% - 554px);
      padding-right: calc(50% - 554px); } }

@media only screen and (min-width: 1280px) {
  .ps--narrow {
    padding-left: calc(50% - 400px);
    padding-right: calc(50% - 400px); } }

.pagecopy {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .pagecopy {
      width: 68%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .pagecopy {
      width: 75%;
      padding-right: 2%; } }

.pagesidebar.inner-side .rovatfej, .pagesidebar.inner-side .rovatlista {
  display: none; }

.pagesidebar.inner-side .widget {
  padding-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .pagesidebar.inner-side .widget:nth-of-type(n+4) {
      display: none; } }

.toptel {
  background-color: #4c6ba2;
  color: #f3f6fa;
  background-image: url("../img/hattter-05.png"), url("../img/hattter-01.png"), url("../img/hattter-04.png");
  background-repeat: repeat;
  background-position: right bottom, left top, center center; }
  .toptel a {
    color: #f3f6fa; }
    .toptel a:hover, .toptel a:focus {
      color: #f7941e;
      text-decoration: none; }
  .toptel .cell {
    *zoom: 1;
    text-align: right; }
    .toptel .cell:before, .toptel .cell:after {
      content: " ";
      display: table; }
    .toptel .cell:after {
      clear: both; }
    @media only screen and (min-width: 480px) {
      .toptel .cell {
        padding: 1em;
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 1024px) {
      .toptel .cell {
        width: 25%; } }
  .toptel .cellcim {
    text-align: left; }
  .toptel h3 {
    font-size: 1.333em;
    margin: 0.5em 0;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      .toptel h3 {
        text-align: left; } }
    .toptel h3 small {
      display: block;
      font-size: 0.875em;
      font-weight: 700; }
  .toptel .btn {
    float: right;
    display: inline-block;
    margin: 0 auto 1em;
    font-size: 1em;
    line-height: 1.5;
    display: block;
    max-width: 12em;
    text-align: center;
    background-color: #e6533e;
    color: #fefefe;
    margin-left: .5em; }
    .toptel .btn:hover, .toptel .btn:focus {
      color: #fefefe;
      background-color: #f7941e; }
    @media only screen and (min-width: 768px) {
      .toptel .btn {
        float: left; } }

/* ==========================================================================
   Header
   ========================================================================== */
.banner {
  border-top: 1px solid #7c0040;
  background-color: #5b7eb7;
  background-image: url("../img/somnocenter_felirat.png");
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: 50px center; }
  @media only screen and (min-width: 480px) {
    .banner {
      background-size: auto 20px;
      background-position: 60px 14px; } }
  @media only screen and (min-width: 768px) {
    .banner {
      background-image: none;
      background-color: #c5d2e6; } }

.brand {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #5b7eb7;
  max-height: 125px;
  overflow: hidden;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 24px; }
  .brand:hover, .brand:focus {
    background-color: #4c6ba2; }
  @media only screen and (min-width: 1024px) {
    .brand {
      width: 240px; } }
  .brand img {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .brand img {
        display: inline-block; } }

.hs {
  display: inline-block;
  padding: 0.5em 0.75em;
  margin: 7px 0 0;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  background-color: #e6533e;
  float: right;
  color: #fff; }
  .hs:hover, .hs:focus {
    background-color: #f7941e;
    color: #f3f6fa;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .hs {
      padding: 0.125em 0.75em;
      margin-top: 4px;
      position: absolute;
      right: 1.25em;
      min-width: 150px; } }
  @media only screen and (min-width: 1024px) {
    .hs {
      right: 6px; } }

#owl-home .item {
  padding-top: 2em;
  padding-bottom: 1em;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    #owl-home .item {
      padding-top: 6em;
      padding-bottom: 3em; } }
  @media only screen and (min-width: 1280px) {
    #owl-home .item {
      padding-top: 13em;
      padding-bottom: 3em; } }

.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  bottom: 0; }

.owl-theme .owl-controls .owl-page span {
  background: #7c0040; }

.owl-theme .owl-controls .owl-page.active span {
  background-color: #4c6ba2; }

.hero-block {
  *zoom: 1;
  margin-bottom: 1em; }
  .hero-block:before, .hero-block:after {
    content: " ";
    display: table; }
  .hero-block:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .hero-block {
      position: absolute;
      bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .hero-block {
      bottom: 1em; } }

.hero-text {
  margin: 2em auto 0 auto; }
  .hero-text .nagy {
    font-weight: 400;
    margin: 0 0;
    text-transform: uppercase;
    font-size: 1.75em;
    line-height: 1.25em; }
    @media only screen and (min-width: 480px) {
      .hero-text .nagy {
        font-size: 2.5em;
        line-height: 1.25em; } }
    @media only screen and (min-width: 768px) {
      .hero-text .nagy {
        max-width: 600px; } }
    @media only screen and (min-width: 1024px) {
      .hero-text .nagy {
        max-width: 1024px; } }
    .hero-text .nagy span {
      display: inline;
      color: white;
      background: rgba(76, 107, 162, 0.75);
      box-shadow: 0.125em 0 0 rgba(76, 107, 162, 0.75), -0.125em 0 0 rgba(76, 107, 162, 0.75);
      position: absolute;
      opacity: 0;
      transition: opacity 1s ease;
      height: 0;
      overflow: hidden; }
      .hero-text .nagy span.active {
        opacity: 1;
        position: static;
        display: inline;
        height: auto; }
  .hero-text .kicsi {
    margin: 0 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.4em; }
    .hero-text .kicsi span {
      display: inline;
      color: #4c6ba2;
      background-color: rgba(243, 246, 250, 0.75);
      box-shadow: 0.125em 0 0 rgba(243, 246, 250, 0.75), -0.125em 0 0 rgba(243, 246, 250, 0.75);
      font-size: 1.5em;
      line-height: 1.25em;
      text-transform: uppercase; }

.hero-action {
  margin: 1em auto 0 auto; }
  .hero-action a {
    margin-top: 0.25em;
    font-size: 1.25em;
    padding: 0.5em 0.5em; }

.tart {
  *zoom: 1;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 1em .25em;
  background: rgba(76, 107, 162, 0.9);
  color: #fff;
  text-align: center;
  width: 12em;
  height: 4.25em; }
  .tart:before, .tart:after {
    content: " ";
    display: table; }
  .tart:after {
    clear: both; }
  .tart:hover, .tart:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(230, 83, 62, 0.9); }
  @media only screen and (min-width: 768px) {
    .tart {
      position: absolute;
      top: 2rem;
      right: 11%; } }
  .tart .head {
    display: block;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: .125em; }
  .tart .telcsi {
    text-transform: uppercase;
    margin: 4px 0 8px;
    display: block;
    font-weight: 700;
    font-size: .875em;
    line-height: 1;
    color: #fff;
    margin-bottom: .5em; }
  .tart .or {
    display: block;
    font-size: 1.125em; }
  .tart .click {
    display: block;
    font-size: .925em;
    line-height: 1.2;
    font-weight: 600;
    margin-top: .25em;
    color: #f3f6fa;
    text-transform: uppercase; }

.home-top {
  border-bottom: 6px solid white;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  background-size: cover;
  overflow: hidden;
  position: relative; }

.page-headerfigure {
  position: relative;
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/parocska.jpg");
  overflow: hidden;
  border-bottom: 6px solid white;
  padding-bottom: 3rem; }
  @media only screen and (min-width: 768px) {
    .page-headerfigure {
      height: 0;
      padding-bottom: 32%; } }
  .page-headerfigure.ralog {
    padding-bottom: 6rem; }
    @media only screen and (min-width: 768px) {
      .page-headerfigure.ralog {
        padding-bottom: 35%; } }
    .page-headerfigure.ralog .hero-block {
      bottom: 4rem; }
    .page-headerfigure.ralog .telfej {
      margin: 2em auto 4em auto; }
  .page-headerfigure .hero-text .nagy span {
    background: rgba(124, 0, 64, 0.85);
    box-shadow: 0.125em 0 0 rgba(124, 0, 64, 0.85), -0.125em 0 0 rgba(124, 0, 64, 0.85); }
  .page-headerfigure .breadcrumbs {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 2em auto;
    max-width: 1024px; }

.page-headerfigure--nofigure {
  background-image: none;
  background-color: #5b7eb7; }
  @media only screen and (min-width: 768px) {
    .page-headerfigure--nofigure {
      height: 0;
      padding-bottom: 15rem; } }
  .page-headerfigure--nofigure .tart {
    background-color: #e6533e; }
    .page-headerfigure--nofigure .tart:hover, .page-headerfigure--nofigure .tart:focus {
      background-color: #f7941e; }
  .page-headerfigure--nofigure .hero-text .nagy span {
    background: transparent;
    box-shadow: none; }
  .page-headerfigure--nofigure .hero-text .kicsi span {
    display: inline;
    color: #fefefe;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.5em;
    line-height: 1.25em;
    text-transform: uppercase; }

/* ==========================================================================
   Footer
   ========================================================================== */
.content-info {
  background: #4c6ba2;
  color: #f3f6fa;
  font-size: 0.875em;
  line-height: 1.4em; }
  .content-info a {
    color: #e6533e; }

.footer__copy {
  margin: 2rem 0 1.5rem; }
  @media only screen and (min-width: 768px) {
    .footer__copy {
      width: calc(100% - 4.5rem);
      float: left; } }

.footer__iso {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer__iso {
      width: 4.5rem;
      float: right; } }
  .footer__iso img {
    margin: .5rem 0 0;
    width: 4.5rem; }

.footer-dark {
  *zoom: 1;
  font-size: 0.875em;
  line-height: 1.4em;
  background-color: #c5d2e6; }
  .footer-dark:before, .footer-dark:after {
    content: " ";
    display: table; }
  .footer-dark:after {
    clear: both; }

.footer-light {
  *zoom: 1;
  font-size: 0.875em;
  line-height: 1.4em;
  background-color: #f3f6fa; }
  .footer-light:before, .footer-light:after {
    content: " ";
    display: table; }
  .footer-light:after {
    clear: both; }

.ernyomarkak {
  padding: 1em; }
  @media only screen and (min-width: 768px) {
    .ernyomarkak {
      width: 33.333%;
      float: left; } }
  .ernyomarkak h3 {
    text-align: center; }
  .ernyomarkak ul {
    *zoom: 1;
    margin: 0;
    padding: 0; }
    .ernyomarkak ul:before, .ernyomarkak ul:after {
      content: " ";
      display: table; }
    .ernyomarkak ul:after {
      clear: both; }
    .ernyomarkak ul li {
      list-style-type: none;
      padding: 1em 0;
      width: 50%;
      float: left;
      text-align: center; }

.partnerek {
  padding: 1em; }
  @media only screen and (min-width: 768px) {
    .partnerek {
      width: 33.333%;
      float: left; } }
  .partnerek h3 {
    text-align: center; }
  .partnerek a {
    display: block;
    text-align: center;
    margin: 2em auto;
    width: 70%; }
    .partnerek a.cpaplink {
      width: 40%; }

.penztar {
  text-align: center;
  padding: 1em; }
  @media only screen and (min-width: 768px) {
    .penztar {
      width: 33.333%;
      float: left; } }
  .penztar .socials {
    *zoom: 1; }
    .penztar .socials:before, .penztar .socials:after {
      content: " ";
      display: table; }
    .penztar .socials:after {
      clear: both; }
    .penztar .socials a {
      display: inline-block;
      margin: 0 0.5em;
      color: #4c6ba2; }
      .penztar .socials a i {
        font-size: 3em; }

.aboutus {
  text-align: center;
  padding: 70px 1em 1em;
  margin: 2em 0;
  background-image: url("../img/ikon-sc.png");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 60px auto; }
  @media only screen and (min-width: 768px) {
    .aboutus {
      width: 33.333%;
      float: left; } }

.naplo-block {
  text-align: center;
  padding: 70px 1em 1em;
  margin: 2em 0;
  background-image: url("../img/ikon-naplo.png");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 60px auto; }
  @media only screen and (min-width: 768px) {
    .naplo-block {
      width: 33.333%;
      float: left; } }
  .naplo-block .btn {
    margin-top: 1em; }

.catmore {
  color: #f7941e;
  font-style: italic;
  display: block;
  margin-top: 1em;
  color: #e6533e; }

.newsletter-block {
  text-align: center;
  padding: 70px 1em 1em;
  margin: 2em 0;
  background-image: url("../img/ikon-hirlevel.png");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 60px auto; }
  @media only screen and (min-width: 768px) {
    .newsletter-block {
      width: 33.333%;
      float: left; } }

.nav-main {
  background: #5b7eb7; }
  .nav-main.desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      .nav-main.desktop {
        display: block;
        border-bottom: 6px solid #c5d2e6;
        border-top: 6px solid #c5d2e6; } }
  .nav-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3; }
    .nav-main.fixed a {
      min-height: 3em;
      text-align: center; }
      .nav-main.fixed a small {
        display: none; }
  .nav-main.open {
    height: auto; }
  .nav-main ul {
    max-width: 1152px;
    margin: 0 -6px;
    padding: 0;
    border-right: 6px solid #c5d2e6;
    border-left: 6px solid #c5d2e6; }
    @media only screen and (min-width: 1024px) {
      .nav-main ul {
        padding-left: 240px; } }
  .nav-main.mobile ul {
    border: none;
    margin: 0 0; }
  .nav-main li {
    list-style-type: none; }
    @media only screen and (min-width: 768px) {
      .nav-main li {
        width: 29%;
        float: left; } }
    @media only screen and (min-width: 1024px) {
      .nav-main li {
        width: 33.33333333%; } }
    @media only screen and (min-width: 768px) {
      .nav-main li:first-child {
        width: 13%; } }
    @media only screen and (min-width: 1024px) {
      .nav-main li:first-child {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .nav-main li:first-child a {
        background: url("../img/watermark.png") no-repeat center center;
        background-size: auto 66%;
        background-color: #7c0040;
        color: #7c0040; } }
    @media only screen and (min-width: 768px) {
      .nav-main li:first-child a {
        text-indent: -9999px; } }
    @media only screen and (min-width: 1024px) {
      .nav-main li:first-child a {
        display: none; } }
    .nav-main li:nth-child(2) a {
      background: url("../img/menu_1_bg.png") no-repeat -70px -20px; }
    .nav-main li:nth-child(3) a {
      background: url("../img/menu_2_bg.png") no-repeat -70px -20px; }
    .nav-main li:last-child a {
      background: url("../img/menu_3_bg.png") no-repeat -70px -20px; }
  .nav-main a {
    display: block;
    padding: 1em 1em;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.25em;
    color: white;
    text-transform: uppercase;
    border-left: 6px solid #c5d2e6; }
    .nav-main a:hover, .nav-main a:focus {
      background-color: #4c6ba2 !important;
      text-decoration: none;
      color: white; }
    @media only screen and (min-width: 768px) {
      .nav-main a {
        min-height: 5.75em; } }
    @media only screen and (min-width: 768px) {
      .nav-main a {
        min-height: 5.75em; } }
    @media only screen and (min-width: 1024px) {
      .nav-main a {
        min-height: 5.75em; } }
    .nav-main a small {
      text-transform: none;
      display: block;
      font-family: "Times New Roman", Times, serif;
      font-size: 1em;
      font-weight: 400; }
  .nav-main.mobile a {
    border-left: none;
    border-top: 1px solid #c5d2e6; }
  .nav-main li.active a {
    background-color: #4c6ba2;
    color: white; }

.nav-sub.desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .nav-sub.desktop {
      display: block; } }

.nav-sub ul {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    .nav-sub ul {
      float: none;
      margin-left: 246px; } }

.nav-sub.mobile ul {
  float: none;
  background-color: #5b7eb7; }

.nav-sub li {
  list-style-type: none;
  display: block; }
  @media only screen and (min-width: 768px) {
    .nav-sub li {
      display: inline-block; }
      .nav-sub li:after {
        content: '|'; } }

.nav-sub a {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  display: block;
  padding: 0.25em 0.75em 0;
  text-align: center;
  color: #4c6ba2;
  font-variant: small-caps;
  font-size: 0.875em; }
  .nav-sub a:hover, .nav-sub a:focus {
    text-decoration: none;
    color: #e6533e; }
  @media only screen and (min-width: 768px) {
    .nav-sub a {
      display: inline-block; } }

.nav-sub.mobile a {
  padding: 0.75em 1em;
  font-size: 1em;
  font-weight: 600;
  border-top: 1px solid #c5d2e6;
  color: #f3f6fa;
  text-align: left; }
  .nav-sub.mobile a:hover, .nav-sub.mobile a:focus {
    background-color: #4c6ba2; }

.nav-sub li.active a {
  color: #fff; }

.nav-inner ul {
  margin: 1em 0 0;
  padding: 0; }

.nav-inner li {
  list-style-type: none; }
  .nav-inner li.active a {
    background: #e6533e;
    color: white; }

.nav-inner a {
  display: block;
  float: right;
  font-size: 1.125em;
  line-height: 2em;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  padding: 0 1em;
  margin-left: 0.25em;
  font-weight: 600;
  color: #4c6ba2;
  background: #e9eef5; }
  .nav-inner a:hover, .nav-inner a:focus {
    background: #77c04a;
    color: white;
    text-decoration: none; }

.nav-tabs {
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #e9eef5;
  max-width: 1140px;
  margin: 0 auto; }
  .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table; }
  .nav-tabs:after {
    clear: both; }
  .nav-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      position: relative;
      display: block;
      padding: 1em 1em;
      margin-right: 6px;
      line-height: 1em;
      font-weight: 400;
      border: 1px solid transparent;
      border-color: #e9eef5 #e9eef5 #e9eef5 #e9eef5;
      border-radius: 2px 2px 0 0;
      background-color: #5b7eb7;
      color: #f3f6fa; }
      .nav-tabs > li > a:hover {
        border-color: #e9eef5 #e9eef5 #e9eef5 #e9eef5;
        text-decoration: none;
        background-color: #4c6ba2;
        color: white; }
    .nav-tabs > li.active > a {
      background-color: white;
      color: #7c0040; }
      .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-bottom-color: transparent;
        cursor: default; }

.tab-content {
  background: white;
  border-top: 1px solid #e9eef5;
  margin-top: -1px; }

/********* Gyogyitas, szolgáltatások nagytab *********/
.gyogystartblokk {
  *zoom: 1;
  margin: 0 auto 4em auto; }
  .gyogystartblokk:before, .gyogystartblokk:after {
    content: " ";
    display: table; }
  .gyogystartblokk:after {
    clear: both; }

.gyogyTab {
  counter-reset: my-awesome-counter;
  padding-left: .5em; }
  .gyogyTab > li {
    counter-increment: my-awesome-counter; }
    .gyogyTab > li > a {
      background-position: 0.5em center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/menu_2_bg.png);
      padding: 0.5em .75em; }
      .gyogyTab > li > a strong {
        font-family: "Times New Roman", Times, serif;
        text-transform: uppercase;
        font-size: .666em;
        line-height: 1em; }
    .gyogyTab > li:first-child > a {
      background-image: url(../img/menu_1_bg.png); }
    .gyogyTab > li:last-child > a {
      background-image: url(../img/menu_3_bg.png); }

.gyogyelem-block {
  *zoom: 1;
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  .gyogyelem-block:before, .gyogyelem-block:after {
    content: " ";
    display: table; }
  .gyogyelem-block:after {
    clear: both; }
  .gyogyelem-block .ill {
    background-color: white;
    background-size: cover;
    background-position: center center;
    height: 60px; }
    @media only screen and (min-width: 768px) {
      .gyogyelem-block .ill {
        height: auto;
        position: absolute;
        top: 2em;
        bottom: 2em;
        left: 0;
        right: 55%; } }
  .gyogyelem-block .szoveg {
    padding: 1em 1em; }
    @media only screen and (min-width: 768px) {
      .gyogyelem-block .szoveg {
        margin-left: 45%;
        width: 55%; } }
    .gyogyelem-block .szoveg h3 {
      position: relative;
      z-index: 2; }
  .gyogyelem-block .read-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    text-indent: -9999px;
    z-index: 1; }

.page-text {
  padding-top: 4em;
  padding-bottom: 4em;
  margin: 0 auto;
  max-width: 768px; }

.arstartblokk {
  *zoom: 1;
  margin: 0 auto 2em auto; }
  .arstartblokk:before, .arstartblokk:after {
    content: " ";
    display: table; }
  .arstartblokk:after {
    clear: both; }
  .arstartblokk .tab-content {
    border-top: 1px solid #e9eef5;
    border-bottom: 1px solid #e9eef5;
    margin-top: -1px; }

.arelem-block {
  *zoom: 1;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 768px; }
  .arelem-block:before, .arelem-block:after {
    content: " ";
    display: table; }
  .arelem-block:after {
    clear: both; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.breadcrumbs {
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.25em;
  font-size: 0.875em;
  line-height: 1.125em;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  background-color: rgba(91, 126, 183, 0.3);
  color: #14467c; }
  .breadcrumbs span {
    color: white; }
    .breadcrumbs span a {
      color: #14467c; }

.menu-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #5b7eb7;
  color: white;
  text-align: center;
  font-size: 33px;
  line-height: 50px;
  margin: 0 0 0 -6px; }
  @media only screen and (min-width: 768px) {
    .menu-button {
      display: none; } }

body {
  overflow-x: hidden; }

@media only screen and (min-width: 768px) {
  .mobilcol {
    display: none; } }

.mobilcol, .minden {
  transition: all .2s ease;
  width: 100%; }

.js .mobilcol {
  margin-left: -100%;
  float: left; }

.js .minden {
  margin-left: 0;
  float: left; }

.active-nav .mobilcol {
  margin-left: 0;
  width: 80%; }

.active-nav .minden {
  margin-right: -100%; }

.post-nav {
  margin: 2em auto; }
  .post-nav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
  .post-nav li {
    list-style-type: none;
    display: inline-block;
    max-width: 48%;
    margin: 0 1%; }
    .post-nav li a {
      display: inline-block;
      padding: 0.25em 0.5em;
      background-color: #e6533e;
      color: #fefefe; }
      .post-nav li a:hover, .post-nav li a:focus {
        text-decoration: none;
        background-color: #7c0040; }

.pagefej {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff; }
  .pagefej .lead {
    font-size: 112.5%;
    line-height: 1.5;
    font-weight: 700; }
    .pagefej .lead p {
      margin-top: 0; }
  .pagefej h2, .pagefej h3 {
    text-transform: none; }

.innernav {
  border-bottom: none;
  position: absolute;
  bottom: 0; }
  .innernav .nav-tabs {
    border-bottom: none; }
    .innernav .nav-tabs > li > a {
      font-size: .75rem;
      padding: .666em .875em;
      border-color: transparent;
      margin-bottom: 6px; }
      @media only screen and (min-width: 768px) {
        .innernav .nav-tabs > li > a {
          margin-bottom: 0; } }
      @media only screen and (min-width: 1024px) {
        .innernav .nav-tabs > li > a {
          font-size: 1rem; } }
    .innernav .nav-tabs > li.active > a:hover, .innernav .nav-tabs > li.active > a:focus {
      text-decoration: underline;
      cursor: pointer; }

.onlydialog.pagecopy {
  background: #4c6ba2;
  color: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  float: none; }
  .onlydialog.pagecopy .betegseg-list > li {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .onlydialog.pagecopy p a {
    color: inherit; }

/* ==========================================================================
   Inner Sidebar
   ========================================================================== */
.inner-side {
  font-size: 0.875em;
  margin: 1em 0 0 0; }
  @media only screen and (min-width: 768px) {
    .inner-side {
      margin-left: 2%;
      width: 30%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .inner-side {
      width: 23%; } }
  .inner-side .lifelogo {
    margin: 1.75em auto 0 auto;
    display: block; }
  .inner-side .widget {
    background: white;
    color: #5b7eb7;
    margin-bottom: 2em; }
    @media only screen and (min-width: 480px) {
      .inner-side .widget {
        width: 48%;
        float: left;
        margin-left: 2%; }
        .inner-side .widget:nth-of-type(2n+1) {
          clear: left;
          margin-right: 2%;
          margin-left: 0; } }
    @media only screen and (min-width: 768px) {
      .inner-side .widget {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .inner-side .widget .widget-title {
      background: #e9eef5;
      padding: 0.5em 1em;
      border-bottom: 2px solid #f7941e; }
    .inner-side .widget ul {
      padding: 1em; }
    .inner-side .widget .textwidget {
      padding: 0 1em 0.5em; }
  .inner-side .widget_test {
    background: #e9eef5;
    color: #14467c;
    font-size: 1.25em; }
    .inner-side .widget_test h3 {
      padding: 1em 0.75em;
      margin-bottom: 0; }
      .inner-side .widget_test h3 small {
        display: block;
        text-transform: none;
        margin-top: 0.25em; }
    .inner-side .widget_test .btn {
      padding-right: 20%;
      background: #e6533e;
      margin: 0 0.75em 0.75em;
      text-transform: uppercase; }
      .inner-side .widget_test .btn:hover, .inner-side .widget_test .btn:focus {
        background: #f7941e; }

.rovatfej {
  text-transform: none;
  color: #f3f6fa;
  background: url("../img/menu_1_bg.png") no-repeat 95% center #5b7eb7;
  background-size: auto 80%;
  padding: 0.666em 0.5em;
  margin: 1.33333em 0 1% 0; }
  .jobbfel .rovatfej {
    margin-bottom: 0.5em;
    margin-top: 0;
    clear: both; }
    @media only screen and (min-width: 768px) {
      .jobbfel .rovatfej {
        width: 99%;
        margin-left: 2%;
        margin-bottom: 2%; } }

.rovatlista {
  margin: 0 0 3em;
  padding: 0; }
  .rovatlista li {
    list-style-type: none; }
  .rovatlista .current-cat a:before, .blog .rovatlista.cat-sl a:before {
    background-color: #7c0040; }
  .rovatlista a {
    position: relative;
    font-variant: small-caps;
    font-size: 1.25em;
    line-height: 1em;
    padding: 0.5em 0 0.5em 2.5em;
    display: block;
    margin: 0.25em 0;
    color: #5b7eb7; }
    .rovatlista a:hover, .rovatlista a:focus {
      color: #4c6ba2;
      text-decoration: none; }
      .rovatlista a:hover:before, .rovatlista a:focus:before {
        background-color: #4c6ba2; }
    .rovatlista a:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 40px;
      text-align: center;
      background-color: #c5d2e6;
      color: white;
      display: block;
      font-size: 2em;
      content: "\f280";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/*********** Footer Sidebar **********/
.sidebar-footer {
  background-color: #4c6ba2;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-size: 33% auto;
  border-bottom: 6px solid #c5d2e6; }
  @media only screen and (min-width: 768px) {
    .sidebar-footer {
      background-position: 0 bottom;
      background-size: auto auto; } }
  @media only screen and (min-width: 1024px) {
    .sidebar-footer {
      background-position: 1em bottom;
      background-size: auto auto; } }
  @media only screen and (min-width: 1600px) {
    .sidebar-footer {
      background-position: 10% bottom; } }
  .sidebar-footer .catmore {
    color: #ff9999;
    font-style: italic;
    display: block;
    text-align: left;
    margin-top: 1em;
    padding-left: 1em; }
  .sidebar-footer .sidebar {
    margin: 1em auto; }
  .sidebar-footer .widget {
    font-size: 0.875em;
    margin: 2em auto; }
    @media only screen and (min-width: 768px) {
      .sidebar-footer .widget {
        float: left;
        width: 33.33333%;
        padding: 1em; } }
    @media only screen and (min-width: 768px) {
      .sidebar-footer .widget.dupla {
        width: 66.66666666%; } }
    .sidebar-footer .widget .widget-title {
      color: white;
      border-bottom: 1px solid white;
      padding: 0 0.75em 0.5em 0.75em;
      margin: 0 0 0.75em;
      font-size: 1.5em;
      font-weight: 400;
      text-transform: none;
      font-variant: small-caps; }
    .sidebar-footer .widget.widget_recent_entries ul, .sidebar-footer .widget.widget_categories ul, .sidebar-footer .widget.widget_qa ul, .sidebar-footer .widget.widget_archive ul, .sidebar-footer .widget.widget_illness ul {
      *zoom: 1;
      margin: 0;
      padding: 0; }
      .sidebar-footer .widget.widget_recent_entries ul:before, .sidebar-footer .widget.widget_recent_entries ul:after, .sidebar-footer .widget.widget_categories ul:before, .sidebar-footer .widget.widget_categories ul:after, .sidebar-footer .widget.widget_qa ul:before, .sidebar-footer .widget.widget_qa ul:after, .sidebar-footer .widget.widget_archive ul:before, .sidebar-footer .widget.widget_archive ul:after, .sidebar-footer .widget.widget_illness ul:before, .sidebar-footer .widget.widget_illness ul:after {
        content: " ";
        display: table; }
      .sidebar-footer .widget.widget_recent_entries ul:after, .sidebar-footer .widget.widget_categories ul:after, .sidebar-footer .widget.widget_qa ul:after, .sidebar-footer .widget.widget_archive ul:after, .sidebar-footer .widget.widget_illness ul:after {
        clear: both; }
    .sidebar-footer .widget.widget_recent_entries li, .sidebar-footer .widget.widget_categories li, .sidebar-footer .widget.widget_qa li, .sidebar-footer .widget.widget_archive li, .sidebar-footer .widget.widget_illness li {
      list-style-type: none; }
      .sidebar-footer .widget.widget_recent_entries li a, .sidebar-footer .widget.widget_categories li a, .sidebar-footer .widget.widget_qa li a, .sidebar-footer .widget.widget_archive li a, .sidebar-footer .widget.widget_illness li a {
        display: block;
        line-height: 1.25em;
        color: #fefefe;
        padding: 0.3333333em 1em; }
    .sidebar-footer .widget.widget_recent_entries.dupla li, .sidebar-footer .widget.widget_categories.dupla li, .sidebar-footer .widget.widget_qa.dupla li, .sidebar-footer .widget.widget_archive.dupla li, .sidebar-footer .widget.widget_illness.dupla li {
      width: 50%;
      float: left; }
      .sidebar-footer .widget.widget_recent_entries.dupla li:nth-child(2n+1), .sidebar-footer .widget.widget_categories.dupla li:nth-child(2n+1), .sidebar-footer .widget.widget_qa.dupla li:nth-child(2n+1), .sidebar-footer .widget.widget_archive.dupla li:nth-child(2n+1), .sidebar-footer .widget.widget_illness.dupla li:nth-child(2n+1) {
        clear: left; }

/************** Search Block ***************/
.searchcont {
  background-color: #5b7eb7;
  background-image: url("../img/bagoly.png");
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-size: auto 95%; }
  @media only screen and (min-width: 480px) {
    .searchcont {
      background-size: auto 100%;
      background-position: 150% bottom; } }
  @media only screen and (min-width: 768px) {
    .searchcont {
      background-position: 115% bottom; } }
  @media only screen and (min-width: 1024px) {
    .searchcont {
      background-position: 105% bottom; } }
  @media only screen and (min-width: 1280px) {
    .searchcont {
      background-position: 100% bottom; } }
  @media only screen and (min-width: 1600px) {
    .searchcont {
      background-position: 90% bottom; } }

.searchblock {
  margin: 4em auto 0 auto; }
  @media only screen and (min-width: 768px) {
    .searchblock {
      width: 75%; } }
  @media only screen and (min-width: 1024px) {
    .searchblock {
      width: 62%; } }
  .searchblock h3 {
    color: white;
    position: relative;
    margin: 0 0 0.5em;
    font-size: 1.75em;
    font-weight: 400; }
    @media only screen and (min-width: 480px) {
      .searchblock h3 {
        font-size: 2em; } }
    .searchblock h3 small {
      font-size: 0.5em;
      display: block;
      margin-top: 0.5em;
      line-height: 1.125em; }
    .searchblock h3 a {
      color: #e6533e; }
  .searchblock .hide {
    display: none; }
  .searchblock .input-group {
    width: 100%; }
  .searchblock input[type="search"] {
    box-sizing: border-box;
    font-size: 1.5em;
    line-height: 1em;
    border: 0;
    background: #e9eef5;
    color: #14467c;
    display: block;
    border: 6px solid white;
    border-right: none;
    float: left;
    padding: 0.33333333em 0.333333em 0.125em;
    outline: 0;
    width: 66.66666%;
    height: 60px; }
    .searchblock input[type="search"]:hover, .searchblock input[type="search"]:focus {
      box-shadow: inset 0 0 6px 0 #5b7eb7; }
  .searchblock button.btn {
    background: #4c6ba2;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 300;
    float: left;
    display: block;
    border: 6px solid white;
    border-left: none;
    padding: 0.33333333em 0.5em 0.3333333em;
    max-width: 33.333333%;
    height: 60px; }
    .searchblock button.btn:hover, .searchblock button.btn:focus {
      background: #e6533e; }

.past {
  margin: 0 auto 4em auto; }
  @media only screen and (min-width: 768px) {
    .past {
      width: 75%; } }
  @media only screen and (min-width: 1024px) {
    .past {
      width: 62%; } }
  .past h3 {
    color: white;
    font-size: 1em;
    text-transform: none;
    margin: 1em 0 0.25em; }
  .past ul {
    margin: 0;
    padding: 0;
    max-width: 28em; }
  .past li {
    list-style-type: none;
    display: inline;
    font-size: 0.875em;
    font-style: italic; }
    .past li:after {
      content: ', ';
      color: white; }
    .past li a {
      color: white; }

.ugyerzi {
  background: url("../img/hattter-05.png") repeat left top #7c0040;
  color: white;
  padding: 2em;
  margin: 4em auto;
  clear: both;
  max-width: 1140px; }
  .ugyerzi h3 {
    margin: 0 0 1em 0;
    font-size: 1.5em;
    line-height: 1.25em; }
    .ugyerzi h3 small {
      display: block; }
    @media only screen and (min-width: 768px) {
      .ugyerzi h3 {
        max-width: 66.6666666%;
        float: left;
        margin-bottom: 0.125em; } }
  .ugyerzi .discl {
    font-size: 0.875em;
    font-style: italic;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .ugyerzi .discl {
        max-width: 66.6666666%;
        float: left; } }
  .ugyerzi .btn {
    min-height: 4.25em;
    background: #4c6ba2;
    color: #f3f6fa;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 1em; }
    .ugyerzi .btn:hover, .ugyerzi .btn:focus {
      background: #e6533e;
      color: #f3f6fa; }
    .ugyerzi .btn small {
      display: block;
      text-transform: none;
      font-size: 0.875em;
      line-height: 1.125em;
      font-weight: 400;
      font-family: "Times New Roman", Times, serif;
      margin-top: 0.25em; }
    @media only screen and (min-width: 768px) {
      .ugyerzi .btn {
        max-width: 33.333333%;
        float: right; } }

.vizsgalathoz-block {
  *zoom: 1;
  margin: 4em auto; }
  .vizsgalathoz-block:before, .vizsgalathoz-block:after {
    content: " ";
    display: table; }
  .vizsgalathoz-block:after {
    clear: both; }
  .vizsgalathoz-block .conti {
    *zoom: 1; }
    .vizsgalathoz-block .conti:before, .vizsgalathoz-block .conti:after {
      content: " ";
      display: table; }
    .vizsgalathoz-block .conti:after {
      clear: both; }

.related {
  background: #e9eef5;
  padding: 4em 0; }

/* ==========================================================================
   Single Posts
   ========================================================================== */
.hentry.nagycikk .entry-figure {
  margin-bottom: -1.25em;
  position: relative; }
  .hentry.nagycikk .entry-figure img {
    display: block; }

.hentry.nagycikk header {
  position: relative; }

.hentry.nagycikk .entry-cat {
  line-height: 1em; }
  .hentry.nagycikk .entry-cat a {
    background: #f7941e;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.5em 0.75em; }
    .hentry.nagycikk .entry-cat a:hover, .hentry.nagycikk .entry-cat a:focus {
      text-decoration: none;
      background: #e6533e; }

.hentry.nagycikk .published {
  color: white;
  background-color: #5b7eb7;
  display: inline-block;
  padding: 0.5em 0.75em;
  font-variant: small-caps; }
  @media only screen and (min-width: 768px) {
    .hentry.nagycikk .published {
      line-height: 1em; } }

.hentry.nagycikk .entry-rovat {
  margin-top: 0.125em; }
  .hentry.nagycikk .entry-rovat a {
    font-variant: small-caps; }

.hentry.nagycikk .entry-sharing {
  *zoom: 1;
  position: relative;
  z-index: 0;
  color: #5b7eb7;
  font-size: 0.75em;
  line-height: 1.125em;
  margin: 1em auto; }
  .hentry.nagycikk .entry-sharing:before, .hentry.nagycikk .entry-sharing:after {
    content: " ";
    display: table; }
  .hentry.nagycikk .entry-sharing:after {
    clear: both; }
  .hentry.nagycikk .entry-sharing h3 {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
    .hentry.nagycikk .entry-sharing h3 small {
      display: block;
      margin-top: 10px;
      text-transform: none; }
  .hentry.nagycikk .entry-sharing ul {
    margin: 0.5em 0 0.75em;
    padding: 0; }
  .hentry.nagycikk .entry-sharing li {
    list-style-type: none;
    display: inline-block;
    padding: 0 0.25em; }
    .hentry.nagycikk .entry-sharing li a {
      color: #4c6ba2;
      font-size: 1.333em;
      line-height: 1em; }
      .hentry.nagycikk .entry-sharing li a:hover, .hentry.nagycikk .entry-sharing li a:focus {
        color: #f7941e; }
  @media only screen and (min-width: 480px) {
    .hentry.nagycikk .entry-sharing {
      float: left;
      margin: 1em 1em 1em 0; }
      .hentry.nagycikk .entry-sharing li {
        display: inline-block; } }
  @media only screen and (min-width: 1024px) {
    .hentry.nagycikk .entry-sharing {
      float: left; }
      .hentry.nagycikk .entry-sharing li {
        display: inline-block; } }

.hentry.nagycikk .author-block {
  font-size: 0.875em;
  background: white;
  padding: 1em;
  background: #e9eef5; }
  .hentry.nagycikk .author-block p {
    margin: 0; }
  .hentry.nagycikk .author-block .byline {
    font-variant: small-caps;
    font-size: 1.25em;
    margin: 0 0 0em; }
  .hentry.nagycikk .author-block img {
    float: left;
    margin: 0 0.75em 0 0; }

/* ==========================================================================
   List of Posts
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .narrow .page-header {
    margin: 0 0 0 25%; } }

.kockak {
  *zoom: 1; }
  .kockak:before, .kockak:after {
    content: " ";
    display: table; }
  .kockak:after {
    clear: both; }

.szimplasor {
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 480px) {
    .szimplasor {
      width: 49.5%;
      float: left;
      margin-bottom: 1%; }
      .szimplasor:nth-of-type(2n+1) {
        clear: left; }
      .szimplasor:nth-of-type(2n) {
        float: right;
        clear: right; } }
  @media only screen and (min-width: 768px) {
    .szimplasor {
      float: none;
      width: 99%;
      margin-left: 2%;
      margin-bottom: 2%; }
      .szimplasor:nth-of-type(2n+1) {
        clear: none; }
      .szimplasor:nth-of-type(2n) {
        float: none;
        clear: none; } }

.duplasor {
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 480px) {
    .duplasor {
      width: 49.5%;
      float: left;
      margin-bottom: 1%; }
      .duplasor:nth-of-type(2n+1) {
        clear: left; }
      .duplasor:nth-of-type(2n) {
        float: right;
        clear: right; } }

.triplasor {
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 480px) {
    .triplasor {
      width: 49.5%;
      float: left;
      margin-bottom: 1%;
      margin-left: 1%; }
      .triplasor:nth-of-type(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .triplasor {
      width: 32.6666666%;
      margin-left: 1%;
      margin-bottom: 1%;
      float: left; }
      .triplasor:nth-of-type(2n+1) {
        clear: none;
        margin-left: 1%; }
      .triplasor:nth-of-type(3n+1) {
        clear: left;
        margin-left: 0; } }

.quatrosor {
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 480px) {
    .quatrosor {
      width: 49.5%;
      float: left;
      margin-bottom: 1%;
      margin-left: 1%; }
      .quatrosor:nth-of-type(2n+1) {
        clear: left;
        margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .quatrosor {
      width: 32.6666666%;
      margin-left: 1%;
      margin-bottom: 1%;
      float: left; }
      .quatrosor:nth-of-type(2n+1) {
        clear: none;
        margin-left: 1%; }
      .quatrosor:nth-of-type(3n+1) {
        clear: left;
        margin-left: 0; } }
  @media only screen and (min-width: 1024px) {
    .quatrosor {
      width: 23.6666666%;
      margin-left: 1%;
      margin-bottom: 1%;
      float: left; }
      .quatrosor:nth-of-type(2n+1) {
        clear: none;
        margin-left: 1%; }
      .quatrosor:nth-of-type(3n+1) {
        clear: none;
        margin-left: 1%; }
      .quatrosor:nth-of-type(4n+1) {
        clear: left;
        margin-left: 0; } }

.hentry.kiskocka {
  *zoom: 1;
  position: relative;
  padding: 1em;
  background-color: #e9eef5;
  transition: all .3s linear; }
  .hentry.kiskocka:before, .hentry.kiskocka:after {
    content: " ";
    display: table; }
  .hentry.kiskocka:after {
    clear: both; }
  .hentry.kiskocka.category-akcio {
    color: #f3f6fa;
    background-color: #e6533e; }
    .hentry.kiskocka.category-akcio a, .hentry.kiskocka.category-akcio .published {
      color: #f3f6fa; }
  .hentry.kiskocka:hover, .hentry.kiskocka:focus {
    background-color: #5b7eb7;
    color: #f3f6fa; }
    .hentry.kiskocka:hover a, .hentry.kiskocka:hover .published, .hentry.kiskocka:focus a, .hentry.kiskocka:focus .published {
      color: #f3f6fa; }
    .hentry.kiskocka:hover .read-more, .hentry.kiskocka:focus .read-more {
      color: transparent; }
    .hentry.kiskocka:hover .read-more:before, .hentry.kiskocka:focus .read-more:before {
      background-color: #4c6ba2;
      color: #f3f6fa; }
  .hentry.kiskocka.noimage {
    padding: 0.5em 1em; }
  .hentry.kiskocka a {
    color: #5b7eb7;
    z-index: 2;
    position: relative;
    text-decoration: none; }
  .hentry.kiskocka header {
    position: relative; }
  .hentry.kiskocka .entry-mini-figure {
    margin: -1em -1em 1em -1em; }
  .category-5 .hentry.kiskocka.format-aside {
    margin-top: 2em; }
    .category-5 .hentry.kiskocka.format-aside .entry-mini-figure {
      display: none; }
  .hentry.kiskocka .entry-cat {
    font-size: 0.875em;
    line-height: 1em;
    margin-top: -2.125em;
    min-height: 31px; }
    .hentry.kiskocka .entry-cat a {
      background: #f7941e;
      color: white;
      display: inline-block;
      text-transform: uppercase;
      padding: 0.5em 0.5em; }
      .hentry.kiskocka .entry-cat a:hover, .hentry.kiskocka .entry-cat a:focus {
        text-decoration: none;
        background: #e6533e; }
  .hentry.kiskocka .entry-author {
    color: #858585;
    font-size: 0.875em;
    font-variant: small-caps; }
  .hentry.kiskocka .published {
    color: #858585;
    font-size: 0.875em;
    font-variant: small-caps; }
  .hentry.kiskocka .entry-title {
    font-size: 1.5em;
    margin: 0.333em 0 0.25em 0;
    text-transform: none; }
    @media only screen and (min-width: 480px) {
      .hentry.kiskocka .entry-title {
        min-height: 3em; } }
  .hentry.kiskocka.noimage .entry-title {
    font-size: 1em;
    line-height: 1.4em; }
  .hentry.kiskocka .entry-summary {
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 480px) {
      .hentry.kiskocka .entry-summary {
        min-height: 8em; } }
    .hentry.kiskocka .entry-summary p {
      margin: 0; }
  .hentry.kiskocka .read-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    color: transparent;
    z-index: 1; }
    .hentry.kiskocka .read-more:hover, .hentry.kiskocka .read-more:focus {
      color: transparent; }
    .hentry.kiskocka .read-more:before {
      position: absolute;
      z-index: 3;
      right: 0;
      bottom: 0;
      content: "->";
      width: 50px;
      height: 50px;
      font-size: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #c5d2e6;
      color: #5b7eb7;
      content: "\f280";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .hentry.kiskocka .entry-meta-mini {
    margin-bottom: 0.125em; }
    .hentry.kiskocka .entry-meta-mini .byline-mini {
      display: inline; }
      .hentry.kiskocka .entry-meta-mini .byline-mini a {
        font-variant: small-caps; }
    .hentry.kiskocka .entry-meta-mini .published-mini {
      display: inline;
      font-variant: small-caps; }

.page .container[role="document"] .row {
  max-width: none;
  padding: 0 0; }
  @media only screen and (min-width: 480px) {
    .page .container[role="document"] .row {
      padding: 0 0; } }
  @media only screen and (min-width: 768px) {
    .page .container[role="document"] .row {
      padding: 0 0; } }

.page .main {
  padding-top: 0;
  padding-bottom: 0; }
  .page .main .page-content {
    margin: 0 auto;
    max-width: 768px;
    padding: 0 6px; }
    .page .main .page-content > p:first-child {
      font-size: 1.125em;
      line-height: 1.4em;
      font-weight: 700;
      color: #5b7eb7;
      border-bottom: 1px solid #c5d2e6;
      padding: 1em 0; }

.page-template-page-felezett-php .container[role="document"], .page-template-page-tunetek-php .container[role="document"], .page-template-page-gyogyitasstart-php .container[role="document"] {
  background-image: none; }
  .page-template-page-felezett-php .container[role="document"] .row, .page-template-page-tunetek-php .container[role="document"] .row, .page-template-page-gyogyitasstart-php .container[role="document"] .row {
    max-width: none;
    padding: 0 0; }
    @media only screen and (min-width: 480px) {
      .page-template-page-felezett-php .container[role="document"] .row, .page-template-page-tunetek-php .container[role="document"] .row, .page-template-page-gyogyitasstart-php .container[role="document"] .row {
        padding: 0 0; } }
    @media only screen and (min-width: 768px) {
      .page-template-page-felezett-php .container[role="document"] .row, .page-template-page-tunetek-php .container[role="document"] .row, .page-template-page-gyogyitasstart-php .container[role="document"] .row {
        padding: 0 0; } }

.page-template-page-felezett-php .main.wide, .page-template-page-tunetek-php .main.wide, .page-template-page-gyogyitasstart-php .main.wide {
  padding: 0 0;
  width: auto; }

.page-template-page-felezett-php .felezett, .page-template-page-tunetek-php .felezett, .page-template-page-gyogyitasstart-php .felezett {
  *zoom: 1;
  position: relative;
  padding: 0 0; }
  .page-template-page-felezett-php .felezett:before, .page-template-page-felezett-php .felezett:after, .page-template-page-tunetek-php .felezett:before, .page-template-page-tunetek-php .felezett:after, .page-template-page-gyogyitasstart-php .felezett:before, .page-template-page-gyogyitasstart-php .felezett:after {
    content: " ";
    display: table; }
  .page-template-page-felezett-php .felezett:after, .page-template-page-tunetek-php .felezett:after, .page-template-page-gyogyitasstart-php .felezett:after {
    clear: both; }
  @media only screen and (min-width: 480px) {
    .page-template-page-felezett-php .felezett, .page-template-page-tunetek-php .felezett, .page-template-page-gyogyitasstart-php .felezett {
      padding: 0 0; } }
  .page-template-page-felezett-php .felezett .inner, .page-template-page-tunetek-php .felezett .inner, .page-template-page-gyogyitasstart-php .felezett .inner {
    max-width: 1140px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .page-template-page-felezett-php .felezett .inner, .page-template-page-tunetek-php .felezett .inner, .page-template-page-gyogyitasstart-php .felezett .inner {
        padding: 0 1em; } }
    .page-template-page-felezett-php .felezett .inner:after, .page-template-page-tunetek-php .felezett .inner:after, .page-template-page-gyogyitasstart-php .felezett .inner:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(../img/hold.png) no-repeat 50% 60%, url(../img/nap.png) no-repeat 50% 30px transparent;
      background-size: 100px auto;
      z-index: 0;
      opacity: 0.75; }
      @media only screen and (min-width: 768px) {
        .page-template-page-felezett-php .felezett .inner:after, .page-template-page-tunetek-php .felezett .inner:after, .page-template-page-gyogyitasstart-php .felezett .inner:after {
          background: url(../img/hold.png) no-repeat 50% 60px, url(../img/nap.png) no-repeat 50% 60px transparent;
          opacity: 1;
          background-size: 110px auto; } }

.page-template-page-felezett-php .feles, .page-template-page-tunetek-php .feles, .page-template-page-gyogyitasstart-php .feles {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 22px; }
  @media only screen and (min-width: 768px) {
    .page-template-page-felezett-php .feles, .page-template-page-tunetek-php .feles, .page-template-page-gyogyitasstart-php .feles {
      width: 50%;
      float: left; } }
  .page-template-page-felezett-php .feles h2, .page-template-page-tunetek-php .feles h2, .page-template-page-gyogyitasstart-php .feles h2 {
    font-size: 2em;
    margin: 3em 0 2em; }

.page-template-page-felezett-php .feles1, .page-template-page-tunetek-php .feles1, .page-template-page-gyogyitasstart-php .feles1 {
  background: url(../img/clouds.png) no-repeat left 1em transparent;
  padding: 2em 6px; }
  @media only screen and (min-width: 480px) {
    .page-template-page-felezett-php .feles1, .page-template-page-tunetek-php .feles1, .page-template-page-gyogyitasstart-php .feles1 {
      padding: 2em 12px; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-felezett-php .feles1, .page-template-page-tunetek-php .feles1, .page-template-page-gyogyitasstart-php .feles1 {
      padding: 2em 1em 2em 0;
      background-color: transparent; } }
  @media only screen and (min-width: 1024px) {
    .page-template-page-felezett-php .feles1, .page-template-page-tunetek-php .feles1, .page-template-page-gyogyitasstart-php .feles1 {
      padding: 2em 2em 2em 0; } }

.page-template-page-felezett-php .feles2, .page-template-page-tunetek-php .feles2, .page-template-page-gyogyitasstart-php .feles2 {
  background: url(../img/stars.png) no-repeat right 1em transparent;
  padding: 2em 6px; }
  @media only screen and (min-width: 480px) {
    .page-template-page-felezett-php .feles2, .page-template-page-tunetek-php .feles2, .page-template-page-gyogyitasstart-php .feles2 {
      padding: 2em 12px; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-felezett-php .feles2, .page-template-page-tunetek-php .feles2, .page-template-page-gyogyitasstart-php .feles2 {
      padding: 2em 0 2em 1em;
      background-color: transparent; } }
  @media only screen and (min-width: 1024px) {
    .page-template-page-felezett-php .feles2, .page-template-page-tunetek-php .feles2, .page-template-page-gyogyitasstart-php .feles2 {
      padding: 2em 0 2em 2em; } }
  @media only screen and (min-width: 1024px) {
    .page-template-page-felezett-php .feles2 h2, .page-template-page-tunetek-php .feles2 h2, .page-template-page-gyogyitasstart-php .feles2 h2 {
      text-align: right; } }

.betegsegek {
  background-color: white;
  padding: 2em 0; }
  .betegsegek .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 6px; }
    @media only screen and (min-width: 480px) {
      .betegsegek .inner {
        padding: 0 12px; } }
    @media only screen and (min-width: 768px) {
      .betegsegek .inner {
        padding: 0 1em; } }

.betegseg-list {
  *zoom: 1;
  margin: 0;
  padding: 0; }
  .betegseg-list:before, .betegseg-list:after {
    content: " ";
    display: table; }
  .betegseg-list:after {
    clear: both; }
  .betegseg-list li {
    list-style: none;
    padding-right: 0.5em;
    padding-bottom: 0.25em; }
    @media only screen and (min-width: 768px) {
      .betegseg-list li {
        float: left;
        width: 50%; }
        .betegseg-list li:nth-child(2n) {
          float: right;
          padding-right: 0;
          padding-left: 0.5em; } }
  .betegseg-list a {
    position: relative;
    display: block;
    background-color: #e9eef5;
    color: #858585;
    font-weight: 700;
    line-height: 1.125em;
    padding: 0.5em 1em; }
    .betegseg-list a:hover, .betegseg-list a:focus {
      text-decoration: none;
      background-color: #4c6ba2;
      color: #f3f6fa; }
      .betegseg-list a:hover:before, .betegseg-list a:focus:before {
        background-color: #e6533e; }
    .betegseg-list a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 40px;
      text-align: center;
      background-color: #c5d2e6;
      color: white;
      font-size: 2em;
      content: "\f280";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.page-template-page-vizsgalatok-php .main.wide, .page-template-page-gyogyitasstart-php .main.wide {
  width: auto; }

.page-template-page-vizsgalatok-php .indent, .page-template-page-gyogyitasstart-php .indent {
  max-width: 1140px;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 1.4em; }

.page-template-page-vizsgalatok-php .vizsga-lista, .page-template-page-gyogyitasstart-php .vizsga-lista {
  margin: 5em 0 0; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam .inner, .page-template-page-gyogyitasstart-php .vizsga-lista .exam .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 6em; }
    .js .page-template-page-vizsgalatok-php .vizsga-lista .exam .inner, .js .page-template-page-gyogyitasstart-php .vizsga-lista .exam .inner {
      opacity: 0;
      transform: translate(-25%, 0);
      transition: all 500ms ease; }
      .js .page-template-page-vizsgalatok-php .vizsga-lista .exam .inner.onScreen, .js .page-template-page-gyogyitasstart-php .vizsga-lista .exam .inner.onScreen {
        opacity: 1;
        transform: translate(0, 0); }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:first-child, .page-template-page-gyogyitasstart-php .vizsga-lista .exam:first-child {
    background: url("../img/hattter-05.png") no-repeat center bottom #4c6ba2 !important;
    background-size: 100% 100% !important;
    color: #f3f6fa !important; }
    .page-template-page-vizsgalatok-php .vizsga-lista .exam:first-child a, .page-template-page-gyogyitasstart-php .vizsga-lista .exam:first-child a {
      color: #e6533e; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(2n), .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(2n) {
    background: #c5d2e6; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(2n+1), .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(2n+1) {
    background: #5b7eb7;
    color: #f3f6fa; }
    .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(2n+1) a, .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(2n+1) a {
      color: #e6533e; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(3n), .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(3n) {
    background: #e9eef5;
    color: #4c6ba2; }
    .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(3n) a, .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(3n) a {
      color: #f7941e; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(3n+1), .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(3n+1) {
    background: white;
    color: #4c6ba2; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam .read-more, .page-template-page-gyogyitasstart-php .vizsga-lista .exam .read-more {
    margin-top: 1em;
    color: white !important;
    background: #e6533e; }
    .page-template-page-vizsgalatok-php .vizsga-lista .exam .read-more:hover, .page-template-page-vizsgalatok-php .vizsga-lista .exam .read-more:focus, .page-template-page-gyogyitasstart-php .vizsga-lista .exam .read-more:hover, .page-template-page-gyogyitasstart-php .vizsga-lista .exam .read-more:focus {
      background: #f7941e; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam figure, .page-template-page-gyogyitasstart-php .vizsga-lista .exam figure {
    float: right;
    padding: 1em 1em 3em;
    width: 30%;
    text-align: center; }
    .page-template-page-vizsgalatok-php .vizsga-lista .exam figure img, .page-template-page-gyogyitasstart-php .vizsga-lista .exam figure img {
      margin: 0.25em 0.25em;
      opacity: 1; }
  .page-template-page-vizsgalatok-php .vizsga-lista .exam:nth-child(2n) figure, .page-template-page-gyogyitasstart-php .vizsga-lista .exam:nth-child(2n) figure {
    float: left; }

.mitortenik {
  background: #c5d2e6; }

.page-template-page-kozpontok-php .felteke {
  max-width: 1140px;
  margin: 2em auto 0 auto;
  padding: 0 6px; }
  @media only screen and (min-width: 480px) {
    .page-template-page-kozpontok-php .felteke {
      padding: 0 12px; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-kozpontok-php .felteke {
      padding: 0 1em; } }

.page-template-page-kozpontok-php .vizsgalathoz-block .conti {
  max-width: 768px;
  margin: 0 auto; }

.page-template-page-kozpontok-php .tab-content {
  padding: 1em;
  border: 1px solid #e9eef5; }

.orvoslista-blokk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1024px; }
  .orvoslista-blokk:before, .orvoslista-blokk:after {
    content: " ";
    display: table; }
  .orvoslista-blokk:after {
    clear: both; }
  .orvoslista-blokk .orvoskocka {
    text-align: center;
    padding: 1em; }
    @media only screen and (min-width: 480px) {
      .orvoslista-blokk .orvoskocka {
        width: 50%;
        float: left; }
        .orvoslista-blokk .orvoskocka:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 768px) {
      .orvoslista-blokk .orvoskocka {
        width: 33.333%;
        float: left; }
        .orvoslista-blokk .orvoskocka:nth-child(2n+1) {
          clear: none; }
        .orvoslista-blokk .orvoskocka:nth-child(3n+1) {
          clear: left; } }
    .orvoslista-blokk .orvoskocka .orvos-figure {
      position: relative;
      display: block; }
      .orvoslista-blokk .orvoskocka .orvos-figure:after {
        content: '';
        position: relative;
        display: block;
        margin: -35px auto 0;
        z-index: 1;
        background-image: url(../img/logo_pajzs.png);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        width: 70px;
        height: 70px; }
    .orvoslista-blokk .orvoskocka img {
      border: 2px solid #5b7eb7; }
    .orvoslista-blokk .orvoskocka h3 {
      margin: 0.5em 0 0;
      text-transform: none; }
      .orvoslista-blokk .orvoskocka h3 a {
        color: #5b7eb7; }
    .orvoslista-blokk .orvoskocka .titulus {
      margin: 0; }
    .orvoslista-blokk .orvoskocka .city {
      margin: 0;
      font-style: italic;
      font-size: 0.875em; }

.disclaimer {
  max-width: 768px;
  margin: 0 auto; }

.home-banner {
  background: white;
  padding: 2em 1em;
  margin: 2em 0; }
  @media only screen and (min-width: 768px) {
    .home-banner {
      width: 49.5%;
      float: right; } }
  .home-banner h3 {
    font-size: 1.5em;
    line-height: 1.125em;
    margin: 0 0 1em 0; }
    .home-banner h3 small {
      display: block; }
    @media only screen and (min-width: 480px) {
      .home-banner h3 {
        max-width: 55%;
        float: left;
        margin-bottom: 0; } }
  @media only screen and (min-width: 480px) {
    .home-banner .btn {
      max-width: 42%;
      float: right; } }

.home-ads {
  *zoom: 1;
  margin: 1em 0 0; }
  .home-ads:before, .home-ads:after {
    content: " ";
    display: table; }
  .home-ads:after {
    clear: both; }

.home-featured {
  position: relative;
  margin: 2em 0;
  background-color: #e9eef5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .home-featured {
      width: 49.5%;
      float: left;
      margin: .5% .5% .5% 0;
      height: 7.5em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .home-featured:nth-child(2n) {
        margin-left: .5%;
        margin-right: 0; } }
  .home-featured:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .home-featured .finner {
    *zoom: 1;
    position: relative;
    z-index: 1;
    padding: 1em;
    padding-bottom: 2em; }
    .home-featured .finner:before, .home-featured .finner:after {
      content: " ";
      display: table; }
    .home-featured .finner:after {
      clear: both; }
  .home-featured h3 {
    margin: 0 0 .25em;
    max-width: 480px;
    color: #4c6ba2;
    text-transform: none;
    font-size: 1.333em; }
    .home-featured h3 a {
      color: inherit; }
      .home-featured h3 a:hover, .home-featured h3 a:focus {
        color: #5b7eb7;
        text-decoration: none; }
  .home-featured .btn {
    position: absolute;
    bottom: .5em;
    left: 1em; }
  .home-featured p {
    margin: 0 0 1em; }
  .home-featured *:last-child {
    margin-bottom: 0; }

.home-bottom {
  background-color: #fff; }
  .home-bottom .content {
    *zoom: 1;
    background-image: url("../img/doki_korbevagva.png");
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: auto 650px; }
    .home-bottom .content:before, .home-bottom .content:after {
      content: " ";
      display: table; }
    .home-bottom .content:after {
      clear: both; }
    @media only screen and (min-width: 480px) {
      .home-bottom .content {
        background-position: -140px bottom;
        background-size: auto 80%; } }
    @media only screen and (min-width: 768px) {
      .home-bottom .content {
        background-position: left bottom;
        background-size: auto 100%; } }
  .home-bottom .ugyerzi {
    margin: 2em 0; }

.disc-blokk {
  color: #4c6ba2;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 2em 0 2em 0;
  margin-bottom: 15em; }
  @media only screen and (min-width: 480px) {
    .disc-blokk {
      padding-left: 25%;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .disc-blokk {
      padding-left: 50%; } }
  .disc-blokk h3 {
    font-size: 1.25em; }
    .disc-blokk h3 small {
      display: block;
      text-transform: none; }
  .disc-blokk h4 {
    font-size: 0.875em;
    text-transform: none;
    font-weight: 700; }
  .disc-blokk ul {
    margin: 1em 0 2em; }
  .disc-blokk li {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 700; }

.page-template-page-home-php .container[role="document"] .row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 6px; }
  @media only screen and (min-width: 480px) {
    .page-template-page-home-php .container[role="document"] .row {
      padding: 0 12px; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-home-php .container[role="document"] .row {
      padding: 0 1em; } }

.page-template-page-home-php .main.wide {
  font-size: 0.875em;
  margin: 0 auto;
  padding: 0 0; }
  @media only screen and (min-width: 768px) {
    .page-template-page-home-php .main.wide {
      width: auto; } }

@media only screen and (min-width: 768px) {
  .page-template-page-home-php .jobbfel {
    *zoom: 1;
    width: 33.333333333%;
    float: right; }
    .page-template-page-home-php .jobbfel:before, .page-template-page-home-php .jobbfel:after {
      content: " ";
      display: table; }
    .page-template-page-home-php .jobbfel:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .page-template-page-home-php .balfel {
    *zoom: 1;
    width: 66.666666666%;
    float: left;
    margin-right: 0; }
    .page-template-page-home-php .balfel:before, .page-template-page-home-php .balfel:after {
      content: " ";
      display: table; }
    .page-template-page-home-php .balfel:after {
      clear: both; } }

.homenewstiles {
  *zoom: 1;
  padding: 4rem 0 0; }
  .homenewstiles:before, .homenewstiles:after {
    content: " ";
    display: table; }
  .homenewstiles:after {
    clear: both; }

.homeqtiles {
  *zoom: 1;
  padding: 2rem 0 6rem; }
  .homeqtiles:before, .homeqtiles:after {
    content: " ";
    display: table; }
  .homeqtiles:after {
    clear: both; }

.contact-wrap {
  *zoom: 1;
  margin: 2em 0;
  padding: 1em 1em;
  border: 1px solid #f3f6fa;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }
  .contact-wrap:before, .contact-wrap:after {
    content: " ";
    display: table; }
  .contact-wrap:after {
    clear: both; }

#respond .error, .contact-form .error {
  background-color: #f7941e;
  border: 1px solid #e6533e;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  padding: 0.25em; }

#respond .success, .contact-form .success {
  background-color: #7c0040;
  border: 1px solid #4c6ba2;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  padding: 0.25em; }

#respond .controls, .contact-form .controls {
  margin: 1em 0; }

#respond label, .contact-form label {
  display: none; }

#respond label.checklabel, .contact-form label.checklabel {
  display: inline-block; }
  #respond label.checklabel input[type="checkbox"], .contact-form label.checklabel input[type="checkbox"] {
    float: left;
    margin: .4rem .5rem 0 0; }

#respond input[type="text"], #respond input[type="email"], #respond textarea, #respond select, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
  display: block;
  border: 1px solid #5b7eb7;
  width: 100%;
  background: #fefefe;
  margin: 0.5em 0;
  padding: 0.5em 0.5em;
  color: #14467c; }
  #respond input[type="text"]:hover, #respond input[type="text"]:focus, #respond input[type="email"]:hover, #respond input[type="email"]:focus, #respond textarea:hover, #respond textarea:focus, #respond select:hover, #respond select:focus, .contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form input[type="email"]:hover, .contact-form input[type="email"]:focus, .contact-form textarea:hover, .contact-form textarea:focus, .contact-form select:hover, .contact-form select:focus {
    outline: 1px solid white; }

#respond select, .contact-form select {
  height: 2.25em; }

#respond .btn, .contact-form .btn {
  margin: 0.5em 0;
  border: none;
  background: #e6533e;
  color: #fefefe;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #respond .btn:hover, #respond .btn:focus, .contact-form .btn:hover, .contact-form .btn:focus {
    background: #f7941e; }

#respond .oki, .contact-form .oki {
  clear: right;
  font-size: 0.875em;
  line-height: 1.25em;
  font-style: italic; }

.contact-form {
  clear: both; }
  .contact-form #result {
    *zoom: 1; }
    .contact-form #result:before, .contact-form #result:after {
      content: " ";
      display: table; }
    .contact-form #result:after {
      clear: both; }
    .contact-form #result .error, .contact-form #result .success {
      font-size: .875em;
      background-color: transparent; }
    .contact-form #result .error {
      color: #f7941e; }
  .contact-form .actions {
    *zoom: 1; }
    .contact-form .actions:before, .contact-form .actions:after {
      content: " ";
      display: table; }
    .contact-form .actions:after {
      clear: both; }

.map-canvas {
  height: 320px;
  width: 100%; }

.gallery {
  *zoom: 1;
  clear: both;
  margin: 1em -0.5em; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }

.gallery-item {
  padding: 0.5em 0.5em;
  width: 50%;
  float: left; }
  .gallery-item:nth-child(2n+1) {
    clear: left; }
  @media only screen and (min-width: 768px) {
    .gallery-item {
      width: 33.333%; }
      .gallery-item:nth-child(2n+1) {
        clear: none; }
      .gallery-item:nth-child(3n+1) {
        clear: left; } }
  .gallery-item .thumbnail {
    overflow: hidden;
    backface-visibility: hidden;
    background-color: #e9eef5;
    display: block;
    position: relative;
    transition: all .4s ease;
    border: 1px solid #c5d2e6;
    padding: 3px; }
    .gallery-item .thumbnail:hover, .gallery-item .thumbnail:focus {
      border: 1px solid #7c0040; }
      .gallery-item .thumbnail:hover:after, .gallery-item .thumbnail:focus:after {
        opacity: 1; }
      .gallery-item .thumbnail:hover img, .gallery-item .thumbnail:focus img {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        transform: scale(1.1); }
    .gallery-item .thumbnail:after {
      transition: all .4s ease;
      display: block;
      position: absolute;
      content: "+";
      font-size: 2em;
      line-height: 0;
      font-weight: 600;
      color: #fff;
      text-align: center;
      padding-top: 33.333%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(91, 126, 183, 0.75);
      opacity: 0;
      border: 3px solid #e9eef5; }
    .gallery-item .thumbnail img {
      transition: all .4s ease; }
  .gallery-item .caption {
    font-size: .75em;
    line-height: 1;
    font-style: italic;
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: .25em; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0a1018;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: .75em;
  line-height: 1;
  font-style: italic;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.panel {
  margin-bottom: 1.5em;
  background-color: transparent;
  border: 1px solid transparent; }

.panel-body {
  background-color: #fff;
  padding: 10px 15px 0 15px;
  *zoom: 1; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
  .panel-body p {
    margin-top: 0; }
    .panel-body p + p {
      margin-top: 1em; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel-heading {
  padding: 10px 51px 10px 15px;
  border-bottom: 1px solid #5b7eb7;
  position: relative; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  color: inherit; }
  .panel-title > a {
    color: inherit; }
    .panel-title > a:hover, .panel-title > a:focus {
      color: #7c0040;
      text-decoration: none; }
    .panel-title > a .accordion-toggle-btn {
      background-color: #5b7eb7;
      color: #fff;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      width: 46px;
      min-height: 46px;
      font-size: 46px;
      line-height: 46px; }
      .panel-title > a .accordion-toggle-btn:hover, .panel-title > a .accordion-toggle-btn:focus {
        background: #7c0040;
        color: #fff;
        text-decoration: none; }
    .panel-title > a.collapsed .accordion-toggle-btn:before {
      content: "\f1c9"; }

.panel-footer {
  padding: 8px 15px;
  background-color: #e9eef5;
  font-style: italic;
  font-size: 1.125em; }

.panel-group {
  margin-bottom: 1.5em; }
  .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 3em; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-bottom: 1px solid #5b7eb7; }

.page.page-template-page-landing-php .main.wide {
  padding: 2em 0 5em;
  background-color: #4c6ba2;
  color: #fff; }

.page.page-template-page-landing-php .vizsgalatokhoz {
  margin-top: -3.025em; }

.page.page-template-page-landing-php .vizsgalathoz-block .conti {
  max-width: 768px;
  margin: 0 auto; }

.landinghead {
  *zoom: 1;
  background-image: url("../img/menu_2_bg.png");
  background-repeat: no-repeat;
  background-position: 20% 95%; }
  .landinghead:before, .landinghead:after {
    content: " ";
    display: table; }
  .landinghead:after {
    clear: both; }

.landingbott {
  *zoom: 1;
  background-color: #fefefe; }
  .landingbott:before, .landingbott:after {
    content: " ";
    display: table; }
  .landingbott:after {
    clear: both; }

.landcont-wrap {
  margin: 2em 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.landing-title {
  margin-bottom: 2em;
  font-size: 1.5em; }
  @media only screen and (min-width: 480px) {
    .landing-title {
      font-size: 2em; } }

.landing-content {
  font-size: 1.25em; }
  .landing-content ul.pipas {
    text-transform: uppercase;
    font-weight: 700; }
    .landing-content ul.pipas li:before {
      color: #f7941e; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #5b7eb7;
  border: 1px solid #e6533e;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 1em;
  border-bottom: 1px solid #7c0040; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0; }

.modal-body {
  position: relative;
  padding: 1em; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 768px; }
  .modal-lg {
    width: 1024px; } }

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left; }
  #mc_embed_signup form h3 {
    text-align: center; }
  #mc_embed_signup form p {
    text-align: center; }

#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup input:focus {
  border-color: #333; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  margin-bottom: 1em; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */ }

#mc_embed_signup .mc-field-group input[type="submit"] {
  position: absolute;
  height: 48px;
  top: 6px;
  right: 6px; }

#mc_embed_signup .mc-field-group label {
  display: none; }

#mc_embed_signup .mc-field-group input[type="email"] {
  font-size: 1em;
  line-height: 1em;
  border: 0;
  background: #e9eef5;
  color: #14467c;
  display: block;
  border: 6px solid white;
  padding: 0.33333333em 0.333333em 0.125em;
  outline: 0;
  width: 100%;
  height: 60px; }
  #mc_embed_signup .mc-field-group input[type="email"]:hover, #mc_embed_signup .mc-field-group input[type="email"]:focus {
    box-shadow: inset 0 0 6px 0 #5b7eb7; }

#mc_embed_signup input.mce_inline_error {
  border-color: #e6533e; }

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #e6533e;
  font-style: italic;
  z-index: 1;
  color: #f3f6fa; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #c60;
  font-size: 200%; }

#mc_embed_signup .mc-field-group .asterisk {
  position: absolute;
  top: 25px;
  right: 10px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  padding: 0 0;
  overflow: hidden;
  clear: both; }

#mc_embed_signup div.response {
  margin: 0 0;
  padding: 0 0;
  z-index: 1; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #77c04a;
  font-style: italic;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

.page.page-template-page-survey-php .main.wide {
  padding: 2em 0 5em;
  background-color: #f3f6fa; }

.page.page-template-page-survey-php .surveyhead {
  background-image: url("../img/barany_light.png");
  background-repeat: no-repeat;
  background-position: 90% 100%;
  background-size: 33% auto; }

.page.page-template-page-survey-php .surveycont-wrap {
  margin: 2em 0; }
  .page.page-template-page-survey-php .surveycont-wrap h2 {
    background-color: #e6533e;
    color: #f3f6fa;
    padding: 0.5em;
    text-align: center; }

.page.page-template-page-survey-php .vizsgalatokhoz {
  margin-top: -3em; }

.page-id-1202.page.page-template-page-survey-php .surveycont-wrap h2 {
  background-color: #5b7eb7; }

/*------------------------------------------------*/
/* Minimal Quiz Style                             */
/*------------------------------------------------*/
.wpss {
  padding: 1em;
  border: 1px solid #5b7eb7;
  margin: 2em 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  /* Hide questions on load, show first question. */
  /* Next and Previous Buttons */ }
  .wpss .wpss-hidden {
    display: none; }
  .wpss .wpss_panel_1 {
    display: block; }
  .wpss .wpss_prev_next {
    text-align: center;
    margin-top: 0; }
    .wpss .wpss_prev_next a {
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      background-color: #e6533e;
      padding: 0.25em 0.75em;
      display: inline-block;
      color: #f3f6fa;
      border: 1px solid #e6533e; }
      .wpss .wpss_prev_next a:hover, .wpss .wpss_prev_next a:focus {
        background-color: #f7941e;
        text-decoration: none; }
      .wpss .wpss_prev_next a.wpss_disabled, .wpss .wpss_prev_next a.wpss_disabled:hover {
        cursor: default;
        text-decoration: none;
        color: #c5d2e6;
        border: 1px solid #c5d2e6;
        background-color: transparent; }

.wpss-clear {
  float: none;
  clear: both; }

.wpss fieldset {
  *zoom: 1;
  border: 0 solid #c0c0c0;
  margin: 0 0;
  padding: 0 0 1em; }
  .wpss fieldset:before, .wpss fieldset:after {
    content: " ";
    display: table; }
  .wpss fieldset:after {
    clear: both; }

.wpss_prev_next a {
  margin: 0 15px; }

/*------------------------------------------------*/
/* Question Field Styling                         */
/*------------------------------------------------*/
.wpss .wpss-question img {
  margin: 5px 0; }

.wpss .wpss-question img.alignright {
  margin: 5px 0; }

.wpss .wpss-question img.aligncenter {
  margin: 5px auto; }

.wpss .wpss-question img.alignnone {
  display: block; }

.wpss .wpss-question .wp-caption.alignright {
  margin: 5px 0; }

/*------------------------------------------------*/
/* Answer Field Styling                           */
/*------------------------------------------------*/
.wpss textarea {
  width: 100%;
  min-height: 120px; }

.wpss .answers .answer_text {
  margin: 0.5em 0; }

.wpss .answers label {
  cursor: pointer; }
  .wpss .answers label:hover, .wpss .answers label:focus {
    color: #e6533e; }
  .wpss .answers label img {
    margin: 5px 0; }
  .wpss .answers label img.aligncenter {
    margin: 5px auto; }
  .wpss .answers label img.alignnone {
    display: block; }

/*------------------------------------------------*/
/* Custom Field Styling                           */
/*------------------------------------------------*/
.wpss .wpss-submit-message {
  margin-bottom: 10px; }

.wpss .wpss-fields {
  margin-bottom: 15px;
  /* Uncomment to float fields to the right of their labels. */
  /*
      label{ display: inline; }
      
    */ }
  .wpss .wpss-fields .wpss-field {
    margin-bottom: 5px; }
  .wpss .wpss-fields label {
    display: none; }
  .wpss .wpss-fields input[type='text'], .wpss .wpss-fields input[type='email'] {
    width: 100%;
    display: block;
    border: 1px solid #5b7eb7;
    background: #fefefe;
    margin: 0.5em 0;
    padding: 0.5em 0.5em;
    color: #14467c; }
    .wpss .wpss-fields input[type='text']:hover, .wpss .wpss-fields input[type='text']:focus, .wpss .wpss-fields input[type='email']:hover, .wpss .wpss-fields input[type='email']:focus {
      outline: 1px solid white; }
  .wpss .wpss-fields select {
    float: right; }

.wpss input[type='submit'] {
  display: block;
  background-color: #5b7eb7;
  color: #f3f6fa;
  border: 0;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  .wpss input[type='submit']:hover, .wpss input[type='submit']:focus {
    background-color: #14467c; }

/*------------------------------------------------*/
/* Progress Bar                                   */
/*------------------------------------------------*/
.wpss .wpss-progress-bar {
  display: block;
  border: 1px solid #c5d2e6;
  margin: 0 0;
  padding: 0.25em;
  height: 1.5em; }

.wpss .wpss-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background-color: #77c04a; }

/*------------------------------------------------*/
/* Routed to page styling for results             */
/*------------------------------------------------*/
/* Score */
.wpss_results_score {
  margin-bottom: 15px; }

/* Full Results */
.wpss_results_qa .wpss_results_answer {
  margin-bottom: 15px; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.page.page-template-page-survey-php .main.wide {
  padding: 2em 0 5em;
  background-color: #f3f6fa; }

.page.page-template-page-survey-php .surveyhead {
  background-image: url("../img/barany_light.png");
  background-repeat: no-repeat;
  background-position: 90% 100%;
  background-size: 33% auto; }

.page.page-template-page-survey-php .surveycont-wrap {
  margin: 2em 0; }
  .page.page-template-page-survey-php .surveycont-wrap h2 {
    background-color: #e6533e;
    color: #f3f6fa;
    padding: 0.5em;
    text-align: center; }

.page.page-template-page-survey-php .vizsgalatokhoz {
  margin-top: -3em; }

.page-id-1202.page.page-template-page-survey-php .surveycont-wrap h2 {
  background-color: #5b7eb7; }

/*------------------------------------------------*/
/* Minimal Quiz Style                             */
/*------------------------------------------------*/
.wpss {
  padding: 1em;
  border: 1px solid #5b7eb7;
  margin: 2em 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  /* Hide questions on load, show first question. */
  /* Next and Previous Buttons */ }
  .wpss .wpss-hidden {
    display: none; }
  .wpss .wpss_panel_1 {
    display: block; }
  .wpss .wpss_prev_next {
    text-align: center;
    margin-top: 0; }
    .wpss .wpss_prev_next a {
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      background-color: #e6533e;
      padding: 0.25em 0.75em;
      display: inline-block;
      color: #f3f6fa;
      border: 1px solid #e6533e; }
      .wpss .wpss_prev_next a:hover, .wpss .wpss_prev_next a:focus {
        background-color: #f7941e;
        text-decoration: none; }
      .wpss .wpss_prev_next a.wpss_disabled, .wpss .wpss_prev_next a.wpss_disabled:hover {
        cursor: default;
        text-decoration: none;
        color: #c5d2e6;
        border: 1px solid #c5d2e6;
        background-color: transparent; }

.wpss-clear {
  float: none;
  clear: both; }

.wpss fieldset {
  *zoom: 1;
  border: 0 solid #c0c0c0;
  margin: 0 0;
  padding: 0 0 1em; }
  .wpss fieldset:before, .wpss fieldset:after {
    content: " ";
    display: table; }
  .wpss fieldset:after {
    clear: both; }

.wpss_prev_next a {
  margin: 0 15px; }

/*------------------------------------------------*/
/* Question Field Styling                         */
/*------------------------------------------------*/
.wpss .wpss-question img {
  margin: 5px 0; }

.wpss .wpss-question img.alignright {
  margin: 5px 0; }

.wpss .wpss-question img.aligncenter {
  margin: 5px auto; }

.wpss .wpss-question img.alignnone {
  display: block; }

.wpss .wpss-question .wp-caption.alignright {
  margin: 5px 0; }

/*------------------------------------------------*/
/* Answer Field Styling                           */
/*------------------------------------------------*/
.wpss textarea {
  width: 100%;
  min-height: 120px; }

.wpss .answers .answer_text {
  margin: 0.5em 0; }

.wpss .answers label {
  cursor: pointer; }
  .wpss .answers label:hover, .wpss .answers label:focus {
    color: #e6533e; }
  .wpss .answers label img {
    margin: 5px 0; }
  .wpss .answers label img.aligncenter {
    margin: 5px auto; }
  .wpss .answers label img.alignnone {
    display: block; }

/*------------------------------------------------*/
/* Custom Field Styling                           */
/*------------------------------------------------*/
.wpss .wpss-submit-message {
  margin-bottom: 10px; }

.wpss .wpss-fields {
  margin-bottom: 15px;
  /* Uncomment to float fields to the right of their labels. */
  /*
      label{ display: inline; }
      
    */ }
  .wpss .wpss-fields .wpss-field {
    margin-bottom: 5px; }
  .wpss .wpss-fields label {
    display: none; }
  .wpss .wpss-fields input[type='text'], .wpss .wpss-fields input[type='email'] {
    width: 100%;
    display: block;
    border: 1px solid #5b7eb7;
    background: #fefefe;
    margin: 0.5em 0;
    padding: 0.5em 0.5em;
    color: #14467c; }
    .wpss .wpss-fields input[type='text']:hover, .wpss .wpss-fields input[type='text']:focus, .wpss .wpss-fields input[type='email']:hover, .wpss .wpss-fields input[type='email']:focus {
      outline: 1px solid white; }
  .wpss .wpss-fields select {
    float: right; }

.wpss input[type='submit'] {
  display: block;
  background-color: #5b7eb7;
  color: #f3f6fa;
  border: 0;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  .wpss input[type='submit']:hover, .wpss input[type='submit']:focus {
    background-color: #14467c; }

/*------------------------------------------------*/
/* Progress Bar                                   */
/*------------------------------------------------*/
.wpss .wpss-progress-bar {
  display: block;
  border: 1px solid #c5d2e6;
  margin: 0 0;
  padding: 0.25em;
  height: 1.5em; }

.wpss .wpss-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background-color: #77c04a; }

/*------------------------------------------------*/
/* Routed to page styling for results             */
/*------------------------------------------------*/
/* Score */
.wpss_results_score {
  margin-bottom: 15px; }

/* Full Results */
.wpss_results_qa .wpss_results_answer {
  margin-bottom: 15px; }

.tunetnav {
  *zoom: 1;
  margin-bottom: 1rem; }
  .tunetnav:before, .tunetnav:after {
    content: " ";
    display: table; }
  .tunetnav:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .tunetnav {
      width: 50%;
      float: left; } }
  .tunetnav h3 {
    font-size: 1.5rem;
    text-transform: none;
    margin-bottom: .5rem; }

.subpagetoc {
  margin: 0;
  padding: 0; }
  .subpagetoc li {
    display: inline-block;
    font-size: 87.5%;
    font-style: italic; }
    .subpagetoc li:not(:last-child):after {
      content: '·';
      display: inline; }
    .subpagetoc li a {
      color: inherit; }

.tuncike {
  *zoom: 1;
  margin-bottom: 0.5em; }
  .tuncike:before, .tuncike:after {
    content: " ";
    display: table; }
  .tuncike:after {
    clear: both; }
  .tuncike h3 {
    margin: 0;
    padding: 0;
    text-transform: none; }
    .tuncike h3 a {
      position: relative;
      font-size: 1em;
      line-height: 1.125em;
      display: block;
      font-family: "Times New Roman", Times, serif;
      padding: 0.75em 2.5em 0.5em 0.75em;
      color: #4c6ba2;
      background-color: white; }
      .tuncike h3 a:hover, .tuncike h3 a:focus {
        text-decoration: none;
        color: #7c0040; }
        .tuncike h3 a:hover .icon:before, .tuncike h3 a:focus .icon:before {
          background-color: #7c0040; }
      .tuncike h3 a.collapsed .icon:before {
        content: "\f1c9"; }
      .tuncike h3 a .icon:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #4c6ba2;
        color: white;
        width: 44px;
        text-align: center;
        content: "\f2bd";
        font-size: 2em;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1.25em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .tuncike .conti .belso {
    *zoom: 1;
    padding: 0 1em 1em 1em;
    background-color: white; }
    .tuncike .conti .belso:before, .tuncike .conti .belso:after {
      content: " ";
      display: table; }
    .tuncike .conti .belso:after {
      clear: both; }
  .tuncike .read-more {
    margin: 0.75em 0 0 0; }

.tunetlistawrap {
  *zoom: 1;
  padding-top: 2rem;
  padding-bottom: 6rem; }
  .tunetlistawrap:before, .tunetlistawrap:after {
    content: " ";
    display: table; }
  .tunetlistawrap:after {
    clear: both; }

.tunetek {
  position: relative;
  background-repeat: no-repeat;
  background-position: center .5rem;
  background-image: url(../img/clouds.png);
  padding-top: 6rem;
  padding-bottom: 2rem; }
  .tunetek:before {
    opacity: .1;
    content: '';
    position: absolute;
    right: 4%;
    top: 1.25rem;
    display: block;
    width: 96%;
    height: 3.5rem;
    background-image: url(../img/nap.png);
    background-repeat: no-repeat;
    background-position: 64% center;
    background-size: auto 85%; }
  .tunetek header {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .tunetek {
      width: 50%;
      float: left;
      padding-right: 2%; } }

.tunetek--ejszakai {
  background-image: url(../img/stars.png); }
  .tunetek--ejszakai:before {
    right: 0;
    background-image: url(../img/hold.png);
    background-size: auto 100%;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .tunetek--ejszakai {
      padding-left: 2%;
      padding-right: 0;
      width: 50%;
      float: right; } }

.tunet__name {
  text-transform: none; }

.page-template-tmpl-subpagelist .subpagetoc {
  max-width: 50rem; }
  .page-template-tmpl-subpagelist .subpagetoc li {
    font-size: 100%; }

.spwrap {
  padding-bottom: 4rem;
  background-color: #fff; }

.spblock {
  *zoom: 1; }
  .spblock:before, .spblock:after {
    content: " ";
    display: table; }
  .spblock:after {
    clear: both; }

.spblock__inner {
  *zoom: 1;
  position: relative;
  margin: 1.5rem 0; }
  .spblock__inner:before, .spblock__inner:after {
    content: " ";
    display: table; }
  .spblock__inner:after {
    clear: both; }

.spblock__ill {
  display: block;
  height: 80px;
  background-color: white;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .spblock__ill {
      position: absolute;
      top: 1.666rem;
      left: 0;
      width: 33.333%;
      bottom: 4.125rem;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .spblock__szoveg {
    width: 63.333%;
    float: right; } }

.spblock__szoveg p {
  margin: .5rem 0; }

.spblock__szoveg .btn {
  margin-top: .5rem; }

.spblock__szoveg .more-link {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  font-size: .875rem;
  padding: .666em 1em;
  background-color: #5b7eb7;
  color: #fff;
  text-transform: uppercase;
  margin-top: .5rem; }

.spblock__title {
  margin-bottom: .5rem; }
  .spblock__title small {
    text-transform: none;
    font-size: 100%;
    font-weight: 700; }
    .spblock__title small:before {
      content: '- '; }

.promoblock {
  *zoom: 1;
  background-color: #fff; }
  .promoblock:before, .promoblock:after {
    content: " ";
    display: table; }
  .promoblock:after {
    clear: both; }

.archive.author .felteke {
  *zoom: 1;
  max-width: 1140px;
  margin: 2em auto 4rem auto;
  padding: 0 6px; }
  .archive.author .felteke:before, .archive.author .felteke:after {
    content: " ";
    display: table; }
  .archive.author .felteke:after {
    clear: both; }

.authfig {
  margin: 0 auto;
  width: 10rem; }
  @media only screen and (min-width: 768px) {
    .authfig {
      max-width: none;
      width: 22%;
      float: left; } }
  @media only screen and (min-width: 1024px) {
    .authfig {
      width: 15%; } }
  .authfig img {
    border: 2px solid #5b7eb7; }

@media only screen and (min-width: 768px) {
  .authinf {
    width: 75%;
    float: left;
    padding-left: 3rem; } }

.authinf .lead {
  font-size: 112.5%;
  line-height: 1.5; }

.authinf h1 small {
  margin-top: .25em;
  display: block;
  font-size: 75%; }

.authinf .city {
  font-size: 1.5rem;
  font-style: italic; }

.archive.author #collapse-authordetails {
  margin-bottom: 4rem; }
  .archive.author #collapse-authordetails h1, .archive.author #collapse-authordetails h2, .archive.author #collapse-authordetails h3, .archive.author #collapse-authordetails h4, .archive.author #collapse-authordetails h5, .archive.author #collapse-authordetails h6 {
    text-transform: none; }
  .archive.author #collapse-authordetails .panel-body {
    background-color: transparent;
    border: none;
    padding: 0; }

.archive.author .tab-content {
  padding: 10% 10%;
  border: 1px solid #e9eef5; }
