@font-face {
  font-family: 'quicksand';
  src: url('../../fonts/quicksand-regular.eot');
  src: url('../../fonts/quicksand-regular.eot?iefix') format('eot'),
    url('../../fonts/quicksand-regular.woff') format('woff'),
    url('../../fonts/quicksand-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'quicksand-medium';
  src: url('../../fonts/quicksand-medium.eot');
  src: url('../../fonts/quicksand-medium.eot?iefix') format('eot'),
    url('../../fonts/quicksand-medium.woff') format('woff'),
    url('../../fonts/quicksand-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'quicksand-light';
  src: url('../../fonts/quicksand-light.eot');
  src: url('../../fonts/quicksand-light.eot?iefix') format('eot'),
    url('../../fonts/quicksand-light.woff') format('woff'),
    url('../../fonts/quicksand-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'marta';
  src: url('../../fonts/marta_regular.eot');
  src: url('../../fonts/marta_regular.eot?iefix') format('eot'),
    url('../../fonts/marta_regular.woff') format('woff'),
    url('../../fonts/marta_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font_face {
  font_family: 'marta';
  src: url('../../fonts/marta_bold.eot');
  src: url('../../fonts/marta_bold.eot?iefix') format('eot'),
    url('../../fonts/marta_bold.woff') format('woff'),
    url('../../fonts/marta_bold.ttf') format('truetype');
  font_weight: bold;
  font_style: normal;
}

@font_face {
  font_family: 'marta';
  src: url('../../fonts/marta_italic.eot');
  src: url('../../fonts/marta_italic.eot?iefix') format('eot'),
    url('../../fonts/marta_italic.woff') format('woff'),
    url('../../fonts/marta_italic.ttf') format('truetype');
  font_weight: normal;
  font_style: italic;
}

@font-face {
  font-family: 'merriweather';
  src: url('../../fonts/merriweather-regular.eot');
  src: url('../../fonts/merriweather-regular.eot?iefix') format('eot'),
    url('../../fonts/merriweather-regular.woff') format('woff'),
    url('../../fonts/merriweather-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font_face {
  font_family: 'merriweather';
  src: url('../../fonts/merriweather-bold.eot');
  src: url('../../fonts/merriweather-bold.eot?iefix') format('eot'),
    url('../../fonts/merriweather-bold.woff') format('woff'),
    url('../../fonts/merriweather-bold.ttf') format('truetype');
  font_weight: bold;
  font_style: normal;
}

@font_face {
  font_family: 'merriweather';
  src: url('../../fonts/merriweather-italic.eot');
  src: url('../../fonts/merriweather-italic.eot?iefix') format('eot'),
    url('../../fonts/merriweather-italic.woff') format('woff'),
    url('../../fonts/merriweather-italic.ttf') format('truetype');
  font_weight: normal;
  font_style: italic;
}

@font-face {
  font-family: 'dustismo';
  src: url('../../fonts/dustismo_roman.eot');
  src: url('../../fonts/dustismo_roman.eot?iefix') format('eot'),
    url('../../fonts/dustismo_roman.woff') format('woff'),
    url('../../fonts/dustismo_roman.ttf') format('truetype');
  font_weight: normal;
  font_style: normal;
}

@font_face {
  font_family: 'dustismo';
  src: url('../../fonts/dustismo_roman_bold.eot');
  src: url('../../fonts/dustismo_roman_bold.eot?iefix') format('eot'),
    url('../../fonts/dustismo_roman_bold.woff') format('woff'),
    url('../../fonts/dustismo_roman_bold.ttf') format('truetype');
  font_weight: bold;
  font_style: normal;
}

@font_face {
  font_family: 'dustismo';
  src: url('../../fonts/dustismo_roman_italic.eot');
  src: url('../../fonts/dustismo_roman_italic.eot?iefix') format('eot'),
    url('../../fonts/dustismo_roman_italic.woff') format('woff'),
    url('../../fonts/dustismo_roman_italic.ttf') format('truetype');
  font_weight: normal;
  font_style: italic;
}

@font_face {
  font_family: 'dustismo';
  src: url('../../fonts/dustismo_roman_italic_bold.eot');
  src: url('../../fonts/dustismo_roman_italic_bold.eot?iefix') format('eot'),
    url('../../fonts/dustismo_roman_italic_bold.woff') format('woff'),
    url('../../fonts/dustismo_roman_italic_bold.ttf') format('truetype');
  font_weight: bold;
  font_style: italic;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1 {
  font-family: "marta", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #9361D4;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

h2 {
   font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 1.8em;
  color: #2CCFAE;
}

h3 {
	font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 1.4em;
   color: #9361D4;
}

h4 {
	 font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
  color: #9361D4;
}

h5 {
	 font-family: "dustismo", "Helvetica", "Arial", sans-serif;
  font-size: 1.1em;
  color: #9361D4;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #404040;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvYmFzZS9fYnV0dG9ucy5zY3NzIiwiYmFzZS9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL3NldHRpbmdzL19zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX2ZvbnQtc3RhY2tzLnNjc3MiLCJiYXNlL2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwiYmFzZS9iYXNlLmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uL2NvcmUvYm91cmJvbi9saWJyYXJ5L19zaGFkZS5zY3NzIiwiYmFzZS9iYXNlL19mb3Jtcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX3RpbnQuc2NzcyIsImJhc2UvYmFzZS9fbGlzdHMuc2NzcyIsImJhc2UvYmFzZS9fbWVkaWEuc2NzcyIsImJhc2UvYmFzZS9fdGFibGVzLnNjc3MiLCJiYXNlL2Jhc2UvX3R5cG9ncmFwaHkuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQTtFQUNFLHlCQUFnQjtLQUNoQixzQkNpQ2tCO1VEaENWLGlCQUFDO0VBQ1QsdUJDb0JzQjtFRG5CdEIsVUVzQitCO0VGckIvQixtQkFBZTtFQUNmLFlBQVM7RUFDVCxnQkdPQTtFSE5BLHNCSVpjO0VKYWQsZ0VBQW1DO0VBQ25DLGdCQUFnQjtFQUNoQixvQ0FBYztFQUNkLGlCQ1lhO0VEWGIsZUFBWTtFQUNaLHNCQUFxQjtFQUNyQixtQkFBWTtFQUNaLHNCQUFpQjtFQUNqQixnREFBc0I7RUFDdEIsMkNBQW1CO0VBZ0JwQix3Q0FBQTtFS2xCQywwQkFBMEI7S0xqQjVCLHVCQXNCUztNQUNMLHNCTUVtQztVSkVOLGtCQUFJO0VGRmxDLHVCQUFBO0VLSEQsb0JBQW9CO0NMdEJ0Qjs7QUt5QkE7RUxTRywwQkFBQTtFS1BELFlBQVk7Q0wzQmQ7O0FLOEJBO0VBQ0Usb0JBQW9CO0VFOUJ0QixhQUFTO0NGZ0NSOztBQUVEO0VFOUJFLHVCQUFVO0NBQ1g7O0FBRUQ7RUFDRSw4QkFBZ0I7RUFDaEIsVUFBQTtFQUNBLFVBQVU7RUFDWCxXQUFBO0NGZ0NBOztBQUVEO0VFOUJFLGlCQUFhO0VBQ2IsdUJBQWlDO0VBQ2xDLFdBQUE7Q0ZnQ0E7O0FFN0JEO0VBQ0EsZUFBUztFQUNQLG9CQUFjO0VBQ2QsdUJKVEE7Q0V5Q0Q7O0FBRUQ7OztFRTVCRSxlQUFBO0VBQ0EsZ0VOQ2U7RU1BZixnQk5SbUI7Q0l3Q3BCOztBQUVEO0VFOUJFLHlCQUEwQjtLQUMxQixzQk51QmM7VU10QlAsaUJBQUk7RUF3QlosdUJBQUE7RUZTQyx1QkFBdUI7RUUzQ3pCLG1CQVlTO0VBQ0wsd0REaEJtQztVQ2lCcEMsZ0RBQUE7RUZpQ0QsK0JBQStCO1VFL0MzQix1QkFBZ0I7RUFpQmxCLHNCTlZnQjtFTVdoQixlQWhEZTtFQWlEZiw0Q0FBYTtFQUNkLHVDQUFBO0VGaUNELG9DQUFvQztFRXJEdEMsWUFzQmI7Q0ZpQ2M7O0FBRUQ7RUFDRSxzQkFBc0I7Q0UxRHhCOztBRjZEQTtFQUNFLG1CQUFtQjtFRTlEckIsdUZBK0JnQjtVQ2xDSiwrRUFBMkI7RURvQ3BDLGNBQUE7Q0ZpQ0Y7O0FBRUQ7RUU5QkMsMEJBQUE7RUZnQ0Msb0JBQW9CO0NFOUJ0Qjs7QUZpQ0E7RUU5QkUsdUJBQWdDO0NBQ2pDOztBRmlDRDtFRTlCRSxlTmpEYztDSWlGZjs7QUFFRDtFRTlCQSxlQUFPO0NGZ0NOOztBQUVEO0VFOUJDLGVBQUE7Q0ZnQ0E7O0FBRUQ7RUU5QkEsZUFFRDtDQURDOztBRmlDQTtFRTdCRyxpQkFBQTtDRitCRjs7QUFFRDs7RUFFRSxnQkFBZ0I7RUlsSWhCLHNCQUFBO0NBQ0Y7O0FKcUlBO0VJbElFLHNCQUFVO0VBQ1gsWUFBQTtDSm9JQTs7QUFFRDtFSWxJQyxxQkFBQTtFSm9JQyxnQkFBZ0I7RUlsSWhCLFlBQUM7Q0pvSUY7O0FBRUQ7Ozs7RUkvSEMseUNBQUE7RUpvSUMsb0JBQW9CO0NLdEp0Qjs7QUx5SkE7RUFDRSwrQkFBK0I7VUt0SjlCLHVCQUFBO0NBQ0g7O0FMeUpBOztFS3JKQyxzQkFBQTtFTHdKQyxVQUFVO0VNaktaLFdBQU07Q05tS0w7O0FBRUQ7RU1qS0UsVUFBVTtDTm1LWDs7QUFFRDtFTWpLQSxpQkFBTTtFQUNKLFVBQUE7Q05tS0Q7O0FBRUQ7RU1qS0EsVUFBTTtDTm1LTDs7QUFFRDtFTWpLRSxVQUFDO0NObUtGOztBQUVEOztFTWhLRSxnQkFBZ0I7RUFDakIsYUFBQTtFTm1LQyxvQkFBb0I7Q01qS3RCOztBTm9LQTtFTWpLQywwQkFBQTtFTm1LQyxnQkFBZ0I7RU8vTGxCLG9CQUFLO0VBQ0gsaUJYZ0NjO0VXL0JkLFlBQVc7Q1BpTVo7O0FBRUQ7RU8vTEMsaUJBQUE7RVBpTUMsdUJBQXVCO0NPL0x6Qjs7QUFFQTtFQUNFLG9CQUFBO0NBQ0Y7O0FQa01BO0VPL0xFLDhCUmZjO0NDZ05mOztBQUVEO0VBQ0UsaUJBQWlCO0NPL0xuQjs7QVBrTUE7O0VPOUxFLGdDQUFDO0NQaU1GOztBQUVEO0VPL0xFLFlBQUM7RUFDRCxnRUFBZ0I7RUFDakIsZ0JBQUE7RVBpTUMsaUJBQWlCO0VPL0xqQix1QkFBQztDUGlNRjs7QUFFRDs7Ozs7O0VPMUxFLGdFWForQjtFV2FoQyxnQkFBQTtFUGlNQyxpQkFBaUI7RU8vTGpCLG1CQUFBO0NQaU1EOztBQUVEO0VPekxDLGlCQUFBO0NQMkxBOztBQUVEO0VPOUxHLGlCQUFBO0NQZ01GOztBQUVEO0VPN0xFLGlCQUFjO0NQK0xmOztBQUVEO0VPN0xDLGlCQUFBO0NQK0xBOztBQUVEO0VPNUxFLGlCQUFnQjtDQUNqQjs7QUFFRDtFQUNFLG1CQUFrQjtDUDhMbkI7O0FBRUQ7RU81TEUsWUFBUTtFQUNULHNCQUFBO0VQOExDLHFDQUFxQztFTzNMdkMsZ0NBQUs7RUFDSCw2QkFBZTtDUDZMaEI7O0FBRUQ7RUFDRSxlQUFlO0NBQ2hCOztBQUVEO0VBQ0UsOEJBQThCO0VBQzlCLGVBQWU7RUFDZixnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLGdCQUFnQjtDQUNqQjs7QUFFRDtFQUNFLHFEQUFxRDtFQUNyRCxpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSwwQkFBMEI7RUFDMUIsZUFBZTtFQUNmLGFBQWE7RUFDYixjQUFjO0VBQ2QsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0Usa0NBQWtDO0VBQ2xDLGFBQWE7RUFDYixvQkFBb0I7Q0FDckIiLCJmaWxlIjoidG8uY3NzIn0= */
/*# sourceMappingURL=base.css.map */


/*************************** Globális ***************************/

a {
	color: #9361D4;
}

a:hover {
	color: #2CCFAE;
}

.gomb, 
.form-submit {
	min-width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #9361D4;
	color: #FFF;
	font-family: dustismo;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	padding: 0px 15px;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.gomb a, 
.form-submit a {
	color: #FFF;
}

.gomb:hover, .form-submit:hover {
  background-color: #DE5273;
  color: #FFF;
}


.content ul li {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 40px;
	line-height: 1.7em;
}

.path-notfrontpage #content {
	margin-bottom: 80px;
}

.path-frontpage #block-basic-page-title {
	display: none;
}

.path-frontpage #highlighted {
	display: none;
}

/*----------------------- Admin fülek -----------------------*/

#block-basic-local-tasks {
	margin-bottom: 30px;
}

#block-basic-local-tasks ul li a {
	font-size: 14px;
	padding: 10px;
	background: #eee;
	color: #555;
}

#block-basic-local-tasks ul li a:hover {
	background: #333;
	color: white;
}


/*************************** Aloldalak ***************************/

.notfront #main {

	padding: 0px 20px;
}

.notfront #slideshow {
	display: none;
}

.notfront #highlighted { /* Színes sáv a fejléc alsó részén */
	width: 100%;
	height: 20px;
	background: rgb(4,206,209);
	background: linear-gradient(142deg, rgba(64,176,156,1) 11%, rgba(141,103,208,1) 55%);
	float: left;
}

