.donate-step__label+.address-edit,
.address-edit {
	font-size: 16px;
}

@media (max-width: 480px) {
	.donate-step__label+.address-edit,
	.address-edit {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.donate-step__label+div {
		padding-left: 15px;
	}
}

.address-edit .form-group {
	margin-bottom: 1.875em;
}

.address-edit .form-control {
	font-weight: 400;
}

.donate-steps--2 .donate-steps__title .address-edit .form-error {
	color: #ffeb3b;
	font-weight: 400;
}

/* Registrace neziskovky */
.checkbox input[type=radio] {
	display: none;
}

.checkbox input[type=radio]:checked ~ label:after {
	opacity: 1;
	transform: scale(1);
}

.box-activity .form-group {
	margin-bottom: 1.875em;
}

.donate-steps__nav--tablist li:before {
	display: none;
}

.donate-steps__nav--tablist li.active a:before {
	background: #f15b29;
}

.donate-steps__nav--tablist a:before {
	content: counter(step-counter);
	display: inline-block;
	width: 2.30769231em;
	height: 2.30769231em;
	margin-right: .46153846em;
	font-size: 26px;
	font-family: 'Open Sans',sans-serif;
	background-color: #d3dbe0;
	color: #fff;
	text-align: center;
	line-height: 2.30769231em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


@media (max-width: 1199px) {
	.donate-steps__nav--tablist a:before {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.donate-steps__nav--tablist a:before {
		font-size: 16px;
	}
}

.donate-steps__nav--tablist li:not(.active) a {
	color: #cbd3d8;
}

@media (max-width: 767px) {
	#register-tabs .tab-pane {
		padding: 0;
	}
}

/* Second level navigation */
.nav__list .submenu {
	display: none;
	background-color: #f2f2f2;
	padding: 0;
}

.nav__list .submenu .nav__item--submenu {
	display: block;
}

.nav__list .submenu .nav__item--submenu a {
	padding: .6em 1.5em;
}

.nav__list .nav__item.has-submenu:hover > a {
	color: #f15b29;
}

.nav__list .nav__item.has-submenu:hover > a:before {
	opacity: 1;
}

.submenu-toggler {
	position: absolute;
	top: 6px;
	right: 0;
	height: 32px;
	width: 75px;
	border: none;
	background-color: transparent;
	z-index: 10;
}

.submenu-toggler .icon-ds {
	font-size: 8px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	display: inline-block;
}

.submenu-toggler--open .icon-ds {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.header {
		overflow: visible;
	}

	.submenu-toggler {
		display: none;
	}

	.nav__list .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
	}

	.nav__list .nav__item:hover .submenu {
		display: block;
	}

	.nav__list .submenu .nav__item--submenu a {
		line-height: 50px;
	}
	.nav__list .submenu {
		background-color: #fff;
	}
}

@media (max-width: 767px) {
	.header--open-nav .header__search {
		top: auto;
		bottom: 20px;
	}

	.header--open-nav {
		overflow: auto;
	}
}

@media (max-width: 991px) {
	.nav__list .nav__item > a {
		position: relative;
		display: block;
		width: 100%;
	}

	.submenu-toggler.submenu-toggler--open + .submenu {
		display: block;
	}
}

/* Buttons */
.btn--blue,
.btn--blue.btn--gradient {
	background: #147acc;
}
.btn--blue:hover,
.btn--blue:active {
	background: #106dc4;
}
.btn--blue.btn--gradient:hover,
.btn--blue.btn--gradient:active {
	background: #147acc;
}
.btn--blue.btn--round:before {
	background: #106dc4;
}
.btn--orange,
.btn--orange.btn--gradient {
	background: #d73318;
}
.btn--orange:hover,
.btn--orange:active {
	background: #ca2e14;
}
.btn--orange.btn--gradient:hover,
.btn--orange.btn--gradient:active {
	background: #d73318;
}
.btn--orange.btn--round:before {
	background: #ca2e14;
}
.btn--border-orange {
	border-color: #d73318;
	color: #d73318;
}

/* Color change */
a,
.nav__item a.active,
.nav__item a:active,
.nav__item a:focus,
.nav__item a:hover,
.account__user:hover,
.account__logout,
.box--orange .box__link,
.box--orange .box__link a,
.box--orange .box__title,
.box--orange .box__title a,
.link--orange,
.link--orange a,
.text--orange,
.text--orange a,
.box--orange .box__link a:before,
.box--orange .box__link:before,
.box--orange .box__title a:before,
.box--orange .box__title:before,
.link--orange a:before,
.link--orange:before,
.text--orange a:before,
.text--orange:before,
.breadcrumb__item + .breadcrumb__item:before,
.checkbox label:after,
.donate-steps__nav li.active {
	color: #d73318;
}

.box--orange .box__link a:focus,
.box--orange .box__link a:hover,
.box--orange .box__link:focus,
.box--orange .box__link:hover,
.box--orange .box__title a:focus,
.box--orange .box__title a:hover,
.box--orange .box__title:focus,
.box--orange .box__title:hover,
.link--orange a:focus,
.link--orange a:hover,
.link--orange:focus,
.link--orange:hover,
.text--orange a:focus,
.text--orange a:hover,
.text--orange:focus,
.text--orange:hover,
.footer__nav a.active,
.footer__nav a:active,
.footer__nav a:focus,
.footer__nav a:hover,
.nav-tabs .active a,
.nav-tabs a:hover,
.nav-tabs a:focus,
.nav-tabs a:active a,
.author__next,
.donate-card__value,
.donate-card__progress:before,
.btn--white,
.donate-steps__amount span,
.donate-steps__amount .form-control,
thead th {
	color: #ca2e14;
}

.nav__item a:before,
.text--stripe:before,
.categories__item a:before,
.categories__item label:before,
.about__highlights>div:after,
.gallery .slick-prev,
.gallery .slick-next,
.gallery__image--sm:after,
.pop-up__title,
.tip--orange,
.donate-steps__nav--tablist li.active a:before,
.donate-steps__nav li.active:before,
.form-tooltip,
.donate-steps--2 .donate-steps__title,
.donate-steps--2 .donate-steps__title-inner,
.filter__header,
.pagination a {
	background: #d73318;
}

.form-tooltip--white {
	background: #fff;
	color: #d73318;
}

.donate-steps__title {
	background-color: #d73318;
}

.pagination .active a,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	background: #ff4021;
	border-color: #ff4021;
}

