@charset "utf-8";/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

/* Fix for Firefox where the elements go out of the page in edition mode */
.edit.item-page fieldset,
#item-form fieldset {
	/*display: table-cell;
	min-width: auto;*/
}

/* For elements to get the correct size */
#workspaceck *, #popup_editionck *, #menuck *, .pagebuilderck * {
	box-sizing: border-box;
}

#workspaceck .inner:before, .pagebuilderck .inner:before {
	border-radius: inherit;
}

/* For equal heights */
.blockck > .inner {
	/*height: 100%;*/
	box-sizing: border-box;
	flex: 1 1 auto;
	/*overflow: hidden;*/ /* fix for IE, to remove unwanted space */
}

.pagebuilderck {
	/*overflow-x: hidden;*/  /* do not use, causes scroll bar to appear : fix for animation that are outside the screen */
}

.pagebuilderck img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.workspaceck.ckresponsiveactive:not([ckresponsiverange="5"]) .rowck > .inner,
.rowck.ckadvancedlayout > .inner,
.rowck > .inner {
	flex-wrap: wrap;
}

/* ---------------------------------------
	Responsive design code
	Needed for V1 B/C
-----------------------------------------*/

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

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidephone {
		display: none !important;
	}

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .blockck[class*="span"] {
		display: block;
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.rowck.row-fluid:not([class*="ckstack"]) > .inner {
		display: block !important;
	}

}

@media screen and (min-width: 525px) {
	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidedesktop {
		display: none !important;
	}
}

.pagebuilderck {
	clear: both;
}

.pagebuilderck img, .workspaceck img {
	max-width: 100%;
	height: auto;
}

.blockck {
	display: flex;
	flex-direction: column;
	float: left;
	min-height: 1px; /* needed else the empty blocks will not take place */
}

.rowck > .inner {
	display: flex;
}

.rowck > .inner:before,
.rowck > .inner:after {
	display: none;;
}

/*------------- default width for columns (from bootstrap) ------------------*/
.pagebuilderck .row-fluid {
	width: 100%;
	*zoom: 1;
}

.pagebuilderck .row-fluid:before,
.pagebuilderck .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.pagebuilderck .row-fluid:after {
  clear: both;
}

.pagebuilderck .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pagebuilderck .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.pagebuilderck .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.pagebuilderck .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.pagebuilderck .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.pagebuilderck .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.pagebuilderck .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.pagebuilderck .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.pagebuilderck .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.pagebuilderck .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.pagebuilderck .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.pagebuilderck .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.pagebuilderck .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.pagebuilderck .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.pagebuilderck .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/*------------- default jquery ui styles ------------------*/
.cktype .ui-helper-clearfix::before, .cktype .ui-helper-clearfix::after {
	border-collapse: collapse;
	content: "";
	display: table;
}
.cktype .ui-helper-clearfix::after {
	clear: both;
}

/*------------- styles for accordion ------------------*/
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header {
	background: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -4px;
	margin-left: 5px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-e {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-s {
	height: 0;
	width: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
}

.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header svg {
	vertical-align: middle;
}

/*------------- styles for tabs ------------------*/
.cktype .ui-tabs {
	border: none;
	background: none;
	border-radius: 0;
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.cktype .ui-tabs::after {
	display: block;
	content: "";
	clear: both;
}
.cktype .ui-tabs .ui-tabs-nav {
	border: none;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav {
	float: left;
	width: 200px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav ~ .tabck {
	margin-left: 200px;
}
.cktype .ui-tabs .ui-tabs-nav li {
	background: #fff;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li {
	float: none;
	border-bottom-width: 1px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li > a {
	display: block;
	float: none;
}

.cktype .ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #eee;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
}
.cktype .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	/*float: left;*/
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	cursor: pointer;
}
.cktype .ui-tabs:not(.vertical_tabsck) .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.cktype .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.cktype .ui-tabs .ui-tabs-panel {
	background: #fff;
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav li svg {
	vertical-align: middle;
}

/*------------- styles for button ------------------*/

.cktype > a.buttonck {
	display: inline-block;
	cursor: pointer;
}
/*------------- styles for message ------------------*/
.messageck > div {
	display: inline-block;
}

.alertck {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alertck,
.alertck .messageck_title {
	color: #c09853;
}
.alertck .messageck_title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.alertck p {
	padding: 5px 0;
	margin: 0;
}
.alertck .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alertck-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alertck-success .messageck_title {
	color: #468847;
}
.alertck-danger,
.alertck-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alertck-danger .messageck_title,
.alertck-error .messageck_title {
	color: #b94a48;
}
.alertck-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alertck-info .messageck_title {
	color: #3a87ad;
}

/*------------- styles for separator ------------------*/

.separatorck {
	overflow: hidden;
	text-align: center;
	padding: 10px;
	color: #000;
}
.separatorck .separatorck_before,
.separatorck .separatorck_after {
	background-color: #000;
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.separatorck .separatorck_before {
	right: 0.5em;
	margin-left: -50%;
}
.separatorck .separatorck_after {
	left: 0.5em;
	margin-right: -50%;
}

/*------------- best compatibility for image effect CK ------------------*/

.imageck figure.imageeffectck {
	/*display: block;
	margin: 0;*/
}

/*------------- styles for video and other iframes ------------------*/
.videock, .iframeck, .embedck {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	max-width: 100%;
	display: inline-block;
}

.videock iframe, .videock video,
.iframeck iframe, .embedck embed {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	object-fit: cover;
}

.videock video {
	object-fit: contain; /* avoid the video to be totally outside in fullscreen mode */
}

.videockbackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover; 
}

.hasvideockbackground {
	z-index: 0;
}

.pagebuilderck [data-type="icontext"] > .inner,
.pagebuilderck [data-layout] > .inner {
	display: flex;
	flex-direction: column;
}

.pagebuilderck [data-type="button"][data-layout] > .inner {
	display: inline-flex;
}

/*.pagebuilderck [data-type="icontext"] .iconck,*/
.pagebuilderck [data-layout="left"] .iconck,
.pagebuilderck [data-layout="right"] .iconck {
	align-self: center;
}

.pagebuilderck [data-layout] .titleck {
	flex: 1 1 auto;
}

.pagebuilderck [data-type="icontext"][data-layout="bottom"] > .inner,
.pagebuilderck [data-layout="bottom"] > .inner {
	flex-direction: column-reverse;
}

.pagebuilderck [data-type="icontext"][data-layout="left"] > .inner,
.pagebuilderck [data-layout="left"] > .inner {
	flex-direction: row;
}

.pagebuilderck [data-type="icontext"][data-layout="right"] > .inner,
.pagebuilderck [data-layout="right"] > .inner {
	flex-direction: row-reverse;
}

/* for shape divider */
.pbck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.pbck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.pbck-divider-container.pbck-divider-top {
	top: -1px;
}

.pbck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.pbck-divider-container.pbck-divider-over {
	z-index: 1;
}

.pbck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.valign-items {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.valign-items > .cktype.valignitem-bottom {
	margin-top: auto;
}

.valign-items > .cktype.valignitem-center {
	margin-top: auto;
	margin-bottom: auto;
}

.ckcustomcssfield {
	display: none;
}

.rowck > .inner {
	margin: auto;
}

/** for content type layout **/
.pagebuilderck div[class*="-group"].inner {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.pagebuilderck div[class*="-group"][data-align="horizontal"].inner,
.pagebuilderck [data-align="horizontal"] {
	flex-direction: row;
}

/** for columns space between **/
[data-columns-space-between="1"] > .inner,
.rowck > .inner {
	justify-content: space-between;
}

[data-columns-space-between="0"] > .inner {
	justify-content: normal;
}

.pbck-has-link-wrap {
	position: relative;
}

a.pbck-link-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: transparent;
	color: transparent;
	text-indent: -999em;
}

a.pbck-link-wrap[data-custom-text="1"] {
	color: inherit;
	text-indent: inherit;
}

a.pbck-link-wrap[data-link-icon="1"]:hover::after,
.ckfakehover:hover > a.pbck-link-wrap[data-link-icon="1"]::after {
	display: block;
	content: "\f0c1";
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: inherit;
	text-align: center;
	transform: translate(0, -50%);
	font-family: FontAwesome;
	cursor: pointer;
}

.pagebuilderck audio {
	min-height: 54px;
}

.messageck button.close {
	padding: 3px;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.messageck button.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pagebuilderck .videock {
	position: relative;
	background: #000;
}

.pagebuilderck .videock-youtube-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 100%;
	left: 0;
}

.pagebuilderck .videock i-frame:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 70px;
	background: rgba(0,0,0, 0.7);
	border-radius: 50% / 15%;
	pointer-events: none;
}

.pagebuilderck .videock:hover i-frame:before {
	background: red;
}

.pagebuilderck .videock i-frame:after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 0;
	pointer-events: none;
}

.cktype[data-type="faq"] [data-accordion="1"] .faqck-heading {
	cursor: pointer;
}

.pagebuilderck [data-type="icontext"] .contentck {
	flex: 1 1;
}

.pbck-divider-container svg {
	max-width: none;
}

.separatorck[data-text="0"] .separatorck_after, .separatorck[data-text="0"] .separatorck_text {
	display: none;
}
.separatorck[data-text="0"] .separatorck_before {
	width: 100%;
	margin-left: initial;
	position: static;
}

.pagebuilderck:not(.workspaceck) .faqsck[data-display="accordion"] .faqck-heading + div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.faqsck[data-display="accordion"] .faqck-heading {
	cursor: pointer;
}

.noanimationck {
	transition: none !important;
}

.moduleck svg.moduleck_icon,
.pageck svg.pageck_icon {
	max-width: 30px;
	max-height: 30px;
	fill: rgba(0,0,0,0.3);
	float: left;
	margin-right: 10px;
}

.workspaceck .moduleck,
.workspaceck .pageck {
	border: 4px solid rgba(0,0,0,0.3);
	border-radius: 8px;
	padding: 10px;
	margin: 3px;
	display: flex;
	align-items: center;
}

.moduleck_content {
	display: flex;
}

.modulerow_title,
.pagerow_title {
	margin-right: 10px;
	display: inline-block;
}

.cktype[data-type="list"][data-orientation="horizontal"] .pbck_list_item,
.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	display: inline-block;
}

.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	min-width: 60%; /* used to avoid the items to align horizontally in the same row of the column */
}

.cktype[data-type="list"][data-orientation="horizontal"] .pbck_list_item_text,
.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item_text {
	display: inline-block;
}

.pbckicon {
	line-height: 1;
}

.pbckicon > svg {
	vertical-align: middle;
}

.pbck_list_item {
	display: flex;
}
.pbck_list_item .iconck {
	flex: 0 0 auto;
}

/* for social icons */
a.pbck_social_icon {
	text-decoration: none;
}

a.pbck_social_icon:before {
	display: none;
}

.pbck_social_icons {
	display: flex;
}

[data-type="heading"][data-align] > .inner {
	display: flex;
}

[data-type="heading"][data-align="left"] > .inner {
	justify-content: left;
}

[data-type="heading"][data-align="center"] > .inner {
	justify-content: center;
}

[data-type="heading"][data-align="right"] > .inner {
	justify-content: right;
}

[data-type="heading"][data-align] > .inner .titleck {
	flex: 0 1 auto;
}

/* for accessibility */
.pbck-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.pbck-fit-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.buttontextck {
	flex: 1;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url(/components/com_pagebuilderck/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/components/com_pagebuilderck/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*** compatibilite beez en position-12 ***/
#top {overflow: visible !important; }


/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a.camera-link,.camera_wrap a.camera-link:hover {
	background: url(/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}

.camera_wrap a.camera-button {
	display: inline-block;
}

.camera_wrap a,.camera_wrap a:hover, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	/*float: left;*/
	position: relative;
	z-index: 0;
	max-width: 100%;
	box-sizing: content-box;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	/*width: 100%;*/
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent video {
	background: #000;
	height:100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
        background: url(/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}
.camera_loader {
    background: #fff url(/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.camera_caption > div {
	padding: 10px 20px;
	height:100%;
}
.camera_caption_title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	/*visibility: hidden;*/
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	height: auto !important;
	height: 28px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
        float: none !important;
        float:left;/*overflow:hidden;*/
	height: 16px;
	margin: 20px 5px;
	position: relative;
	/*text-align: left;*/
	text-indent: 9999px;
	width: 16px;
	overflow: visible !important;
	padding: 0;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
	box-sizing: border-box;
}
.camera_pag_ul .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}

.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline-block;
	margin: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid #000;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(/modules/mod_slideshowck/themes/default/images/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}


.camera_thumbs_cont .cameraContent {
	display: block;
	pointer-events: none;
	opacity: 1;
	transition: 0.2s;
}

.camera_thumbs_cont .camera_caption_title {
	font-weight: normal;
	font-size: 0.8em;
}

.camera_thumbs_cont ul li {
	position: relative;
}

.camera_thumbs_cont ul li:hover .cameraContent {
	opacity: 0;
}

.camera_thumbs_cont .camera_caption > div {
	background: rgba(0, 0, 0, 0.5);
}
/*	mediaboxAdvanced Black theme	*/
/*	version 2.1 - August 2010		*/
/*	for mediaboxAdvanced v.1.3.1	*/

/*	Overlay background styling	*/

#mbOverlay, .mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	cursor: pointer;
}

.mbOverlay {
	cursor: auto;
	background: rgba(0,0,0, 0.7);
}

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbContainer {
	overflow: hidden;
}
		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	max-height: 100vh; /* for fullwidth responsive */
	/*background-color: #1a1a1a;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
        behavior: url(plugins/system/mediabox_CK/PIE.htc);*/
}

#mbCenter.mbLoading {
	background: url(/plugins/system/mediabox_ck/assets/images/loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage, #mbMedia {
	position: relative;
	left: 0;
	top: 0;
	box-sizing : content-box !important;
	/*height: 100%;*/
		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px; 
}

		/* for iframe and object to be responsive */
#mbMedia > iframe, #mbMedia > object, #mbMedia > img, #mbMedia > video, #mbMedia > audio {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	/*color: #999;*/
	text-align: left;
	padding: 0 10px 10px;
	z-index: 1;
	position: relative;
}

#mbBottom.mbBottomBig,
#mbToolbar.mbToolbarBig {
	min-height: 40px;
	font-size: 15px;
}

#mbBottom.mbBottomBig svg,
#mbToolbar.mbToolbarBig svg {
	height: 24px;
	width: 24px;
}

#mbBottom.mbBottomBig #mbZoomBar big,
#mbToolbar.mbToolbarBig #mbZoomBar big {
	line-height: 28px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomMinus, #mbZoomPlus {
	display: inline;
	/*color: #fff;*/
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbToolbar #mbShareLink {
	order: 0;
}

#mbToolbar #mbCloseLink {
	order: 5;
}

#mbToolbar #mbPrevLink {
	order: 1;
}

#mbToolbar #mbNextLink {
	order: 3;
}