.notfront #main #content {
	margin-top: 100px;
	margin-bottom: 80px;
}

.notfront #main .content p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

#user-login-form {
	max-width: 600px;
	margin-bottom: 80px;
}

#user-login-form .form-item {
	margin-bottom: 40px;
}

#user-login-form label {
	color: #9361D4;
	font-family: marta;
}

#user-login-form .description {
	color: #444;
	font-size: 0.8em;
}

.maintenance-page {
	text-align: center;
}

.maintenance-page header {
	margin-top: 40px;
}

.maintenance-page header h1 {
	display: none;
}

.maintenance-page header div {
	margin-top: 10px;
}



/*************************** Fejléc ***************************/

#header {
	width: 1300px;
	margin: 0 auto;
	height: 180px;

}

#block-logo {
	width: 350px;
	height: 130px;
	float: left;
	padding-top: 0px;
	z-index: 100;
	margin-top: 10px;
	position: absolute;
}

#block-logo img {
	max-width: none;
}
	
#block-fejleckapcsolatfelvetel {
	width: calc(100% - 350px);
	height: 120px;
	float: right;
	padding-top: 10px;
	font-family: dustismo;
	color: #9361D4;
	font-size: 1.5em;
}

#block-fejleckapcsolatfelvetel p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#block-fejleckapcsolatfelvetel img {
	margin-right: 5px;
}