.pagination a {
	border-color: #d73318;
}

.footer,
.nav-tabs .active a,
.nav-tabs a:hover,
.nav-tabs a:focus,
.nav-tabs a:active a,
thead th {
	border-bottom-color: #d73318;
}

.tip--orange:before,
.contact-box {
	border-top-color: #d73318;
}

.homepage .teaser {
	background-image: url(../images/teaser_2.jpg);
}

@media (max-width: 480px) {
	.homepage .teaser {
		background-image: url(../images/teaser_2-mobile.jpg);
	}
}

.statistics__pie .pie path {
	fill: #147acc;
}

.statistics__pie:before {
	border-color: #147acc;
}

.statistics__perc span {
	color: #147acc;
}

.box__ribbon--green,
.statistics__pie--done .pie,
.icon-ds--round-blue:after,
.slider .noUi-handle,
.slider .noUi-target,
.card__action {
	background: #147acc;
}

.card:hover .card__action,
.card:focus .card__action,
.card:active .card__action,
.card.active .card__action {
	background: #0b5396;
}

.box__ribbon--green:before {
	border-bottom-color: #0b5396;
}

/* Icons */
.icon-ds--round-yellow:after,
.icon--shortproject:after {
	background: #fac73f;
}

.icon-ds--round-turtoise:after,
.icon--longproject:after {
	background: #80ac25;
}

.icon-ds--round-purple:after,
.icon--our-tip:after {
	background: #288ecc;
}

.icon-ds--round-green:after,
.icon--p2p:after {
	background: #f78723;
}

.icon-ds--round-blue:after,
.icon--reward:after {
	background: #4eb9d8;
}

.icon-ds--round-red:after,
.icon--partnerproject:after {
	background: #fb4e25;
}

.pagination-wrap {
	margin-bottom: 3em;
	display: flex;
	justify-content: center;
}

.news-detail__image {
	margin-bottom: 2em;
	text-align: center;
}