#mbToolbar #mbPlayLink, #mbToolbar #mbPauseLink {
	order: 2;
}

#mbToolbar #mbZoomBar {
	order: 4;
}

#mbNumber {
	display: inline;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomBar, #mbShareLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b, #mbPlayLink b, #mbPauseLink b, #mbZoomMinus b, #mbZoomPlus b {
	/*color: #eee;*/
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbPlayLink big, #mbPauseLink big, #mbZoomMinus big, #mbZoomPlus big {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom.mbBottomBig #mbPrevLink big, 
#mbBottom.mbBottomBig #mbNextLink big, 
#mbBottom.mbBottomBig #mbCloseLink big, 
#mbBottom.mbBottomBig #mbPlayLink big, 
#mbBottom.mbBottomBig #mbPauseLink big, 
#mbBottom.mbBottomBig #mbZoomMinus big, 
#mbBottom.mbBottomBig #mbZoomPlus big {
	font-size: 24px;
	line-height: 25px;
}


#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	/*color: #ddd;*/
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	/*color: #fff;*/
}


		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/**
*  Mobile behavior for touch device
*/

#mbCenter.mediaboxckmobile {
	width: auto !important;
	height: 100% !important;
	bottom: 0 !important;
	height: auto !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0 !important;
}
#mbCenter.mediaboxckmobile iframe {
	height: 100% !important;
	position: absolute;
	width: 100% !important;
	left: 0;
	top: 0;
}

#mbCenter.mediaboxckmobile #mbContainer {
	height: calc(100% - 51px) !important;
}

#mbCenter.mediaboxckmobile #mbMedia {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	text-align: left; /* important for mobile touch behavior */
	/*position: fixed !important;*/
	-webkit-overflow-scrolling: touch;
  	overflow-y: auto;
}

#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}
#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}

#mbCenter #mbMedia img.zoomingck {
	max-width: none !important;
	max-height: none !important;
}

#mbCenter.mediaboxckmobile #mbBottom {
	background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;
}

#mbCenter.mediaboxckmobile #mbBottom:after {
	content: "";
	display: block;
	clear: both;
}

#mbCenter.mediaboxckmobile #mbCloseLink, #mbCenter.mediaboxckmobile #mbNextLink, #mbCenter.mediaboxckmobile #mbPrevLink, #mbCenter.mediaboxckmobile #mbPlayLink, #mbCenter.mediaboxckmobile #mbPauseLink {
	text-align: center;
	height: 50px;
	width: 50px;
}

#mbCenter.mediaboxckmobile #mbPrevLink big, #mbCenter.mediaboxckmobile #mbNextLink big, #mbCenter.mediaboxckmobile #mbCloseLink big, #mbCenter.mediaboxckmobile #mbPlayLink big, #mbCenter.mediaboxckmobile #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	font-size: 2.5em;
	line-height: 1.5em;
}

#mbCenter.mediaboxckmobile #mbTitle {

}

#mbCenter.mediaboxckmobile #mbNumber {
	display: block;
}

#mbCenter.mediaboxckmobile #mbCaption {
	display: none;
}

/** gallery effect **/
a.mediaboxck_link figure.mediaboxck {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

a.mediaboxck_link {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	min-width: 120px;
}

.mediaboxck img {
	object-fit: cover;
	width:100%;
	min-height:100%;
}

figure.mediaboxck {
	margin: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: "";
	transition: all ease 0.4s;
	background: rgba(0,0,0, 0.7) center center no-repeat;
	opacity: 0;
	margin-left: 0;
	top: 0;
	left: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):hover:after {
	opacity: 1;
	margin-left: 0;
	background: rgba(0,0,0, 0.7) url(/plugins/system/mediabox_ck/assets/images/icon_zoom.png) center center no-repeat;
}

/** Toolbar styles **/
#mbToolbar {
	height: 30px;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	transform: translate(-50%,5px);
	display: flex;
}

#mbToolbar a {
	display: inline-block;
	margin: 0;
	height: 20px;
	text-align: center;
	font-size: 1em;
	min-width: 30px;
}

#mbToolbar svg,
#mbBottom svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	display: block;
	margin: 2px auto;
}

#mbToolbar big {
	font-size: 1em;
	line-height: 1em;
}

#mbToolbar.mediaboxckmobile {
	font-size: 30px;
	height: 35px;
	width: 250px;
	margin-left: -135px;
	position: fixed;
	top: 0 !important;
}

#mbPieLoader {
	background: transparent;
	bottom: 2px;
	left: 5%;
	height: 5px;
	position: absolute;
	width: 90%;
}

#mbPieLoaderBar {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	position: absolute;
	width: 0%;
	box-shadow: rgba(255,255,255,0.3) 0 0 10px inset;
}

/* IE compatibility for the gallery */
.mediaboxckie {
	background-repeat: no-repeat;
	background-size: cover;
}

.mediaboxckie > div {
	background-size: cover;
	background-position: center;
	height: 100%;
}

#mbZoomBar {
	/*background: rgba(0,0,0, 0.8);*/
	border-radius: 2px;
	display: flex;
}

#mbZoomBar big {
	display: block;
	line-height: 18px;
}

#mbZoomBar a, #mbZoomBar a:hover {
	text-decoration: none;
}

#mbZoomMinus big, #mbZoomPlus big {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	background: rgba(255,255,255, 0.015);
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.1);
	margin: 1px;
	line-height: 18px;
	display: block;
	line-height: 14px;
}

#mbBottom.mbBottomBig #mbZoomMinus big, #mbBottom.mbBottomBig #mbZoomPlus big {
	height: 30px;
	line-height: 25px;
}

#mbZoomPlus big {
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.1);
}

#mbZoomMinus big:hover, #mbZoomPlus big:hover {
	background: rgba(255,255,255, 0.15);
}

#mbZoomValue {
	padding: 0 5px;
	width: 50px;
	display: inline-block;
	text-align: center;
}

#mbMedia.mbZooming {
	overflow: hidden;
}

.mediaboxckmobile #mbZoomBar {
	display: none !important;
}


/**
*  Fullwith behavior
*/

#mbCenter.mediaboxckfullwidth {
	left: 30px !important;
	top: 30px !important;
	right: 30px !important;
	bottom: 30px !important;
	width: auto !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	display: flex;
	flex-direction: column;
}
#mbCenter.mediaboxckfullwidth iframe {
	height: 100% !important;
	/* position: absolute; */
	width: 100% !important;
	/* left: 0; */
	/* top: 0; */
}

#mbCenter.mediaboxckfullwidth #mbContainer {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#mbCenter.mediaboxckfullwidth #mbMedia {
	/* width: 100% !important; */
	/* height: 100% !important; */
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	flex: 1 1 auto;
	width: auto !important;
}

#mbCenter.mediaboxckfullwidth #mbBottom {
	/*background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;*/
	width: auto !important;
}

#mbCenter.mediaboxckfullwidth #mbBottom:after {
	/*content: "";
	display: block;
	clear: both;*/
}

#mbCenter.mediaboxckfullwidth #mbCloseLink, #mbCenter.mediaboxckfullwidth #mbNextLink, #mbCenter.mediaboxckfullwidth #mbPrevLink, #mbCenter.mediaboxckfullwidth #mbPlayLink, #mbCenter.mediaboxckfullwidth #mbPauseLink {
	/*text-align: center;
	height: 50px;
	width: 50px;*/
}

#mbCenter.mediaboxckfullwidth #mbPrevLink big, #mbCenter.mediaboxckfullwidth #mbNextLink big, #mbCenter.mediaboxckfullwidth #mbCloseLink big, #mbCenter.mediaboxckfullwidth #mbPlayLink big, #mbCenter.mediaboxckfullwidth #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	/*font-size: 2.5em;
	line-height: 1.5em;*/
}

#mbCenter.mediaboxckfullwidth #mbTitle {

}

#mbCenter.mediaboxckfullwidth #mbNumber {
	/*display: block;*/
}

#mbCenter.mediaboxckfullwidth #mbCaption {
	/*display: none;*/
}

.mediaboxck_cont[data-align="center"] {
	text-align: center;
}

#mbBottom a[data-state="0"] {
	opacity: 0.3;
	pointer-events: none;
}

/** for navigation **/
.mediaboxck_cont_inner {
	position: relative;
}

.mediaboxck-navigation-prev,
.mediaboxck-navigation-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mediaboxck-navigation-prev {
	left: 0;
}

.mediaboxck-navigation-next {
	right: 0;
}

.mediaboxck-navigation-prev:after,
.mediaboxck-navigation-next:after {
	display: block;
	content: "❯";
	padding: 15px 20px;
	border-radius: 3px;
	background: rgba(0,0,0, 0.1);
	color: #000;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease;
}

.mediaboxck-navigation-prev:after {
	content: "❮";
}

.mediaboxck-navigation-prev:hover:after,
.mediaboxck-navigation-next:hover:after {
	background: rgba(0,0,0, 0.2);
}

.mediaboxck_cont_inner:hover .mediaboxck-navigation-prev:after,
.mediaboxck_cont_inner:hover .mediaboxck-navigation-next:after {
	opacity: 1;
}


/*-----------------------------------*/

.mediaboxck-pagination {
	margin: 10px;
}

.mediaboxck-pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mediaboxck-pagination ul > li {
	display: inline;
}

.mediaboxck-pagination ul > li > a:hover, 
.mediaboxck-pagination ul > li > a:focus, 
.mediaboxck-pagination ul > .active > a, 
.mediaboxck-pagination ul > .active > span {
	background-color: #f5f5f5;
}

.mediaboxck-pagination ul > li > a, .mediaboxck-pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:last-child > a, .mediaboxck-pagination ul > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mediaboxck-pagination ul > .active > a, .mediaboxck-pagination ul > .active > span {
	color: #999;
	cursor: default;
}

/*---------------- Theme 1 ----------------*/

#mbCenter.theme1 {
	background: none !important;
	box-shadow: none !important;
}

#mbCenter.theme1 *,
#mbToolbar.theme1 * {
	box-sizing: border-box;
}

.theme1 #mbCloseLink {
	
}

.theme1 #mbNextLink, .theme1 #mbPrevLink {
	position: fixed;
	right: 10px;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
}

.theme1 #mbNextLink:hover, .theme1 #mbPrevLink:hover,
.theme1 #mbCloseLink:hover, .theme1 #mbPlayLink:hover, .theme1 #mbPauseLink:hover,
.theme1 #mbShareLink:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbPrevLink {
	right: auto;
	left: 10px;
}

.theme1 #mbZoomBar:not(:empty) {
	background: rgba(0,0,0,0.2);
	display: flex;
	position: fixed;
	top: 0;
	left: 50%;
	height: 60px;
	width: 300px;
	margin: 0 0 0 -150px;
}

@media screen and (max-width: 680px) {
	.theme1 #mbZoomBar {
		left: 0;
	}
}

@media screen and (max-width: 500px) {
	.theme1 #mbZoomBar {
		top: 60px;
		width: 100%;
	}
}

.theme1 #mbBottom a[data-state="0"] {
	display: none;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 60px;
	padding: 20px;
}

.theme1 #mbCloseLink,
.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink {
	position: fixed;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.theme1 #mbBottom a:hover, .theme1 #mbBottom a:active {
	text-decoration: none;
}

.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink {
	right: 60px;
}

.theme1 #mbShareLink ~ #mbPlayLink,
.theme1 #mbShareLink ~ #mbPauseLink {
	right: 120px;
}

#mbShareLink big {
	vertical-align: top;
}

#mbToolbar.theme1 {
	background: none;
	box-shadow: none;
	margin: 0 0 0 -150px;
	height: 60px;
	width: 300px;
	padding: 0;
	transform: none;
}

.theme1 #mbPieLoaderBar {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.1);
	width: 60px;
	height: 60px;
	padding: 20px;
	margin: 0;
	border: none;
	line-height: 1;
	text-align: center;
}

.theme1 #mbZoomMinus big:hover, .theme1 #mbZoomPlus big:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbZoomBar a {
	width: auto;
}

.theme1 #mbZoomValue big {
	line-height: 35px;
}

.theme1 a#mbZoomValue {
	width: calc(100% - 120px);
	padding: 10px;
}

.theme1 #mbZoomValue {
	text-decoration: none;
}

.theme1 #mbZoomValue:hover {
	text-decoration: underline;
}

.theme1 #mbNumber {
	position: absolute;
	right: 0;
	top: 0;
}

#mediaboxckShareBox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	width: 600px;
	min-height: 300px;
	background: #fff;
	transform: translate(-50%,-50%);
	border-radius: 4px;
	padding: 40px 20px;
	max-width: 90%;
}

#mediaboxckShareBox p {
	text-align: center;
}

#mediaboxckShareBox input {
	margin: 10px;
	width: calc(100% - 20px);
	border: 1px solid #eee;
	padding: 5px;
	box-shadow: none;
}

#mediaboxckShareBox .mbShareButton {
	width: 100px;
	background: cadetblue;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica,Arial;
	font-size: 14px;
	font-weight: normal;
}

#mediaboxckShareBox .mbShareButton:hover {
	opacity: 0.8;
}

#mediaboxckShareBox .mbShareButton * {
	display: block;
}

#mediaboxckShareBox .mbShareButton svg {
	width: 25px;
	margin: auto;
	fill: #fff;
}