/*----------------------- Menü -----------------------*/


#block-ultimenumainnavigation {
	float: right;	
	width: calc(100% - 300px);
}

#block-ultimenumainnavigation ul.ultimenu {
	text-align: right;
}

#block-ultimenumainnavigation ul.ultimenu a.is-active {
	color: #9361D4;
}

#block-ultimenumainnavigation ul.ultimenu a.is-active:hover {
	color: #2CCFAE;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem {
	display: inline;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px;
	letter-spacing: 0px;
}

.is-ultimenu-expanded #block-ultimenumainnavigation ul.ultimenu li.uitem {
	text-align: left;

}

#block-ultimenumainnavigation ul.ultimenu li.uitem:last-child {
	padding-right: 0px;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link {
  color: #9E9C9C;
  text-transform: uppercase;
  font-family: dustismo;
  display: inline-block;
   vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 0px;
  height: 42px;
  padding-top: 10px;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 2px;
  background: #2CCFAE;
  height: 2px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link:hover:before, #block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link:focus:before, #block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:first-child a.ultimenu__link {
	min-width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #2CCFAE;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	padding: 0px 15px;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.is-ultimenu-expanded  #block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link {	 
  display: block;  
  transform: none;
  box-shadow: 0;
  margin-left: 10px;
  padding: 0;
  min-height: 0px;
  height: auto;
}

