body {
	font: normal 22px/1.5 'Open Sans', sans-serif;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	color: #858585;
	background: white;
}
@media (max-width: 768px) {
	body {
		font-size: 18px;
	}
}
a {
	color: #ae0f69;
	text-decoration: underline;
	transition: all .5s ease;
}
a:active,
a:hover {
	color: #ae0f69;
	text-decoration: none;
}
.content-text a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-text a:active,
.content-text a:hover {
	border-bottom: none;
}
.content-text h1 a {
	border-bottom: 3px solid;
	transition: none;
}
.content-text h2 a {
	border-bottom: 2px solid;
	transition: none;
}
h1 {
	margin: 0 0 20px 0;
	color: #ae0f69;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
}
@media (max-width: 767px) {
	.content-text h1 {
		font-size: 26px;
		line-height: 34px;
	}
}
h2 {
	margin: 0 0 18px 0;
	color: #ae0f69;
	font-weight: normal;
	font-size: 32px;
}
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
}
p,
ul,
ol {
	margin: 0 0 30px 0;
}
.cl {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.cms-editor-image.border {
	border: 1px solid #999;
}
.swiper-pagination-bullet {
	background: none;
	border: 3px solid white;
	opacity: .9;
	width: 18px;
	height: 18px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.swiper-pagination-bullet-active {
	/*background: #ae0f69;*/
	border-color: #ae0f69;
	opacity: 1;
}
/* bootstrap basics */
.container,
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.row.form-filter {
	background: #e6e6e6;
	padding: 15px;
	border-radius: 7px;
	margin-bottom: 20px;
}
.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* buttons */
a.btn,
.btn,
.btn:active,
.btn:focus {
	background-color: #ae0f69;
	border-color: transparent;
	border-bottom: 1px solid transparent !important;
	border-radius: 0;
	color: #fff;
	outline: none;
	transition: all 1s ease;
	font-size: 18px;
	padding: 10px 50px 10px 15px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}
.btn .glyphicon-over {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
a.btn-invert,
.btn-invert,
.btn-invert:active,
.btn-invert:focus {
	background-color: white;
	color: #ae0f69;
	text-decoration: none;
}
.btn:hover {
	background-color: #fff;
	border-color: #ae0f69;
	border-bottom: 1px solid #ae0f69 !important;
	box-shadow: none;
	color: #ae0f69;
	outline: none;
}
.btn-invert:hover {
	color: white;
	border: 1px solid white !important;
	background-color: #ae0f69;
}

/* alerts */
.alert {
	border-radius: 0;
}

/* modal dialog */
.modal-content {
	border-radius: 0;
}
.modal-header {
	background-color: #ae0f69;
	color: #fff;
}
.close {
	color: #fff;
	opacity: 1;
}
.modal-body p {
	margin-bottom: 20px;
}
.modal-body p:last-of-type {
	margin-bottom: 0;
}
.modal-body .alert:last-of-type {
	margin-bottom: 0;
}

/* form */
.form-control {
	border-radius: 0;
}
textarea.form-control {
	height: 150px;
}
.form-control:focus {
	border-color: #ae0f69;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 125, 25, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 125, 25, .6);
}

/* header */
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	background: white;
	width: 100%;
	box-shadow: 0px 1px 6px rgba(0,0,0,.3);
}
.navbar {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	min-height: 0;
	padding: 25px 30px;
}
.navbar-header {
	float: left;
}
.navbar-header img {
	float: left;
	height: auto;
}
.navbar-header img.svg {
	max-width: 220px;
}
.navbar-header .podlogo,
.podlogo2 {
	line-height: 46px;
	margin: 0 0 0 60px;
	font-size: 30px;
	font-weight: bold;
	color: rgba(0, 158, 224, 1);
	position: relative;
	top: -2px;
}
.podlogo2 {
	display: none;
}
@media (max-width: 991px) {
	.navbar-header .podlogo {
		display: none;
	}
	.navbar-header img {
		float: left;
		max-width: 220px;
		height: auto;
		margin-bottom: 20px;
	}
	.podlogo2 {
		clear: both;
		background: #ae0f69;
		color: white;
		display: block;
		width: 100%;
		float: left;
		margin: 0 0 -1px -2.5%;
		box-sizing: content-box;
		padding: 10px 2.5%;
		font-size: 22px;
		line-height: 1.2;
	}
}
.navbar-collapse {
	padding: 13px 0 0 0;
	float: right;
}
.navbar-nav {
	margin: 0;
	font-size: 16px;
	line-height: 1;
}
.navbar-toggle {
	padding: 13px 10px;
	float: right;
	margin: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ae0f69;
	border: 0;
	border-radius: 2px;
	color: white;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #858585;
	text-decoration: none;
	transition: all .5s ease;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: white;
	color: #ae0f69;
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a .caret {
		width: 36px;
		height: 36px;
		margin: -8px 0 -8px 5px;
		position: relative;
		top: -1px;
		font-size: 16px;
		border: 0;
	}
	.navbar-default .navbar-nav > li > a .caret:before {
		content: '\e114';
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 0;
		left: 0;
		font-family: 'Glyphicons Halflings';
		line-height: 38px;
		text-align: center;
	}
}
.nav > li > a {
	padding: 0;
	margin: 0 12px;
	line-height: 30px;
}
.nav > li.lang {
	margin-right: 12px;
	margin-left: 12px;
}
.navbar-nav .dropdown-menu,
.lang .dropdown-menu {
	font-size: 16px;
	right: -12px;
	text-transform: uppercase;
}
.navbar-nav .dropdown-menu a,
.lang .dropdown-menu a {
	text-decoration: none;
	/*font-weight:  bold;*/
	color: #858585;
}
.navbar-nav .dropdown-menu a:hover,
.lang .dropdown-menu a:hover {
	background-color: white;
	color: #ae0f69;
}
@media (max-width: 992px) {
	.nav > li.lang {
		margin-right: 0;
	}
}
.navbar-nav .dropdown-menu,
.lang .dropdown-menu {
	min-width: 0;
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus {
	color: #ae0f69;
	background:none
}
.nav > li.lang > a {
	margin-right: 0;
}
.nav > li:last-child > a {
	margin-right: 0;
}
.navbar-nav .header-ico {
	position: relative;
	top: 0;
}
.navbar-nav .header-ico.active span {
	color: #ae0f69;
}
.navbar-nav .user-name {
	display: block;
	padding: 3px 20px 10px 20px;
	line-height: 24px;
}
/* Darovaci tlacitko */
.navbar-default .navbar-nav > li.donatebutton > a {
	background: #e30000;
	color: #fff;
	padding: 15px;
	margin: -15px 10px;
	border-radius: 5px;
	border: 1px solid #e30000;
}
.navbar-default .navbar-nav > li.donatebutton > a:hover {
	background: #ffffff;
	color: #e30000;
}
.header-ico {
	font-size: 24px;
	top: -5px;
}
.search-head {
	position: relative;
}
.search {
	display: none;
	position: absolute;
	top: -17px;
	right: -14px;
	width: 235px;
	border: 1px solid #ae0f69;
	background: white;
	border-radius: 3px;
	overflow: hidden;
}
.search input[type="text"],
.search input[type="text"]:focus {
	width: 182px;
	border: 0;
	background: none;
	height: 50px;
	box-shadow: none;
}
.search .btn {
	width: 51px;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 45px;
	border: 0 !important;
	border-left: 1px solid #ae0f69 !important;
	border-radius: 0;
}
.search .btn .glyphicon {
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	right: 0;
	top: 0;
}
@media (max-width: 992px) {
	.navbar {
		padding: 20px 2.5% 0 2.5%;
	}
	.navbar-default .navbar-collapse {
		width: 100%;
		float: left;
		clear: both;
		border: 0;
		padding: 0;
	}
	.navbar-nav {
		padding-top: 10px;
		clear: both;
	}
	.navbar-nav li {
		clear: both;
	}
	.nav > li > a {
		background: #eaeaea;
		width: 100%;
		float: left;
		margin: 0 0 2px 0;
		padding: 8px 2.5%;
	}
	.nav > li > a.search-ico {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		clear: both;
	}
	.navbar-default .navbar-nav > li.donatebutton > a {
		padding: 8px 2.5%;
		margin: 0;
		border-radius: 0;
	}
	.search-head {
		clear: both;
	}
	.search {
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		float: left;
		clear: both;
		margin: 8px 0 20px 0;
		right: 0;
	}
	.search .container {
		width: 100%;
	}
	.search .input-group {
		display: block;
	}
  .search input[type="text"],
	.search input[type="text"]:focus {
		width: calc(100% - 41px);
		height: 40px;
	}
	.search .btn {
		width: 41px;
		height: 40px;
		line-height: 38px;
	}
	.search .btn .glyphicon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
/* slider */
.slider .container-fluid {
	padding: 0;
}
.swiper-container {
	height: 444px;
}
a.swiper-slide,
.swiper-slide {
	background-size: cover;
	background-position: center center;
	color: white;
	text-shadow: 0px 0px 8px rgba(0,0,0,1);
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	transition: none;
}
.swiper-slide h2 {
	color: white;
	margin: 0 0 8px 0;
	font-size: 52px;
	line-height: 1;
	font-weight: bold;
}
.swiper-slide.colored-label h2 {
	color: #ae0f69;
}
.slider .container-out {
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.2);*/
	transition: all .5s ease;
}
.slider .swiper-slide:hover .container-out {
	background: rgba(0,0,0,.2);
}
.slider .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%;
	transform: translateY(-100%);
}
.slider .container.top-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.slider .container.top-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}
.slider .container.center-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slider .container.center-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.slider .container.center-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
}
.slider .container.bottom-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 15px;
}
.slider .container.bottom-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	padding-bottom: 15px;
}
.slider .container.bottom-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
	padding-bottom: 15px;
}
.slider .inside {
	padding: 35px 15px;
	max-width: 60%;
	font-size: 28px;
	line-height: 1.3;
}
@media (max-width: 768px) {
	.slider .inside {
		max-width: 100%;
		padding: 25px 15px 40px 15px;
	}
}
.slider .inside p {
	margin-bottom: 1em;
}
.slider-logo {
	position: absolute;
	background: white;
	padding: .4em .5em;
	right: 0;
	top: 30px;
}
@media (max-width: 991px) {
	.slider-logo {
		display: none;
	}
}
.slider .btn {
	display: inline-block;
}
@media (max-width: 768px) {
	.swiper-slide h2 {
		font-size: 26px;
		line-height: 1.2;
	}
	.slider .inside p {
		font-size: 16px;
		line-height: 1.35;
	}
	.swiper-pagination-fraction,
	.swiper-pagination-custom
	{
		bottom: -3px;
	}
	.slider .btn {
		font-size: 14px;
	}
	/* .block.seo-text {
		display: none;
	} */
}
/* content */
.block {
	padding-top: 60px;
	padding-bottom: 60px;
}
.block-color {
	color: white;
	background-color: #ae0f69;
}
.block-gray {
	background: #eaeaea;
}
.block-color h2 {
	color: white;
	font-size: 42px;
	margin: 0 0 .8em 0;
}
.block-help {
	text-align: center;
	background-repeat: repeat;
	background-position: center -20px;
}
.block-help .buttons a {
	margin: 10px 30px 5px 30px;
	padding: 15px 60px 15px 20px;
	max-width: 100%;
	font-size: 24px;
}
.block-help .buttons a .glyphicon-over {
	right: 16px;
	font-size: 28px;
}
.tiles {
	padding-bottom: 60px;
	padding-top: 60px;
}
.tiles-article {
	padding-top: 60px;
}
@media (max-width: 768px) {
	.block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tiles {
		padding-bottom: 15px;
	}
	.block-help h2 {
		font-size: 32px;
	}
	.block-help .buttons a {
		margin: 10px 10px 5px 10px;
		padding: 15px 60px 15px 20px;
		font-size: 20px;
	}
	.block-help .buttons a .glyphicon-over {
		right: 18px;
	}
}
.tiles .item,
.tiles-gallery .item {
	color: white;
	text-decoration: none;
	text-shadow: 0px 0px 8px rgba(0,0,0,1);
	overflow: hidden;
}
.tiles-article .item {
	color: #ae0f69;
	text-shadow: none;
}
.tiles .item:hover {
	text-shadow: none;
}
.text p:last-child {
	margin-bottom: 0;
}
.tiles .item .square-box,
.tiles-gallery .item .square-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 15px 0;
	line-height: 1.4;
}
.tiles .item:hover .square-box {
	background-image: none !important;
}
.square-box:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.tiles.small .in2 .up {
	font-size: 18px;
	padding: 15px 0 18px 0;
}
.tiles.small .square-box:before {
	padding-top: 33.33%;
}
.tiles.small .square-box .down {
	display: none;
}
.square-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*padding: 10%;*/
	/*background: rgba(0,0,0,.2);*/
	transition: all 1s ease;
}
.tiles-article .square-content {
	padding: 0;
}
.tiles .item:hover .square-content,
.tiles .square-box.no-image .square-content {
	background-color: #ae0f69;
}
.tiles-article .item:hover .square-content {
	background: none;
}
.square-content .in {
	display: table;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
}
.square-content .in2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tiles-article .square-content .in2 {
	text-align: left;
	vertical-align: top;
}
.tiles-article .in3 {
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.35;
}
.tiles-article .in3 .date {
	color: #858585;
	font-size: 16px;
}
.tiles-article .in3 h2 {
	margin: 0 0 .5em 0;
	font-size: 26px;
	line-height: 1.2;
}
.tiles-article .item:hover .in3 h2 {
	color: #858585;
}
.tiles-article .in3 p {
	margin: 0;
}
.square-content .in2 .up {
	font-size: 28px;
	line-height: 1.3;
	padding: 10px 0 18px 0;
	display: inline-block;
	transition: all 1s ease;
}
.tiles-course {
	padding-top: 0;
}
.tiles-course .row > div:nth-child(3n+1) {
	clear: left;
}
.tiles-course .item {
	display: block;
}
.tiles-course .item:hover {
	border-bottom: 1px solid transparent;
}
.tiles-course .item .perex {
	margin-bottom: 10px;
	color: #858585;
}
.tiles-course .terms .glyphicon {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}
.tiles-course .terms {
	float: left;
	padding-left: 30px;
	position: relative;
	width: 230px;
}
.tiles-course .date {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 5px 0;
	width: 45px;
	border: 1px solid #d0d0d0;
}
.tiles-course .date span {
	white-space: nowrap;
	letter-spacing: 0;
	display: block;
	font-size: 13px;
}
.tiles-course .date span + span {
	font-size: 11px;
}
.tiles-course .date.more {
	line-height: 25px;
	font-weight: bold;
	height: 43px;
}
.tiles-course .btn-more {
	float: right;
}

