@-webkit-keyframes autofill {
	to {
		color: #666;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.ng-invalid.ng-touched {
	border-color: red;
}

html {
	height: 100% !important;
}

body {
	min-height: 100%;
	height: auto !important;
	font-family: "Roboto", sans-serif;
	color: rgb(102, 102, 102);
	position: static !important;
}
body.md-dialog-is-showing {
	overflow: visible !important;
}
body.signup-page, body.index-page  {
	
}

.md-dialog-container {
	height: 100% !important;
	position: fixed !important;
}

body.landing-page .login-wrap {
	display: none;
}
body:not(.forgot-password-page):not(.signin-page):not(.commando-login-page):not(.vote-1-page)
	.c-layout-header
	.container {
	padding: 0 15px;
}
body.reservations .container, 
body.change-password-page .container {
	max-width: 1000px;
	padding: 0 20px;
}
body.commando-agents-page .nav .logout,
body.commando-users-page .nav .logout,
body.commando-look-for-later-page .nav .logout {
	display: none;
}
body.commando-agents-page .container,
body.commando-users-page .container,
body.commando-look-for-later-page .container {
	max-width: 1170px;
	padding: 0 20px;
}
body.commando-agents-page .container table,
body.commando-users-page .container table,
body.commando-look-for-later-page .container table {
	font-size: 13px;
}
.c-navbar {
	padding-top: 20px !important;
}

.c-brand.c-pull-left {
	margin: 0;
}
.container-fluid.header {
	padding: 0;
}
.navbar-nav > li {
	/*/padding: 0 20px 0 0;*/
	/*vertical-align: middle;*/
}
.navbar-nav > li > a {
	line-height: 100%;
	margin: 0 !important;
	display: inline-block;
	text-decoration: underline;
	text-transform: none;
	padding: 0;
}
.navbar-nav > li > a:hover {
	text-decoration: none;
}
.navbar-nav > li.username {
	font-weight: bold;
}
.index-page .navbar-nav > li.logout {
	float: right;
	margin-top: 11px;
	padding-right: 0;
}

a.homepage {
	float: right;
	margin-top: 12px;
}

.row.header {
	text-align: center;
	padding: 30px 10px;
}
.logo-wrap {
	display: inline-block;
	max-width: 250px;
	width: 100%;
	min-width: 170px;
}
.logo {
	width: 100%;
}

span.req {
	color: red;
}

.form-group.invalid input,
.form-group.invalid textarea,
.form-group.invalid select,
.form-control.invalid {
	border-color: red;
}

.row.footer {
	background: #008AC4 none repeat scroll 0 0;
	color: #fff;
	margin-bottom: 0;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
}
.row.footer ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.row.footer ul li {
	display: inline-block;
	padding: 5px;
}
.row.footer ul li a {
	color: #fff;
}

.md-button.md-primary {
	background-color: #008AC4 !important;
	color: #fff !important;
}

.week-buttons-wrap {
	display: none;
	/*margin: 0 -7px;
	margin-bottom: 10px;
	padding-top: 20px;*/
}
.timeslots-wrap {
	border: 1px solid #dfd6d2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.timeslots-wrap > .day:nth-of-type(1) .item-divider {
	border-top-left-radius: 10px;
}
.timeslots-wrap > .day:nth-of-type(2) .item-divider {
	border-top-right-radius: 10px;
}
@media all and (min-width:600px) {
	.timeslots-wrap > .day:nth-of-type(2) .item-divider {
		border-top-right-radius: 0px;
	}
	.timeslots-wrap > .day:nth-of-type(3) .item-divider {
		border-top-right-radius: 10px;
	}
}
@media all and (min-width:960px) {
	.timeslots-wrap > .day:nth-of-type(3) .item-divider {
		border-top-right-radius: 0px;
	}
	.timeslots-wrap > .day:nth-of-type(6) .item-divider {
		border-top-right-radius: 10px;
	}
}
.timeslots-wrap .timeslots {
	padding: 3px 0;
}
.timeslots-wrap .item {
	padding: 3px;
}
.timeslots-wrap .item:not(.item-divider) {
	white-space: nowrap;
}
.timeslots-wrap .item.item-divider {
	background: #008AC4;
	color: #fff;
}
.flex-15,
.layout-row > .flex-15 {
	max-width: 100%;
}

.timeslots-wrap .item.disabled:not(.has_reservation):not(.inactive) .btn {
	background: #e3e3e3;
	color: #8e8e8e;
}
/*.timeslots-wrap .item.free {
    background: #91ff93;
}*/
.timeslots-wrap .item .btn {
	line-height: 100%;
	width: 100%;
	border-radius: 10px;
}
.timeslots-wrap .item.free:not(.free_inactive) .btn,
.timeslots-wrap .item.has_reservation .btn {
	background: #85d058;
	color: #000;
	font-weight: bold;
}
.timeslots-wrap .item.free:not(.free_inactive) .btn .sum_actual,
.timeslots-wrap .item.has_reservation .btn .sum_actual {
	color: #000;
	font-weight: normal;
}
.timeslots-wrap .item.free:not(.free_inactive) .btn:hover {
	background: #64a140;
}
.timeslots-wrap .item.missed {
	background: #bf0f45 !important;
	color: #fff;
}
.timeslots-wrap .item.missed .sum_actual {
	color: #fff;
}
.timeslots-wrap .item.removable:not(.has_reservation) span {
	background: #efd607 !important;
}
.timeslots-wrap .item.has_reservation {
	/*background: #ffe100 !important;*/
}
.timeslots-wrap .item.has_reservation .btn {
	background:#efd607;
}
.timeslots-wrap .item.has_reservation .btn:hover {
	background:#c5b209;
}
.timeslots-wrap .item.removable:not(.has_reservation) .sum_actual {
	color: #fff;
}
.timeslots-wrap .item.free_inactive {
	/*background: #d0e5d1;*/
}
.timeslots-wrap .item.inactive {
	/*background: #dbdbdb !important;*/
	background: #fff !important;
}
.timeslots-wrap .item {
	color: #afafaf;
}

.loader-wrap {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.loader-wrap.active {
	display: block;
	opacity: 1;
	transition: opacity 0.5s;
}
.loader {
	bottom: 0;
	height: 135px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-35%);
	width: 100px;
}
.loader:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@-webkit-keyframes color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}
@keyframes color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}
.loader-wrap .loader .txt {
	font-size: 200%;
	padding-top: 20px;
	text-align: center;
}