.is-ultimenu-expanded  #block-ultimenumainnavigation ul.ultimenu:first-child li.uitem a.ultimenu__link {	 
  margin-right: 10px;
  min-width: 0px !important;
  width: auto;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:first-child a.ultimenu__link:before {
	display: none;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:first-child a.ultimenu__link:hover {
	background: #9361D4;
}

#ultimenu-main section {
	background: transparent;
	min-width: 400px !important;

	width: 60%;
}

.is-ultimenu-expanded #ultimenu-main section {
	min-width: 0px !important;
	margin-left: 0px;
	width: 100%;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(2) section {
	margin-left: 150px;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(3) section {
	margin-left: 300px;
}

#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(5) section {
	margin-left: 350px;
}

.is-ultimenu-expanded #block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(3) section {
	margin-left: 0px;
}

#block-ultimenumainnavigation .ultimenusub ul li {
	border-bottom: 1px solid #eee;
}

#block-ultimenumainnavigation .ultimenusub .ultimenu__item.menu-item--expanded > .ultimenu__link {
    font-weight: bold;
}

span.ultimenu__caret {
	display: none;
}

/*----------------------- Aktualitások -----------------------*/

#block-basic-aktualitasok {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 40px;
}


/*----------------------- Slideshow -----------------------*/

#slideshow {
	width: 100%;
	float: left;
	height: auto;
}

#slideshow .views_slideshow_cycle_main {

}
 
#slideshow .views_slideshow_cycle_teaser_section {
	margin: 0 auto;
}
	
