﻿.block-superfish {
	width: 100%;
}

.sf-hidden {
	background: transparent !important;
	border: 0 none !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 1px !important;
}

ul.sf-menu,
ul.sf-menu li {
	list-style: none;
}

ul.sf-menu,
ul.sf-menu ul,
ul.sf-menu ol,
ul.sf-menu li,
ul.sf-menu a,
ul.sf-menu span,
ul.sf-menu div {
	margin: 0;
	padding: 0;
}

ul.sf-menu {
	line-height: 1.0;
	z-index: 497;
}

ul.sf-menu:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
}

ul.sf-menu ul {
	left: 0;
	position: absolute;
	top: -9999px;
	width: 12em;
}

ul.sf-menu ul li {
	width: 100%;
}

ul.sf-menu li {
	float: left;
	position: relative;
	z-index: 498;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
	display: block;
	padding: 1em 1.5em;
	position: relative;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu li:hover ul,
ul.sf-menu li.sfHover ul {
	z-index: 499;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
	left: 0;
	top: 2.5em;
}

ul.sf-menu li li:hover>ul,
ul.sf-menu li li.sfHover>ul {
	left: 12em;
	top: 0;
}

ul.sf-menu.menu,
ul.sf-menu.menu ul,
ul.sf-menu.menu li {
	margin: 0;
	padding: 0;
}

ul.sf-menu .sf-with-ul {
	padding-right: 3em;
}

ul.sf-menu .sf-sub-indicator {
	height: 1em;
	line-height: 9999px;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	right: 0.75em;
	speak: none;
	text-indent: -9999px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1em;
}

ul.sf-menu .sf-sub-indicator:after {
	content: "▼";
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
}

ul.sf-menu ul .sf-sub-indicator:after {
	content: "►";
}

ul.sf-menu a:focus>.sf-sub-indicator,
ul.sf-menu a:hover>.sf-sub-indicator,
ul.sf-menu a:active>.sf-sub-indicator,
ul.sf-menu li:hover>a>.sf-sub-indicator,
ul.sf-menu li.sfHover>a>.sf-sub-indicator,
ul.sf-menu span.nolink:hover>.sf-sub-indicator,
ul.sf-menu li:hover>span.nolink>.sf-sub-indicator,
ul.sf-menu li.sfHover>span.nolink>.sf-sub-indicator {
	opacity: 1;
}

ul.sf-menu.sf-horizontal.sf-shadow ul,
ul.sf-menu.sf-vertical.sf-shadow ul,
ul.sf-menu.sf-navbar.sf-shadow ul ul {
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

ul.sf-menu.sf-shadow ul.sf-shadow-off {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.sf-menu li.sf-multicolumn-column {
	display: inline;
	float: left;
}

ul.sf-menu li.sf-parent-children-1 ul.sf-multicolumn {
	width: 12em;
}

ul.sf-menu li.sf-parent-children-2 ul.sf-multicolumn {
	width: 24em;
}

ul.sf-menu li.sf-parent-children-3 ul.sf-multicolumn {
	width: 36em;
}

ul.sf-menu li.sf-parent-children-4 ul.sf-multicolumn {
	width: 48em;
}

ul.sf-menu li.sf-parent-children-5 ul.sf-multicolumn {
	width: 60em;
}

ul.sf-menu li.sf-parent-children-6 ul.sf-multicolumn {
	width: 72em;
}

ul.sf-menu li.sf-parent-children-7 ul.sf-multicolumn {
	width: 84em;
}

ul.sf-menu li.sf-parent-children-8 ul.sf-multicolumn {
	width: 96em;
}

ul.sf-menu li.sf-parent-children-9 ul.sf-multicolumn {
	width: 108em;
}

ul.sf-menu li.sf-parent-children-10 ul.sf-multicolumn {
	width: 120em;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(1) {
	width: 50%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(1) {
	width: 32.333%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(1) {
	width: 25%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(1) {
	width: 20%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(1) {
	width: 16.665%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(1) {
	width: 14.2855%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(1) {
	width: 14.2855%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(9),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(9):nth-last-child(1) {
	width: 11.111%;
}

ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(10),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(9),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(9):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(10):nth-last-child(1) {
	width: 10%;
}

ul.sf-menu.sf-vertical {
	width: 12em;
}

ul.sf-menu.sf-vertical li {
	width: 100%;
}

ul.sf-menu.sf-vertical li:hover>ul,
ul.sf-menu.sf-vertical li.sfHover>ul {
	left: 12em;
	top: 0;
}

ul.sf-menu.sf-vertical .sf-sub-indicator:after {
	content: "►";
}

ul.sf-menu.sf-navbar {
	position: relative;
}

ul.sf-menu.sf-navbar li {
	position: static;
}

ul.sf-menu.sf-navbar li li {
	position: relative;
}

ul.sf-menu.sf-navbar li ul,
ul.sf-menu.sf-navbar li li li {
	width: 100%;
}

ul.sf-menu.sf-navbar li li {
	width: auto;
	float: left;
}

ul.sf-menu.sf-navbar li li:hover>ul,
ul.sf-menu.sf-navbar li li.sfHover>ul,
ul.sf-menu.sf-navbar>li.active-trail>ul {
	left: 0;
	top: 2.5em;
}

ul.sf-menu.sf-navbar li li li:hover>ul,
ul.sf-menu.sf-navbar li li li.sfHover>ul {
	left: 12em;
	top: 0;
}

ul.sf-menu.sf-navbar ul .sf-sub-indicator:after {
	content: "▼";
}

ul.sf-menu.sf-navbar ul ul .sf-sub-indicator:after {
	content: "►";
}

ul.sf-menu.sf-accordion {
	display: none;
	position: absolute;
}

ul.sf-menu.sf-accordion,
ul.sf-menu.sf-accordion ul,
ul.sf-menu.sf-accordion li {
	float: left;
	width: 100%;
}

ul.sf-menu.sf-accordion ul {
	margin: 0;
	padding: 0;
}

ul.sf-menu.sf-accordion.sf-expanded,
ul.sf-menu.sf-accordion li.sf-expanded>ul {
	left: auto !important;
	position: relative;
	top: auto !important;
}

ul.sf-menu.sf-accordion .sf-sub-indicator:after {
	content: "▼";
}

ul.sf-menu.sf-accordion.sf-accordion-with-buttons .sf-accordion-button:after {
	content: "▼";
	margin: 0 0 0 1em;
}

ul.sf-menu.sf-accordion.sf-accordion-with-buttons li.sf-expanded>.sf-accordion-button:after {
	content: "▲";
}

ul.sf-menu.rtl,
ul.sf-menu.rtl li {
	float: right;
}

ul.sf-menu.rtl li:hover>ul,
ul.sf-menu.rtl li.sfHover>ul {
	left: auto;
	right: 0;
}

ul.sf-menu.rtl li li:hover>ul,
ul.sf-menu.rtl li li.sfHover>ul {
	left: auto;
	right: 12em;
}

ul.sf-menu.rtl ul {
	left: auto;
	right: 0;
}

ul.sf-menu.rtl .sf-sub-indicator {
	left: 0.75em;
	right: auto;
}

ul.sf-menu.rtl.sf-horizontal ul .sf-sub-indicator:after {
	content: "◄";
}

ul.sf-menu.rtl.sf-horizontal.sf-shadow ul,
ul.sf-menu.rtl.sf-vertical.sf-shadow ul,
ul.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
	-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
}

ul.sf-menu.rtl li.sf-multicolumn-column {
	float: right;
}

ul.sf-menu.rtl.sf-vertical li:hover>ul,
ul.sf-menu.rtl.sf-vertical li.sfHover>ul {
	left: auto;
	right: 12em;
}

ul.sf-menu.rtl.sf-vertical .sf-sub-indicator:after {
	content: "◄";
}

ul.sf-menu.rtl.sf-navbar li li {
	float: right;
}

ul.sf-menu.rtl.sf-navbar ul ul .sf-sub-indicator:after {
	content: "◄";
}

ul.sf-menu.rtl.sf-navbar li li:hover>ul,
ul.sf-menu.rtl.sf-navbar li li.sfHover>ul {
	left: auto;
	right: 0;
}

ul.sf-menu.rtl.sf-navbar li li li:hover>ul,
ul.sf-menu.rtl.sf-navbar li li li.sfHover>ul {
	left: auto;
	right: 12em;
}

ul.sf-menu.rtl.sf-accordion.sf-expanded,
ul.sf-menu.rtl.sf-accordion li.sf-expanded>ul {
	right: auto !important;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

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

.text-align-justify {
	text-align: justify;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.fieldgroup {
	padding: 0;
	border-width: 0;
}

.container-inline div,
.container-inline label {
	display: inline-block;
}

.container-inline .details-wrapper {
	display: block;
}

.clearfix:after {
	display: table;
	clear: both;
	content: "";
}

.js details:not([open]) .details-wrapper {
	display: none;
}

.hidden {
	display: none;
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	position: static !important;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
}

.invisible {
	visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
	display: inline;
}

.item-list__comma-list {
	margin: 0;
	padding: 0;
}

.item-list__comma-list li:after {
	content: ", ";
}

.item-list__comma-list li:last-child:after {
	content: "";
}

.js .js-hide {
	display: none;
}

.js-show {
	display: none;
}

.js .js-show {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.position-container {
	position: relative;
}

.progress {
	position: relative;
}

.progress__track {
	min-width: 100px;
	max-width: 100%;
	height: 16px;
	margin-top: 5px;
	border: 1px solid;
	background-color: #fff;
}

.progress__bar {
	width: 3%;
	min-width: 3%;
	max-width: 100%;
	height: 16px;
	background-color: #000;
}

.progress__description,
.progress__percentage {
	overflow: hidden;
	margin-top: 0.2em;
	color: #555;
	font-size: 0.875em;
}

.progress__description {
	float: left;
}

[dir="rtl"] .progress__description {
	float: right;
}

.progress__percentage {
	float: right;
}

[dir="rtl"] .progress__percentage {
	float: left;
}

.progress--small .progress__track {
	height: 7px;
}

.progress--small .progress__bar {
	height: 7px;
	background-size: 20px 20px;
}

.reset-appearance {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.resize-none {
	resize: none;
}

.resize-vertical {
	min-height: 2em;
	resize: vertical;
}

.resize-horizontal {
	max-width: 100%;
	resize: horizontal;
}

.resize-both {
	max-width: 100%;
	min-height: 2em;
	resize: both;
}

table.sticky-header {
	z-index: 500;
	top: 0;
	margin-top: 0;
	background-color: #fff;
}

.system-status-counter__status-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.system-status-counter__status-icon:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: 16px;
}

.system-status-counter__status-icon--error:before {
	background-image: url(../../../../core/misc/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
	background-image: url(../../../../core/misc/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
	background-image: url(../../../../core/misc/icons/73b355/check.svg);
}

.system-status-report-counters__item {
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width:60em) {
	.system-status-report-counters {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.system-status-report-counters__item--half-width {
		width: 49%;
	}

	.system-status-report-counters__item--third-width {
		width: 33%;
	}
}

.system-status-general-info__item {
	margin-top: 1em;
	padding: 0 1em 1em;
	border: 1px solid #ccc;
}

.system-status-general-info__item-title {
	border-bottom: 1px solid #ccc;
}

.tablesort {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 100%;
}

.tablesort--asc {
	background-image: url(../../../../core/misc/icons/787878/twistie-down.svg);
}

.tablesort--desc {
	background-image: url(../../../../core/misc/icons/787878/twistie-up.svg);
}

div.tree-child {
	background: url(../../../../core/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
	background: url(../../../../core/misc/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
	background-position: -65px center;
}

div.tree-child-horizontal {
	background: url(../../../../core/misc/tree.png) no-repeat -11px center;
}

.antibot-message {
	border: 1px solid;
	border-width: 1px 1px 1px 0;
	border-radius: 2px;
	padding: 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 9px 0 10px 8px;
}

.antibot-message-warning {
	background-color: #fdf8ed;
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
	color: #734c00;
	box-shadow: -8px 0 0 #e09600;
}

.antibot-message-error {
	background-color: #fcf4f2;
	color: #a51b00;
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
	box-shadow: -8px 0 0 #e62600;
}

html.js .js-webform-visually-hidden,
html.js .js-webform-visually-hidden[style*="display: none"] {
	display: inline !important;
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}

.js-form-item.js-webform-states-hidden,
.js-form-submit.js-webform-states-hidden,
.js-form-wrapper.js-webform-states-hidden,
.js-webform-text-format-hidden>.js-text-format-wrapper {
	display: none;
}

.form--inline .form-item {
	float: left;
	margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
	float: right;
	margin-right: 0;
	margin-left: 0.5em;
}

.form-item .container-inline {
	margin: 2px 0;
}

.form-checkboxes .form-required:after,
.form-radios .form-required:after {
	display: none;
}

.webform-element--title-inline>label {
	display: inline;
	padding-right: 0.5em;
}

.webform-element--title-inline>div.container-inline {
	display: inline;
}

.form-composite.webform-fieldset--title-inline legend {
	float: left;
	margin: 0.4em 0.5em 0.4em 0;
}

[dir=rtl] .form-composite.webform-fieldset--title-inline legend {
	float: right;
	margin-right: 0;
	margin-left: 0.5em;
}

.form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper>div {
	display: inline;
}

.webform-element--title-inline .form-radios,
.webform-element--title-inline .form-checkboxes {
	display: inline;
}

.webform-submission-form strong.error.form-item--error-message {
	display: block;
}

.webform-readonly input[type="date"],
.webform-readonly input[type="datetime-local"],
.webform-readonly input[type="email"],
.webform-readonly input[type="number"],
.webform-readonly input[type="password"],
.webform-readonly input[type="search"],
.webform-readonly input[type="tel"],
.webform-readonly input[type="text"],
.webform-readonly input[type="time"],
.webform-readonly input[type="url"],
.webform-readonly textarea {
	color: #717171;
	border-color: #bbb;
	background: #ededed;
}

.webform-details-toggle-state-wrapper {
	text-align: right;
}

[dir="rtl"] .webform-details-toggle-state-wrapper {
	text-align: left;
}

.webform-details-toggle-state-wrapper {
	margin-top: 1em;
}

.webform-details-toggle-state-wrapper+details {
	margin-top: 0;
}

.webform-details-toggle-state {
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
	font-size: 1em;
}

.webform-details-toggle-state {
	text-decoration: none;
	color: #337ab7;
}

.webform-details-toggle-state:hover,
.webform-details-toggle-statelink:focus {
	text-decoration: underline;
}

.webform-tabs .webform-details-toggle-state-wrapper {
	float: right;
}

@media screen and (max-width:600px) {
	.webform-tabs .webform-details-toggle-state-wrapper {
		float: none;
	}
}

.messages.messages--info {
	color: #31708f;
	border-color: #0074bd #0074bd #0074bd transparent;
	background-color: #d9edf7;
	background-image: url(../../../../modules/webform/images/icons/info.svg);
	background-repeat: no-repeat;
	background-position: 10px 17px;
	box-shadow: -8px 0 0 #0074bd;
}

[dir="rtl"] .messages.messages--info {
	margin-left: 0;
	border-color: #0074bd transparent #0074bd #0074bd;
	box-shadow: 8px 0 0 #0074bd;
}

.webform-message--close .messages {
	position: relative;
}

.webform-message--close .messages {
	padding-right: 35px;
}

.webform-message--close .webform-message__link {
	display: none;
}

html.js .webform-message--close .webform-message__link {
	position: absolute;
	top: 11px;
	right: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
}

html[dir="rtl"].js .webform-message--close .webform-message__link {
	top: 11px;
	right: inherit;
	left: 10px;
}

.webform-message__link {
	opacity: 0.33;
	color: inherit;
}

.webform-message__link:link {
	text-decoration: none;
	border-bottom: none;
}

.webform-message__link:hover,
.webform-message__link:focus,
.webform-message__link:active {
	text-decoration: none;
	opacity: 1;
	color: inherit;
	border-bottom: none;
}

html.js .js-webform-message--close-storage {
	display: none;
}

/* index bölümü */

.views-align-left {
	text-align: left;
}

.views-align-right {
	text-align: right;
}

.views-align-center {
	text-align: center;
}

.views-view-grid .views-col {
	float: left;
}

.views-view-grid .views-row {
	float: left;
	clear: both;
	width: 100%;
}

.views-display-link+.views-display-link {
	margin-left: 0.5em;
}

.views_slideshow_cycle_no_display,
.views_slideshow_cycle_hidden,
.views_slideshow_cycle_controls,
.views_slideshow_cycle_image_count {
	display: none;
}

.views_slideshow_cycle_pager div a img {
	width: 75px;
	height: 75px;
}

.views_slideshow_pager_numbered div,
.views_slideshow_pager_thumbnails div {
	display: inline;
	padding-left: 10px;
}

.views_slideshow_cycle_pager.thumbnails a.activeSlide img {
	border: 3px solid #000;
}

.views_slideshow_cycle_pager.numbered a.activeSlide {
	text-decoration: underline;
}

/* ek bölümü */

.webform-flex--container .form-inline .form-control {
	width: 100%;
}

.form-composite legend {
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin: 0;
}

.webform-element--title-inline>div {
	display: inline;
}

.webform-element--title-inline .form-control,
.webform-element--title-inline .select-wrapper {
	display: inline;
	width: inherit;
}

.form-composite.webform-fieldset--title-inline legend {
	float: left;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin: 10px 0.5em 10px 0;
}

@media (max-width:768px) {
	.webform-likert-help.hidden {
		display: inline !important;
	}

	.webform-likert-description.hidden {
		display: block !important;
	}
}

html.js .form-type-webform-image-select .select-wrapper:after {
	display: none;
}

@media only screen and (max-width:650px) {
	.webform-confirmation-modal {
		width: 90% !important;
	}
}

.alert a.btn,
.alert a.btn:hover,
.alert a.btn:focus,
.ui-widget-content a.btn {
	color: #fff;
}

.paragraph--unpublished {
	background-color: #fff4f4;
}

/* galeri ek */

.views-align-left {
	text-align: left;
}

.views-align-right {
	text-align: right;
}

.views-align-center {
	text-align: center;
}

.views-view-grid .views-col {
	float: left;
}

.views-view-grid .views-row {
	float: left;
	clear: both;
	width: 100%;
}

.views-display-link+.views-display-link {
	margin-left: 0.5em;
}

.webform-flex--container .form-inline .form-control {
	width: 100%;
}

.form-composite legend {
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin: 0;
}

.webform-element--title-inline>div {
	display: inline;
}

.webform-element--title-inline .form-control,
.webform-element--title-inline .select-wrapper {
	display: inline;
	width: inherit;
}

.form-composite.webform-fieldset--title-inline legend {
	float: left;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin: 10px 0.5em 10px 0;
}

@media (max-width:768px) {
	.webform-likert-help.hidden {
		display: inline !important;
	}

	.webform-likert-description.hidden {
		display: block !important;
	}
}

html.js .form-type-webform-image-select .select-wrapper:after {
	display: none;
}

@media only screen and (max-width:650px) {
	.webform-confirmation-modal {
		width: 90% !important;
	}
}

.alert a.btn,
.alert a.btn:hover,
.alert a.btn:focus,
.ui-widget-content a.btn {
	color: #fff;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
	outline: 0;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxWrapper {}

#cboxContent {
	overflow: hidden;
}

#cboxContent,
.cboxPhoto {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	left: 0;
	color: #535353;
	width: 100%;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxLoadingGraphic {
	background: url(../../../../modules/colorbox/styles/plain/images/loading_animation.gif) no-repeat center center;
}

#cboxClose.cbox-close-plain {
	position: absolute;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.5);
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cbox-close-plain:hover {
	color: rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.8);
}

/* services ek */

.views-align-left {
	text-align: left;
}

.views-align-right {
	text-align: right;
}

.views-align-center {
	text-align: center;
}

.views-view-grid .views-col {
	float: left;
}

.views-view-grid .views-row {
	float: left;
	clear: both;
	width: 100%;
}

.views-display-link+.views-display-link {
	margin-left: 0.5em;
}

.paragraph.paragraph--width--full>.paragraph__column,
.paragraph.paragraph--width--medium>.paragraph__column,
.paragraph.paragraph--width--narrow>.paragraph__column,
.paragraph.paragraph--width--tiny>.paragraph__column,
.paragraph.paragraph--width--wide>.paragraph__column,
.paragraph>.paragraph__column {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.paragraph {
	display: table;
	margin-left: 0;
	margin-right: 0;
	table-layout: fixed;
	width: 100%
}

.paragraph:after,
.paragraph:before {
	content: " ";
	display: table;
	table-layout: fixed
}

.paragraph:after {
	clear: both
}

.paragraph>.paragraph__column {
	padding-bottom: 30px
}

.paragraph--type--bp-carousel .paragraph:last-of-type>.paragraph__column,
.paragraph--type--bp-columns .paragraph:last-of-type>.paragraph__column,
.paragraph--type--bp-columns-three-uneven .paragraph:last-of-type>.paragraph__column,
.paragraph--type--bp-columns-two-uneven .paragraph:last-of-type>.paragraph__column,
.paragraph--type--bp-tabs .paragraph:last-of-type>.paragraph__column {
	padding-bottom: 0
}

@media (min-width:768px) {
	.paragraph>.paragraph__column {
		float: left;
		width: 100%
	}

	.paragraph.paragraph--width--tiny>.paragraph__column {
		float: left;
		width: 33.33333333%;
		margin-left: 33.33333333%
	}

	.paragraph.paragraph--width--narrow>.paragraph__column {
		float: left;
		width: 50%;
		margin-left: 25%
	}

	.paragraph.paragraph--width--medium>.paragraph__column {
		float: left;
		width: 66.66666667%;
		margin-left: 16.66666667%
	}

	.paragraph.paragraph--width--wide>.paragraph__column {
		float: left;
		width: 83.33333333%;
		margin-left: 8.33333333%
	}

	.paragraph.paragraph--width--full>.paragraph__column {
		float: left;
		width: 100%
	}
}

.paragraph .paragraph,
.paragraph .paragraph .paragraph {
	margin-left: 0;
	margin-right: 0
}

.paragraph>.paragraph__column .paragraph>.paragraph__column,
.paragraph>.paragraph__column .paragraph>.paragraph__column .paragraph>.paragraph__column {
	float: none;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto
}

.paragraph.paragraph--type--bp-columns-three-uneven>.paragraph__column,
.paragraph.paragraph--type--bp-columns-two-uneven>.paragraph__column,
.paragraph.paragraph--type--bp-columns>.paragraph__column {
	padding-left: 0;
	padding-right: 0
}

.paragraph--type--bp-columns__1col .paragraph.paragraph--width--full>.paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--medium>.paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--narrow>.paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--tiny>.paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--wide>.paragraph__column,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__1col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
		float: left;
		width: 16.66666667%
	}

	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col {
		float: left;
		width: 20%
	}

	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col {
		float: left;
		width: 25%
	}

	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
		float: left;
		width: 33.33333333%
	}

	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
		float: left;
		width: 50%
	}

	.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__1col {
		float: left;
		width: 100%
	}

	.paragraph--type--bp-columns__1col .paragraph.paragraph--width--tiny>.paragraph__column {
		float: left;
		width: 33.33333333%;
		margin-left: 33.33333333%
	}

	.paragraph--type--bp-columns__1col .paragraph.paragraph--width--narrow>.paragraph__column {
		float: left;
		width: 50%;
		margin-left: 25%
	}

	.paragraph--type--bp-columns__1col .paragraph.paragraph--width--medium>.paragraph__column {
		float: left;
		width: 66.66666667%;
		margin-left: 16.66666667%
	}

	.paragraph--type--bp-columns__1col .paragraph.paragraph--width--wide>.paragraph__column {
		float: left;
		width: 83.33333333%;
		margin-left: 8.33333333%
	}

	.paragraph--type--bp-columns__1col .paragraph.paragraph--width--full>.paragraph__column {
		float: left;
		width: 100%
	}
}

.paragraph.paragraph--color>.paragraph__column {
	padding-top: 30px;
	padding-bottom: 30px
}

.paragraph.paragraph--color+.paragraph>.paragraph__column {
	padding-top: 30px
}

.paragraph--color--rgba-blue-light {
	background: rgba(3, 169, 244, .3)
}

.paragraph--color--rgba-red-light {
	background: rgba(244, 67, 54, .3)
}

.paragraph--color--rgba-pink-light {
	background: rgba(233, 30, 99, .3)
}

.paragraph--color--rgba-purple-light {
	background: rgba(156, 39, 176, .3)
}

.paragraph--color--rgba-indigo-light {
	background: rgba(63, 81, 181, .3)
}

.paragraph--color--rgba-cyan-light {
	background: rgba(0, 188, 212, .3)
}

.paragraph--color--rgba-teal-light {
	background: rgba(0, 150, 136, .3)
}

.paragraph--color--rgba-green-light {
	background: rgba(76, 175, 80, .3)
}

.paragraph--color--rgba-lime-light {
	background: rgba(205, 220, 57, .3)
}

.paragraph--color--rgba-yellow-light {
	background: rgba(255, 235, 59, .3)
}

.paragraph--color--rgba-orange-light {
	background: rgba(255, 152, 0, .3)
}

.paragraph--color--rgba-brown-light {
	background: rgba(121, 85, 72, .3)
}

.paragraph--color--rgba-grey-light {
	background: rgba(158, 158, 158, .3)
}

.paragraph--color--rgba-bluegrey-light {
	background: rgba(96, 125, 139, .3)
}

.paragraph--color--rgba-black-light {
	background: rgba(0, 0, 0, .3)
}

.paragraph--color--rgba-stylish-light {
	background: rgba(62, 69, 81, .3)
}

.paragraph--color--rgba-white-light {
	background: rgba(255, 255, 255, .3)
}

.paragraph--color--rgba-blue-strong {
	background: rgba(3, 169, 244, .7)
}

.paragraph--color--rgba-red-strong {
	background: rgba(244, 67, 54, .7)
}

.paragraph--color--rgba-pink-strong {
	background: rgba(233, 30, 99, .7)
}

.paragraph--color--rgba-purple-strong {
	background: rgba(156, 39, 176, .7)
}

.paragraph--color--rgba-indigo-strong {
	background: rgba(63, 81, 181, .7)
}

.paragraph--color--rgba-cyan-strong {
	background: rgba(0, 188, 212, .7)
}

.paragraph--color--rgba-teal-strong {
	background: rgba(0, 150, 136, .7)
}

.paragraph--color--rgba-green-strong {
	background: rgba(76, 175, 80, .7)
}

.paragraph--color--rgba-lime-strong {
	background: rgba(205, 220, 57, .7)
}

.paragraph--color--rgba-yellow-strong {
	background: rgba(255, 235, 59, .7)
}

.paragraph--color--rgba-orange-strong {
	background: rgba(255, 152, 0, .7)
}

.paragraph--color--rgba-brown-strong {
	background: rgba(121, 85, 72, .7)
}

.paragraph--color--rgba-grey-strong {
	background: rgba(158, 158, 158, .7)
}

.paragraph--color--rgba-bluegrey-strong {
	background: rgba(96, 125, 139, .7)
}

.paragraph--color--rgba-black-strong {
	background: rgba(0, 0, 0, .7)
}

.paragraph--color--rgba-stylish-strong {
	background: rgba(62, 69, 81, .7)
}

.paragraph--color--rgba-white-strong {
	background: rgba(255, 255, 255, .7)
}

.paragraph--color--rgba-blue-slight {
	background: rgba(3, 169, 244, .1)
}

.paragraph--color--rgba-red-slight {
	background: rgba(244, 67, 54, .1)
}

.paragraph--color--rgba-pink-slight {
	background: rgba(233, 30, 99, .1)
}

.paragraph--color--rgba-purple-slight {
	background: rgba(156, 39, 176, .1)
}

.paragraph--color--rgba-indigo-slight {
	background: rgba(63, 81, 181, .1)
}

.paragraph--color--rgba-cyan-slight {
	background: rgba(0, 188, 212, .1)
}

.paragraph--color--rgba-teal-slight {
	background: rgba(0, 150, 136, .1)
}

.paragraph--color--rgba-green-slight {
	background: rgba(76, 175, 80, .1)
}

.paragraph--color--rgba-lime-slight {
	background: rgba(205, 220, 57, .1)
}

.paragraph--color--rgba-yellow-slight {
	background: rgba(255, 235, 59, .1)
}

.paragraph--color--rgba-orange-slight {
	background: rgba(255, 152, 0, .1)
}

.paragraph--color--rgba-brown-slight {
	background: rgba(121, 85, 72, .1)
}

.paragraph--color--rgba-grey-slight {
	background: rgba(158, 158, 158, .1)
}

.paragraph--color--rgba-bluegrey-slight {
	background: rgba(96, 125, 139, .1)
}

.paragraph--color--rgba-black-slight {
	background: rgba(0, 0, 0, .1)
}

.paragraph--color--rgba-stylish-slight {
	background: rgba(62, 69, 81, .1)
}

.paragraph--color--rgba-white-slight {
	background: rgba(255, 255, 255, .1)
}

.paragraph--color--danger,
.paragraph--color--info,
.paragraph--color--primary,
.paragraph--color--secondary,
.paragraph--color--success,
.paragraph--color--transparent,
.paragraph--color--warning {
	background: 0 0
}