#mediaboxckShareBox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
.pbck-container { max-width: 1000px}
@media only screen and (min-width:801px){
.ckhide5 { display: none !important; } 
.ckstack5 > .inner { display: block; }
.ckstack5 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:800px) and (min-width:641px){
.ckhide4 { display: none !important; } 
.ckstack4 > .inner { display: block; }
.ckstack4 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:640px) and (min-width:481px){
.ckhide3 { display: none !important; } 
.ckstack3 > .inner { display: block; }
.ckstack3 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:480px) and (min-width:321px){
.ckhide2 { display: none !important; } 
.ckstack2 > .inner { display: block; }
.ckstack2 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:320px){
.ckhide1 { display: none !important; } 
.ckstack1 > .inner { display: block; }
.ckstack1 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}
[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
[data-id="mobilemenuck-1"] .mobilemenuck-item-counter {
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 0;
	background: rgba(0,0,0,0.3);
	color: #eee;
	border-radius: 10px;
	height: 20px;
	transform: translate(10px,-3px);
	box-sizing: border-box;
}/* Mobile Menu CK - https://www.joomlack.fr */
/* Automatic styles */

.mobilemenuck-bar {display:none;position:relative;left:0;top:0;right:0;z-index:100;}
.mobilemenuck-bar-title {display: block;}
.mobilemenuck-bar-button {cursor:pointer;box-sizing: border-box;position:absolute; top: 0; right: 0;line-height:0.8em;font-family:Segoe UI;text-align: center;}
.mobilemenuck {box-sizing: border-box;width: 100%;}
.mobilemenuck-topbar {position:relative;}
.mobilemenuck-title {display: block;}
.mobilemenuck-button {cursor:pointer;box-sizing: border-box;position:absolute; top: 0; right: 0;line-height:0.8em;font-family:Segoe UI;text-align: center;}
.mobilemenuck a {display:block;text-decoration: none;}
.mobilemenuck a:hover {text-decoration: none;}
.mobilemenuck .mobilemenuck-item > div {position:relative;}
.mobilemenuck-lock-button.mobilemenuck-button {right:45px}
.mobilemenuck-lock-button.mobilemenuck-button svg {max-height:50%;}
.mobilemenuck-lock-button.mobilemenuck-button::after {display: block;content: "";height: 100%;width: 100%;z-index: 1;position: absolute;top: 0;left: 0;}
.mobilemenuck[data-display="flyout"] {overflow: initial !important;}
.mobilemenuck[data-display="flyout"] .level1 + .mobilemenuck-submenu {position:absolute;top:0;left:auto;display:none;height:100vh;left:100%;}
.mobilemenuck[data-display="flyout"] .level2 + .mobilemenuck-submenu {position:absolute;top:0;left:auto;display:none;height:100vh;left:100%;}
.mobilemenuck[data-display="flyout"][data-effect*="slideright"] .level1 + .mobilemenuck-submenu {right:100%;left:auto;}
.mobilemenuck[data-display="flyout"][data-effect*="slideright"] .level2 + .mobilemenuck-submenu {right:100%;left:auto;}
@media screen and (max-width: 640px) {
.mobilemenuck[data-display="flyout"] .level1 + .mobilemenuck-submenu {position:static;width: initial !important;height: initial;}
}
@media screen and (max-width: 1000px) {
.mobilemenuck[data-display="flyout"] .level2 + .mobilemenuck-submenu {position:static;width: initial !important;height: initial;}
}
/* for accordion */
.mobilemenuck-togglericon:after {cursor:pointer;text-align:center;display:block;position: absolute;right: 0;top: 0;content:"+";}
.mobilemenuck .open .mobilemenuck-togglericon:after {content:"-";}

[data-id="mobilemenuck-1"] .mobilemenuck-bar-title {
	background: #155D9C;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
	line-height: 43px;
	font-size: 20px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-bar-title a {
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
	line-height: 43px;
	font-size: 20px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-bar-button {
	background: #333333;
	height: 43px;
	width: 43px;
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 1.8em;
}

[data-id="mobilemenuck-1"] .mobilemenuck-bar-button a {
	color: #FFFFFF;
	font-size: 1.8em;
}

[data-id="mobilemenuck-1"].mobilemenuck {
	background: #112244;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

[data-id="mobilemenuck-1"].mobilemenuck a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

[data-id="mobilemenuck-1"] .mobilemenuck-title {
	background: #155D9C;
	height: 43px;
	text-indent: 20px;
	line-height: 43px;
	font-size: 20px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-title a {
	text-indent: 20px;
	line-height: 43px;
	font-size: 20px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-button {
	height: 35px;
	width: 45px;
	line-height: 35px;
	font-size: 1.8em;
}

[data-id="mobilemenuck-1"] .mobilemenuck-button a {
	line-height: 35px;
	font-size: 1.8em;
}

[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 {
	background: #1C7ED2;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	line-height: 35px;
	font-size: 18px;
	font-family: 'Roboto';
}

[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 a {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 35px;
	font-size: 18px;
	font-family: 'Roboto';
}

[data-id="mobilemenuck-1"] .mobilemenuck-item > .level2 {
	background: #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-left: 25px;
	line-height: 35px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-item > .level2 a {
	color: #000000;
	line-height: 35px;
}

[data-id="mobilemenuck-1"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div {
	background: #689332;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-left: 35px;
	line-height: 35px;
}

[data-id="mobilemenuck-1"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div a {
	color: #FFFFFF;
	line-height: 35px;
}

[data-id="mobilemenuck-1"] .mobilemenuck-togglericon:after {
	background: #000000;
	background: rgba(0,0,0,0.25);
	-pie-background: rgba(0,0,0,0.25);
	-moz-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	height: 35px;
	width: 35px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 35px;
	font-size: 1.7em;
}

[data-id="mobilemenuck-1"] .mobilemenuck-togglericon:after a {
	line-height: 35px;
	font-size: 1.7em;
}
.mobilemaximenuck div span.descck {
    padding-left: 10px;
    font-size: 12px;
}.mobilemenuck-logo { text-align: center; }.mobilemenuck-logo-left { text-align: left; }.mobilemenuck-logo-right { text-align: right; }.mobilemenuck-logo a { display: inline-block; }
#block_ID1657713989336  {  }    #block_ID1657713989336 a.pbck-link-wrap {  }    #block_ID1657713989336 a.pbck-link-wrap:hover,#block_ID1657713989336 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1657713989336 > .inner {  	margin-top: 20px;  	margin-bottom: 20px;  }  #block_ID1657713989336 {  }#block_ID1657713989336:hover {  }.pagebuilderck #block_ID1657714919432 {  				-webkit-transition: opacity 1s;  				transition: opacity 1s;    				  				opacity: 0;  				  			}  			.pagebuilderck #block_ID1657714919432.animateck {  				  				opacity: 1;  				-webkit-transition-delay: 0s;  				transition-delay: 0s;  			}  #block_ID1657714919432  {  }    #block_ID1657714919432 a.pbck-link-wrap {  }    #block_ID1657714919432 a.pbck-link-wrap:hover,#block_ID1657714919432 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1657714919432 > .inner {  	padding-top: 40px;  	padding-bottom: 30px;  }  #block_ID1657714919432 {  }#block_ID1657714919432:hover {  }  #ID1657714012895 > .inner {  	background: #ffffff;  	background: rgba(255,255,255,0.6);  	-pie-background: rgba(255,255,255,0.6);  }  #ID1657714012895 {  }#ID1657714012895:hover {  }  		#ID1657714012895 svg * {  	stroke-width: 2;  }    		#ID1657714012895 svg.svgicon-ionicon *, #ID1657714012895 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1657714012895 svg {  	width: 24px;  	height: 24px;  }    #ID1657714012895 .titleck {  	color: #001487;  	text-align: center;  }    #ID1657714012895 a {  	color: #001487;  	text-decoration: none;  }      #ID1657714012895 a:hover {  	color: #243ed1;  }    #ID1657715485324 > .inner {  	background: #0b78d5;  	background: rgba(11,120,213,0.6);  	-pie-background: rgba(11,120,213,0.6);  	margin-top: 10px;  }  #ID1657715485324 {  }#ID1657715485324:hover {  }  		#ID1657715485324 svg * {  	stroke-width: 2;  }    		#ID1657715485324 svg.svgicon-ionicon *, #ID1657715485324 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1657715485324 svg {  	width: 24px;  	height: 24px;  }    #ID1657715485324 .titleck {  	color: #ffffff;  	text-align: center;  }    #row_ID1657713989336  {  	background:  url(/images/headers/all/dermatologia.webp) center center no-repeat scroll;  	background-size: cover;  }    #row_ID1657713989336 a.pbck-link-wrap {  }    #row_ID1657713989336 a.pbck-link-wrap:hover,#row_ID1657713989336 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1657713989336 {  }#row_ID1657713989336:hover {  }[data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="30"] {width:29%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="30"] {width:30%;}[data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="70"] {width:69%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="70"] {width:70%;}
#block_ID1658126256555  {  }    #block_ID1658126256555 a.pbck-link-wrap {  }    #block_ID1658126256555 a.pbck-link-wrap:hover,#block_ID1658126256555 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1658126256555 > .inner {  	margin-top: 150px;  }  #block_ID1658126256555 {  }#block_ID1658126256555:hover {  }  #ID1658126424070 > .inner {  	background: #ffffff;  	background: rgba(255,255,255,0.5);  	-pie-background: rgba(255,255,255,0.5);  	padding: 20px;  }  #ID1658126424070 {  }#ID1658126424070:hover {  }  		#ID1658126424070 svg * {  	stroke-width: 2;  }    		#ID1658126424070 svg.svgicon-ionicon *, #ID1658126424070 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658126424070 svg {  	width: 24px;  	height: 24px;  }    #ID1658126424070 .titleck {  	color: #262625;  	text-align: center;  }    #ID1658126707089 > .inner {  	background: #ffffff;  	background: rgba(255,255,255,0.5);  	-pie-background: rgba(255,255,255,0.5);  	margin-top: 30px;  	padding: 20px;  	text-align: center;  }  #ID1658126707089 {  }#ID1658126707089:hover {  }  		#ID1658126707089 svg * {  	stroke-width: 2;  }    		#ID1658126707089 svg.svgicon-ionicon *, #ID1658126707089 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658126707089 svg {  	width: 24px;  	height: 24px;  }    #ID1658126707089 .titleck {  	color: #3d3d3d;  }  [data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#block_ID1657798736162  {  }    #block_ID1657798736162 a.pbck-link-wrap {  }    #block_ID1657798736162 a.pbck-link-wrap:hover,#block_ID1657798736162 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1657798736162 > .inner {  	padding-top: 50px;  }  #block_ID1657798736162 {  }#block_ID1657798736162:hover {  }  #ID1658038140847 > .inner {  	padding-top: 150px;  }  #ID1658038140847 {  }#ID1658038140847:hover {  }  		#ID1658038140847 svg * {  	stroke-width: 2;  }    		#ID1658038140847 svg.svgicon-ionicon *, #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    #ID1658038140847 .titleck {  	color: #3b3b3b;  	text-align: center;  }    #ID1658037546535 > .inner {  	padding-top: 30px;  }  #ID1658037546535 {  }#ID1658037546535:hover {  }  		#ID1658037546535 svg * {  	stroke-width: 2;  }    		#ID1658037546535 svg.svgicon-ionicon *, #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    #ID1658037546535 .titleck {  	color: #4f4f4f;  	text-align: center;  }    #ID1658037746782 > .inner {  	padding-top: 30px;  }  #ID1658037746782 {  }#ID1658037746782:hover {  }  		#ID1658037746782 svg * {  	stroke-width: 2;  }    		#ID1658037746782 svg.svgicon-ionicon *, #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037746782 svg {  	width: 24px;  	height: 24px;  }    #ID1658037746782 .titleck {  	color: #4f4f4f;  	text-align: center;  }  [data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="30"] {width:29%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="30"] {width:30%;}[data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="70"] {width:69%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="70"] {width:70%;}
@media only screen and (max-width:640px) and (min-width:481px){   .ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 {  }.ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847:hover {  }  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    #ID1658038140847 > .inner {  	padding: 0px;  }  #ID1658038140847 {  }#ID1658038140847:hover {  }  		#ID1658038140847 svg * {  	stroke-width: 2;  }    		#ID1658038140847 svg.svgicon-ionicon *, #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 {  }.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535:hover {  }  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    #ID1658037546535 > .inner {  	padding: 0px;  }  #ID1658037546535 {  }#ID1658037546535:hover {  }  		#ID1658037546535 svg * {  	stroke-width: 2;  }    		#ID1658037546535 svg.svgicon-ionicon *, #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 {  }.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782:hover {  }  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1658037746782 svg {  	width: 24px;  	height: 24px;  }    #ID1658037746782 > .inner {  	padding: 0px;  }  #ID1658037746782 {  }#ID1658037746782:hover {  }  		#ID1658037746782 svg * {  	stroke-width: 2;  }    		#ID1658037746782 svg.svgicon-ionicon *, #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037746782 svg {  	width: 24px;  	height: 24px;  }   }
@media only screen and (max-width:480px) and (min-width:321px){   .ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 {  }.ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847:hover {  }  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    #ID1658038140847 > .inner {  	padding: 0px;  }  #ID1658038140847 {  }#ID1658038140847:hover {  }  		#ID1658038140847 svg * {  	stroke-width: 2;  }    		#ID1658038140847 svg.svgicon-ionicon *, #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 {  }.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535:hover {  }  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    #ID1658037546535 > .inner {  	padding: 0px;  }  #ID1658037546535 {  }#ID1658037546535:hover {  }  		#ID1658037546535 svg * {  	stroke-width: 2;  }    		#ID1658037546535 svg.svgicon-ionicon *, #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 {  }.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782:hover {  }  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1658037746782 svg {  	width: 24px;  	height: 24px;  }    #ID1658037746782 > .inner {  	padding: 0px;  }  #ID1658037746782 {  }#ID1658037746782:hover {  }  		#ID1658037746782 svg * {  	stroke-width: 2;  }    		#ID1658037746782 svg.svgicon-ionicon *, #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037746782 svg {  	width: 24px;  	height: 24px;  }   }
@media only screen and (max-width:320px){   .ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847:hover {  }  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    #ID1658038140847 > .inner {  	padding: 0px;  }  #ID1658038140847 {  }#ID1658038140847:hover {  }  		#ID1658038140847 svg * {  	stroke-width: 2;  }    		#ID1658038140847 svg.svgicon-ionicon *, #ID1658038140847 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658038140847 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535:hover {  }  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    #ID1658037546535 > .inner {  	padding: 0px;  }  #ID1658037546535 {  }#ID1658037546535:hover {  }  		#ID1658037546535 svg * {  	stroke-width: 2;  }    		#ID1658037546535 svg.svgicon-ionicon *, #ID1658037546535 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037546535 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 > .inner {  	padding: 0px;  }  .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782:hover {  }  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1658037746782 svg {  	width: 24px;  	height: 24px;  }    #ID1658037746782 > .inner {  	padding: 0px;  }  #ID1658037746782 {  }#ID1658037746782:hover {  }  		#ID1658037746782 svg * {  	stroke-width: 2;  }    		#ID1658037746782 svg.svgicon-ionicon *, #ID1658037746782 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658037746782 svg {  	width: 24px;  	height: 24px;  }   }
#block_ID1658042752798  {  }    #block_ID1658042752798 a.pbck-link-wrap {  }    #block_ID1658042752798 a.pbck-link-wrap:hover,#block_ID1658042752798 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1658042752798 > .inner {  	padding-top: 150px;  }  #block_ID1658042752798 {  }#block_ID1658042752798:hover {  }  #ID1658042785681 > .inner {  	background: #ffffff;  	background: rgba(255,255,255,0.8);  	-pie-background: rgba(255,255,255,0.8);  	padding: 20px;  }  #ID1658042785681 {  }#ID1658042785681:hover {  }  		#ID1658042785681 svg * {  	stroke-width: 2;  }    		#ID1658042785681 svg.svgicon-ionicon *, #ID1658042785681 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658042785681 svg {  	width: 24px;  	height: 24px;  }    #ID1658042785681 .titleck {  	color: #424242;  	text-align: center;  }    #ID1658042984449 > .inner {  	background: #ffffff;  	background: rgba(255,255,255,0.8);  	-pie-background: rgba(255,255,255,0.8);  	margin-top: 40px;  	padding: 20px;  	text-align: center;  }  #ID1658042984449 {  }#ID1658042984449:hover {  }  		#ID1658042984449 svg * {  	stroke-width: 2;  }    		#ID1658042984449 svg.svgicon-ionicon *, #ID1658042984449 svg.svgicon-fontawesome * {  	stroke-width: 32;  }  		  		#ID1658042984449 svg {  	width: 24px;  	height: 24px;  }    #ID1658042984449 .titleck {  	color: #424242;  }  [data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#camera_wrap_114 .camera_pag_ul li img, #camera_wrap_114 .camera_thumbs_cont ul li > img {height:75px;}
@media screen and (max-width: 480px) {
		#camera_wrap_114 .camera_caption {
			font-size: 0.6em !important;
		}
}#camera_wrap_114 .camera_caption > div {
		background: #0B4480;
	background: rgba(11,68,128,0.0);
	-pie-background: rgba(11,68,128,0.0);
	background: none;
}
	#camera_wrap_114 .camera_pag_ul li img {}
	#camera_wrap_114 .camera_pag_ul .thumb_arrow {}
	#camera_wrap_114 .camera_pag .camera_pag_ul {text-align: right;}
	#camera_wrap_114 .camera_caption {bottom: 0; top: 0;}
#ID1658039754126 {  }#ID1658039754126:hover {  }#ID1658040177693 {  }#ID1658040177693:hover {  }[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#block_ID1658040012010  {  }    #block_ID1658040012010 a.pbck-link-wrap {  }    #block_ID1658040012010 a.pbck-link-wrap:hover,#block_ID1658040012010 .ckfakehover:hover > a.pbck-link-wrap {  }  #block_ID1658040012010 {  }#block_ID1658040012010:hover {  }  #ID1658040012011 .imageck img {  	width: 800px;  	text-align: center;  }  #ID1658040012011 {  }#ID1658040012011:hover {  }  #ID1658040012011 img {  }    #ID1658040012011 {  	text-align: center;  }    #block_ID1658040012012  {  }    #block_ID1658040012012 a.pbck-link-wrap {  }    #block_ID1658040012012 a.pbck-link-wrap:hover,#block_ID1658040012012 .ckfakehover:hover > a.pbck-link-wrap {  }  #block_ID1658040012012 {  }#block_ID1658040012012:hover {  }  #ID1658040012013 > .inner {  	padding: 20px;  	line-height: 35px;  }  #ID1658040012013 {  }#ID1658040012013:hover {  }  #row_ID1658040011972  {  }    #row_ID1658040011972 a.pbck-link-wrap {  }    #row_ID1658040011972 a.pbck-link-wrap:hover,#row_ID1658040011972 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1658040011972 {  }#row_ID1658040011972:hover {  }[data-gutter="0%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="40"] {width:40%;}[data-gutter="0%"][data-nb="2"].ckadvancedlayout [data-width="40"] {width:40%;}[data-gutter="0%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="60"] {width:60%;}[data-gutter="0%"][data-nb="2"].ckadvancedlayout [data-width="60"] {width:60%;}
@media only screen and (max-width:320px){   .ckresponsiveactive[ckresponsiverange*="1"] #ID1658040012013 > .inner {  	color: #21;  	font-size: 18px;  }  .ckresponsiveactive[ckresponsiverange*="1"] #ID1658040012013 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1658040012013:hover {  }  #ID1658040012013 > .inner {  	color: #21;  	font-size: 18px;  }  #ID1658040012013 {  }#ID1658040012013:hover {  } }
#block_ID1657785361393  {  }    #block_ID1657785361393 a.pbck-link-wrap {  }    #block_ID1657785361393 a.pbck-link-wrap:hover,#block_ID1657785361393 .ckfakehover:hover > a.pbck-link-wrap {  }  #block_ID1657785361393 {  }#block_ID1657785361393:hover {  }  #ID1657917172026 > .inner {  	color: #ffffff;  }  #ID1657917172026 {  }#ID1657917172026:hover {  }  #row_ID1657785361393  {  }    #row_ID1657785361393 a.pbck-link-wrap {  }    #row_ID1657785361393 a.pbck-link-wrap:hover,#row_ID1657785361393 .ckfakehover:hover > a.pbck-link-wrap {  }    #row_ID1657785361393 > .inner {  	background:  url(/projekt90/images/separator/separator.webp) center center no-repeat scroll;  	background-size: cover;  }  #row_ID1657785361393 {  }#row_ID1657785361393:hover {  }[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#block_ID1657721060584  {  }    #block_ID1657721060584 a.pbck-link-wrap {  }    #block_ID1657721060584 a.pbck-link-wrap:hover,#block_ID1657721060584 .ckfakehover:hover > a.pbck-link-wrap {  }    #block_ID1657721060584 > .inner {  	background: #0a5ea6;  	margin-top: 40px;  	padding-top: 20px;  	padding-bottom: 20px;  }  #block_ID1657721060584 {  }#block_ID1657721060584:hover {  }  #ID1657721363765 > .inner {  	color: #ffffff;  	font-size: 16px;  	font-family: 'Roboto';  }  #ID1657721363765 {  }#ID1657721363765:hover {  }  #ID1657721363765 a {  	color: #0a5ea6;  }      #row_ID1657721060584  {  }    #row_ID1657721060584 a.pbck-link-wrap {  }    #row_ID1657721060584 a.pbck-link-wrap:hover,#row_ID1657721060584 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1657721060584 {  }#row_ID1657721060584:hover {  }[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
@media only screen and (max-width:480px) and (min-width:321px){   .ckresponsiveactive[ckresponsiverange*="2"] #ID1657721363765 > .inner {  	padding-right: 10px;  	padding-bottom: 10px;  }  .ckresponsiveactive[ckresponsiverange*="2"] #ID1657721363765 {  }.ckresponsiveactive[ckresponsiverange*="2"] #ID1657721363765:hover {  }  #ID1657721363765 > .inner {  	padding-right: 10px;  	padding-bottom: 10px;  }  #ID1657721363765 {  }#ID1657721363765:hover {  } }
@media only screen and (max-width:320px){   .ckresponsiveactive[ckresponsiverange*="1"] #ID1657721363765 > .inner {  	padding-right: 10px;  	padding-left: 10px;  }  .ckresponsiveactive[ckresponsiverange*="1"] #ID1657721363765 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1657721363765:hover {  }  #ID1657721363765 > .inner {  	padding-right: 10px;  	padding-left: 10px;  }  #ID1657721363765 {  }#ID1657721363765:hover {  } }
.scrollToTop {
			padding: 10px;
			margin: 20px;
			text-align: center; 
			font-weight: bold;
			text-decoration: none;
			position:fixed;
			bottom: 0;
			right: 0;
			opacity: 0;
			transition: opacity 0.2s ease;
			z-index: 100;
			width: 100px;
			height: 100px;
			color: inherit;
			font-size: inheritpx;
			font-family: inherit;
			background-color: none;
			background-image: url(/plugins/system/scrolltock/images/arrow_up.png);
			background-position: center center ;
			background-repeat: no-repeat;
			border: 0px transparent solid;
			border-radius: 0px;
			box-shadow: transparent 0 0 0px;
		}
		.scrollToTop:hover {
			text-decoration:none;
			color: ;
		}.scrolltotop-show { opacity: 1; }
#mbCenter, #mbToolbar {
	background-color: #1a1a1a;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
	}
	
	#mbOverlay {
		background-color: #000;
	}
	
	#mbCenter.mbLoading {
		background-color: #1a1a1a;
	}
	
	#mbBottom {
		color: #999;
	}
	
	#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomMinus, #mbZoomValue, #mbZoomPlus {
		color: #fff;
	}
#mobilemenuck-1-mobile-bar, #mobilemenuck-1-mobile-bar-wrap-topfixed { display: none; }
	@media only screen and (max-width:640px){
	#mobilemenuck-1-wrap ul.nav { display: none !important; }
	#mobilemenuck-1-mobile-bar, #mobilemenuck-1-mobile-bar-wrap-topfixed { display: block; }
	.mobilemenuck-hide {display: none !important;}
     }
@font-face{font-display:swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6Vg.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v28/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1ak.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asap/v34/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsLg.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v13/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7q4A.ttf) format('truetype');
}
/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on https://www.template-creator.com
-----------------------------------------*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

* {
	padding: 0;
	margin: 0;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

ul.menu,
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

ul.menu li a,
ul.nav li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

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

canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


.column.column2 {
	width: 0%;
}

.column.center {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + *,
.videobackground_yt1 + * { 
	position: relative;
	z-index: 1;
}

/* for youtube video */
.videobackground_yt1 { 
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.videobackground_yt2 { 
	padding-bottom: 56.3%;
	position: relative;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.halign-left > .inner {
	display: flex;
	justify-content: flex-start;
}

.halign-center > .inner {
	display: flex;
	justify-content: center;
}

.halign-right > .inner {
	display: flex;
	justify-content: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-wrapper,
.tck-relative,
.tck-module {
	position: relative;
}

.img_caption {
	max-width: 100%;
	width: auto !important;
}

.fack svg {
	vertical-align: baseline;
}
/* ---------------------------------------
	Joomla 4 default styles
-----------------------------------------*/

/* styles herited from the default Cassiopeia template */

:root {
  --blue: hsl(240, 98%, 17%);
  --indigo: hsl(263, 90%, 51%);
  --purple: hsl(261, 51%, 51%);
  --pink: hsl(332, 79%, 58%);
  --red: hsl(3, 75%, 37%);
  --orange: hsl(27, 98%, 54%);
  --yellow: hsl(34, 100%, 34%);
  --green: hsl(120, 32%, 39%);
  --teal: hsl(194, 66%, 61%);
  --cyan: hsl(207, 49%, 37%);
  --white: hsl(0, 0%, 100%);
  --gray-100: hsl(210, 17%, 98%);
  --gray-200: hsl(210, 16%, 93%);
  --gray-300: hsl(210, 14%, 89%);
  --gray-400: hsl(210, 14%, 83%);
  --gray-500: hsl(210, 11%, 71%);
  --gray-600: hsl(210, 7%, 46%);
  --gray-700: hsl(210, 9%, 31%);
  --gray-800: hsl(210, 10%, 23%);
  --gray-900: hsl(210, 11%, 15%);
  --primary: hsl(240, 98%, 17%);
  --secondary: hsl(210, 7%, 46%);
  --success: hsl(120, 32%, 39%);
  --info: hsl(207, 49%, 37%);
  --warning: hsl(34, 100%, 34%);
  --danger: hsl(3, 75%, 37%);
  --light: hsl(210, 17%, 98%);
  --dark: hsl(210, 10%, 23%);
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
}

@media (min-width: 758px) {
	.blog-items.masonry-2, .blog-items.columns-2 {
		display: grid;
		grid-template-columns : 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-3, .blog-items.columns-3 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-4, .blog-items.columns-4 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.collapse:not(.show) {
		display: initial;
	}
	.navbar-expand-md .navbar-collapse {
		display: block !important;
		flex-basis: auto;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

* {
	box-sizing: border-box;
}

figure.float-start {
	margin-right: 1em;
}
.float-start {
	float: left !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.control-group {
	margin: 1em 0;
}

.password-group .btn {
	margin: 0;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler .fas {
	font-size: 1.5rem;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

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

.tags .list-inline-item,
ul.tags.inline li {
	margin-bottom: .5rem;
}

.list-inline-item:not(:last-child),
ul.tags.inline li :not(:last-child) {
	margin-right: .5rem;
}

.form-group {
	margin-bottom: 1rem !important;
}

div.mod-login__username input[type="text"],
div.mod-login__password input[type="text"] {
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
}

div.mod-login__username input[type="text"],
div.mod-login__password input[type="text"] {
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
}

div.mod-login__username .input-group-text {
	min-height: 38px;
	box-sizing: border-box;
}

div.mod-login__password button {
	min-height: 38px;
	min-width: 55px;
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
	border-radius: 0.25rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1rem;
}

div.mod-login__password button {
	width: 55px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.mod-login input {
	margin: 0;
}

div.mod-login__username .input-group-text {
	width: 55px;
}

.plg_system_webauthn_login_button {
	display: flex;
	align-items: center;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6d757e;
}
.blockquote-footer::before {
	content: "?????";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: white;
	border: 1px solid #dfe3e7;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: #6d757e;
}






.form-control {
	display: block;
	width: 100%;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control[type=file] {
	overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #22262a;
	background-color: white;
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-webkit-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #eaedf0;
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.6rem 1rem;
	margin: -0.6rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #22262a;
	background-color: #eaedf0;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dee1e4;
}
.form-control::-webkit-file-upload-button {
	padding: 0.6rem 1rem;
	margin: -0.6rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #22262a;
	background-color: #eaedf0;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dee1e4;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.6rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #22262a;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + (0.5rem + 2px));
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: calc(1.5em + (1rem + 2px));
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + (1.2rem + 2px));
}
textarea.form-control-sm {
	min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
	min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.6rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}

.form-select, .custom-select,
.form-select:focus, .custom-select:focus {
	display: block;
	width: 100%;
	padding: 0.6rem 3rem 0.6rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	background-color: #eaedf0;
	background-image: url(/templates/centrum-dermatologii/images/select-bg.svg);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 116rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-select, .custom-select {
		transition: none;
	}
}
.form-select:focus, .custom-select:focus {
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-select[multiple], [multiple].custom-select, .form-select[size]:not([size="1"]), [size].custom-select:not([size="1"]) {
	padding-right: 1rem;
	background-image: none;
}
.form-select:disabled, .custom-select:disabled {
	background-color: #eaedf0;
}
.form-select:-moz-focusring, .custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #22262a;
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	/*float: left;*/
	margin-left: -1.5em;
}

/*.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}*/
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-check-input:checked {
	background-color: #112855;
	border-color: #112855;
}
/*.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}*/
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #112855;
	border-color: #112855;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238894aa'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn,
button.btn-check[disabled] + .btn, button.btn-check:disabled + .btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.65;
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #3a6f3a;
    border-color: #366936;
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #112855;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b8bfcc;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dfe3e7;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #112855;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b8bfcc;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dfe3e7;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .custom-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 1rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control {
	padding: 1rem 1rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > .custom-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .custom-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .custom-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .custom-select:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	text-align: center;
	white-space: nowrap;
	background-color: #eaedf0;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > .custom-select,
.input-group-sm > .form-select,
.input-group-sm > .custom-select {
	padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #448344;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: white;
	background-color: rgba(68, 131, 68, 0.9);
	border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #448344;
	padding-right: calc(1.5em + 1.2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23448344' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.3rem) center;
	background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #448344;
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1.2rem);
	background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .form-select:valid, .was-validated .custom-select:valid, .form-select.is-valid, .is-valid.custom-select {
	border-color: #448344;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .custom-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .custom-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.custom-select:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.custom-select:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	background-image: url(/templates/centrum-dermatologii/images/select-bg.svg), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23448344' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-select:valid:focus, .was-validated .custom-select:valid:focus, .form-select.is-valid:focus, .is-valid.custom-select:focus {
	border-color: #448344;
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #448344;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #448344;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #448344;
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .custom-select:valid,
.input-group .form-select.is-valid,
.input-group .is-valid.custom-select {
	z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group .custom-select:valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .is-valid.custom-select:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #a51f18;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: white;
	background-color: rgba(165, 31, 24, 0.9);
	border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #a51f18;
	padding-right: calc(1.5em + 1.2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f18'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a51f18' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.3rem) center;
	background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #a51f18;
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1.2rem);
	background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .form-select:invalid, .was-validated .custom-select:invalid, .form-select.is-invalid, .is-invalid.custom-select {
	border-color: #a51f18;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .custom-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .custom-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.custom-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.custom-select:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	background-image: url(/templates/centrum-dermatologii/images/select-bg.svg), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f18'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a51f18' stroke='none'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-select:invalid:focus, .was-validated .custom-select:invalid:focus, .form-select.is-invalid:focus, .is-invalid.custom-select:focus {
	border-color: #a51f18;
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #a51f18;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #a51f18;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #a51f18;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .custom-select:invalid,
.input-group .form-select.is-invalid,
.input-group .is-invalid.custom-select {
	z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group .custom-select:invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .is-invalid.custom-select:focus {
	z-index: 3;
}

.btn,
body.contentpane .btn, 
div.ckboxmodal-body .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover,
body.contentpane .btn:hover,
div.ckboxmodal-body .btn:hover {
	color: #22262a;
}
.btn-check:focus + .btn, .btn:focus,
body.contentpane .btn-check:focus + .btn, .btn:focus,
div.ckboxmodal-body .btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn,
body.contentpane .btn:disabled, body.contentpane .btn.disabled, body.contentpane fieldset:disabled .btn,
div.ckboxmodal-body .btn:disabled, div.ckboxmodal-body .btn.disabled, div.ckboxmodal-body fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-primary,
body.contentpane .btn-primary,
div.ckboxmodal-body .btn-primary {
	color: white;
	background-color: #010156;
	border-color: #010156;
}
.btn-primary:hover,
body.contentpane .btn-primary:hover,
div.ckboxmodal-body .btn-primary:hover {
	color: white;
	background-color: #010149;
	border-color: #010145;
}
.btn-check:focus + .btn-primary, .btn-primary:focus,
body.contentpane .btn-check:focus + .btn-primary, body.contentpane .btn-primary:focus,
div.ckboxmodal-body .btn-check:focus + .btn-primary, div.ckboxmodal-body .btn-primary:focus {
	color: white;
	background-color: #010149;
	border-color: #010145;
	box-shadow: 0 0 0 0.25rem rgba(39, 39, 111, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: white;
	background-color: #010145;
	border-color: #010141;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(39, 39, 111, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
	color: white;
	background-color: #010156;
	border-color: #010156;
}

.btn-secondary {
	color: white;
	background-color: #6d757e;
	border-color: #6d757e;
}
.btn-secondary:hover {
	color: white;
	background-color: #5d636b;
	border-color: #575e65;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: white;
	background-color: #5d636b;
	border-color: #575e65;
	box-shadow: 0 0 0 0.25rem rgba(131, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: white;
	background-color: #575e65;
	border-color: #52585f;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(131, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
	color: white;
	background-color: #6d757e;
	border-color: #6d757e;
}

.btn-success,
button.btn.btn-success {
	color: white;
	background-color: #448344;
	border-color: #448344;
}
.btn-success:hover,
button.btn.btn-success:hover {
	color: white;
	background-color: #3a6f3a;
	border-color: #366936;
}
.btn-check:focus + .btn-success, .btn-success:focus {
	color: white;
	background-color: #3a6f3a;
	border-color: #366936;
	box-shadow: 0 0 0 0.25rem rgba(96, 150, 96, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: white;
	background-color: #366936;
	border-color: #336233;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(96, 150, 96, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
	color: white;
	background-color: #448344;
	border-color: #448344;
}

.btn-info {
	color: white;
	background-color: #30638d;
	border-color: #30638d;
}
.btn-info:hover {
	color: white;
	background-color: #295478;
	border-color: #264f71;
}
.btn-check:focus + .btn-info, .btn-info:focus {
	color: white;
	background-color: #295478;
	border-color: #264f71;
	box-shadow: 0 0 0 0.25rem rgba(79, 122, 158, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: white;
	background-color: #264f71;
	border-color: #244a6a;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(79, 122, 158, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
	color: white;
	background-color: #30638d;
	border-color: #30638d;
}

.btn-warning {
	color: white;
	background-color: #ad6200;
	border-color: #ad6200;
}
.btn-warning:hover {
	color: white;
	background-color: #935300;
	border-color: #8a4e00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: white;
	background-color: #935300;
	border-color: #8a4e00;
	box-shadow: 0 0 0 0.25rem rgba(185, 122, 38, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
	color: white;
	background-color: #8a4e00;
	border-color: #824a00;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(185, 122, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
	color: white;
	background-color: #ad6200;
	border-color: #ad6200;
}

.btn-danger {
	color: white;
	background-color: #a51f18;
	border-color: #a51f18;
}
.btn-danger:hover {
	color: white;
	background-color: #8c1a14;
	border-color: #841913;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: white;
	background-color: #8c1a14;
	border-color: #841913;
	box-shadow: 0 0 0 0.25rem rgba(179, 65, 59, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: white;
	background-color: #841913;
	border-color: #7c1712;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(179, 65, 59, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
	color: white;
	background-color: #a51f18;
	border-color: #a51f18;
}

.btn-light {
	color: black;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-light:hover {
	color: black;
	background-color: #fafbfc;
	border-color: #fafbfb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
	color: black;
	background-color: #fafbfc;
	border-color: #fafbfb;
	box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: black;
	background-color: #fafbfc;
	border-color: #fafbfb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
	color: black;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-dark {
	color: white;
	background-color: #353b41;
	border-color: #353b41;
}
.btn-dark:hover {
	color: white;
	background-color: #2d3237;
	border-color: #2a2f34;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: white;
	background-color: #2d3237;
	border-color: #2a2f34;
	box-shadow: 0 0 0 0.25rem rgba(83, 88, 94, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: white;
	background-color: #2a2f34;
	border-color: #282c31;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(83, 88, 94, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
	color: white;
	background-color: #353b41;
	border-color: #353b41;
}

.btn-outline-primary {
	color: #010156;
	border-color: #010156;
}
.btn-outline-primary:hover {
	color: white;
	background-color: #010156;
	border-color: #010156;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: white;
	background-color: #010156;
	border-color: #010156;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #010156;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6d757e;
	border-color: #6d757e;
}
.btn-outline-secondary:hover {
	color: white;
	background-color: #6d757e;
	border-color: #6d757e;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(109, 117, 126, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: white;
	background-color: #6d757e;
	border-color: #6d757e;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(109, 117, 126, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6d757e;
	background-color: transparent;
}

.btn-outline-success {
	color: #448344;
	border-color: #448344;
}
.btn-outline-success:hover {
	color: white;
	background-color: #448344;
	border-color: #448344;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: white;
	background-color: #448344;
	border-color: #448344;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #448344;
	background-color: transparent;
}

.btn-outline-info {
	color: #30638d;
	border-color: #30638d;
}
.btn-outline-info:hover {
	color: white;
	background-color: #30638d;
	border-color: #30638d;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(48, 99, 141, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: white;
	background-color: #30638d;
	border-color: #30638d;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(48, 99, 141, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #30638d;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ad6200;
	border-color: #ad6200;
}
.btn-outline-warning:hover {
	color: white;
	background-color: #ad6200;
	border-color: #ad6200;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(173, 98, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: white;
	background-color: #ad6200;
	border-color: #ad6200;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(173, 98, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ad6200;
	background-color: transparent;
}

.btn-outline-danger {
	color: #a51f18;
	border-color: #a51f18;
}
.btn-outline-danger:hover {
	color: white;
	background-color: #a51f18;
	border-color: #a51f18;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: white;
	background-color: #a51f18;
	border-color: #a51f18;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #a51f18;
	background-color: transparent;
}

.btn-outline-light {
	color: #f9fafb;
	border-color: #f9fafb;
}
.btn-outline-light:hover {
	color: black;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: black;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f9fafb;
	background-color: transparent;
}

.btn-outline-dark {
	color: #353b41;
	border-color: #353b41;
}
.btn-outline-dark:hover {
	color: white;
	background-color: #353b41;
	border-color: #353b41;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 59, 65, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: white;
	background-color: #353b41;
	border-color: #353b41;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 59, 65, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #353b41;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #224faa;
	text-decoration: underline;
}
.btn-link:hover {
	color: #424077;
}
.btn-link:disabled, .btn-link.disabled {
	color: #6d757e;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #22262a;
	text-align: left;
	list-style: none;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 524px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 758px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 950px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1024px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #22262a;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1f2226;
	background-color: #eaedf0;
}
.dropdown-item.active, .dropdown-item:active {
	color: white;
	text-decoration: none;
	background-color: #112855;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6d757e;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #22262a;
}

.dropdown-menu-dark {
	color: #dfe3e7;
	background-color: #353b41;
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
	color: #dfe3e7;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: white;
	background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: white;
	background-color: #112855;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
	color: #dfe3e7;
}
.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #22262a;
	text-align: left;
	background-color: white;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: #0f244d;
	background-color: #e7eaee;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f244d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322262a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6d757e;
	content: var(--breadcrumb-divider, "/") /* rtl: var(--breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
	color: #484f56;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.tck-blog .w-100 {
	display: flex;
	flex-wrap: wrap;
}

.tck-blog p.counter {
	margin-left: auto;
	order: 1;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
}

.page-link {
	position: relative;
	display: block;
	color: #224faa;
	text-decoration: none;
	background-color: white;
	border: 1px solid #dfe3e7;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: #424077;
	background-color: #eaedf0;
	border-color: #dfe3e7;
}
.page-link:focus {
	z-index: 3;
	color: #424077;
	background-color: #eaedf0;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: white;
	background-color: #112855;
	border-color: #112855;
}
.page-item.disabled .page-link {
	color: #6d757e;
	pointer-events: none;
	background-color: white;
	border-color: #dfe3e7;
}

.page-link {
	padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #010134;
	background-color: #ccccdd;
	border-color: #b3b3cc;
}
.alert-primary .alert-link {
	color: #01012a;
}

.alert-secondary {
	color: #41464c;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}
.alert-secondary .alert-link {
	color: #34383d;
}

.alert-success {
	color: #294f29;
	background-color: #dae6da;
	border-color: #c7dac7;
}
.alert-success .alert-link {
	color: #213f21;
}

.alert-info {
	color: #1d3b55;
	background-color: #d6e0e8;
	border-color: #c1d0dd;
}
.alert-info .alert-link {
	color: #172f44;
}

.alert-warning {
	color: #683b00;
	background-color: #efe0cc;
	border-color: #e6d0b3;
}
.alert-warning .alert-link {
	color: #532f00;
}

.alert-danger {
	color: #63130e;
	background-color: #edd2d1;
	border-color: #e4bcba;
}
.alert-danger .alert-link {
	color: #4f0f0b;
}

.alert-light {
	color: #646464;
	background-color: #fefefe;
	border-color: #fdfefe;
}
.alert-light .alert-link {
	color: #505050;
}

.alert-dark {
	color: #202327;
	background-color: #d7d8d9;
	border-color: #c2c4c6;
}
.alert-dark .alert-link {
	color: #1a1c1f;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #eaedf0;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: white;
	text-align: center;
	white-space: nowrap;
	background-color: #112855;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #484f56;
	text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #484f56;
	text-decoration: none;
	background-color: #f9fafb;
}
.list-group-item-action:active {
	color: #22262a;
	background-color: #eaedf0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: #22262a;
	text-decoration: none;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6d757e;
	pointer-events: none;
	background-color: white;
}
.list-group-item.active {
	z-index: 2;
	color: white;
	background-color: #112855;
	border-color: #112855;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 524px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 758px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 950px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1024px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #010134;
	background-color: #ccccdd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #010134;
	background-color: #b8b8c7;
}
.list-group-item-primary.list-group-item-action.active {
	color: white;
	background-color: #010134;
	border-color: #010134;
}

.list-group-item-secondary {
	color: #41464c;
	background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #41464c;
	background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
	color: white;
	background-color: #41464c;
	border-color: #41464c;
}

.list-group-item-success {
	color: #294f29;
	background-color: #dae6da;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #294f29;
	background-color: #c4cfc4;
}
.list-group-item-success.list-group-item-action.active {
	color: white;
	background-color: #294f29;
	border-color: #294f29;
}

.list-group-item-info {
	color: #1d3b55;
	background-color: #d6e0e8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #1d3b55;
	background-color: #c1cad1;
}
.list-group-item-info.list-group-item-action.active {
	color: white;
	background-color: #1d3b55;
	border-color: #1d3b55;
}

.list-group-item-warning {
	color: #683b00;
	background-color: #efe0cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #683b00;
	background-color: #d7cab8;
}
.list-group-item-warning.list-group-item-action.active {
	color: white;
	background-color: #683b00;
	border-color: #683b00;
}

.list-group-item-danger {
	color: #63130e;
	background-color: #edd2d1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #63130e;
	background-color: #d5bdbc;
}
.list-group-item-danger.list-group-item-action.active {
	color: white;
	background-color: #63130e;
	border-color: #63130e;
}

.list-group-item-light {
	color: #646464;
	background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #646464;
	background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
	color: white;
	background-color: #646464;
	border-color: #646464;
}

.list-group-item-dark {
	color: #202327;
	background-color: #d7d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #202327;
	background-color: #c2c2c3;
}
.list-group-item-dark.list-group-item-action.active {
	color: white;
	background-color: #202327;
	border-color: #202327;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: black;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}
.btn-close:hover {
	color: black;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
	opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.25;
}

.btn-close-white {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
	opacity: 0;
}
.toast.hide {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: 0.5em;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	color: #6d757e;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
	margin-right: -0.375rem;
	margin-left: 0.75rem;
}

.toast-body {
	padding: 0.75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	/*pointer-events: none;*/
}
.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: black;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dfe3e7;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dfe3e7;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

@media (min-width: 524px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 950px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1024px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 523.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 757.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 949.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1023.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
	padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
	padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: black;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: white;
	text-align: center;
	background-color: black;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0 /* rtl:ignore */;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: white;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: white;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: white;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: white;
}

.popover-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #22262a;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: white;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: white;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: white;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	-webkit-filter: invert(1) grayscale(100);
	filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: black;
}
.carousel-dark .carousel-caption {
	color: black;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg) /* rtl:ignore */;
		transform: rotate(360deg) /* rtl:ignore */;
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg) /* rtl:ignore */;
		transform: rotate(360deg) /* rtl:ignore */;
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: 0.75s linear infinite spinner-grow;
	animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}

.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: "";
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--aspect-ratio: 100%;
}

.ratio-4x3 {
	--aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 524px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 758px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 950px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1024px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.btn-group {
	margin-bottom: 1em;
}
.btn-group > input {
	padding: 0.5em;
	border: 1px solid #ced4da;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

[dir=rtl] .btn-group > input {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.com-content-category__pagination {
	margin-bottom: 1em;
}

small,
.small {
	font-size: 0.875rem;
}

dd {
	padding: 0;
	word-wrap: break-word;
}

[dir=rtl] dd {
	margin-right: 0;
	margin-left: auto;
}

.com-contact__thumbnail {
	text-align: left;
}
@media (min-width: 950px) {
	dl.dl-horizontal {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	dl.dl-horizontal dt {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	dl.dl-horizontal dd {
		grid-column-start: 2;
		grid-column-end: 3;
		padding: 0 0 0 1em;
		margin-bottom: 0;
	}

	.com-contact__container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, auto);
		grid-gap: 1rem;
		margin-bottom: 1em;
	}
	.com-contact__container h3, .com-contact__container .h3 {
		grid-column: 1/5;
	}
	.com-contact__container .com-contact__thumbnail {
		grid-column: 3/5;
		grid-row: 2/5;
		margin-bottom: 1em;
		text-align: right;
	}
	.com-contact__container .com-contact__position {
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.com-contact__container .com-contact__info {
		grid-column: 1/3;
		grid-row: 3/4;
	}

	[dir=rtl] dl.dl-horizontal dd {
		padding: 0 1em 0 0;
	}

	.com-users-profile dt {
		min-width: 180px;
	}
}
figure {
	margin: 0 0 2em;
}
figure.float-start {
	margin-right: 1em;
}
figure.float-end {
	margin-left: 1em;
}
[dir=rtl] figure.float-start {
	margin-right: 0;
	margin-left: 1em;
}
[dir=rtl] figure.float-end {
	margin-right: 1em;
	margin-left: 0;
}

figcaption {
	font-size: 0.9em;
	color: #6d757e;
}

meter {
	width: 100%;
}

.pagenavigation,
.pager {
	clear: both;
}
.pagenavigation .pagination,
.pager .pagination {
	justify-content: space-between;
	padding: 0;
	margin: 1em 0;
}
.pagenavigation .pagination li.next:only-child,
.pager .pagination li.next:only-child {
	margin-left: auto;
}
[dir=rtl] .pagenavigation .pagination > li.next:only-child,
[dir=rtl] .pager .pagination > li.next:only-child {
	margin-right: auto;
	margin-left: 1em;
}

.page-link {
	color: #224faa;
}
.page-link:hover {
	color: #224faa;
}

.pager .pagination {
	justify-content: center;
}

[dir=rtl] li.next .page-link {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.25rem;
}

[dir=rtl] li.previous .page-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}

.article-index .toclink.active {
	color: currentColor;
}

.j-main-container .alert {
	margin: 0.75rem;
}

.alert-heading {
	font-size: 1.5rem;
}
.form-control {
	max-width: 100%;
	background-color: white;
}
.form-control.input-xlarge {
	max-width: 21.875rem;
}
.form-control.input-xxlarge {
	max-width: 34.375rem;
}
.form-control.input-full {
	max-width: 100%;
}

.spacer hr {
	width: 23.75rem;
}

.form-select, .custom-select {
	max-width: 100%;
}

.form-inline .form-select, .form-inline .custom-select {
	display: inline-block;
	width: auto;
}

@media (max-width: 757.98px) {
	.form-inline .form-select, .form-inline .custom-select {
		width: 100%;
	}
}
td .form-control {
	display: inline-block;
	width: auto;
}

.checkboxes {
	padding-top: 5px;
}
.checkboxes .checkbox input {
	position: static;
	margin-left: 0;
}

.modal label {
	width: 100%;
}

.invalid {
	color: #a51f18;
	border-color: #a51f18;
}

.valid {
	border-color: #448344;
}

.form-control-feedback {
	display: block;
}

[role=tooltip]:not(.show) {
	right: 5em;
	z-index: 1070;
	display: none;
	max-width: 100%;
	padding: 0.5em;
	margin: 0.5em;
	color: black;
	text-align: start;
	background: white;
	border: 1px solid #6d757e;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
	right: auto;
	-webkit-margin-start: -10em;
	margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
	right: auto;
	-webkit-margin-start: -10em;
	margin-inline-start: -10em;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
	position: absolute;
	display: block;
}

[id="filter[search]-desc"] {
	bottom: 100%;
}
.container-popup [id="filter[search]-desc"] {
	top: 100%;
	bottom: auto;
}

.com-users-login__options {
	margin-top: 2em;
}

.btn.jmodedit {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 900;
	color: #224faa;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #58595a;
	border-radius: 0.25rem;
}

[dir=rtl] .btn.jmodedit {
	right: auto;
	left: 0;
}
.icon-white {
	color: white;
}
.input-group-text::before {
	min-width: 16px;
}

.tbody-icon {
	padding: 0 3px;
	text-align: center;
	background-color: transparent;
	border: 0;
}
.tbody-icon [class^=icon-],
.tbody-icon [class*=" icon-"],
.tbody-icon [class^=fa-],
.tbody-icon [class*=" fa-"] {
	width: 26px;
	height: 26px;
	font-size: 1.1rem;
	line-height: 22px;
	color: #ced4da;
	border: 2px solid var(--border);
	border-radius: 50%;
}
.tbody-icon .icon-publish,
.tbody-icon .icon-check,
.tbody-icon .fa-check {
	color: #448344;
	border-color: #448344;
}
.tbody-icon .icon-checkedout,
.tbody-icon .icon-lock,
.tbody-icon .fa-lock {
	width: auto;
	height: auto;
	font-size: 1.2rem;
	line-height: 1rem;
	color: #484f56;
	border: 0;
}
.tbody-icon.home-disabled, .tbody-icon.featured-disabled, .tbody-icon.color-featured-disabled, .tbody-icon.icon-star-disabled, .tbody-icon.fa-star-disabled {
	cursor: not-allowed;
	opacity: 1;
}

.tbody-icon .icon-delete,
.tbody-icon .fa-delete,
.tbody-icon .icon-times,
.tbody-icon .fa-times {
	color: #a51f18;
	border-color: #a51f18;
}

.plg_system_webauthn_login_button svg {
	-webkit-margin-end: 2px;
	margin-inline-end: 2px;
}

.plg_system_webauthn_login_button svg path {
	fill: var(--black);
}
.modal iframe {
	width: 100%;
}

.grid-child {
	display: flex;
	width: 100%;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}
.system-debug {
	display: block;
}

.options-form {
	width: 100%;
	padding: 1vw 2vw;
	margin-bottom: 1rem;
	color: #495057;
	background-color: white;
	border: 1px solid #b2bfcd;
}
.options-form > legend {
	float: none;
	width: auto;
	padding: 0 0.5rem;
	font-weight: 700;
	color: #495057;
	background-color: white;
}

.modal .btn {
	margin-right: 0.5rem;
}
.modal .btn-primary:not([href]),
.modal .btn-success:not([href]) {
	color: white;
}
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
	color: white;
}

.modal-header {
	padding: 0 15px;
}

.modal-title {
	font-weight: 400;
	line-height: 3rem;
}

.contentpane {
	padding: 15px;
}
.contentpane .main-card {
	margin: -10px;
	box-shadow: none;
}
.container-popup .form-select, .container-popup .custom-select {
	width: auto;
}

.blog-item.tck-article::after {
	display: block;
	clear: both;
	content: "";
}

.boxed .blog-item {
	background-color: white;
	box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08), inset 0 3px 0 #112855;
}
.boxed .blog-item .item-content {
	padding: 25px;
}
.image-left .blog-item, .image-right .blog-item {
	flex-direction: row;
}
.image-left .blog-item .item-image, .image-right .blog-item .item-image {
	flex: 1 0 40%;
}
.article-info dd {
	padding: 0;
}
.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
	order: 0;
}
.image-alternate.image-left .blog-item:nth-of-type(2n+1) .item-image {
	margin-right: 0;
	margin-left: 25px;
	order: 1;
}
.image-alternate.image-top .blog-item:nth-of-type(2n+1) .item-image {
	order: 1;
}

.breadcrumb {
	margin-bottom: 0;
	background: transparent;
}

.no-card .newsflash-horiz li {
	padding: 0 1rem 1rem;
	border: 1px solid #dfe3e7;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.no-card .newsflash-horiz li figure {
	margin: 0 -1rem 1rem;
}

.element-invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.hidden, .hide {
	display: none;
	visibility: hidden;
}

.table-row {
	display: table-row;
}

/*joomla-alert {
	display: none;
}*/

.editor-xtd-buttons .btn {
	margin-bottom: 5px;
}

.subhead {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: auto;
	min-height: 43px;
	padding: 10px 0;
	color: #495057;
	background: white;
	box-shadow: -3px -2px 22px #ddd;
}
.subhead .row {
	margin-right: 0;
	margin-left: 0;
}
.subhead.noshadow {
	box-shadow: none;
}
.subhead joomla-toolbar-button,
.subhead .btn-group {
	-webkit-margin-start: 0.75rem;
	margin-inline-start: 0.75rem;
}
.subhead joomla-toolbar-button:first-child,
.subhead .btn-group:first-child {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}
.subhead joomla-toolbar-button .btn > span,
.subhead joomla-toolbar-button .dropdown-item > span {
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
	width: 1.25em;
	text-align: center;
}
.subhead .btn {
	--subhead-btn-accent: #495057;
	padding: 0 1rem;
	margin: 5px 0;
	font-size: 1rem;
	line-height: 2.45rem;
	color: #495057;
	background: white;
	border-color: #adb5bd;
}
.subhead .btn > span {
	display: inline-block;
	color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):hover, .subhead .btn:not([disabled]):active, .subhead .btn:not([disabled]):focus {
	color: rgba(255, 255, 255, 0.9);
	background-color: var(--subhead-btn-accent);
	border-color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):hover > span, .subhead .btn:not([disabled]):active > span, .subhead .btn:not([disabled]):focus > span {
	color: rgba(255, 255, 255, 0.9);
}
.subhead .btn.btn-success {
	--subhead-btn-accent: var(--success);
}
.subhead .btn.btn-danger {
	--subhead-btn-accent: var(--danger);
}
.subhead .btn.btn-primary {
	--subhead-btn-accent: #2a69b8;
}
.subhead .btn.btn-secondary {
	--subhead-btn-accent: #001b4c;
}
.subhead .btn.btn-info {
	--subhead-btn-accent: #132f53;
}
.subhead .btn.btn-action {
	--subhead-btn-accent: #132f53;
	display: flex;
	align-items: center;
}
.subhead .btn.btn-action::after {
	width: 2.375rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "???";
	border: 0;
}
.subhead .btn[disabled], .subhead .btn.dropdown-toggle[disabled] {
	--subhead-btn-accent: #132f53;
	background: rgba(223, 227, 231, 0.8);
	opacity: 0.5;
}
.subhead .btn[disabled]:hover, .subhead .btn[disabled]:active, .subhead .btn[disabled]:focus, .subhead .btn.dropdown-toggle[disabled]:hover, .subhead .btn.dropdown-toggle[disabled]:active, .subhead .btn.dropdown-toggle[disabled]:focus {
	cursor: not-allowed;
}
.subhead .dropdown-toggle.btn {
	-webkit-padding-end: 0;
	padding-inline-end: 0;
}
.subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	order: 1;
	-webkit-margin-start: -0.25rem;
	margin-inline-start: -0.25rem;
}
[dir=ltr] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	border-radius: 0 0.25rem 0.25rem 0;
}
[dir=rtl] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	border-radius: 0.25rem 0 0 0.25rem;
}
.subhead .dropdown-menu joomla-toolbar-button,
.subhead .btn-group joomla-toolbar-button {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}
@media (max-width: 523.98px) {
	joomla-tab[view=accordion] .col-md-9,
	joomla-tab[view=accordion] .col-md-3 {
		padding: 0.5rem 1rem !important;
	}

	#myTab {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}

	joomla-tab[view=accordion] ul li {
		width: 100%;
	}

	.subhead joomla-toolbar-button,
	.subhead .btn-group,
	.subhead .btn {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	.subhead .btn-toolbar > .btn-group,
	.subhead .btn-toolbar > joomla-toolbar-button {
		margin-left: 0;
	}
	.subhead .btn.btn-action::after {
		text-align: center;
		-webkit-margin-start: auto;
		margin-inline-start: auto;
	}
	.subhead .dropdown-toggle-split {
		width: auto;
	}
}

.left.item-image {
	float: left;
}

.right.item-image {
	float: right;
}

.tags .list-inline-item {
	margin-bottom: 0.5rem;
}
.tags a.btn {
	font-weight: 700;
}

.tag {
	display: inline-block;
	padding: 0.5rem 0;
}
.mod-finder__search.input-group {
	flex-wrap: nowrap;
}
.mod-finder__search.input-group .awesomplete input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.mod-finder__search.input-group button {
	display: flex;
	align-items: center;
}
.mod-finder__search.input-group button .icon-search {
	-webkit-margin-end: 0.2em;
	margin-inline-end: 0.2em;
}

.mod-finder input.js-finder-search-query {
	margin-bottom: 0;
	padding: 8px;
}

.awesomplete > input {
	max-width: 200px;
}
@media (min-width: 758px) {
	.awesomplete > input {
		max-width: none;
	}
}
.awesomplete > ul {
	z-index: 1000 !important;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
	text-decoration: none;
}

.btn.group-move {
	cursor: move;
}

.btn-secondary {
	color: #353b41;
	background-color: white;
	border-color: #ced4da;
}
.btn-secondary:hover, .btn-secondary:focus {
	color: #353b41;
	background-color: #f9fafb;
}

.article-info .association .btn-secondary,
.cat-list-association .btn-secondary {
	font-weight: 700;
	color: white;
	background-color: #6d757e;
	border-color: #ced4da;
}
.article-info .association .btn-secondary:hover, .article-info .association .btn-secondary:focus,
.cat-list-association .btn-secondary:hover,
.cat-list-association .btn-secondary:focus {
	color: white;
	background-color: #353b41;
}
.article-info .association .btn-sm, .article-info .association .btn-group-sm > .btn,
.cat-list-association .btn-sm,
.cat-list-association .btn-group-sm > .btn {
	padding: 0 0.25rem;
	font-size: 0.8rem;
	border-radius: 0.2rem;
}

@media (max-width: 757.98px) {
	.btn {
		margin-bottom: 0.25rem;
	}

	.input-group .btn {
		margin-bottom: 0;
	}
}
.form-select, .custom-select,
.form-select:focus, .custom-select:focus {
	max-width: 100%;
	cursor: pointer;
	background: url(/templates/centrum-dermatologii/images/select-bg.svg) no-repeat right center/116rem;
	background-color: #eaedf0;
	border: solid 1px #ced4da;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-select:focus, .custom-select:focus {
	border-color: #000;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
[dir=rtl] .form-select, [dir=rtl] .custom-select {
	padding: 0.6rem 1rem 0.6rem 4rem;
	background: url(/templates/centrum-dermatologii/images/select-bg-rtl.svg) no-repeat left center/116rem;
	background-color: #eaedf0;
}
.form-select[multiple], [multiple].custom-select {
	padding: 0;
	background-color: white;
}
.form-select[multiple] option, [multiple].custom-select option {
	padding: 0.3rem 1rem;
	background-color: white;
}
.form-select[multiple] option:checked, [multiple].custom-select option:checked {
	color: white;
	background-color: #112855 !important;
}
.form-select.form-select-success, .form-select-success.custom-select, .form-select.custom-select-success, .custom-select-success.custom-select {
	color: #448344;
	background-color: #448344;
}
.form-select.form-select-success option, .form-select-success.custom-select option, .form-select.custom-select-success option, .custom-select-success.custom-select option {
	color: #22262a;
	background-color: white;
}
.form-select.form-select-danger, .form-select-danger.custom-select, .form-select.custom-select-danger, .custom-select-danger.custom-select {
	color: #a51f18;
	background-color: #a51f18;
}
.form-select.form-select-danger option, .form-select-danger.custom-select option, .form-select.custom-select-danger option, .custom-select-danger.custom-select option {
	color: #22262a;
	background-color: white;
}
.form-select optgroup, .custom-select optgroup,
.form-select option,
.custom-select option {
	color: var(--dark);
	background-color: white;
}

.field-media-wrapper {
	display: block;
	width: 100%;
	max-width: calc(50vw - 5rem);
}
.field-media-wrapper .field-media-preview {
	width: 100%;
	max-width: none;
}
@media (max-width: 757.98px) {
	.field-media-wrapper {
		min-width: 100%;
	}
}
.list-group-item {
	background: none;
}

.list-unstyled .list-unstyled {
	padding-left: 20px;
}

.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}

[class*=jviewport-height] iframe {
	height: 100%;
}

.modal-dialog.jviewport-width10 {
	width: 10vw;
	max-width: none;
}
.modal-dialog.jviewport-width20 {
	width: 20vw;
	max-width: none;
}
.modal-dialog.jviewport-width30 {
	width: 30vw;
	max-width: none;
}
.modal-dialog.jviewport-width40 {
	width: 40vw;
	max-width: none;
}
.modal-dialog.jviewport-width50 {
	width: 50vw;
	max-width: none;
}
.modal-dialog.jviewport-width60 {
	width: 60vw;
	max-width: none;
}
.modal-dialog.jviewport-width70 {
	width: 70vw;
	max-width: none;
}
.modal-dialog.jviewport-width80 {
	width: 80vw;
	max-width: none;
}
.modal-dialog.jviewport-width90 {
	width: 90vw;
	max-width: none;
}
.modal-dialog.jviewport-width100 {
	width: 100vw;
	max-width: none;
}
.contentpane .media-container {
	margin: 0;
}

.editor .toggle-editor {
	margin-top: 1rem;
}
.editor .mce-tinymce {
	border: 1px solid #dfe3e7;
	border-radius: 0.25rem;
}
.editor .mce-btn,
.editor .mce-panel {
	background: #f9fafb;
}

.tox {
	white-space: nowrap !important;
}

.chzn-container-single {
	width: auto !important;
}

.chzn-container-multi {
	width: 100% !important;
	max-width: 240px;
}

.media-breadcrumb-item:after {
	border-left-color: transparent;
}

.choices__button_joomla {
    margin: 0 2px;
    padding: 2px 8px;
    font-size: 1em;
    border-radius: 6px;
}

@supports (-ms-ime-align: auto) {
	[dir=rtl] .subhead {
		position: relative;
	}
}


/*----------------------------------
-- Addition for frontend rendering --
-- added in Template Creator CK 5.1.2
-------------------------------------*/

.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}


.chosen-container.chosen-container-single{font-size:1rem;max-width:100%}.chosen-container.chosen-container-single .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none;
background:#eaedf0 url(/media/templates/site/cassiopeia/images/select-bg.svg) no-repeat right 1rem center;
background-image:none\9;background-size:116rem;border:1px solid #ced4da;border-radius:.25rem;box-shadow:none;color:#22262a;display:inline-block;height:calc(1.5em + 1.2rem + 2px);line-height:1.5;padding:.81rem 4rem .81rem 1rem;vertical-align:middle}.chosen-container.chosen-container-single .chosen-single abbr{top:10px}.chosen-container.chosen-container-single .chosen-single:focus{border-color:#8894aa;outline:none}.chosen-container.chosen-container-single .chosen-single:disabled{background-color:#eaedf0;cursor:not-allowed}.chosen-container.chosen-container-single .chosen-single div b{background:none!important}.chosen-container.chosen-container-single .chosen-drop{background:#fff;border:1px solid #ced4da}.chosen-container.chosen-container-single .chosen-results li{line-height:1.3rem}.chosen-container.chosen-container-single.chosen-container-active .chosen-single{border-bottom-left-radius:0;border-bottom-right-radius:0}.chosen-container.chosen-container-multi .chosen-choices{background-image:#fff;font-size:1rem;line-height:1.5;max-width:100%;min-height:calc(1.5em + 1.2rem + 2px)}.chosen-container.chosen-container-multi .chosen-choices li.search-choice{background:var(--primary);border:0;border-radius:.25rem;box-shadow:1px 1px 4px rgba(0,0,0,.1);color:#fff;padding:5px 33px 5px 10px}.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:rgba(0,0,0,.2);background-image:none!important;height:100%;right:0;top:0;width:20px}.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{color:#fff;content:"??";font-size:1rem}




/*** ajout front ***/

body.contentpane,
#adminForm {
	background: #fff;
	/* color: #333; */
	/* font-family: Arial; */
	/* font-size: 13px; */
	text-shadow: none;
}

body.contentpane,
#adminForm,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
.ckboxmodal-body h4,
#adminForm,
#adminForm h1,
#adminForm h2,
#adminForm h3,
#adminForm h4 {
	background: #fff;
	/* color: #333; */
	/* font-family: Arial; */
	text-shadow: none;
}

#adminForm fieldset,
body.contentpane fieldset {
	margin-bottom: 2em;
}

.modal-title {
	background: #fff;
	color: #333;
	font-family: Arial;
	color: #000;
	text-shadow: none;
}

#adminForm .js-stools-container-bar .ordering-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#adminForm .btn,
body.contentpane .btn {
	background: #eaedf0;
	padding: 8px 15px;
	border: solid 1px #ced4da;
	border-radius: 0;
	color: #333;
	text-shadow: none;
}

#adminForm .btn:hover,
body.contentpane .btn:hover {
	background: #e0e0e0;
	padding: 8px 15px;
	border: solid 1px #ced4da;
	border-radius: 0;
}

#adminForm .btn-success, #adminForm button.btn.btn-success,
body.contentpane .btn-success, body.contentpane button.btn.btn-success {
	color: white;
	background-color: #448344;
	border-color: #448344;
}

#adminForm .btn-success:hover, #adminForm button.btn.btn-success:hover,
body.contentpane .btn-success:hover, body.contentpane button.btn.btn-success:hover,
.ckboxmodal-body .btn-success:hover, .ckboxmodal-body button.btn.btn-success:hover {
	color: white;
	background-color: #3a6f3a;
	border-color: #366936;
}

#adminForm .choices__button_joomla,
body.contentpane .choices__button_joomla,
.ckboxmodal-body .choices__button_joomla {
	background: #ededed;
	color: #000;
	text-shadow: none;
	padding: 2px 8px;
	border-radius: 6px;
}

#adminForm .choices__button_joomla,
body.contentpane .choices__button_joomla,
.ckboxmodal-body .choices__button_joomla {
	background: #ccc;
	color: #000;
	text-shadow: none;
	padding: 2px 8px;
	border-radius: 6px;
}

#adminForm .js-stools-field-list + .js-stools-field-list {
	-webkit-margin-start: 8px;
	margin-inline-start: 8px;
}

#adminForm .js-stools-container-bar .btn-toolbar > * {
	-webkit-margin-end: 8px;
	margin: 4px 0;
	margin-inline-end: 8px;
}

#adminForm .filter-search-bar__description {
	bottom: auto;
	top: 100%;
}

#adminForm .js-stools-container-filters {
	display: none;
	margin-bottom: 20px;
	padding: 0 20px;
}

#adminForm .js-stools-container-filters-visible {
	grid-gap: 8px;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
	padding: 10px;
}

#adminForm table {
	background: #fff;
	color: #000;
}

/*#adminForm a,
body.contentpane a {
	color: rgb(34, 79, 170);
}

#adminForm a:hover,
body.contentpane a:hover {
	color: rgb(66, 64, 119)
}*/

#adminForm input[type="text"], #adminForm input[type="text"]:focus,
body.com_media input[type="text"], body.com_media input[type="text"]:focus,
body.contentpane input[type="text"], body.contentpane input[type="text"]:focus,
#adminForm textarea, #adminForm textarea:focus,
#adminForm option, #adminForm select:focus option {
	background: #fff;
	padding: 12px;
	min-height: 50px;
	color: #000;
}

#adminForm input[type="text"]:focus,
body.com_media input[type="text"]:focus {
	border: 1px solid #000;
}

select.time {
	background: #fff;
	box-shadow: none;
	border: 1px solid #aaa;
}

/* table default style */
table {
	width: 100%;
	margin-bottom: 18px;
}
table th,
table td {
	padding: 8px;
	vertical-align: top;
	text-align: inherit;
	word-break: break-word;
}
.table th {
	font-weight: normal;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	/*background-color: #fff;*/
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-left: 0;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}


.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;


}


.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* for badge and other items */
.text-bg-primary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(1, 1, 86, var(--bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(109, 117, 126, var(--bg-opacity, 1)) !important;
}

.text-bg-success {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(68, 131, 68, var(--bg-opacity, 1)) !important;
}

.text-bg-info {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(48, 99, 141, var(--bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(173, 98, 0, var(--bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(165, 31, 24, var(--bg-opacity, 1)) !important;
}

.text-bg-light {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(249, 250, 251, var(--bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(53, 59, 65, var(--bg-opacity, 1)) !important;
}

.link-primary {
  color: hsl(240, 98%, 17%) !important;
}
.link-primary:hover, .link-primary:focus {
  color: #010145 !important;
}

.link-secondary {
  color: hsl(210, 7%, 46%) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #575e65 !important;
}

.link-success {
  color: hsl(120, 32%, 39%) !important;
}
.link-success:hover, .link-success:focus {
  color: #366936 !important;
}

.link-info {
  color: hsl(207, 49%, 37%) !important;
}
.link-info:hover, .link-info:focus {
  color: #264f71 !important;
}

.link-warning {
  color: hsl(34, 100%, 34%) !important;
}
.link-warning:hover, .link-warning:focus {
  color: #8a4e00 !important;
}

.link-danger {
  color: hsl(3, 75%, 37%) !important;
}
.link-danger:hover, .link-danger:focus {
  color: #841913 !important;
}

.link-light {
  color: hsl(210, 17%, 98%) !important;
}
.link-light:hover, .link-light:focus {
  color: #fafbfc !important;
}

.link-dark {
  color: hsl(210, 10%, 23%) !important;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2f34 !important;
}

.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}

.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

.bg-dark {
  --bg-opacity: 1;
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}

.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

/* checkbox mod login */
.mod-login__remember.form-group input {
	float: none;
	padding: 10px;
}

/* align articles height and readmore between columns in blog view */
.tck-blog .tck-article {
display: flex;
flex-direction: column;
}

.item-content {
display: flex;
flex-direction: column;
flex: 1;
}

.readmore.tck-readmore {
margin-top: auto;
}

.tck-blog .item-image img {
width: 100%;
}

/** for vote **/
.content_rating {
	display: inline-block;
	padding: 0 6px 0 12px;
}
.content_rating p {
	display: inline-block;
	padding: 0 6px 0 0;
}
.content_rating ul {
	display: inline-block;
	margin: 0 0 0 4px;
}
.mb-2 {
	display: inline-block;
}
.content_vote input {
	margin: 0 0 0 6px;
}
/* ---------------------------------------
	Article pagination
-----------------------------------------*/

.pagenavigation ul.pagination, .tck-article-pagination {
	list-style: none;
}

.tck-blog p.counter {
	float: right;
}

/* ---------------------------------------
	Print default CSS
-----------------------------------------*/

@media print {

	.tck-container {
		width: 100% !important;
	}

	.scrollToTop, #login-form, .tck-noprint {
		display: none !important
	}

	.flexiblemodule, .column, .logobloc, .flexiblecolumn {
		float: none;
	}

	.column.main, .column.column1, .column.column2 {
		width: 85%;
		margin-right: 2%;
		margin-left: auto;
	}

	.column.center {
		width: 100%;
	}

	a[href]:after {
		content: "";
	}

}

/* ---------------------------------------
	Accessibility
-----------------------------------------*/

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.muted {
	color: #666;
	font-weight: lighter;
}


/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}

/* ---------------------------------------
	Shape divider
-----------------------------------------*/

.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
	max-width: none;
	vertical-align: initial;
	display: block;
}

.tck-divider-container.tck-divider-top {
	top: 0px;
}

.tck-divider-container.tck-divider-bottom {
	bottom: 0px;
}

.tck-divider-container.tck-divider-over {
	z-index: 2;
}

.tck-divider-container.tck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.tck-divider-container + .inner {
	position: relative;
}

/* ---------------------------------------
	System features
-----------------------------------------*/

.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: Segoe UI, sans-serif;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
	z-index: 1;
}



.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}



/* ---------------------------------------
	Columns width
-----------------------------------------*/

#bannercolumn1 { width: calc(100 / 100 * (100% - 0px - (0 * 0px))); }


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	max-width: 80%;
}

.container-fluid, .tck-container-fluid {
	max-width: 80%;
}

body {
	color: #333333;
	line-height: 24px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

a {
	color: #1176a6;
}


a:hover,  a:focus {
	color: #2a4959;
}

h1, div.componentheading {
	font-weight: normal;
	line-height: 45px;
	font-size: 38px;
	font-family: Rajdhani;
}

h2, div.contentheading {
	font-weight: normal;
	line-height: 36px;
	font-size: 30px;
}

h3 {
	font-weight: normal;
	line-height: 30px;
	font-size: 24px;
	font-family: Rajdhani;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #e8e8e8;
	color: #333333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #dedede;
	color: #000000;
}

.readmore a, .readmore .btn {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="checkbox"] {
    border: none;
	height: auto;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}

#block2 > .inner {
	margin-bottom: -5px;
}

#bannermenu > .inner {
	background: #0a5ea6;
	border-top: #ffffff 5px solid;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Roboto Condensed;
}
#bannermenu ul.menu, #bannermenu ul.nav, #bannermenu ul.maximenuck {
            margin: 0;
            padding: 0;
}

#bannermenu ul.menu li, #bannermenu ul.nav li, #bannermenu ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#bannermenu ul.menu li li, #bannermenu ul.nav li li, #bannermenu ul.maximenuck li li {
	float: none;
	display: block;
}

#bannermenu ul.menu > li > a, #bannermenu ul.menu > li > span.separator,
#bannermenu ul.nav > li > a, #bannermenu ul.nav > li > span.separator {
    display:block;
	background: #0b4480;
	border: #0b396b 1px solid;
	color: #f5f5f5;
	margin: 2px;
	margin-right: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 21px;
}

#bannermenu ul.menu > li:hover > a, #bannermenu ul.menu > li:hover > span.separator,
#bannermenu ul.menu > li:focus > a, #bannermenu ul.menu > li:focus > span.separator,
#bannermenu ul.nav > li:hover > a, #bannermenu ul.nav > li:hover > span.separator,
#bannermenu ul.nav > li:focus > a, #bannermenu ul.nav > li:focus > span.separator {
	background: #ffffff;
	color: #001487;
}

#bannermenu ul.menu > li.active > a, #bannermenu ul.menu > li.active > span.separator,
#bannermenu ul.nav > li.active > a, #bannermenu ul.nav > li.active > span.separator {
	background: #ffffff;
	color: #001487;
}

#bannermenu ul.menu li li a, #bannermenu ul.menu li li span.separator,
#bannermenu ul.nav li li a, #bannermenu ul.nav li li span.separator {
    display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#bannermenu ul.menu li li:hover > a, #bannermenu ul.menu li li:hover span.separator,
#bannermenu ul.menu li li:focus > a, #bannermenu ul.menu li li:focus span.separator,
#bannermenu ul.nav li li:hover > a, #bannermenu ul.nav li li:hover span.separator,
#bannermenu ul.nav li li:focus > a, #bannermenu ul.nav li li:focus span.separator {
	background: #f0f0f0;
}

#bannermenu ul.menu li li.active > a, #bannermenu ul.menu li li.active span.separator,
#bannermenu ul.nav li li.active > a, #bannermenu ul.nav li li.active span.separator {}

/* code pour menu normal */
#bannermenu ul.menu li ul, #bannermenu ul.menu li:hover ul ul, #bannermenu ul.menu li:hover ul ul ul,
#bannermenu ul.menu li ul, #bannermenu ul.menu li:focus ul ul, #bannermenu ul.menu li:focus ul ul ul,
#bannermenu ul.nav li ul, #bannermenu ul.nav li:hover ul ul, #bannermenu ul.nav li:hover ul ul ul,
#bannermenu ul.nav li ul, #bannermenu ul.nav li:focus ul ul, #bannermenu ul.nav li:focus ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #ffffff;
	width: 200px;
	box-shadow: #c7c7c7 0px 0px 8px 0px;
	-moz-box-shadow: #c7c7c7 0px 0px 8px 0px;
	-webkit-box-shadow: #c7c7c7 0px 0px 8px 0px;
}


#bannermenu ul.menu li:hover ul ul, #bannermenu ul.menu li:hover li:hover ul ul, #bannermenu ul.menu li:hover li:hover li:hover ul ul,
#bannermenu ul.menu li:focus ul ul, #bannermenu ul.menu li:focus li:focus ul ul, #bannermenu ul.menu li:focus li:focus li:focus ul ul,
#bannermenu ul.nav li:hover ul ul, #bannermenu ul.nav li:hover li:hover ul ul, #bannermenu ul.nav li:hover li:hover li:hover ul ul,
#bannermenu ul.nav li:focus ul ul, #bannermenu ul.nav li:focus li:focus ul ul, #bannermenu ul.nav li:focus li:focus li:focus ul ul {
	left: -999em;
}

#bannermenu ul.menu li:hover > ul, #bannermenu ul.menu li:hover ul li:hover > ul, #bannermenu ul.menu li:hover ul li:hover ul li:hover > ul, #bannermenu ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#bannermenu ul.menu li:focus > ul, #bannermenu ul.menu li:focus ul li:focus > ul, #bannermenu ul.menu li:focus ul li:focus ul li:focus > ul, #bannermenu ul.menu li:focus ul li:focus ul li:focus ul li:focus > ul,
#bannermenu ul.nav li:hover > ul, #bannermenu ul.nav li:hover ul li:hover > ul, #bannermenu ul.nav li:hover ul li:hover ul li:hover > ul, #bannermenu ul.nav li:hover ul li:hover ul li:hover ul li:hover > ul,
#bannermenu ul.nav li:focus > ul, #bannermenu ul.nav li:focus ul li:focus > ul, #bannermenu ul.nav li:focus ul li:focus ul li:focus > ul, #bannermenu ul.nav li:focus ul li:focus ul li:focus ul li:focus > ul {
	left: auto;
}

#bannermenu ul.menu li:hover ul li:hover ul,
#bannermenu ul.menu li:focus ul li:focus ul,
#bannermenu ul.nav li:hover ul li:hover ul,
#bannermenu ul.nav li:focus ul li:focus ul {
	margin-top: -30px;
	margin-left: 190px;
}


/* fin code normal */

/* styles pour Maximenu CK */

#bannermenu ul.maximenuck > li {
	background: #0b4480;
	border: #0b396b 1px solid;
	margin: 2px;
	margin-right: 10px;
}

#bannermenu ul.maximenuck > li > a, #bannermenu ul.maximenuck > li > span.separator{
	display:block;
	color: #f5f5f5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 21px;
}

#bannermenu ul.maximenuck > li:hover,
#bannermenu ul.maximenuck > li:focus {
	background: #ffffff;
}

#bannermenu ul.maximenuck > li:hover > a, #bannermenu ul.maximenuck > li:hover > span.separator,
#bannermenu ul.maximenuck > li:focus > a, #bannermenu ul.maximenuck > li:focus > span.separator {
	color: #001487;
}

#bannermenu ul.maximenuck > li.active {
	background: #ffffff;
}