#slideshow .views-field-body {
  position:absolute;
  top: 50%;
  left: 0;
  text-align: right;
  color: #FFF;
  width: 1250px;
  height: auto;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 50px;
}

#slideshow .views-slideshow-controls-bottom {
  position: relative;
  bottom: 60px;
  z-index: 100;   
  text-align: center;
  
}  

#slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
	background: #FFF;
	border-radius: 20px;
}

#slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
	background: #9361D4;
	border-radius: 20px;
}

#slideshow div.sor1 {
	font-size: 2em;	
	font-family: marta;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
}

#slideshow div.sor2 {
	font-size: 2em;	
	font-family: marta;
	letter-spacing: 2px;
	color: #FFF;
	margin-bottom: 60px;
	font-style: italic;
}


#slideshow .gomb {
	background: #2CCFAE;
}

#slideshow .gomb:hover {
	background: #9361D4;
}

/*************************** Főoldal - Mire számíthatunk ***************************/

#block-mireszamithatunk {
	width: 100%;
	float: left;
	color: #2E2E2E;	
	font-family: dustismo-light;
	background: #EBE2F5;
}

#block-mireszamithatunk div.text-formatted {
	width: 80%;
	max-width: 1300px;
	margin: 40px auto;
}

#block-mireszamithatunk div.kep {
	float: left;
	width: 50%;
}

#block-mireszamithatunk div.szoveg {
	font-size: 18px;
	float: right;
	width: 45%;
	margin: 20px 0px 40px 0px;
}

#block-mireszamithatunk div.szoveg h1 {
	color: #333300;
	font-size: 3em;
	margin-bottom: 0;
	margin-top: 0px;
	font-weight: bold;
	font-family: merriweather;
}

#block-mireszamithatunk div.szoveg h2 {
	color: #333300;
	font-size: 1.8em;
	margin-top: -5px;
	margin-bottom: 60px;
	font-family: merriweather;
}

#block-mireszamithatunk div.szoveg .gomb {
	margin-top: 45px;
	background: #56B4D3;
}

#block-mireszamithatunk div.szoveg .gomb:hover {
	background: #2CCFAE;
}

/*************************** Főoldal - Bemutatkozás ***************************/

#block-bemutatkozas {
	width: 100%;
	float: left;
	color: #2E2E2E;
	background: #FAF6F2;
	padding: 40px 0px;
}

#block-bemutatkozas h1 {
	font-size: 4em;
	margin-top: 10px;
	
}

#block-bemutatkozas h2 {
	font-family: merriweather;
	color: #9361D4;
}

#block-bemutatkozas div.text-formatted {
	width: 80%;
	max-width: 1300px;
	margin: 40px auto;
}

#block-bemutatkozas div.kep {
	float: left;
	width: 50%;
}

#block-bemutatkozas div.kep img {
	/*max-width: 97%;*/
}

#block-bemutatkozas div.szoveg {
	float: right;
	width: 45%;
	font-size: 18px;
}

#block-bemutatkozas div.szoveg .gomb {
	margin-top: 45px;
}


/*************************** Szolgáltatások ***************************/

#block-views-block-szolgaltatasaink-block-1 {
	width: 100%;
	height: 3500px;
	float: left;
	background: #EBDEFF;
	margin-top: -37px;
}

#block-basic-views-block-tovabbi-szolgaltatasok-block-1 {
	width: 100%;
	height: 1500px;
	float: left;
	background: #FFF;
	margin-top: -37px;
}

#block-views-block-szolgaltatasaink-block-1 h2, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 h2 {
	text-align: center;
	font-size: 3em;
	margin: 120px 0px 100px 0px;
	font-family: merriweather;
	color: #FFF;
}

#block-basic-views-block-tovabbi-szolgaltatasok-block-1 h2 {
	color: #EBDEFF;
}

.views-szolgaltatasok {
	width: 1890px;
	margin: 0px auto;
}

.notfront .views-szolgaltatasok {
	width: 100%;
	margin: 0px auto;
}

.path-szolgaltatasok #main {
	padding: 0;
}

#block-views-block-szolgaltatasaink-block-1 .view-footer, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 .view-footer {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 50px;
}

#block-views-block-szolgaltatasaink-block-1 .view-footer a.gomb, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 .view-footer a.gomb {
	width: 310px;
	height: 50px;
	line-height: 50px;
	background: #2CCFAE;
}

#block-views-block-szolgaltatasaink-block-1 .view-footer a.gomb:hover, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 .view-footer a.gomb:hover {
	background: #02A3A6;
}

.views-szolgaltatasok .views-row {
	width: 550px;
	height: 470px;
	background: #FFF;
	margin-left: 60px;
	margin-bottom: 60px;
	float: left;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.14); 
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.14);
}