@media all and (max-width: 460px) {
	.logo-wrap {
		float: none;
		max-width: 300px;
	}
	a.homepage {
		float: none;
	}
}

md-input-container {
	margin: 0;
}

md-input-container > md-select {
	width: 100%;
}
.md-select-value {
	height: 36px;
}
md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
	color: #000;
}

/*.centrum-select.has_centrum_id {
	margin-top: -34px;
}
.centrum-select:not(.has_centrum_id)::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
.centrum-select:not(.has_centrum_id) .md-input-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	background: #fff;
	width: 300px;
	text-align: center;
	padding: 30px 0;
	margin-left: -150px;
	margin-top: -57px;
	padding-bottom: 40px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}*/




.color-info {
	padding-top: 10px;
	padding-bottom: 13px;
	text-align: center;
	font-weight: 300;
}
.color-info ul li {
	display: inline-flex;
	align-items: center;
}
.color-info .label {
	font-size: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}
.color-info .label.label-default {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.color-info .label.label-success {
	background-color: #85d058;
}
.color-info .label.label-warning {
	background-color: #efd607;
}
.color-info .label.label-danger {
	background-color: #e3e3e3;
}
.color-info .label.label-danger2 {
	background-color: #c4161c;
}

/*.centrum-select {
  margin-top: -42px;
}*/

.aktiv-foglalas {
	padding: 10px;
	padding-top: 13px;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	vertical-align: middle;
	border-radius: 10px;
}
.aktiv-foglalas .btn {
	vertical-align: middle;
}
.aktiv-foglalas .btn {
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 10px;
}

.ni-number-inputs,
.birthday-inputs {
	display: flex;
	align-items: start;
	margin: 0 -3px;
}
.form-control {
	border-radius: 4px !important;
	border-color: #e9e9e9;
}
.ni-number-inputs .form-control,
.birthday-inputs .form-control {
	padding: 0;
	margin-left: 1px;
	margin-right: 1px;
	height: 26px;
	width: 26px;
	vertical-align: middle;
	text-align: center;
}
.ni-number-inputs .sep, .birthday-inputs .sep {
	font-size: 20px;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
}
.ni-number-inputs.ni-number-inputs-sm .sep, .birthday-inputs.birthday-inputs-sm .sep {
	padding: 0 2px;
}
@media all and (min-width: 380px) {
	.ni-number-inputs .form-control,
	.birthday-inputs .form-control {
		margin-left: 2px;
		margin-right: 2px;
		height: 32px;
		width: 32px;
	}
	.ni-number-inputs .sep, .birthday-inputs .sep {
		height: 32px;
		line-height: 30px;
	}
}
@media all and (min-width: 500px) {
	.btn:not(.btn-lg):not(.btn-sm):not(.timeslot) {
		height: 44px;
	}
	.form-control {
		height: 44px;
	}
	.ni-number-inputs .form-control,
	.birthday-inputs .form-control {
		padding: 5px;
		margin-left: 3px;
		margin-right: 3px;
		height: 44px;
		width: 44px;
	}
	.ni-number-inputs.ni-number-inputs-sm .form-control,
	.birthday-inputs.birthday-inputs-sm .form-control {
		margin-left: 1px;
		margin-right: 1px;
	}
	.ni-number-inputs .sep, .birthday-inputs .sep {
		height: 44px;
		line-height: 44px;
	}
}
.birthday-inputs > div,
.ni-number-inputs > div {
	text-align: center;
}
.birthday-inputs > div > div,
.ni-number-inputs > div > div {
	clear: both;
}

.signup-page .page-header,
.commando-page .page-header,
.landing-page .page-header {
	display: none;
}
.landing-page .footer {
	display: none;
}
.page-header {
	margin-top: 20px;
}
.page-header > div:nth-of-type(2) {
	padding-left: 20px;
}
.page-header .page-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

.page-header {
	text-align: center;
	padding: 20px;
	background: #578e23;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 5px;
	display: table;
	width: 100%;
	color: #fff;
}
.page-header .logo-wrap {
	float: none;
	background: #fff;
	padding: 0 24px;
	border-radius: 10px;
	width: 118px;
	height: 118px;
	max-width: 100% !important;
	line-height: 118px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.page-header .logo-wrap img {
	width: 100%;
}

body.no-header .container-fluid.header {
	margin: 0;
}
body.no-header .container-fluid.header .content {
	height: auto !important;
	margin-bottom: 20px;
}
body.no-header .c-navbar {
	display: none;
}

.signup-wrap,
.signin-wrap,
.commando-wrap,
.commando-wrap {
	display: table;
	width: 100%;
	background: #FBFBFB;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
}
@media all and (min-width: 1200px) {
	.signup-wrap,
	.signin-wrap,
	.commando-wrap,
	.commando-wrap {
		padding: 55px;
	}
}
.signup-wrap label,
.signin-wrap label,
.commando-wrap label,
.commando-wrap label {
	font-weight: 300;
}
.signup-wrap label,
.signin-wrap label,
.commando-wrap label {
	
}
.signup-wrap h2,
.commando-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 5px;
}
.signup-wrap h2 + small,
.commando-wrap h2 + small {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.signup-wrap .form-group,
.commando-wrap .form-group {
	margin-bottom: 7px;
}
.signup-wrap input[type="radio"] + label,
.commando-wrap input[type="radio"] + label {
	margin-bottom: 9px;
}
.signup-wrap .button-wrap,
.commando-wrap .button-wrap {
	padding-top: 13px;
}
.my-timeslot {
	font-weight: bold;
	color: #474;
	border: 1px #ccc solid;
	padding: 4px;
}
button#delete-reservation {
	background-color: #d33 !important;
}

.form-control {
	border-radius: 0;
}

.phone-signup,
.phone-commando {
	text-align: center;
	margin-bottom: 20px;
	background: #cfc;
}
.page-alter-desc {
	font-size: 0.76em;
	text-align: left;
}

.clearfix {
	clear: both;
}

header {
	padding-left: 15px;
	padding-right: 15px;
}

.signin-banner .banner-content {
	background: #008AC4 none repeat scroll 0 0;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.signin-banner h1 {
	font-size: 300%;
	color: #fff;
	margin-top: 0;
}
.signin-banner h1 .one {
	animation-delay: 0s;
}
.signin-banner h1 .two {
	animation-delay: 0.2s;
}
.signin-banner h1 .three {
	animation-delay: 0.4s;
}
.signin-banner h1 .four {
	animation-delay: 0.5s;
}
.signin-banner h1 .five {
	animation-delay: 0.6s;
}
.signin-banner p {
	margin-bottom: 4px;
	line-height: 110%;
}
.signin-banner p strong {
	animation-delay: 2s;
	display: inline-block;
}
.signin-banner p.two {
	animation-delay: 0.5s;
}
#commandoPage .btn {
	margin-top: 7px;
	height: auto;
	padding: 15px 20px;
}
body.commando-page .row.footer-bottom,
body.commando-agents-page .row.footer-bottom {
	margin-bottom: 44px;
}
/*
body.commando-page .logout-container, body.commando-agents-page .logout-container {
	position: absolute;
	bottom: 4px;
	right: -15px;
}*/
a.classic {
	color: #00d;
	text-decoration: underline;
}
a.classic:hover {
	color: #00d;
	text-decoration: none;
}