#bannermenu ul.maximenuck > li.active > a, #bannermenu ul.maximenuck > li.active > span.separator {
	color: #001487;
}

#bannermenu ul.maximenuck li li {
}

#bannermenu ul.maximenuck li li > a, #bannermenu ul.maximenuck li li > span.separator {
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#bannermenu ul.maximenuck li li:hover , #bannermenu ul.maximenuck li li:focus {
	background: #f0f0f0;
}

#bannermenu ul.maximenuck li li:hover > a, #bannermenu ul.maximenuck li li:hover > span.separator,
#bannermenu ul.maximenuck li li:focus > a, #bannermenu ul.maximenuck li li:focus > span.separator {
}

#bannermenu ul.maximenuck li li.active {
}


#bannermenu ul.maximenuck li li.active > a, #bannermenu ul.maximenuck li li.active > span.separator {
}

#bannermenu ul.maximenuck li ul, #bannermenu ul.maximenuck li:hover ul ul, #bannermenu ul.maximenuck li:hover ul ul ul,
#bannermenu ul.maximenuck li ul, #bannermenu ul.maximenuck li:focus ul ul, #bannermenu ul.maximenuck li:focus ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#bannermenu ul.maximenuCK li ul ul,
#bannermenu ul.maximenuck li ul ul {
	margin: 0 !important;
}