.views-szolgaltatasok .views-row:nth-child(3n) {
	/*margin-right: 60px;*/
}
/*
.notfront .views-szolgaltatasok .views-row {
	margin-left: 30px;
	margin-right: 30px;
}*/

.views-szolgaltatasok .views-field-field-ikon {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 168px;
	height: 182px;
	float: left;
	text-align: center;
	padding-top: 50px;
	margin-left: 50px;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.14); 
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.14);
}

.views-szolgaltatasok .views-field-field-ikon .field-content {

}

.views-szolgaltatasok .views-field-field-kep {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 267px;
	float: left;
	clear: right;
}

.views-szolgaltatasok .views-field-field-link-1 {
	text-align: center;
	text-transform: uppercase;
	font-family: dustismo;
	font-size: 1.5em;
	margin: 20px 0px 20px 0px;
	line-height: 1em;
	width: 100%;
	float: left;
}

.views-szolgaltatasok .views-field-field-link-1 a {
	color: #470043;
}

.views-szolgaltatasok .views-field-field-rovid-leiras {
	text-align: center;
	font-size: 1.1em;
	padding: 0px 40px;
	color: #666;
	width: 100%;
	float: left;
	line-height: 1.3em;
}

.views-szolgaltatasok .views-field-field-rovid-leiras a {
	color: #666;
}

.views-szolgaltatasok .views-field-field-link {
	text-align: center;
	margin-top: 30px;
	font-family: dustismo;
	font-size: 18px;
	width: 100%;
	float: left;
}

.page-szakrendelesek h1 {
	text-align: center;
	margin-bottom: 60px;
}

/*************************** Főoldal - Kamaszkor ***************************/
#block-kamaszkoripszichologiaitamogatas {
	width: 100%;
	padding-bottom: 50px;
	float: left;
	background: #2CCFAE;
}

#block-kamaszkoripszichologiaitamogatas h2 {
	font-size: 2.2em;
	margin: 120px 0px 80px 0px;
	font-family: merriweather;
	color: #FFF;
}

#block-kamaszkoripszichologiaitamogatas .text-formatted {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.2em;
}


/*************************** Főoldal - Egészséges életmód ***************************/

#block-egeszsegeseletmod {
	width: 100%;
	float: left;
	text-align: center;
	padding: 100px 0px;
}

/*************************** Főoldal - Aktualitások ***************************/

#block-aktualitasok {
	width: 100%;
	float: left;
	text-align: center;
	padding: 100px 0px;
}


/*************************** HELP MR banner ***************************/

#block-basic-helpmr {
	width: 100%;
	float: left;
}


a.banner {
	width: 100%;
	height: 302px;
	display: block;
	background: url(../../images/helpmr_banner.jpg) no-repeat center center, linear-gradient(90deg, rgba(3,141,180,1) 0%, rgba(14,153,184,1) 100%);
	color: transparent;
}

/*************************** SEO ***************************/

#block-basic-seofooldal {
	width: 100%;
	float: left;
}

/*************************** Lábléc ***************************/
#footer {
	background: #A8817A;
	color: #FFF;
	padding: 50px 0px;
}

#block-lableclogo {
	width: calc( 35% - 80px);
	float: left;
	min-height: 250px;
	padding: 10px 0px;
	text-align: right;
	margin-right: 80px;
}

#block-lablecelerhetoseg {
	width: 26%;
	float: left;
	border-left: 1px solid #FFF;
	min-height: 250px;
	padding: 10px 50px;
	color: #FFF;
}

#block-lablecelerhetoseg p a {
	color: #FFF;
}

#block-lablecelerhetoseg h2, #block-lablecelerhetoseg h3 {
	color: #FFF;
}

.menu--footer {
	width: 38%;
	float: right;
	border-left: 1px solid #FFF;
	min-height: 250px;
	padding: 30px 50px 10px 50px;
}

.menu--footer ul li.menu-item a {
	color: #FFF;
}

#block-lablecincdesign {
	width: 100%;
	text-align: right;
	padding-right: 260px;
	float: left;

}

/*----------------------- Eu Cookie -----------------------*/

#popup-buttons .decline-button {
	display: none;
}

.eu-cookie-compliance-message {
	max-width: 100%;
}

#sliding-popup .agree-button {
	padding: 8px 20px;
	margin-top: 10px;
	margin-right: 100px;
	font-weight: normal;
	text-transform: uppercase;
	background: #9361D4;
	border: 1px solid #EDFBFF;
	font-size: 13px;
	letter-spacing: 1px;
}

#sliding-popup .agree-button:hover {
	background: #5C2B59;
}

#sliding-popup #popup-text p {
	font-size: 1em;
	font-weight: normal;
}

.eu-cookie-compliance-message {
	margin-top: 10px;	
	font-weight: normal;
}