.banner-wrap {
}
.banner-wrap img {
	width: 100%;
	margin-bottom: 10px;
}
.banner-wrap .tablet,
.banner-wrap .mobile {
	display: none;
}

.c-content-feature-5 .c-content-title-1 {
	margin-top: 25px !important;
}

.c-content-feature-5 .c-text {
	position: relative !important;
	background-color: #ffffff !important;
	width: 40% !important;
	padding: 25px !important;
	z-index: 1 !important;
}

.c-content-feature-5 .c-photo {
	position: absolute !important;
	top: 0 !important;
	right: 65px !important;
}

body.landing-page .signup-wrap h2 {
	padding-bottom: 10px;
}

@media all and (max-width: 768px) {
	.banner-wrap .pc {
		display: none;
	}
	.banner-wrap .tablet {
		display: block;
	}
}
@media all and (max-width: 480px) {
	.banner-wrap .pc {
		display: none;
	}
	.banner-wrap .tablet {
		display: none;
	}
	.banner-wrap .mobile {
		display: block;
	}
}

.landing-banner-wrap {
	background: #ce2943 url(images/bg.png) no-repeat center top;
	background: url(http://plazmacenter.hu/images/landingpage-banner/bg.png) no-repeat center top,
		-moz-linear-gradient(left, #ce2943 0%, #ed802f 100%);
	background: url(http://plazmacenter.hu/images/landingpage-banner/bg.png) no-repeat center top,
		-webkit-linear-gradient(left, #ce2943 0%, #ed802f 100%);
	background: url(http://plazmacenter.hu/images/landingpage-banner/bg.png) no-repeat center top,
		linear-gradient(to right, #ce2943 0%, #ed802f 100%);
	min-height: 238px;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 850px;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}
.landing-banner-wrap a:not(.logo):not(.btn) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.landing-banner-wrap .right-side {
	bottom: 0;
	float: left;
	height: 238px;
	position: absolute;
	right: 0;
	width: 160px;
}
.landing-banner-wrap .left-side {
	float: left;
	padding: 15px 235px 15px 15px;
	text-align: left;
	width: 100%;
}
.landing-banner-wrap .left-side .row {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.landing-banner-wrap .left-side .row.logo-row {
	display: table;
}
.landing-banner-wrap a.logo {
	float: left;
	display: block;
	width: 106px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.landing-banner-wrap a.logo img {
	border-radius: 15px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	width: 100%;
}
.landing-banner-wrap .left-side .row.logo-row h1 {
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 8px;
	margin-top: 15px;
}
.landing-banner-wrap .left-side .row.logo-row h1 + p {
	font-size: 120%;
	line-height: 122%;
	margin: 0;
}
.landing-banner-wrap .left-side .row.logo-row h1 + p strong {
	font-size: 150%;
	/*animation: pulseOpacity 1s infinite;
	-webkit-animation: pulseOpacity 1s infinite;*/
}
@keyframes pulseOpacity {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes pulseOpacity {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
.pulseBanner {
	animation: pulseBanner 2s infinite;
	-webkit-animation: pulseBanner 2s infinite;
}
@keyframes pulseBanner {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes pulseBanner {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}
.pulseRedShadow {
	animation: pulseRedShadow 2s infinite;
	-webkit-animation: pulseRedShadow 2s infinite;
}
@keyframes pulseRedShadow {
	0% {
		box-shadow: 0 0 15px red;
	}
	50% {
		box-shadow: 0 0 0px red;
	}
	100% {
		box-shadow: 0 0 15px red;
	}
}
@-webkit-keyframes pulseRedShadow {
	0% {
		box-shadow: 0 0 15px red;
	}
	50% {
		box-shadow: 0 0 0px red;
	}
	100% {
		box-shadow: 0 0 15px red;
	}
}
.landing-banner-wrap .left-side .row:not(.logo-row) {
	font-size: 105%;
	line-height: 125%;
	margin-top: 15px;
}
.landing-banner-wrap .left-side .row p {
	margin: 0;
}
.landing-banner-wrap .size-2x {
	font-size: 130%;
}
.landing-banner-wrap .left-side .row.logo-row ul {
	display: inline;
	left: 73%;
	list-style: outside none none;
	margin-top: -72px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
}
.landing-banner-wrap .left-side .row.logo-row ul li {
	padding: 6px;
}
.landing-banner-wrap .left-side .row.logo-row ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}
.landing-banner-wrap .left-side .row.logo-row ul li:nth-of-type(2) {
	animation-delay: 1s;
}
.landing-banner-wrap .left-side .row.logo-row ul li:nth-of-type(3) {
	animation-delay: 1.5s;
}
.landing-banner-wrap .left-side .row.logo-row ul li img {
	border-radius: 10px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 850px) {
	.landing-banner-wrap .left-side .row.logo-row ul {
		display: none;
	}
	.landing-banner-wrap .left-side {
		padding-right: 170px;
	}
}
@media all and (max-width: 500px) {
	.landing-banner-wrap .left-side .row.logo-row h1 {
		clear: both;
		margin-top: 15px;
	}
	.landing-banner-wrap img.logo {
		float: none;
	}
	.landing-banner-wrap .right-side {
		display: none;
	}
	.landing-banner-wrap .left-side {
		padding-right: 15px;
		text-align: center;
	}
}
.nowrap {
	white-space: nowrap;
}

.c-content-feature-5 .c-content-title-1 {
	min-width: 290px;
}

@media all and (max-width: 650px) {
	.c-content-feature-5 .c-content-title-1 {
		width: 100% !important;
		position: static !important;
	}
	.c-content-feature-5 .c-text {
		width: 100% !important;
		position: static !important;
	}
	.c-content-feature-5 .c-photo {
		position: static !important;
		width: 100% !important;
	}
}

.container.infoblocks {
	line-height: 120%;
	padding: 40px 15px;
}
.container.infoblocks .c-content-feature-1 {
	padding-right: 0px;
}

.container.gallery {
}
.container.gallery ul {
	margin: 0;
	width: 100%;
}
.container.gallery ul li {
	float: left;
	padding: 4px;
	width: 33.33%;
}
.container.gallery ul li a {
	display: block;
	width: 100%;
}
.container.gallery ul li a:hover {
	opacity: 0.5;
}
.container.gallery ul li a img {
	width: 100%;
}
@media all and (max-width: 700px) {
	.container.gallery ul li {
		width: 50%;
	}
}
@media all and (max-width: 480px) {
	.container.gallery ul li {
		width: 100%;
	}
}

.barathivo-button-wrap {
	padding-top: 6px !important;
}
.barathivo-button-wrap .image-wrap {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	padding: 5px 0;
	margin-right: 5px;
}
.barathivo-button-wrap a.button {
	-moz-box-shadow: inset 0px 0px 14px -3px #f2fadc;
	-webkit-box-shadow: inset 0px 0px 14px -3px #f2fadc;
	box-shadow: inset 0px 0px 14px -3px #f2fadc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcc66a), color-stop(1, #f08b38));
	background: -moz-linear-gradient(top, #fcc66a 5%, #f08b38 100%);
	background: -webkit-linear-gradient(top, #fcc66a 5%, #f08b38 100%);
	background: -o-linear-gradient(top, #fcc66a 5%, #f08b38 100%);
	background: -ms-linear-gradient(top, #fcc66a 5%, #f08b38 100%);
	background: linear-gradient(to bottom, #fcc66a 5%, #f08b38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc66a', endColorstr='#f08b38',GradientType=0);
	background-color: #fcc66a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b2b8ad;
	display: inline-block;
	cursor: pointer;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ced9bf;
}
.barathivo-button-wrap a.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f08b38), color-stop(1, #fcc66a));
	background: -moz-linear-gradient(top, #f08b38 5%, #fcc66a 100%);
	background: -webkit-linear-gradient(top, #f08b38 5%, #fcc66a 100%);
	background: -o-linear-gradient(top, #f08b38 5%, #fcc66a 100%);
	background: -ms-linear-gradient(top, #f08b38 5%, #fcc66a 100%);
	background: linear-gradient(to bottom, #f08b38 5%, #fcc66a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08b38', endColorstr='#fcc66a',GradientType=0);
	background-color: #f08b38;
}
.barathivo-button-wrap a.button.pulse:not(:hover) {
	animation: pulseOpacity 1s infinite;
	-webkit-animation: pulseOpacity 1s infinite;
}
.barathivo-button-wrap a.button:active {
	position: relative;
	top: 1px;
}
.barathivo-popup {
	line-height: 120%;
}
.barathivo-popup h1,
.husvet-popup h1 {
	font-weight: bold;
	animation: pulseOpacity 1s infinite;
	-webkit-animation: pulseOpacity 1s infinite;
	color: #008AC4;
}
.barathivo-button-wrap a.grey-button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bbb), color-stop(1, #888));
	background: -moz-linear-gradient(top, #bbb 5%, #888 100%);
	background: -webkit-linear-gradient(top, #bbb 5%, #888 100%);
	background: -o-linear-gradient(top, #bbb 5%, #888 100%);
	background: -ms-linear-gradient(top, #bbb 5%, #888 100%);
	background: linear-gradient(to bottom, #bbb 5%, #888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#888',GradientType=0);
	background-color: #bbb;
	font-size: 75%;
}
.barathivo-button-wrap a.grey-button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #888), color-stop(1, #bbb));
	background: -moz-linear-gradient(top, #888 5%, #bbb 100%);
	background: -webkit-linear-gradient(top, #888 5%, #bbb 100%);
	background: -o-linear-gradient(top, #888 5%, #bbb 100%);
	background: -ms-linear-gradient(top, #888 5%, #bbb 100%);
	background: linear-gradient(to bottom, #888 5%, #bbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#bbb',GradientType=0);
	background-color: #888;
}

.firend_invite_notice {
	font-size: 65%;
}
.firend_invite_notice > strong {
	font-size: 125%;
}

@media all and (max-width: 1015px) {
	.barathivo-button-wrap .image-wrap {
		display: none;
	}
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
}

.btn.donorbejelentkezes {
	text-decoration: none !important;
	background: #fff;
	color: #008AC4 !important;
	padding: 4px 10px !important;
	margin-left: 40px;
}
.btn.donorbejelentkezes:not(:hover) {
	animation: pulseDBButton 1.5s infinite !important;
	-webkit-animation: pulseDBButton 1.5s infinite !important;
}

@keyframes pulseDBButton {
	0% {
		background: #fff;
	}
	50% {
		background: #ffa88e;
	}
	100% {
		background: #fff;
	}
}
@-webkit-keyframes pulseDBButton {
	0% {
		background: #fff;
	}
	50% {
		background: #ffa88e;
	}
	100% {
		background: #fff;
	}
}

ul.checkmarks {
	list-style: outside none none;
	margin: 20px 0;
	padding: 0 0 0 25px;
	line-height: 1.3;
}
ul.checkmarks li {
	padding-left: 55px;
	position: relative;
}
ul.checkmarks li:not(:nth-last-of-type(1)) {
	margin-bottom: 35px;
}
ul.checkmarks li::before {
	color: #65a20e;
	content: "\e903";
	font-family: icomoon;
	left: 0;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	font-size: 1.8em;
}

.miert-adj-plazmat {
	background: #008AC4 url(../sites/all/themes/jango/img/bg-1.png) no-repeat center center;
	padding: 60px 0px;
	font-size: 1.2em;
	color: #fff;
}
.miert-adj-plazmat h4::after {
	content: "";
    width: 90px;
    height: 4px;
    background: #414141;
	display: block;
	margin: 20px auto;
}
@media all and (min-width:768px) {
	.miert-adj-plazmat h4::after {
		margin: 20px 0 30px 0;
	}
}


.hoseink-wrap {
	margin-top: 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.05);
	padding: 0;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.hoseink-wrap img {
	width: 100%;
}
@media all and (min-width: 720px) {
	.hoseink-wrap img.mobil {
		display: none;
	}
}
@media all and (max-width: 720px) {
	.hoseink-wrap img:not(.mobil) {
		display: none;
	}
}
.hoseink-wrap .text-wrap {
	padding: 25px;
}
.hoseink-wrap .text-wrap h2 {
	color: #d42f36;
	font-weight: bold;
}

.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.font-weight-bold {
	font-weight: bold;
}

#recall-page {
	padding: 0 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

body.big-day-admin-page .logo-wrap,
body.big-day-admin-200-page .logo-wrap,
body.big-day-admin-250-page .logo-wrap,
body.big-day-admin-300-page .logo-wrap {
	height: 60px;
	line-height: 1;
	padding: 7px 15px;
	width: 75px;
}

body.big-day-admin-page .using-ratio,
body.big-day-admin-200-page .using-ratio,
body.big-day-admin-250-page .using-ratio,
body.big-day-admin-300-page .using-ratio {
	border: 1px solid #e7ecf1;
	padding: 10px;
	margin-bottom: 20px;
}

body.big-day-admin-page .page-header,
body.big-day-admin-200-page .page-header,
body.big-day-admin-250-page .page-header,
body.big-day-admin-300-page .page-header {
	padding: 10px;
}

body.big-day-admin-page .footer,
body.big-day-admin-200-page .footer,
body.big-day-admin-250-page .footer,
body.big-day-admin-300-page .footer {
	display: none;
}

body.big-day-admin-page .page-title,
body.big-day-admin-200-page .page-title,
body.big-day-admin-250-page .page-title,
body.big-day-admin-300-page .page-title {
	display: block;
	float: left;
	padding-top: 8px;
}

body.big-day-admin-page nav,
body.big-day-admin-200-page nav,
body.big-day-admin-250-page nav,
body.big-day-admin-300-page nav {
	display: block;
	float: right;
	padding-top: 8px;
	margin-top: -5px;
}

body.big-day-admin-page .container,
body.big-day-admin-200-page .container,
body.big-day-admin-250-page .container,
body.big-day-admin-300-page .container {
	max-width: 1000px;
	font-size: 14px;
}

body.big-day-admin-page
	.table
	> thead
	> tr
	> th
	body.big-day-admin-200-page
	.table
	> thead
	> tr
	> th
	body.big-day-admin-250-page
	.table
	> thead
	> tr
	> th
	body.big-day-admin-300-page
	.table
	> thead
	> tr
	> th {
	font-size: 1em;
}

body.big-day-admin-page .thead-inverse th,
body.big-day-admin-200-page .thead-inverse th,
body.big-day-admin-250-page .thead-inverse th,
body.big-day-admin-300-page .thead-inverse th {
	color: #fff;
	background-color: #373a3c;
}

body.big-day-admin-300-page .page-header,
body.big-day-admin-200-page .page-header,
body.big-day-admin-250-page .page-header,
body.big-day-admin-page .page-header {
	background: transparent;
}

body.big-day-admin-page .page-header a:hover,
body.big-day-admin-200-page .page-header a:hover,
body.big-day-admin-250-page .page-header a:hover,
body.big-day-admin-300-page .page-header a:hover {
	color: #999 !important;
}

body.big-day-admin-page .page-header .page-title h1,
body.big-day-admin-page .page-header a,
body.big-day-admin-200-page .page-header .page-title h1,
body.big-day-admin-200-page .page-header a,
body.big-day-admin-250-page .page-header .page-title h1,
body.big-day-admin-250-page .page-header a,
body.big-day-admin-300-page .page-header .page-title h1,
body.big-day-admin-300-page .page-header a {
	color: #373a3c;
}

.reserved {
	background-color: #ecfbec;
}

.coming {
	background-color: #e7f3f7;
}

.new {
	color: #bf0f45;
	font-weight: bold;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

a {
	color: #008AC4;
}
a:hover {
	color: #004d6e;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1240px;
}
.btn-primary {
	background-color: #008AC4;
	border-color: #008AC4;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #004d6e;
	outline: 0 !important;
	box-shadow: 0 0 0 transparent;
}

@media all and (min-width: 768px) {
	.btn.btn-lg {
		font-size: 1.5rem;
	}
}

.form-check-input:checked {
	background-color: #008AC4;
	border-color: #008AC4;
}

.new-signin-page {
	padding-top: 20px;
}

@media all and (min-width: 992px) {
	.new-signin-page {
		padding-top: 50px;
	}
}
.new-signin-page .logo_wrap {
	max-width: 265px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
h1.title {
	font-weight: bold;
	font-size: 1.5em;
}
h1.title::after {
	content: "";
	width: 90px;
	height: 4px;
	background: #414141;
	display: block;
	margin: 20px auto 40px;
}
.new-signin-page .signin-wrap {
	max-width: 538px;
}

body:not(.signin-page) .centrums-wrap h1.title {
	color: #4f4c4c;
}

.centrums-wrap .centrums ul {
	list-style-type: none;
	padding: 0;
}
.centrums-wrap .centrums ul li .item {
	text-align: center;
	margin-bottom: 20px;
}
@media all and (min-width: 576px) {
	.centrums-wrap .centrums ul li .item {
		text-align: left;
		display: flex;
		align-items: start;
	}
}
.centrums-wrap .centrums ul li .item .icon-logo2 {
	color: #008AC4;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	border-radius: 4px;
	margin-bottom: 5px;
}
@media all and (min-width: 576px) {
	.centrums-wrap .centrums ul li .item .icon-logo2 {
		margin-top: -9px;
		margin-bottom: 0;
	}
	.centrums-wrap .centrums ul li .item .icon-logo2 + div {
		padding-left: 15px;
	}
}
.centrums-wrap .centrums ul li .item .icon-logo2 + div .city {
	font-weight: bold;
	text-transform: uppercase;
}
.centrums-wrap .centrums ul li .item .icon-logo2 + div .phone a {
	text-decoration: none;
}
.centrums-wrap .centrums ul li .item .icon-logo2 + div .address small {
	display: none;
}




.block-title {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 1.5em;
}
.block-title > span:not(.group),
.block-title .group span:nth-of-type(1) {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
}
.block-title .group span:nth-of-type(2) {
	font-size: 1em;
}
.block-title i {
	background: #008AC4;
	color: #fff;
	min-width: 58px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	margin-right: 15px;
}

.page-title {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 1.3em;
}
.page-title > span:not(.group),
.page-title .group span:nth-of-type(1) {
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}
@media all and (min-width:576px) {
	.page-title {
		font-size: 1.5em;
	}
	.page-title > span:not(.group),
	.page-title .group span:nth-of-type(1) {
		font-size: 1.4em;
	}
}
.page-title .group span:nth-of-type(2) {
	color: #3f3f3f;
	font-size: 1em;
}
.page-title i {
	background: #008AC4;
	color: #fff;
	min-width: 80px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	margin-right: 20px;
	font-size: 40px;
}

.signup-header {
	background: #FBFBFB;
	padding: 0 1.5rem;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.signup-header h2 {
	font-weight: 700;
	font-size: 1.4em;
}

footer {
	background: #d3d3d3;
}

.mx-n1 {
	margin-right: -0.25rem !important;
	margin-left: -0.25rem !important;
}
.text-primary {
	color: #008AC4 !important;
}

.banners-wrap .banner {
	width: 100%;
}
.banners-wrap .banner img {
	width: 100% !important;
	margin-bottom: 30px;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.bg-type-1 {
	background-color: #579e65 !important;
}
.bg-type-2 {
	background-color: #9e8857 !important;
}
.bg-type-3 {
	background-color: #81579e !important;
}
.type-radio {
	display: none;
}
.btn-type.active::before {
	content:"\f00c";
	position: relative;
	display: inline-block;
	font-family:'FontAwesome';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}