#bannermenu li div.maxidrop-main {
	width: 200px;
}

#bannermenu li div.floatCK,
#bannermenu li div.floatck {
	background: #ffffff;
	box-shadow: #c7c7c7 0px 0px 8px 0px;
	-moz-box-shadow: #c7c7c7 0px 0px 8px 0px;
	-webkit-box-shadow: #c7c7c7 0px 0px 8px 0px;
}

#bannermenu ul li ul.maximenuCK2,
#bannermenu ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#bannermenu ul li div.maximenuCK2,
#bannermenu ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#bannermenu li div.maxidrop-main div.maxidrop-main {
}

#bannermenu ul li.maximenuCK div.floatCK div.floatCK,
#bannermenu ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;
	margin-left: 190px;
}

#bannermenu span.descCK,
#bannermenu span.descck {
    display: block;
    line-height: 10px;
}

/* fin styles pour Maximenu CK */

#bannermenu ul.menu li li {
    float: none;
    display: block;
}


#maincontent > .inner {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 16px;
	font-family: Catamaran;
}

#wrapper2 {
	background:  url(/templates/centrum-dermatologii/images/stopka-3.jpg) center center no-repeat scroll;
	background-size: cover;

                    }

#wrapper2 > .inner {
	min-height: 200px;
}
/* ---------------------------------------
	Responsive design code
-----------------------------------------*/