.eu-cookie-compliance-more-button {
	padding: 0px;
	margin: 0;
	border-radius: 2px;
	background: transparent;
	font-weight: bold;
	margin-left: 20px;
	font-size: 1em;
}

.eu-cookie-compliance-more-button:hover {
	text-decoration: underline;
	background: none;
}

/*----------------------- Reszponzív -----------------------*/

@media only screen and (max-width: 1889px) {
	
	#block-views-block-szolgaltatasaink-block-1 {
		width: 100%;
	}
	
	#block-basic-views-block-tovabbi-szolgaltatasok-block-1 {
		width: 100%;
	}
	
	.views-szolgaltatasok {
		width: 100%;
		margin: 0px auto;
	}
	
	.views-szolgaltatasok .views-row {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.views-szolgaltatasok .views-row:nth-child(3n) {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1829px) {


	.views-szolgaltatasok .views-row {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.views-szolgaltatasok .views-row:nth-child(3n) {
		margin-right: 10px;
	}

}

@media only screen and (max-width: 1709px) {

	.views-szolgaltatasok .views-row {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.views-szolgaltatasok .views-row:nth-child(3n) {
		margin-right: 5px;
	}

	.views-szolgaltatasok .views-row {
		width: calc(33% - 10px);
	}
	
	.views-szolgaltatasok .views-field-field-ikon {
		margin-left: calc(50% - 217px);
	}

}

@media only screen and (max-width: 1499px) {
	
	/*.notfront #main {
		width: calc(100% - 200px);
		margin: 0px 100px;
	}*/
	
	.views-szolgaltatasok .views-row {
		height: 500px;
	}
	
}

@media only screen and (max-width: 1352px) {
	
	/*.notfront #main {
		width: calc(100% - 200px);
		margin: 0px 100px;
	}*/
	
	.views-szolgaltatasok .views-field-field-ikon {
		margin-left: 0;
		width: 30%;
	}
	
	.views-szolgaltatasok .views-field-field-kep {
		width: 70%;
	}
	
}

@media only screen and (max-width: 1499px) {
	
	/*.notfront #main {
		width: calc(100% - 200px);
		margin: 0px 100px;
	}*/
}


@media only screen and (max-width: 1310px) {
	
/*	.notfront #main {
		width: calc(100% - 100px);
		margin: 0px 50px;
	}*/
	
	#header {
		width: 1200px;
	}
	
	#block-fejleckapcsolatfelvetel {
		padding-right: 10px;
	}
	
	#block-ultimenumainnavigation, #block-aloldalmenu {
		padding-right: 10px;
	}
		
	#block-ultimenumainnavigation, #block-aloldalmenu {
		width: auto;
	}

	
	#block-ultimenumainnavigation ul.ultimenu li.uitem {		
		padding: 0px 15px;
	}
	
	#block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link {
		font-size: 0.9em;
	}

	#block-ultimenumainnavigation ul.ultimenu li.uitem:first-child a.ultimenu__link {
		min-width: 100px;
	}

	#ultimenu-main  section {
		min-width: 400px !important;
		margin-left: 150px;
		width: 60%;
	}

	#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(3) section {
		margin-left: 300px;
	}

	#block-mireszamithatunk div.szoveg h1 {
		font-size: 2.2em;
	}
	
	a.banner {
		background: url(../../images/helpmr_banner_1300.jpg) no-repeat center center, linear-gradient(90deg, rgba(3,141,180,1) 0%, rgba(14,153,184,1) 100%);
	}
}

@media only screen and (max-width: 1250px) {
	#slideshow .views-field-body {
	  width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	#header {
		width: 1100px;
	}	
	