.tiles-course .square-box::before {
	padding-top: 75%;
}
.btn-filter {
	margin-top: 30px;
}
.btn-filter .glyphicon {
	position: absolute;
	right: 15px;
	top: 15px;
}

.course .course-terms {
	margin: 0 -15px 30px -15px;
}
.course .course-terms::after {
	clear: both;
	display: table;
	content: '';
}
.course .detail-content h2 {
	margin-top: 15px;
}
.course .info-row {
	margin: 0;
}
.course .course-info {
	margin: 30px 0 50px 0;
	padding: 30px 30px 0 30px;
	clear: both;
	background: #f5f5f5;
	border-radius: 7px;
}
.course .course-info h3 {
	margin-bottom: 5px;
}
.course .course-info p {
	margin-bottom: 10px;
}
.course .info-item-course {
	min-height: 0;
}
.course-info .info-item {
	padding: 0 15px 0 0;
}
.course-info .info-item:nth-of-type(2n) {
	padding: 0 0 0 15px;
}
@media (max-width: 767px) {
	.course .course-info {
		padding-bottom: 20px;
	}
	.course-info .info-item,
	.course-info .info-item:nth-of-type(2n) {
		padding: 0;
	}
}
.course .icon {
	margin-bottom: 0;
	color: #c3c3c3;
	font-size: 100px;
	text-align: center;
}
.course .icon.active {
	color: #ae0f69;
}
.course .tooltip {
	opacity: 1;
}
.course .tooltip > .tooltip-inner {
	padding: 20px;
	background: #999;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	opacity: 1;
}
.course .tooltip > .tooltip-arrow {
	border-top-color: #999;
}
.course .term {
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.course .term::after {
	content: '';
	display: table;
	clear: both;
}
.course .term .btn.btn-default {
	padding-right: 15px;
}
.course .date {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 90px;
	margin:  0;
	padding: 10px 0;
	border: 1px solid #cccccc;
	float: left;
}
.course .date span {
	white-space: nowrap;
	letter-spacing: 0;
	line-height: 40px;
	display: block;
	font-size: 25px;
}
.course .date span + span {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.course .place {
	font-size: 18px;
	line-height: 35px;
	display: block;
	margin-bottom: 9px;
	margin-top: 5px;
}
.course .place-wrap {
	float: left;
	margin-left: 10px;
}
.course video {
	width: 100%;
	max-width: 100%;
}

.course .yt-video-wrap {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.course .yt-video-wrap iframe,
.course .yt-video-wrap .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

@media(max-width: 599px) {

}


@media(min-width: 992px) and (max-width:1200px)
{
	.tiles-course .square-box::before {
		padding-top: 110%;
	}
	.tiles-course .terms {
		float: none;
	}
	.tiles-course .btn-more {
		float: none;
		clear: both;
		margin: 5px 0;
	}
}
@media (max-width: 991px)
{
	.btn-filter {
		margin-top: 10px;
	}
}
@media (max-width: 1200px) {
	.tiles .item .square-box {
		line-height: 1.2;
		font-size: 16px;
	}
	.square-content .in2 .up {
		font-size: 20px;
		line-height: 1;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tiles .item .square-box {
		line-height: 1.2;
		font-size: 14px;
	}
	.square-content .in2 .up {
		font-size: 18px;
		line-height: 1;
	}
	.tiles-course .row > div:nth-child(3n+1) {
		clear: none;
	}
	.tiles-course .row > div:nth-child(2n+1) {
		clear: left;
	}
}
.tiles .item .square-content .in2 .down {
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	bottom: -350px;
	width: 100%;
	left: 0;
	transition: all 1s ease;
}
.tiles .item:hover .square-content .in2 .down {
	position: relative;
	bottom: 0;
}
.tiles.small .item:hover .square-content .in2 .down{
	position: absolute;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.tiles-article .in3 h2 {
		font-size: 18px;
		line-height: 1.2;
	}
}
@media (max-width: 768px) {
	.tiles .item {
		text-shadow: none;
		line-height: 1.3;
	}
	.tiles .item .square-box {
		background: #ae0f69 !important;
		margin-bottom: 0;
	}
	.tiles-article .item .square-box {
		background: none !important;
		margin-bottom: 15px;
	}
	.square-box:before,
	.tiles .item:hover .square-content .in2 .down	 {
		display: none;
	}
  .tiles-gallery .square-box:before {
		display: block;
	}
	.square-content {
		position: relative;
		padding: 10% 15px;
		text-align: center;
	}
	.square-content .in {
		display: block;
		height: auto;
	}
	.square-content .in2 {
		display: inline;
	}
	.square-content .in2 .up {
		padding: 0;
	}
	.tiles {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.tiles-article .in3 p {
		display: block;
	}
	.tiles-article .in3 h2 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: .4em;
	}
}
.seo-text .text {
	text-align: center;
}
.block-info a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: .3s;
}
.block-info a:hover {
	color: #ae0f69;
}
.block-info h2 {
	color: #858585;
	font-size: 42px;
	margin: 0 0 .6em 0;
	text-align: center;
}
@media (max-width: 768px) {
	.block-info h2 {
		font-size: 32px;
	}
}
.block-info .item {
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.block-info span {
	display: block;
	line-height: 1.3;
}
.block-info .big {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	color: #ae0f69;
}
/*.block-info .count {
	visibility: hidden;
}*/
.block-info .glyphicon {
	color: #ae0f69;
	font-size: 68px;
	margin: 5px 0 10px 0;
}
@media (max-width: 991px) {
	.block-info .item:nth-of-type(1),
	.block-info .item:nth-of-type(2) {
		margin-bottom: 3em;
	}
}
.article-img {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 12px 0;
}
.article-img img {
	width: 100%;
}
.square-box .article-img img{
	max-height: 240px;
}
@media (max-width: 1199px) {
	.square-box .article-img img{
		max-height: 195.328px;
	}
}
@media (max-width: 768px) {
	.square-box .article-img img{
		max-height: 100%;
	}
}
.article-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.tiles-article .item:hover .article-img:after {
	background: rgba(0,0,0,.2);
}
/* footer */
.footer {
	font-size: 18px;
	line-height: 1.5;
	color: white;
	padding: 0;
}
.footer .item:nth-of-type {
	background: #999;
}
.footer .item:nth-of-type(1) {
	background: #aaa;
}
.footer .item:nth-of-type(2) {
	padding-left: 30px;
	background: #aaa;
}
.footer .item:nth-of-type(3) {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.footer .item:nth-of-type(3) {
		padding-left: 15px;
	}
}
.footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 992px) {
	.footer .row {
		display: block;
	}
	.footer {
		background-image: none;
	}
	.footer .item:nth-of-type(1) {
		background: none;
		border-bottom: 1px solid #aaa;
	}
	.footer .item:nth-of-type(2) {
		padding-left: 15px;
		background: #999;
	}
}
.footer .item {
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer .social-icon {
	font-size: 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #ae0f69;
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ae0f69;
}
.footer .social-icon:hover {
	background: white;
	color: #ae0f69;
	border: 1px solid #ae0f69;
}
.footer a.btn,
.footer a.btn:hover {
	border: 1px solid #ae0f69;
}
.footer .social-icon i {
	display: inline-block;
}
.footer h2 {
	font-size: 24px;
	line-height: 1.2;
	color: white;
	font-weight: bold;
}
.footer ul,
.footer p {
	margin: 0 0 1em 0;
	padding: 0;
}
.footer ul {
	margin: 0 0 1.5em 0;
}
.footer ul li {
	list-style: none;
	padding: 2px 0;
}
.footer a,
.footer2 a {
	color: #858585;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.footer a {
	color: white;
}
.footer a:hover,
.footer2 a:hover {
	border-bottom: none;
}
.footer2 {
	font-size: 16px;
	line-height: 1.5;
	padding: 25px 0;
	text-align: center;
}
.social-icons {
	width: 100%;
	float: left;
	margin: 0 0 2em 0;
}
.info-row {
	margin: 0px 0px 15px -15px;
}
.info-row .col-md-3,
.info-row .col-md-4,
.info-row .col-md-6,
.info-row .col-md-8 {
	margin: 0px 0px 15px 0px;
}
.info-row .col-md-4:last-child {
	margin-bottom: 0px;
}
.info-item {
	background: none;
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 80%;
	min-height: 150px;
}
.info-item.info-item-height {
	min-height: 0px;
}
.info-item.info-item-image {
	background: none;
	text-align: center;
}
.info-item-gallery-photo {
	float: left;
}
.info-item h2 {
	font-weight: normal;
	color: #ae0f69;
	font-size: 140%;
	margin: 0px 0px 10px 0px;
}
.info-item h3 {
	font-weight: normal;
	color: #ae0f69;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}
.info-item ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.info-item li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.info-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0px;
}
.info-item .object {
	font-weight: bold;
}
.info-item-map {
	width: 100%;
	height: 300px;
}
.info-item.info-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.info-item.info-text p {
	margin-bottom: 15px;
}
.info-item.info-text > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.info-item.info-text {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.form-finish {
	font-size: 150%;
}
.form-finish-ok {
	color: #00A050;
	font-weight: normal;
}
.form-finish-error {
	color: #CC3366;
	font-weight: normal;
}
.detail {
	margin-bottom: 15px;
}
.detail-date {
	margin: 0px 0px 5px 0px;
	font-size: 60%;
}
.detail-image {
	float: left;
	margin: 5px 30px 15px 0px;
	max-width: 50%;
}
@media (max-width: 768px) {
	.detail-image {
		max-width: 100%;
	}
}
.detail-perex {
	font-size: 130%;
	margin-bottom: 30px;

}
.detail-content {
	margin-bottom: 30px;
}
.hidden {
	display: none;
}
.form-element-error {
	color: #CC3366;
}
.form-element-message {
	font-size: 80%;
}
.form-element-message-error {
	color: #CC3366;
}
.page-navi {
	display: flex;
	width: 100%;
	align-items: center;
  justify-content: center;
	display: none;
}
.page-navi2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-navi a {
	margin-right: 5px;
	padding: 10px 20px;
}
.two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	clear: both;
}
@media (max-width: 768px) {
	.two-cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
.block-blue {
	background: #e0f2fb;
}
.block-blue-color {
	visibility: hidden;
	color: #ae0f69;
}
.breadcrumb {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	background: none;
	padding: 8px 0;
}
/* custom form */
.custom-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	clear: both;
	border: 0;
	box-sizing: border-box;
}
.custom-form2 {
	padding-right: 15px;
}
/* form row */
.custom-form .formrow {
	margin-bottom: 20px;
	clear: both;
}
.custom-form .formrow h2 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.custom-form .formrow.sm {
	width: calc(50% - 0.75%);
	float: left;
}
.custom-form .formrow.ssm {
	width: 32.333%;
	margin-right: 1.5%;
	float: left;
}

/* form block */
.custom-form .formblock {
	width: 100%;
	float: left;
	clear: both;
}
.custom-form .input-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
}
.custom-form .input-sm .formrow.sm,
.custom-form .input-ssm .formrow.ssm,
.custom-form .textarea-sm .formrow.sm,
.custom-form .textarea-ssm .formrow.ssm {
	clear: none;
}
.custom-form .input-sm .formrow.sm:nth-of-type(2n),
.custom-form .textarea-sm .formrow.sm:nth-of-type(2n) {
	margin-left: auto;
}
.custom-form .input-ssm .formrow.ssm:nth-of-type(3n),
.custom-form .input-ssm .formrow.ssm:last-of-type,
.custom-form .textarea-ssm .formrow.ssm:nth-of-type(3n),
.custom-form .textarea-ssm .formrow.ssm:last-of-type {
	margin-right: 0;
}

/* select */
.custom-form select[multiple],
.custom-form select[size] {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* file input */
.custom-form input[type="file"],
.custom-form input[type=file]::-webkit-file-upload-button {
	height: auto;
	cursor: pointer;
}

/* cherad */
.custom-form .cherad {
	width: 100%;
	height: auto;
	padding: 8px 12px;
	clear: both;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
}
.custom-form .cherad div {
	display: inline-block;
	padding-right: 15px;
}
.custom-form .cherad div:last-of-type {
	padding-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: normal;
}
.custom-form .cherad input {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 2px;
}
.custom-form .cherad input[type="text"] {
	width: 95px;
	height: 25px;
	margin-left: 6px;
	padding: 0 5px;
	font-size: 13px;
	line-height: 25px;
}

/* text note */
.custom-form .text-note {
	width: 100%;
	margin: 0;
	float: left;
}

/* notice */
.custom-form .customFormNotice {
	margin: 0 0 6px 0;
	clear: both;
	color: #777;
	font-size: 85%;
}

/* required */
.custom-form .required {
	position: relative;
	top: -1px;
	color: #ff0000;
	cursor: help;
	font-weight: bold;
}

/* captcha */
.custom-form .g-recaptcha {
	width: 100%;
	margin: 30px 0;
	float: left;
	clear: both;
}
.custom-form label {
	margin-bottom: 0;
}

/* note */
.custom-form .note {
	width: 50%;
	margin: 0 0 20px 0;
	float: left;
	line-height: 60px;
}

/* submit button */
.custom-form .submit {
	min-width: 30%;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	float: right;
	background: #ae0f69;
	border: 1px solid #ae0f69;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-family: inherit;
	font-size: 130%;
	overflow: hidden;
	text-align: center;
}
.custom-form .submit:hover {
	border: 1px solid #ae0f69;
	color: #ae0f69;
	background: white;
}

/* responsive */
@media (max-width: 767px) {
	.custom-form .formrow.sm,
	.custom-form .formrow.ssm {
		width: 100%;
		margin-right: 0;
	}
	.custom-form .captcha-help {
		width: 100%;
		margin-bottom: 20px;
	}
	.custom-form .captcha-navi,
	.custom-form .note,
	.custom-form .submit {
		width: 100%;
	}
	.custom-form .captcha-image, .custom-form .captcha-number {
		float: left;
	}
	.custom-form .captcha-image img {
		margin: 0;
	}
	.custom-form .captcha-number {
		width: calc(50% - 10px);
	}
	.custom-form .captcha-number input[type="text"] {
		width: 100%;
	}
	.custom-form .note {
		line-height: inherit;
	}
	.custom-form label {
		min-height: 0;
	}
}
@media (max-width: 479px) {
	.custom-form #rc-imageselect,
	.custom-form .g-recaptcha {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

.custom-form .form-control {
	border-radius: 4px;
	font-size: 16px;
}
.custom-form input[type="text"].form-control,
.custom-form input[type="number"].form-control,
.custom-form select.form-control {
	height: 40px;
}
.form-control:focus {
	box-shadow: none;
}
.addthis-in {
	padding-bottom: 1em;
}
.addthis-in a {
	border: 0;
}
.service-detail {
	padding-top: 25px;
	line-height: 2;
}
.obr-gal .col-md-3 {
	padding-left: 0;
}
.service-detail2,
.service-detail3 {
	line-height: 2;
}
 .gallery .row .col-md-4:nth-of-type(1) {
	margin-left: -15px;
}

/* tables */
table {
	border-collapse: collapse;
	font-size: 1em;
}
table td p,
table th p {
	margin: 0;
	font-size: 1em;
}
table.cms-editor-table,
table.cms-editor-table.highlighted {
	border: none;
	margin: 0.4em 0 1.5em 0;
}
table.cms-editor-table td,
table.cms-editor-table.highlighted td,
table.cms-editor-table th,
table.cms-editor-table.highlighted th {
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: .4em .6em;
	text-align: left;
	font-size: 1em;
}
table.cms-editor-table tr:last-child td,
table.cms-editor-table.highlighted tr:last-child td {
	border-bottom: none;
}
table.cms-editor-table tr td:last-child,
table.cms-editor-table.highlighted tr td:last-child,
table.cms-editor-table tr th:last-child,
table.cms-editor-table.highlighted tr th:last-child  {
	border-right: none;
}
table.cms-editor-table th,
table.cms-editor-table.highlighted th {
	font-weight: 600;
	background: none;
}
table.cms-editor-table.highlighted th {
	color: #ae0f69;
}
table.cms-editor-table.highlighted td,
table.cms-editor-table.highlighted th {
	border-color: #ae0f69;
}
.footer .footer-map {
	border: 0;
}
ul.group-list {
	margin-left: 0;
	padding-left: 0;
	border: 1px solid rgba(133,133,133, 0.3);
}
ul.group-list li {
	position: relative;
	list-style: none;
	margin-left: 0;
	background: rgba(133,133,133, 0.1);
	border-bottom: 1px solid rgba(133,133,133, 0.3);
}
ul.group-list li:last-child {
	border-bottom: none;
}
ul.group-list li .icon {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 15px;
	background: white;
	border: none;
	line-height: 20px;
	width: 50px;
}
ul.group-list .icon img {
	vertical-align: middle;
}

ul.group-list li .icon-label {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	padding-right: 10px;
	width: calc(100% - 60px);
}

@media (max-width: 767px) {
	ul.group-list li .icon-label {
		line-height: 16px;
	}
}

@media (max-width: 767px)
{
	.partners {
		width: 345px;
		margin: 0 auto;
	}
	.partners-item {
		max-width: 345px;
	}
}

.partners-item {
	transition: all .5s ease;
}
.partners-item:hover {
	background: rgba(0, 0, 0, 0.1);
}
.partners-img {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.partners-img img {
	max-width: calc(100% - 80px);
	position: absolute;
	max-height: calc(100% - 80px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.partners-item .in3 {
	text-align: center;
}

.square-box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
.swiper-image {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.swiper-image-desktop {
	display: block;
}
.swiper-image-mobile,
.swiper-image-mobile-small {
	display: none;
}
@media (max-width: 991px) {
	.swiper-image-desktop {
		display: none;
	}
	.swiper-image-mobile {
		display: block;
	}
	.gallery .row .col-md-4 {
		margin-left: -15px;
	}
	.info-item.info-item-image {
		min-height: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.swiper-image-mobile-small {
		display: block;
	}
	.swiper-image-mobile {
		display: none;
	}
}
.slider .container-out {
	position: relative;
}

/* fix bootstrapu */
.glyphicon-conifer:before {
	content: "\e199";
}

/* changes */
body.homepage .tiles.small .square-box {
	height: 100%;
	max-height: 120px;
}
body.homepage .tiles.small .square-content {
	padding: 0;
}
body.homepage .tiles.small .square-content .in {
	display: block;
}
body.homepage .tiles.small .square-content .in2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10%;
}

@media (max-width: 1199px) {
	body.homepage .tiles.small .square-box-wrap {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 991px) {
	body.homepage .tiles.small .square-box-wrap {
		margin-bottom: 30px;
	}
	body.homepage .tiles.small .square-box {
		max-height: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	body.homepage .tiles.small .square-box-wrap {
		margin-bottom: 0;
	}
	body.homepage .tiles.small .square-box {
		max-height: calc(100% - 15px);
	}
}

/* calcaptcha */
.form-calCaptcha {
	width: 100%;
	clear: both;
}
.form-calCaptcha-ex-1,
.form-calCaptcha-ex-2 {
	color: #ae0f69;
}
.form-calCaptcha-operator {
	color: #ff0000;
}
.form-calCaptcha-rovnitko {
	display: inline-block;
	margin: 0 10px;
}
.form-calCaptcha input {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin-top: 6px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	text-align: center;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-calCaptcha input:focus {
	border-color: #ae0f69;
}

/* others */
.content-text .new-password,
.content-text .register {
	display: inline-block;
	margin-right: 20px;
	transition: color .5s;
}
.content-text .new-password:hover,
.content-text .register:hover {
	border-bottom: 1px solid #fff;
}

/* header registration */
.header-registration {
	padding: 15px 20px 10px 20px;
}
.header-registration .form-control {
	margin-bottom: 5px;
	border-radius: 4px;
}
.header-registration .btn {
	margin-top: 5px;
	padding: 6px 12px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.nav > li.lang {
		margin-left: 0;
	}
	.header-registration {
		padding: 0 2.5% 10px 2.5%;
	}
	.navbar-nav .user-name,
	.search-head > .dropdown-menu > li > a {
		padding-right: 2.5% !important;
		padding-left: 2.5% !important;
	}
}

/* private documents */
.square-document {
	padding: 0;
}
.square-document:not(:last-of-type) {
	margin-bottom: 60px;
}
.square-document .protected-file-download {
	padding: 7px 14px;
	background: #ebebeb;
	border-radius: 5px;
	font-size: 80%;
}
.square-document .file {
	color: #9a9a9a;
	font-weight: bold;
}
.square-document .file-not {
	cursor: not-allowed;
}
.square-document .protected-file-download a {
	font-weight: bold;
}
.square-document .file:before {
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	color: #ae0f69;
	font-family: 'FontAwesome';
	font-size: 18px;
}
.square-document .file.word:before {
	content: '\f1c2';
}
.square-document .file.excel:before {
	content: '\f1c3';
}
.square-document .file.powerpoint:before {
	content: '\f1c4';
}
.square-document .file.pdf:before {
	content: '\f1c1';
}
.square-document .file.video:before {
	content: '\f1c8';
}
.square-document .file.audio:before {
	content: '\f1c7';
}
.square-document .file.archive:before {
	content: '\f1c6';
}
.square-document .file.image:before {
	content: '\f1c5';
}
.square-document .file.other:before {
	content: '\f016';
}
.sbr-article .square-box:before {
	padding-top: 0;
}
.sbr-article .square-content {
	position: static;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	height: auto!important;
}
.content-text a.gsst_a {
	border: 0!important;
}
.gsib_a{
	padding: 0!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 33px!important;
	width: auto!important;
}
.gsc-input{
	text-indent: 5px!important;
}
.gcsc-branding-clickable{
	border: 0px!important;
}

/* articles detail */
.detail-article .detail-image {
	width: 100%;
	max-width: 100%;
	margin: 60px 0 70px 0;
	float: none;
	text-align: center;
}
.detail-article .detail-image img.main {
	max-width: 555px;
	margin-bottom: 20px;
}
.detail-article .detail-perex {
	font-size: 26px;
}
.detail-article .detail-label {
	font-size: 14px;
	font-style: italic;
}
.detail-article .detail-label span {
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.detail-article .detail-image img.main {
		max-width: 100%;
	}
	.detail-article .detail-perex {
		font-size: 20px;
	}
}
.cms-editor-html {
	max-width: 100%;
	overflow: auto;
}

/* blue button */
.btn-blue,
.content-text a.btn-blue {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 12px 24px;
	background: #ae0f69;
	border: 1px solid #ae0f69;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	transition: background-color 0.6s, color 0.6s;
}
.btn-blue:hover,
.content-text a.btn-blue:hover {
	background-color: #fff;
	border-bottom: 1px solid #ae0f69;
	color: #ae0f69;
}

/* responsive tables */
.table-responsive {
	margin: 0.4em 0 1.5em 0;
	border: 0;
}
.table-responsive table {
	margin: 0;
}

/* map */
.map {
	width: 100%;
	height: 400px;
}
.map-content {
	margin: 15px 0;
}
.map-list {
	font-size: 65%;
	letter-spacing: 0px;
	width: 100%;
	margin: 15px 0;
	border: 1px solid gray;
	border-collapse: collapse;
	color: #333;
}
/* .map-list tr:nth-child(odd) {
	background: #eee;
} */
.map-list tr:hover {
	background: #eee;
}
.map-list th,
.map-list td {
	border: 1px solid #ddd;
	padding: 7px;
}
.map-list th {
	background: #ae0f69;
	color: white;
}
.map-list-gift {
	text-align: center;
}
.form-gps-googlemap-search {
	position: absolute;
	margin-top: 10px;
	padding: 10px;
	width: 30%;
	font-size: 130%;
	border: 1px solid #f2f2f2;
}
.map-popup {
	letter-spacing: 0px;
}
.map-popup .map-popup-label {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.map-popup .map-popup-address {
	margin-bottom: 10px;
}
.map-popup .map-popup-mobile {
	margin-bottom: 10px;
	color: #ae0f69;
}
.map-popup .map-popup-gift {
	font-size: 14px;
	text-align: center;
	background: #ae0f69;
	color: #fff;
	display: inline-block;
	padding: 10px;
}

/* gift */
.gift-form,
.gift-row {
	margin-top: 45px;
}
.tiles-gift .item:hover .article-img:after {
	display: none;
}
.tiles-gift .item .article-img .shadow {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
}
.tiles-gift .item:hover .article-img .shadow {
	opacity: 1;
}
.tiles-gift .item .article-img .shadow .plus {
	font-size: 44px;
}
.tiles-gift .item .article-img .shadow .label {
	padding: 0;
	font-size: 30px;
	font-weight: normal;
}
@media (max-width: 400px) {
	.tiles-gift .item .article-img .shadow .plus {
		font-size: 30px;
	}
	.tiles-gift .item .article-img .shadow .label {
		font-size: 24px;
	}
}
.instituion-detail-gift {
	background: #ae0f69;
	color: #fff;
	padding: 5px 15px;
	font-size: 70%;
	float: left;
	margin-bottom: 15px;
}
.map-list tr.status-inactive,
.map-list tr.status-inactive a {
	color: #b7b7b7;
}
.map-list span.text-inactive {
	margin-left: 15px;
	color: #d48f8f;
}
.map-text-empty {
	font-style: italic;
	display: none;
	font-size: 16px;
	text-align: center;
	margin: 25px 0;
}
.map-www {
	float: right;
	font-size: 90%;
}
.project-tab {
	display: none;
}
.project-tab-active {
	display: block;
}

/* gift form */
.panel-gift,
.panel-gift .panel-footer {
	width: 100%;
	float: left;
	clear: both;
}
.panel-gift .gift-form {
	margin-top: 15px;
	margin-bottom: 15px;
}
.panel-gift .price-wrap {
	display: flex;
	justify-content: space-between;
}
.panel-gift .price {
	width: 25%;
	border: 1px solid #ae0f69;
	cursor: pointer;
}
.panel-gift .price:not(:last-child) {
	border-right: 0;
}
.panel-gift .price:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-gift .price:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-gift .price input {
	display: none;
}
.panel-gift .price input + label {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	padding: 15px 5px;
	background-color: rgba(0, 158, 224, 0.15);
	color: #ae0f69;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
}
.panel-gift .price input + label .name {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.panel-gift .price input:checked + label {
	background-color: #ae0f69;
	color: #fff;
}
.panel-gift .btn-group {
	width: 100%;
}
.panel-gift .btn-group .btn {
	padding-right: 15px;
	border-radius: 3px !important;
	text-align: center;
}
.panel-gift .btn-group .btn-right {
	float: right;
}
.panel-gift .panel-footer {
	font-size: 16px;
	line-height: 24px;
}
.panel-gift .form-element-message {
	padding-top: 5px;
	font-size: 16px;
}
@media (max-width: 479px) {
	.panel-gift .price-wrap {
		flex-direction: column;
	}
	.panel-gift .price,
	.panel-gift .price:first-child,
	.panel-gift .price:last-child,
	.panel-gift .price:not(:last-child) {
		width: 100%;
		border-radius: 0;
		border-right: 1px solid #ae0f69;
		border-bottom: 0;
	}
	.panel-gift .price:last-child {
		border-bottom: 1px solid #ae0f69;
	}
}
.ownprice {
	margin-top: 20px;
}

.one-limit input[type="radio"] {
	display: none;
}

.one-limit label .sum {
	color: #ae0f69;
	font-weight: bold;
}
.one-limit label .name {
	color: #ae0f69;
	font-weight: normal;
	margin-bottom: 5px;
}
.panel-gift .price input:checked + label .sum,
.panel-gift .price input:checked + label .name {
	color: #fff;
}

.one-limit-empty p {
	color: #a94442;
}


/* calculator informal care */
#CicButton.disabled, #CicButton.disabled:hover {
	background-color: #f5f5f5;
	border: #dddddd;
	color: #dddddd;
	cursor: default;
}

.cic-result-table, .cic-result-table2 {
	border: 1px solid #999999;
	margin: 20px 0;
	width: 100%;
}
.cic-result-table td {
	border: 1px solid #999999;
	padding: 8px;
	width: 33%;
}
.cic-result-table2 td {
	border: 1px solid #999999;
	padding: 8px;
	width: 50%;
}
.cic-result-table td.big1 {
	font-size: 130%;
	font-weight: 600;
	color: green;
	text-align: center;
}
.cic-result-table td.big2 {
	font-size: 130%;
	font-weight: 600;
	color: green;
	text-align: center;
}
.cic-result-table2 .big3 {
	font-size: 100%;
	font-weight: 600;
	color: red;
}
.row-space-top {
	margin-top: 20px;
}
.t-right {
	text-align: right;
}

.cic-submit {
	height: 40px;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	background: #ae0f69;
	border: 1px solid #ae0f69;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-family: inherit;
	font-size: 110%;
	overflow: hidden;
	text-align: center;
}
.cic-submit:hover {
	border: 1px solid #ae0f69;
	color: #ae0f69;
	background: white;
}

.label-calc {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
}