@media screen and (min-width: 1025px) {

.hidemobile5,
.tck-hide-desktop {
	display: none !important;
}

[class*="tck-cols"].tck-stack-5,
[class*="tck-cols"].tck-stack-desktop {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-5 > *,
[class*="tck-cols"].tck-stack-desktop > * {
	width: auto !important;
}




}

@media screen and (min-width: 951px) and (max-width: 1024px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile4,
.tck-hide-tablet-l {
	display: none !important;
}

[class*="tck-cols"].tck-stack-4,
[class*="tck-cols"].tck-stack-tablet-l {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-4 > *,
[class*="tck-cols"].tck-stack-tablet-l > * {
	width: auto !important;
}





}

@media screen and (min-width: 759px) and (max-width: 950px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile3,
.tck-hide-tablet-p {
	display: none !important;
}

[class*="tck-cols"].tck-stack-3,
[class*="tck-cols"].tck-stack-tablet-p {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-3 > *,
[class*="tck-cols"].tck-stack-tablet-p > * {
	width: auto !important;
}





}

@media screen and (min-width: 525px) and (max-width: 758px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile2,
.tck-hide-phone-l {
	display: none !important;
}

[class*="tck-cols"].tck-stack-2,
[class*="tck-cols"].tck-stack-phone-l {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-2 > *,
[class*="tck-cols"].tck-stack-phone-l > * {
	width: auto !important;
}



#body {
	height: auto !important;
}
#body .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper1 {
	height: auto !important;
}
#wrapper1 .logobloc {
	float :none !important;
	width: auto !important;
}
#block2 {
	height: auto !important;
}
#block2 .logobloc {
	float :none !important;
	width: auto !important;
}
#bannermenu {
	height: auto !important;
}
#bannermenu ul {
	height: auto !important;
}
#bannermenu li {
	float :none !important;
	width: 100% !important;
}
#bannermenu div.floatck {
	width: 100% !important;
}
#block1 {
	height: auto !important;
}
#block1 .logobloc {
	float :none !important;
	width: auto !important;
}
#block5 {
	height: auto !important;
}
#block5 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper {
	height: auto !important;
}
#wrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#bannerrow > .inner {
	flex-direction: column;
}
#bannerrow .flexiblecolumn {
	width: 100% !important;