@media (min-width: 768px) {
	.news-detail__image {
		margin-bottom: 3em;
	}
}

.news-detail__image img {
	max-width: 100%;
	height: auto;
}

.news-detail h1 {
	margin-bottom: .25em;
}

.news-detail__date {
	margin-bottom: 2em;
}

/* Error page */
.error-page__inner {
	min-height: 100vh;
	background-image: url('../images/error-page_bg.png');
	background-position: left bottom 50px;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.error-page__inner {
		background-size: contain;
	}

	.error-page .body-inner {
		padding-top: 0;
	}
}

.error-page__content {
	padding-top: 50px;
}

@media (min-width: 576px) {
	.error-page__content {
		padding-top: 100px;
		padding-left: 100px;
	}
}

@media (min-width: 992px) {
	.error-page__content {
		padding-top: 200px;
		padding-left: 327px;
	}
}

.error-page__logo {
	display: inline-block;
	margin-bottom: 70px;
}

@media (min-width: 576px) {
	.error-page__logo {
		margin-left: -25px;
	}
}

.error-page__logo img {
	width: 168px;
}

.error-page__code {
	font-size: 24px;
	font-family: Capriola,sans-serif;
}

.error-page .h1 {
	margin-top: 0;
	margin-bottom: 60px;
}

.error-page__links {
	color: #008dc8;
	padding-left: 55px;
}

.error-page__links li {
	margin-bottom: 12px;
}

.error-page__links a {
	font-size: 18px;
	font-family: Capriola,sans-serif;
	color: #008dc8;
}

.error-page__links a:hover {
	text-decoration: none;
}

.box__link--lg {
	font-size: 18px;
}

@media (max-width: 991px) {
	.box__link--lg {
		font-size: 16px;
	}
}

.h1--m-sm {
	margin: .625em 0;
}

.page-content {
	padding: 1px 20px;
	margin-bottom: 105px;
}

.page-row {
	margin-top: 25px;
	margin-bottom: 40px;
}

.page-row + .page-row {
	margin-top: 40px;
}

.page-footer {
	margin-bottom: 80px;
}

.page-footer__link {
	font-size: 20px;
	font-weight: 600;
}

.page-footer__link .icon-ds {
	font-size: 10px;
	right: -25px;
	top: 58% !important;
}

@media (min-width: 768px) {
	.page-content {
		padding: 1px 40px;
	}
}

@media (min-width: 1200px) {
	.page-row {
		margin-top: 25px;
		margin-bottom: 60px;
	}

	.page-row + .page-row {
		margin-top: 90px;
	}

	.page-footer {
		margin-bottom: 120px;
	}
}

.text--yellow {
	color: #fdbe07;
}

.text--orange-light {
	color: #f15b29;
}

.text--no-hover.text--orange {
	color: #d73318;
}

.text--no-hover.text--blue {
	color: #24c5f2;
}

.text--no-hover.text--green {
	color: #57ba11;
}