/*	.notfront #main {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}*/
	
	#block-views-block-szolgaltatasaink-block-1 {
		height: auto;
		background: #EBDEFF;
		padding-bottom: 20px;
	}
	
	#block-basic-views-block-tovabbi-szolgaltatasok-block-1 {
		height: auto;
		padding-bottom: 20px;
	}
	
	.views-szolgaltatasok, .notfront .views-szolgaltatasok {
		width: 100%;
	}
	
	.views-szolgaltatasok .views-row {
		float: none;
		clear: both;
		margin: 0px auto 60px auto !important;
		width: 100%;
	}
	
	.views-szolgaltatasok .views-field-field-ikon {
		padding-top: 30px;
		margin-left: calc(50% - 217px);
		width: 168px;
	}
	
	.views-szolgaltatasok .views-field-field-kep {
		width: 267px;
	}
	
	#block-mireszamithatunk div.szoveg h1 {
		font-size: 2em;
		margin-bottom: 0;
		margin-top: 60px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 1099px) {
	
	.notfront #main #content {
		margin-top: 60px;
	}
	
	#header {
		width: 1000px;
	}
	
	#block-logo {
		width: 300px;
		height: 100px;
	}

	#block-logo img {
		width: 300px;
		height: 211px;
	}
	
	#block-ultimenumainnavigation ul.ultimenu {
		width: 100%;
	}
	
	#block-ultimenumainnavigation ul.ultimenu li.uitem,
	#block-aloldalmenu ul.menu li {		
		padding: 0px 10px ;
	}
	
	#block-ultimenumainnavigation ul.ultimenu li.uitem a.ultimenu__link {
		font-size: 0.8em;
	}
	
	#footer {
		padding: 50px 0px;
	}

	#block-lableclogo {
		width: 100%;
		min-height: 0px;
		padding: 10px 0px;
		text-align: center;
		margin-right: 0px;
		min-height: 0px;
	}

	#block-lablecelerhetoseg {
		width: 100%;
		float: left;
		border-left: 0;
		min-height: 0px;
		padding: 10px 0px;
		text-align: center;
	}

	.menu--footer {
		width: 100%;
		float: right;
		min-height: 0px;
		padding: 0px;
		padding-bottom: 50px;
		border-left: 0;
	}
	
	.menu--footer ul.menu {
		text-align: center;
		font-weight: bold;
		margin-left: 0;
	}

	#block-lablecincdesign {
		text-align: center;
		padding-right: 0px;
	}
	
}

@media only screen and (max-width: 999px) {
	#header {
		width: calc(100% - 10px);
	}
	
	

}

@media only screen and (max-width: 943px) {	
	#header {
		height: 100px;
	}
	
		#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(2) section {
		margin-left: 0px;
	}

	#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(3) section {
		margin-left: 0px;
	}
	
	#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(4) section {
		margin-left: 0px;
	}
	
	#block-ultimenumainnavigation ul.ultimenu li.uitem:nth-child(5) section {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 850px) {
	
	#slideshow {
		display: none;
	}
	
	.path-frontpage #highlighted { /* Színes sáv a fejléc alsó részén */
		display: block;
		width: 100%;
		height: 20px;
		background: rgb(4,206,209);
		background: linear-gradient(142deg, rgba(64,176,156,1) 11%, rgba(141,103,208,1) 55%);
		float: left;
	}
	
	.notfront #slideshow {
		width: 100%;
		height: 20px;
		background: rgb(4,206,209);
		background: linear-gradient(142deg, rgba(64,176,156,1) 11%, rgba(141,103,208,1) 55%);
	}

	.notfront #main #content {
		margin-top: 100px;
		margin-bottom: 80px;
	}
	
	.path-frontpage #header {
		height: 160px;
	}
	
	#block-bemutatkozas {
		margin-top: 40px;
	}
	
	#block-kamaszkoripszichologiaitamogatas h2 {
		font-size: 1.5em;
	}
	
}

@media only screen and (max-width: 799px) {	
	
	#block-bemutatkozas .kep, #block-bemutatkozas .szoveg {
		width: 100% !important;
		text-align: center;
	}
	
	#block-mireszamithatunk .kep, #block-mireszamithatunk .szoveg {
		width: 100% !important;
		text-align: center;
	}
}

@media only screen and (max-width: 699px) {	
	
	#block-fejleckapcsolatfelvetel {
		width: calc(100% - 300px);
		font-size: 1.5em;
	}

	h1.page-title {
		font-size: 2em;
	}
	
	a.banner {
		background: url(../../images/helpmr_banner_647.jpg) no-repeat center center, linear-gradient(90deg, rgba(3,141,180,1) 0%, rgba(14,153,184,1) 100%);
	}
}

@media only screen and (max-width: 599px) {
	
	#block-logo {
		width: 100%;
		height: 150px;
		margin-top: 50px;
	}
	
	#block-fejleckapcsolatfelvetel {
		display: none;
	}
	
	#block-fejleckapcsolatfelvetel .telefon {
		text-align: center;
		font-size: 0.6em;
	}
	
	#block-views-block-szolgaltatasaink-block-1, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 {
		margin-top: 50px;
	}
	
	.views-szolgaltatasok .views-row {
		width: 100%;
		height: auto;
		float: left;
	}
	
	.views-szolgaltatasok .views-field-field-link {
		padding-bottom: 10px;
	}
	
	#ultimenu-main  section {
		min-width: 0px !important;
		margin-left: 0px;
		width: 80%;
	}
	

}

@media only screen and (max-width: 435px) {
	.views-szolgaltatasok .views-field-field-ikon {
		margin-left: 0;
		width: 30%;
	}
	
	.views-szolgaltatasok .views-field-field-kep {
		width: 70%;
	}
}

@media only screen and (max-width: 399px) {
	
	#block-views-block-szolgaltatasaink-block-1 h2, #block-basic-views-block-tovabbi-szolgaltatasok-block-1 h2 {
		font-size: 2em;
	}
}