float: none;
}
#bannerrow .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#bannercolumn1 > .inner {
	flex-direction: column;
}
#bannercolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#bannercolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#maincontent > .inner {
	display: block;
}
#maincontent .column {
	width: 100% !important;
	clear:both;
	float:left
}
#maincontent .column1 div.inner, #maincontent .column2 div.inner {
	/*overflow:hidden;*/
}
#maincontent .column div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.items-row .item, .column {
	width: auto !important;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column div.moduletable, .column div.moduletable_menu {
	float: none;
	width: auto !important;
	/*margin: 0 !important;
	padding: 0 !important;*/
}

/** specifique au formulaire de contact **/
.contact form fieldset dt {
	max-width: 80px;
}

.contact input, .contact textarea {
	max-width: 160px;
}#main {
	height: auto !important;
}
#main .logobloc {
	float :none !important;
	width: auto !important;
}
#maincenter {
	height: auto !important;
}
#maincenter .logobloc {
	float :none !important;
	width: auto !important;
}
#center {
	height: auto !important;
}
#center .logobloc {
	float :none !important;
	width: auto !important;
}
#content {
	height: auto !important;
}
#content .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper3 {
	height: auto !important;
}
#wrapper3 .logobloc {
	float :none !important;
	width: auto !important;
}
#block4 {
	height: auto !important;
}
#block4 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper2 {
	height: auto !important;
}
#wrapper2 .logobloc {
	float :none !important;
	width: auto !important;
}
#block3 {
	height: auto !important;
}
#block3 .logobloc {
	float :none !important;
	width: auto !important;
}
#layout_error404_html {
	height: auto !important;
}
#layout_error404_html .logobloc {
	float :none !important;
	width: auto !important;
}


}

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