.tip {
	min-height: 120px;
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

.how-to-support__tip .tip {
	padding: 6em 4.375em 4.8em 3em;
}

.how-to-support--popup .how-to-support__tip .tip {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 90px;
}

@media (max-width: 480px) {
	.how-to-support__tip span:first-child {
		font-size: 6em;
	}
}

@media (min-width: 480px) {
	.tip {
		min-height: 175px;
	}
}

@media (min-width: 768px) {
	.how-to-support--popup .how-to-support__tip .tip {
		min-height: 120px;
	}
}

@media (min-width: 992px) {
	.tip {
		min-height: 150px;
	}

	.how-to-support--popup .how-to-support__text .h2 {
		font-size: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.how-to-support--popup .how-to-support__text .how-to-support__buttons .btn--xs {
		width: 200px;
	}
	.how-to-support--popup .how-to-support__text .how-to-support__buttons .btn + .btn {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.tip {
		min-height: 200px;
	}

	.how-to-support--popup .how-to-support__tip .tip {
		min-height: 180px;
	}

	.how-to-support--popup .how-to-support__text .h2 {
		font-size: 32px;
	}
}

@media (min-width: 1440px) {
	.tip {
		min-height: 250px;
	}

	.how-to-support__tip .tip {
		padding-left: 4.375em;
	}
}

.tip--bg-1 {
	background-image: url('../images/box-tip-bg-1.png');
}

.tip--bg-2 {
	background-image: url('../images/box-tip-bg-2.png');
}

.tip--bg-3 {
	background-image: url('../images/box-tip-bg-3.png');
}

.tip--bg-4 {
	background-image: url('../images/box-tip-bg-4.png');
}

.tip--bg-5 {
	background-image: url('../images/box-tip-bg-5.png');
}

.btn--border-blue {
	color: #24c5f2;
	border-color: #24c5f2;
	color: #24c5f2;
}

.btn--border-blue:hover,
.btn--border-blue:focus,
.btn--border-blue:active,
.btn--border-blue.active {
	border-color: #006995;
	color: #006995;
}

.btn--border-green {
	color: #0bac25;
	border-color: #0bac25;
	color: #0bac25;
}

.btn--border-green:hover,
.btn--border-green:focus,
.btn--border-green:active,
.btn--border-green.active {
	border-color: #418b0d;
	color: #418b0d;
}

.btn--xs {
	font-size: 12px;
}

.how-to-support__tip,
.how-to-support__text {
	vertical-align: top;
}

.how-to-support__text .h2 {
	margin-top: 0;
	margin-bottom: .625em;
}

.how-to-support__text .how-to-support__buttons {
	margin-top: 40px;
}

.how-to-support__text .how-to-support__buttons .btn--xs {
	width: 215px;
	font-size: 12px;
	padding-left: .5em;
	padding-right: .5em;
}

.how-to-support__text .how-to-support__buttons .btn {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.how-to-support__text .how-to-support__buttons .btn + .btn {
		margin-left: 15px;
	}
	.how-to-support__text .how-to-support__buttons .btn {
		margin-bottom: 0;
	}
}

.give-widget {
	border: 1px solid #e1e1e1;
	padding: 36px 19px 40px;
}

.give-widget--small {
	width: 300px;
}

.give-widget--large {
	width: 100%;
}

.give-widget__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 15px;
	margin-top: -2px;
}

.give-widget__image {
	margin-bottom: 10px;
}

.give-widget__description {
	font-size: 14px;
	line-height: 1.5;
}

.give-widget__btn {
	position: relative;
	overflow: visible;
	display: block;
	line-height: 51px;
	padding-right: 51px;
	padding-left: 30px;
	font-size: 18px;
}

.give-widget__btn.btn--round:before {
	width: 51px;
	height: 51px;
}

.give-widget__btn.btn--round:after {
	right: .5em;
	font-size: 12px;
}

.give-widget__btn--has-icon {
	padding-left: 65px;
}

.give-widget__btn .icon--reward {
	position: absolute;
	top: 13px;
	left: 20px;
}

.give-widget__logo {
	text-align: center;
	margin-top: 30px;
}

.give-widget__logo img {
	width: 170px;
}

.give-widget__row__col--image {
	text-align: center;
	margin-bottom: 30px;
}

.give-widget__row__col--content {
}

.give-widget__row__col .give-widget__btn {
	margin-bottom: 30px;
}

@media (min-width: 570px) {
	.give-widget--large {
		width: 570px;
	}

	.give-widget__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -10px;
		margin-left: -10px;
	}

	.give-widget__row__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px;
		padding-left: 10px;
	}

	.give-widget__row__col--image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		margin-bottom: 0;
	}

	.give-widget__row__col--content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.give-widget__footer-btn {
		padding-right: 138px;
		padding-left: 138px;
	}
}

.give-widget .btn--white {
	color: black;
	border: 1px solid #e2e2e2;
}

.give-widget .btn--white.btn--round:before {
	background-color: #f8f8f8;
}

.give-widget .btn--white.btn--round:hover {
	background-color: #f8f8f8;
}

.btn--black {
	background-color: black;
}

.btn--black:hover {
	background-color: #222;
}

.btn--black.btn--round:before {
	background-color: #222;
}

@media (min-width: 992px) {
	.header__account {
		background-color: #fff;
	}
}