img {
	max-width: 100%;
	height: auto;
}


.hidemobile1,
.tck-hide-phone-p {
	display: none !important;
}

[class*="tck-cols"].tck-stack-1,
[class*="tck-cols"].tck-stack-phone-p {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-1 > *,
[class*="tck-cols"].tck-stack-phone-p > * {
	width: auto !important;
}


#body {
	height: auto !important;
}
#body .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper1 {
	height: auto !important;
}
#wrapper1 .logobloc {
	float :none !important;
	width: auto !important;
}
#block2 {
	height: auto !important;
}
#block2 .logobloc {
	float :none !important;
	width: auto !important;
}
#bannermenu {
	height: auto !important;
}
#bannermenu ul {
	height: auto !important;
}
#bannermenu li {
	float :none !important;
	width: 100% !important;
}
#bannermenu div.floatck {
	width: 100% !important;
}
#block1 {
	height: auto !important;
}
#block1 .logobloc {
	float :none !important;
	width: auto !important;
}
#block5 {
	height: auto !important;
}
#block5 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper {
	height: auto !important;
}
#wrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#bannerrow > .inner {
	flex-direction: column;
}
#bannerrow .flexiblecolumn {
	width: 100% !important;
float: none;
}
#bannerrow .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#bannercolumn1 > .inner {
	flex-direction: column;
}
#bannercolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#bannercolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#maincontent > .inner {
	display: block;
}
#maincontent .column {
	width: 100% !important;
	clear:both;
	float:left
}
#maincontent .column1 div.inner, #maincontent .column2 div.inner {
	/*overflow:hidden;*/
}
#maincontent .column div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.items-row .item, .column {
	width: auto !important;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column div.moduletable, .column div.moduletable_menu {
	float: none;
	width: auto !important;
	/*margin: 0 !important;
	padding: 0 !important;*/
}

/** specifique au formulaire de contact **/
.contact form fieldset dt {
	max-width: 80px;
}

.contact input, .contact textarea {
	max-width: 160px;
}#main {
	height: auto !important;
}
#main .logobloc {
	float :none !important;
	width: auto !important;
}
#maincenter {
	height: auto !important;
}
#maincenter .logobloc {
	float :none !important;
	width: auto !important;
}
#center {
	height: auto !important;
}
#center .logobloc {
	float :none !important;
	width: auto !important;
}
#content {
	height: auto !important;
}
#content .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper3 {
	height: auto !important;
}
#wrapper3 .logobloc {
	float :none !important;
	width: auto !important;
}
#block4 {
	height: auto !important;
}
#block4 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper2 {
	height: auto !important;
}
#wrapper2 .logobloc {
	float :none !important;
	width: auto !important;
}
#block3 {
	height: auto !important;
}
#block3 .logobloc {
	float :none !important;
	width: auto !important;
}
#layout_error404_html {
	height: auto !important;
}
#layout_error404_html .logobloc {
	float :none !important;
	width: auto !important;
}


}