.list--block-inline li.categories__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list--block-inline li.categories__item label,
.list--block-inline li.categories__item > a {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-moz-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.input-group--datepicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group--datepicker .input-group-addon {
	margin-bottom: 0;
	margin-left: -30px;
}

.side-box {
	background-color: #fff;
	padding: 15px;
}

.email-form {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.side-box {
		padding: 15px 30px;
	}

	.email-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.email-form .form-group {
	margin-bottom: 15px;
}

.email-form__button {
	min-width: 120px;
}

@media (min-width: 576px) {
	.email-form__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 52px;
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.email-form__button {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 62px;
	}
}

.email-form__button .btn {
	display: block;
	width: 100%;
}

.teaser__buttons {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-top: -71px;
}

.teaser__buttons .btn {
	-webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
	.teaser__buttons {
		margin-top: -25px;
	}
}

@media (min-width: 1200px) {
	.teaser__buttons {
		margin-top: -30px;
	}
}

@media (min-width: 1440px) {
	.teaser__buttons {
		margin-top: -45px;
	}
}

.result-list__item {
	width: 100%;
}

@media (min-width: 992px) {
	.organization__header {
		width: 66.66666667%;
	}
}

/* Select2 */
.select2-container .select2-selection--single {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.8125;
	color: #555555;
	background-color: #fff;
	background-image: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 3.375em;
	padding: 0.625em 1.5625em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #DFDFDF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 1em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #d73318;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none;
	outline: 0;
	border-color: #fff;
	-webkit-box-shadow: 0 0 1.125em rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 0 1.125em rgba(102, 175, 233, 0.6);
	box-shadow: 0 0 1.125em rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #555 transparent transparent transparent;
}

.select2-dropdown {
	border-radius: 0;
	border-color: #dfdfdf;
}

.select2-results__option {
	padding: 6px 25px;
}

@media (max-width: 1199px) {
	.select2-container .select2-selection--single {
		font-size: 14px;
	}
}

/* Utilities */
.heading--mb-sm {
	margin-bottom: 0.5em;
}

.font-weight-normal {
	font-weight: 400;
}

.h5 .font-weight-normal {
	font-family: 'Open Sans', sans-serif;
}

/* Project form */
.categories__form input ~ label .categories__checkbox {
	display: block;
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #dfdfdf;
	position: absolute;
	top: 14px;
	right: 5px;
}

.categories__form input ~ label .categories__checkbox:before {
	position: absolute;
	display: block;
	font-family: 'daruj-spravne';
	content: "\e91b";
	font-size: 9px;
	left: 4px;
	top: 2px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #d73318;
}

.categories__form input:checked ~ label .categories__checkbox:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.collection-form {
	margin-top: 50px;
}

.collection-form.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.collection-form .form-group {
	margin-bottom: 2.5em;
}

.collection-form .control-label {
	margin-bottom: 1.125em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.collection-form .control-label + div {
	margin-bottom: 0;
}

.collection-form .control-label + .form-group__help {
	margin-top: -1.5em;
	margin-bottom: 1.5em;
	padding-left: 2.625em;
}

@media (max-width: 1200px) {
	.collection-form .control-label + .form-group__help {
		padding-left: 2.375em;
	}
}

.collection-form .form-control + .help-block {
	padding-left: 1em;
}

.control-label__num {
	font-size: 1.5em;
	margin-right: 0.375em;
}

.collection-form__file-select__middle {
	text-align: center;
	padding: 1em 0;
}

@media (min-width: 576px) {
	.collection-form__file-select {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.collection-form__file-select__first {
		width: 290px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding-right: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.collection-form__file-select__middle {
		width: 80px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		text-align: left;
	}

	.collection-form__file-select__last {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.collection-form__file-select__last .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
}
.collection-form__file-select__last .form-control::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
}
.collection-form__file-select__last .form-control:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
}
.collection-form__file-select__last .form-control:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}

.collection-form__file-select__first .btn-close {
	margin-left: 0.75em;
}

.collection-form__file-select__first .btn {
	display: block;
	width: 100%;
}

.btn-close {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #d73318;
	border: none;
	border-radius: 50%;
	color: white;
	width: 36px;
	height: 36px;
	line-height: 1;
}

.btn-close:before {
	content: "\e908";
	font-family: 'daruj-spravne';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.75em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn-close:hover:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn--very-thin {
	line-height: 2.25em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.375rem;
	padding: 0 2em;
}

.collection-footer-buttons {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
 }

.collection-footer-buttons .btn {
	width: 275px;
	padding-right: 4em;
}

.collection-footer-buttons .btn + .btn {
	margin-left: 10rem;
}

@media (max-width: 991px) {
	.collection-footer-buttons .btn + .btn {
		margin-left: 2rem;
	}
}

.collection-more-info {
	padding-top: 3rem;
	margin-bottom: 14rem;
}

@media (max-width: 991px) {
	.collection-more-info {
		padding-top: 1rem;
		margin-bottom: 8rem;
	}

	.collection-form .control-label + .form-group__help {
		font-size: 14px;
		padding-left: 2.75em;
	}
}

@media (max-width: 768px) {
	.collection-footer-buttons .btn {
		width: 200px;
	}

	.collection-form .control-label + .form-group__help {
		padding-left: 2.5em;
	}
}

@media (max-width: 575px) {
	.collection-footer-buttons {
		display: block;
	}

	.collection-footer-buttons .btn {
		width: 100%;
	}

	.collection-footer-buttons .btn + .btn {
		margin-left: 0;
		margin-top: 2em;
	}
}

.collection-more-info__head {
	text-align: center;
}

.collection-more-info__head .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.collection-more-info__head .btn:after {
	content: '';
	display: inline-block;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNpi/P//vysDA4MAEO8D4rcM2IEwEDsB8XsGoAYNIL4FxA+B2AKIGdCwBVQOpEYdJigExHuA+BcQFwExIxSXQ8V2A7EgSC2ySaxAPP0/BGyBYhCYCsQsMHUMWJyQDcS/oTgLXZ4RrAsTgAICJLEHXQIgwAC+darFx+HIBQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 6px;
	margin-left: 0.5em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.collection-more-info__head .btn:not(.collapsed):after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (max-width: 575px) {
	.collection-more-info__head .btn {
		width: 100%;
	}
}

.collection-preview-box-wrap {
	margin-left: auto;
	max-width: 560px;
}

.collection-preview-box__title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	font-family: 'Open Sans', sans-serif;
}

.collection-preview {
	width: 100%;
	display: inline-block;
	position: relative;
	background-image: url('../images/collection-preview/collection-preview_1.png');
	background-image: url('../images/collection-preview/collection-preview_2.png');
	background-image: url('../images/collection-preview/collection-preview_3.png');
	background-image: url('../images/collection-preview/collection-preview_4.png');
	background-image: url('../images/collection-preview/collection-preview_5.png');
	background-image: url('../images/collection-preview/collection-preview_6.png');
	background-image: url('../images/collection-preview/collection-preview_7.png');
	background-image: url('../images/collection-preview/collection-preview.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.collection-preview:before {
	/* For pre loading */
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url('../images/collection-preview/collection-preview_1.png')
	url('../images/collection-preview/collection-preview_2.png')
	url('../images/collection-preview/collection-preview_3.png')
	url('../images/collection-preview/collection-preview_4.png')
	url('../images/collection-preview/collection-preview_5.png')
	url('../images/collection-preview/collection-preview_6.png')
	url('../images/collection-preview/collection-preview_7.png');
}

.collection-preview:after {
	padding-top: 69.6428571%;
	/* 16:9 ratio */
	display: block;
	content: '';
}

.collection-preview[data-step="1"] {
	background-image: url('../images/collection-preview/collection-preview_1.png');
}

.collection-preview[data-step="2"] {
	background-image: url('../images/collection-preview/collection-preview_2.png');
}

.collection-preview[data-step="3"] {
	background-image: url('../images/collection-preview/collection-preview_3.png');
}

.collection-preview[data-step="4"] {
	background-image: url('../images/collection-preview/collection-preview_4.png');
}

.collection-preview[data-step="5"] {
	background-image: url('../images/collection-preview/collection-preview_5.png');
}

.collection-preview[data-step="6"] {
	background-image: url('../images/collection-preview/collection-preview_6.png');
}

.collection-preview[data-step="7"] {
	background-image: url('../images/collection-preview/collection-preview_7.png');
}