/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lato', sans-serif;
	background: url('../img/bgn.png') #e6e6e6 center top no-repeat;
	background-size: 100%;
}

@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none)) {
	body {
		background: url('../img/bgn.png') #e6e6e6 center top no-repeat;
		background-size: 100%;
	}
}

a {
	color: #ef3805;
	text-decoration: underline;
}

a:hover {
	color: #ef3805;
}

p,
label {
	color: #404040;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.leftP0 {
	padding-left: 0px
}

.rightP0 {
	padding-right: 0px
}

.font200 {
	font-size: 200%
}

.font170 {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 0;
}

.font150 {
	font-size: 150%
}

.in-no-margin img {
	border: 1px solid #626262;
	width: 100%;
	height: auto;
}

.marginsT {
	margin-top: 15px;
	margin-bottom: 15px;
}

.marginsT8 {
	margin-top: 8px;
	margin-bottom: 0px;
}

.zltyBox {
	background: #e6e6e6;
}

.borderTaB {
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.btn-orange {
	background: #ef3805;
	text-transform: uppercase;
}

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

.btn {
	border-radius: 0px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

horizontal .control-label {
	text-align: left;
}

.loadderDIV,
.loadderDIVx {
	margin: 0;
	width: 100%;
	min-height: 1080px;
	background: rgba(51, 51, 51, 0.95);
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	margin-top: -50px;
}


/****************************************************/

.btnClose {
	position: absolute;
	right: 40px;
	top: 10px;
	color: white;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}

.btnClose:hover {
	color: white;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

.topbanner {
	margin-top: 20px
}

.logoHolder img {
	width: 50%;
}

.topbanner {
	min-height: 78px;
}

.topmenu {
	padding-top: 7px;
	padding-right: 40px;
}

.topmenu a {
	margin-left: 10px;
}

.kontoLogo img {
	width: 52px;
}

.prihlasenieData {
	padding-top: 5px;
	border-right: 1px solid #9a9a9a;
}

.prihlasenieData p {
	margin-bottom: 3px;
}

.prihlasenieData .line1 {
	font-weight: bold;
}

.prihlasenieData .links a {
	color: #09b0e5;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 0 3px;
}

.prihlasenieData .logout a {
	color: #e1000c;
	text-decoration: underline;
	font-weight: bold;
}

.searchBox {
	min-width: 240px;
	min-height: 28px;
	background: url('../img/lupa.png') #fffddf right center no-repeat;
	border-radius: 4px;
	border: 1px solid #a6a4a7;
	padding: 7px 10px;
	color: #a6a4a7;
	margin-top: 3px;
}

.manimenuHolder .row .col-xs-8,
.manimenuHolder .row .col-xs-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.manimenuHolder .menuLine {
	border-bottom: 1.5px dotted #004044;
	border-top: 1.5px dotted #004044;
	margin: 0 0px;
}

ul {
	padding-left: 0;
}

ul.mainmenu {
	width: 100%;
	padding-left: 0;
}

ul.mainmenu li {
	display: inline-block;
	list-style: none;
	padding-top: 10px;
}

ul.mainmenu li a {
	font-weight: 600;
	font-size: 16px;
	color: #00aeef;
	text-transform: uppercase;
	padding: 4px 8px;
	text-decoration: none;
}

ul.mainmenu li a:hover,
ul.mainmenu li a:active {
	color: #ef3805;
	text-decoration: none;
}

.menuLine ul.dropdown-menu {
	border-radius: 0 0 25px 0;
}

.menuLine ul.dropdown-menu li {
	width: 100%;
	padding-top: 0px;
}

.menuLine ul.dropdown-menu li a {
	font-size: 14px;
	text-transform: none;
}

.manimenuHolder img {
	width: 125px;
	height: auto;
	margin-top: 8px;
}

.obluk1 {
	border-radius: 0 0 50px 0;
}

.videoHolder .videoA,
.videoHolder .aktivujA {
	display: inline-block;
}

.videoHolder .videoA img {
	width: 575px;
}

.videoHolder .aktivujA img {
	max-width: calc(100% - 5px);
}

@media (min-width: 992px) {
	.videoHolder .col-md-7 {
		padding-right: 0;
		width: 59%;
	}
}

@media (min-width: 992px) {
	.videoHolder .col-md-5 {
		width: 41%;
	}
}

.alert-odmena {
	margin-bottom: 0px;
	padding: 7px 15px;
	color: #1e1e1e;
	background-color: #ffde16;
	border-color: #ffde16;
}

.alert-odmena strong {
	font-weight: 900;
	margin-right: 15px;
}

.ikonKontakt {
	width: 63px;
	height: auto;
}

.kontaktHolder {
	margin-top: 25px;
}

.kontaktHolder h3 {
	color: #404041;
	font-weight: 900;
	font-size: 20px;
}

.kontaktHolder .linka {
	color: #ef3805;
	font-weight: 900;
	font-size: 36px;
	margin: 20px 0;
}

.kontaktHolder .col-xs-1 {
	border-left: 2px dotted #104C4F;
	min-height: 500px;
}

.kontaktHolder form {
	margin-top: 25px;
}

.povinne {
	color: #ef3805;
}

.limitInput input,
.limitInput select {
	width: 45%;
}

.kontaktHolder .form-horizontal .control-label {
	text-align: left;
}

.kontaktHolder textarea {
	min-height: 136px;
}

.kontaktHolder .form-group {
	margin-bottom: 8px;
}

.newsletterHolder {
	margin-top: 50px;
}

.newsletterHolder .nadpis,
.uvodBlok .nadpis {
	color: #004044;
	background: url('../img/bodky.png') left center repeat-x;
	background-size: 12px;
	margin-bottom: 20px;
}

.newsletterHolder .nadpis span,
.uvodBlok .nadpis span {
	background: #e6e6e6;
	padding: 0 50px;
}

.newsletterHolder p {
	color: #004044;
}

.btnplus {
	background: #21afed;
	color: #fff;
	border-radius: 0;
}

.btnplusModra {
	background: #00497b;
	color: #fff;
	border-radius: 0;
}

.btnPadding {
	padding-left: 30px;
	padding-right: 30px;
}

input.newsletter {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #a6a4a7;
	padding: 7px 10px;
	color: #a6a4a7;
	width: 200px;
	background: #fffddf;
	margin-bottom: 10px;
}

.newsletterSubmit {
	padding-left: 15px;
	width: 62px;
	vertical-align: middle;
	cursor: pointer;
}

.footerHolder {
	margin-top: 35px;
	background: url('../img/bgf.png') #fff left -5px repeat-x;
}

.footerHolder .ffb {
	width: 52px;
	display: inline-block;
	padding-bottom: 12px;
}

.footerHolder a.red {
	color: #ee1b24;
	font-weight: bold;
	text-decoration: underline;
}

.slsp {
	width: 210px;
	position: absolute;
	left: 15px;
	top: 0px;
}

.bottomHolder {
	margin: 15px 0;
}

.cPcHolder .col-xs-2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
	border: 1px solid white;
	text-align: center;
	border-bottom: 2px dotted #eff1f0;
}

.cPcHolder .br {
	border-right: 2px dotted #eff1f0;
}

.cPcHolder .col-xs-2 a {
	color: #09b0e5;
	font-size: 16px;
	line-height: 32px;
	text-decoration: underline;
}

.filterHolder .col-xs-12 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

ul.partnerFilter {
	margin: 0;
	padding: 0;
	min-height: 32px;
}

ul.partnerFilter li {
	display: inline-block;
	list-style: none;
	min-width: 55px;
}

ul.partnerFilter li a {
	border-top: 3px solid white;
	background: #abe8ff;
	padding: 6px 20px;
}

ul.partnerFilter li a.active {
	background: #00aeef;
}

.sliderHolder .col-xs-9,
.sliderHolder .col-xs-3 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.filterHolder {
	color: #7b7b7b;
	font-size: 18px;
}

.filterHolder .col-xs-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.filterHolder .col-xs-6:first-child {
	text-transform: uppercase;
}

.filterHolder .btn-group {
	margin-right: 15px;
}

.btn-filter {
	border: 0;
	background: none;
	color: #7b7b7b;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.akcieHolder .grid-item {
	padding-right: 0px !important;
	padding-left: 0px !important;
	border: 1px solid white;
}

.akcieHolder .nadpis {
	color: #004044;
	background: url('../img/bodky.png') left center repeat-x;
	margin-bottom: 15px;
}

.akcieHolder .nadpis span {
	background: #f0f0f0;
	padding: 0 50px;
}

.partnerProfil .text {
	color: #454545;
}

.partnerProfil .kontakt a {
	color: #454545;
	font-weight: bold;
}

.partnerProfil .nadpis {
	padding-top: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #00abf0;
}


/***********************************************/

.flip-container {
	perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	width: 100%;
	height: 168px;
	/*background: #00aeef;*/
	color: #fff;
	border-radius: 0 0 70px 0;
	/*-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
				-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
				box-shadow: inset 0px 0px 0px 5px #e6e6e6;
				border: 1px solid #e6e6e6;*/
}

.flipper {
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	background: #00aeef;
}

.front,
.back {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 70px 0;
}

.front {
	background: #fff;
	/* for firefox 31 */
	transform: rotateY(0deg);
	border-radius: 0 0 70px 0;
}

.back {
	z-index: 2;
	background: #00aeef;
	transform: rotateY(180deg);
}


/**********************/

.innerBoxProdukt {
	position: absolute;
	text-align: center;
	font-size: 56px;
	color: white;
	padding-top: 40px;
	border-radius: 0 0 70px 0;
}

.ponukyLeft {
	border-left: 3px solid #fff;
	min-height: 150px;
}

.ponukyLeft .ponukyCislo {
	text-align: center;
	color: #00abf0;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	padding-top: 38px;
}

.ponukyLeft .ponukyText {
	text-align: center;
	color: #00abf0;
}

.uvodBlok .row {
	margin: 0;
}

.tmavyNadpis,
.infoGrafika .tmavyNadpis {
	text-align: center;
	color: #404041;
	font-weight: 600;
}

.infoGrafika .logoIN {
	text-align: center;
	margin-bottom: 25px;
}

.infoGrafika .logoIN img {
	width: 30%;
}

.infoGrafika .col-md-4 {
	text-align: center;
}

.infoGrafika .col-md-4 img {
	max-width: 200px;
}

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

.infoGrafika .infopanel img {
	width: 90%;
	cursor: pointer
}

.produktLine12 {
	float: right;
	position: relative;
	width: 40%;
	height: 175px;
	border-radius: 0 0 70px 0;
	-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	border: 1px solid #e6e6e6;
}

.produktLine22 {
	float: right;
	position: relative;
	width: 40%;
	height: 350px;
	border-radius: 0 0 50px 0;
	-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	border: 1px solid #e6e6e6;
}

.produktLine11 {
	float: left;
	position: relative;
	width: calc(20% - 5px);
	height: 180px;
	border-radius: 0 0 50px 0;
	padding: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.blokOdporuca {
	margin-bottom: 0px;
	/*7*/
}

.infoBlokOdporuca {
	float: left;
	position: relative;
	width: 20%;
	height: 342px;
	border-radius: 0 0 50px 0;
	background: #ffde16;
	padding: 20px;
	text-align: center;
	color: #1e1e1e;
	border: 1px solid #e6e6e6;
	margin-top: 5px;
}

.addBlue {
	background: #ade9ff;
}

.addWhite {
	background: #fff;
}

.infoBlokReklama {
	float: left;
	padding-top: 6px;
	width: calc(20% - 5px);
	height: 350px;
	background: none;
	-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	box-shadow: inset 0px 0px 0px 5px #e6e6e6;
}

@media screen and (max-width: 520px) {
	.infoBlokReklama {
		width: 96.5%;
		height: auto;
	}
}

.infoBlokOdporuca h3 {
	font-weight: 700;
	margin: 9px 0 15px 0;
}

.infoBlokOdporuca hr {
	border-top: 1px solid #1e1e1e;
}

.infoBlokOdporuca p {
	font-size: 16px;
	font-weight: bold;
}

.infoBlokOdporuca p span {
	font-size: 24px;
	font-weight: 900;
}

.infoBlokOdporuca a {
	font-size: 16px;
	color: #ef3805;
	text-decoration: underline;
	font-weight: 600;
	font-style: italic;
}

.insidepanel {
	min-width: 90%;
	min-height: 33%;
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: url('../img/inside.png') no-repeat -80% top;
	border-radius: 0 0 50px 0;
	border-right: 10px solid #e6e6e6;
	border-bottom: 10px solid #e6e6e6;
}

.insidepanel .insideZlava {
	position: absolute;
	bottom: 26px;
	left: 14%;
	color: #404041;
	font-weight: 900;
	font-size: 42px;
	text-align: center;
}

.insidepanel .insideZlava span {
	font-weight: 400;
	color: #404041;
}

.insidepanel .vDivider {
	position: absolute;
	width: 1px;
	min-height: 50%;
	background: #404041;
	left: 40%;
	bottom: 20px;
}

.insidepanel .logo {
	float: right;
	max-width: 60%;
	margin-top: 0px;
	padding-right: 20px;
	margin-bottom: -13px;
}

.produktLine12 .insidepanel .logo {
	margin-bottom: -15px;
}

.produktLine11 .insidepanel {
	min-width: 90%;
	min-height: 33%;
	position: absolute;
	bottom: -10px;
	right: -10px;
	background: url(../img/inside.png) no-repeat -8% -18px;
	border-radius: 0 0 50px 0;
	border-right: 10px solid #e6e6e6;
	border-bottom: 10px solid #e6e6e6;
}

.produktLine11 .insidepanel .insideZlava {
	bottom: 5px;
	left: 15%;
	font-size: 23px;
}

.produktLine11 .insidepanel .vDivider {
	bottom: 5px;
}

.produktLine11 .insidepanel .logo {
	max-width: 50%;
	padding-right: 20px;
}

.produktLine11 .insidepanel .logo {
	margin-bottom: -5px;
}

.item60 {
	float: right;
	position: relative;
	width: 60%;
	height: 350px;
	border-radius: 0 0 50px 0;
	-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	color: #404041;
}

.item60 h2 {
	margin-top: 0px;
	margin-bottom: 35px;
}


/**/

.i-blue {
	background: #00aeef;
}

.i-red {
	background: #d71a21;
}

.i-black {
	background: #000;
}

.i-green {
	background: #8dac06;
}

.i-yellow {
	background: #e4c50a;
}

.i-brown {
	background: #842b01;
}


/**/

.partnerHlavicka .row {
	margin: 15px -5px 0px;
	color: #404041;
	padding: 15px 0;
}

.partnerHlavicka .col-md-10,
.partnerHlavicka .col-md-2 {
	-webkit-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 0px 5px #e6e6e6;
	box-shadow: inset 0px 0px 0px 5px #e6e6e6;
}

.partnerHlavicka img {
	max-width: 176px;
}

.pocetPonuk {
	text-align: center;
	padding-top: 25px;
	color: #00aeef;
	font-weight: 900;
	font-size: 48px;
	line-height: 48px;
}

.pocetPonukPodnadpis {
	text-align: center;
	color: #00aeef;
	padding-bottom: 30px;
}

.logoPanel {}

.obchodnazov {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
}

.logoPanel .azDOfield {
	text-align: center;
	color: #04a9e8;
	margin: 6px 25% 0 25%;
	width: 50%;
	border-bottom: 1px solid #04a9e8;
	position: absolute;
	z-index: 500;
}

.partnerLogo {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 42%;
	transform: translateY(-50%);
}

.partnerPonuky {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #00aeef;
	text-decoration: none;
}

.tooltip {
	z-index: 9999;
}

.tooltip-inner {}

.tooltip.bottom .tooltip-inner {
	background-color: #04a9e9;
	width: 400px;
	color: #fff;
	margin-left: 0;
	text-align: left;
	padding: 8px;
	margin-left: 44%;
	border-radius: 0 0 15px 0;
	z-index: 9999;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #04a9e9;
	left: 7%;
}

.leftBanner img,
.rightBanner img {
	width: 200px;
	height: auto;
}

.leftBanner {
	top: 150px;
	position: absolute;
	margin-left: -230px;
}

.rightBanner {
	position: absolute;
	top: 150px;
	margin-left: 1000px;
}

.sliderHolder a span {
	position: absolute;
	color: #fff;
}

.sliderHolder a span.s01 {
	bottom: 170px;
	left: 6%;
	font-size: 36px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

.sliderHolder a span.s02 {
	bottom: 146px;
	left: 6%;
	font-size: 20px;
	padding: 2px;
}

.userKonto .stvorec {
	height: 130px;
	text-align: center;
}

.userKonto .stvorec p {
	margin-bottom: 0;
	color: #fff;
}

.userKonto .modra {
	background: #01aef0;
}

.userKonto .zelena {
	background: #8dac06;
}

.userKonto .zlta {
	background: #e4c50a;
}

.userKonto .cervena {
	background: #ee3806;
}

.userKonto .hneda {
	background: #842b01;
}

.userKonto .cislo {
	font-size: 36px;
	font-weight: bold;
	padding-top: 30px;
}

.userKonto .popis1 {
	text-transform: uppercase;
}

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

.userKonto .transakcie img {
	width: 25px;
	height: auto;
}

.linedivider {
	border-bottom: 2px dotted #eff1f0;
}

.tableTransakcie {
	color: #7b7b7b;
}

.tableTransakcie h3 {
	text-transform: uppercase;
}

.tableTransakcie .credit {
	color: #8daa04;
}

.tableTransakcie .debet {
	color: #ee3806;
}

.kfaqHolder .row {
	background: white;
	margin: 0px;
	margin-top: 15px;
}

.kfaqHolder h2 {
	color: #ef3805;
	margin-bottom: 20px;
}

.kfaqHolder p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.kfaqHolder p:last-child {
	margin-bottom: 85px;
}

.prihlasenieHolder .row {
	background: white;
	margin: 0px;
	margin-top: 15px;
	border-radius: 0 0 50px 0;
	margin-bottom: 80px;
}

.prihlasenieHolder {
	text-align: center;
}

.prihlasenieHolder h4 {
	text-align: center;
	color: #2f2f2f;
	font-weight: bold;
	margin: 35px 0 5px 0;
}

.prihlasenieHolder .lava p {
	margin-bottom: 35px;
}

.prihlasenieHolder .limitInput input,
.prihlasenieHolder.limitInput select {
	margin: 0 auto;
	width: 60%;
	background: #fffddf;
}

.prihlasenieHolder ::-webkit-input-placeholder {
	color: #2f2f2f;
	font-style: italic;
}

.prihlasenieHolder :-moz-placeholder {
	color: #2f2f2f;
	font-style: italic;
}

.prihlasenieHolder ::-moz-placeholder {
	color: #2f2f2f;
	font-style: italic;
}

.prihlasenieHolder :-ms-input-placeholder {
	color: #2f2f2f;
	font-style: italic;
}

.prihlasenieHolder .lava button {
	width: 60%;
}

.prihlasenieHolder .form-group {
	margin-bottom: 10px;
}

.prihlasenieHolder .lava .textInfo {
	margin-top: 45px;
}

.prihlasenieHolder .prava {
	padding-left: 35px;
	padding-right: 35px;
	min-height: 500px;
}

.prihlasenieHolder .prava .btnplus {
	margin: 25px 0;
	text-decoration: none;
	width: 80%;
}

.prihlasenieHolder .prava p {
	padding-left: 50px;
	padding-right: 50px;
}

.lineMenu {
	margin: 15px 0;
}

.lineMenu a {
	display: block;
	background: #60beed;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 6px 0;
	font-size: 16px;
	font-weight: bold;
}

.lineMenu .rPading1 {
	padding-left: 0;
}

.lineMenu .rPading2 {
	padding-right: 0;
	padding-left: 0;
}

.lineMenu a.active,
.lineMenu a:hover {
	/*background: #ef3805;*/
	background: #00497b;
}

.overenieKartyHolder .obsah {
	background: white;
	margin: 0px;
	margin-top: 15px;
}

.obsahGrafika {
	padding-top: 180px;
	color: #404040;
}

.obsahGrafika p {
	margin-bottom: 0;
}

.obsahGrafika h1 {
	margin-top: 0;
}

.obsahGrafikaIMG {
	padding: 30px;
}

.obsahGrafikaIMG .obsahGrafikaBox {
	border-radius: 0 0 50px 0;
	color: white;
	text-align: center;
	height: 151px;
}

.obsahGrafikaIMG .zelenyBox {
	background: #8dac05;
}

.obsahGrafikaIMG .modryBox {
	background: #00aeef;
}

.obsahGrafikaIMG .hnedyBox {
	background: #842b01;
}

.obsahGrafikaIMG .cervenyBox {
	background: #ef3805;
}

.obsahGrafikaIMG .zltyBox {
	background: #e4c509;
}

.obsahGrafikaIMG .cistyBox {}

.obsahGrafikaBox .ciselko {
	font-size: 44px;
	font-weight: bold;
	padding-top: 28px;
}

.obsahGrafikaBox .text {
	font-size: 13px;
	line-height: 13px;
}

.overenieKartyHolder h4 {
	color: #ef3805;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.inputHelpHolder {
	position: absolute;
	margin-top: -34px;
	right: -34px;
}

.inputHelp {
	width: 34px;
}

.btnAbsoluteHolder {
	margin-top: 190px;
	margin-bottom: 15px;
}

.btnAbsoluteHolder2 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.btnAbsoluteHolder3 {
	margin-top: 120px;
	margin-bottom: 15px;
}

.overenieKartyHolder h5 {
	color: #404041;
	font-weight: 900;
	margin-bottom: 35px;
}

.osobneUdaje .form-horizontal .control-label {
	text-align: left;
}

.overenieKartyHolder h5.mininadpis {
	color: #ef3805;
	margin-bottom: 15px;
}

.overenieKartyHolder .bodky {
	border-left: 2px dotted #6D9B9E;
	border-right: 2px dotted #6D9B9E;
	margin-bottom: 35px;
}

.bankoveUcty table {
	color: #404041;
}

.bankoveUcty table a {
	font-weight: bold;
	font-style: italic;
}

.bankoveUcty table .yes {
	color: #009036;
	font-weight: 600;
}

.bankoveUcty table .no {
	color: #ef3805;
	font-weight: 600;
}

.podakovanie .row {
	padding-top: 50px;
}

.podakovanie h1 {
	color: #ef3805;
	font-weight: 700;
	padding-top: 50px;
}

.podakovanie h2 {
	color: #404041;
	font-weight: 400;
}

.transakcie table {
	color: #404041;
}

.transakcie table a {
	font-weight: bold;
	font-style: italic;
}

.transakcie table .yes {
	color: #009036;
	font-weight: 600;
}

.transakcie table .no {
	color: #ef3805;
	font-weight: 600;
}

.transakcie .lineFilter {
	background: #404041;
}

.mainmenuMOB {
	display: none;
}

#infoBlok {
	padding-top: 110px;
}

@media (max-width: 1200px) {
	.videoHolder .videoA img {
		width: 555px;
	}
	.videoHolder .aktivujA img {
		width: 372px;
		margin-left: 6px;
	}
	body {
		background: #e6e6e6;
	}
}

@media (max-width: 1000px) {
	.leftBanner {
		display: none;
	}
	.rightBanner {
		display: none;
	}
	.btnPadding {
		padding-left: 5px;
		padding-right: 5px;
	}
	.kontoLogo {
		display: none;
	}
	.col-xs-8,
	.manimenuHolder .row .col-xs-4 {
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100%;
	}
	.obsahGrafikaIMG .cistyBox {
		display: none;
	}
	kontaktHolder .col-sm-9 {
		width: 100%;
	}
	.obsahGrafika {
		padding-top: 15px;
		text-align: center;
	}
}

@media (max-width: 558px) {
	.produktLine11 {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
	.searchBox {
		width: 100%
	}
	.mainmenu {
		display: none;
	}
	.mainmenuMOB {
		display: block;
	}
	.mainmenuMOB .btn {
		width: 100%
	}
	.mainmenuMOB ul.dropdown-menu {
		width: 100%
	}
	.videoHolder {
		text-align: center;
	}
	.videoHolder .aktivujA {
		display: none;
	}
	.slsp {
		width: 210px;
		left: 0;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	.infoBlokOdporuca {
		width: 100%;
	}
	.produktLine11,
	.flip-container,
	.front,
	.back {
		width: 260px;
	}
	.logoPanel,
	.flip-container,
	.front,
	.back {
		min-height: 216px;
	}
	.produktLine12 {
		width: 388px;
	}
	.produktLine22 {
		width: 388px;
	}
	.blokOdporuca {
		text-align: center;
	}
	.blokOdporuca .produktLine12,
	.blokOdporuca .produktLine22 {
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.infoGrafika .infopanel img {
		width: 100%;
	}
	.overenieKartyHolder .bodky {
		border-left: 0px dotted #6D9B9E;
		border-right: 0px dotted #6D9B9E;
	}
}

@media (max-width: 800px) {
	.inputHelpHolder {
		position: absolute;
		margin-top: -68px;
		right: 15px;
	}
	#infoBlok {
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.videoHolder .videoA img {
		width: 100%;
	}
	table {
		background: white;
	}
}

@media (max-width: 390px) {
	.logoHolder {
		width: 100%
	}
	/*.prihlasenieData {display:none;}*/
	.prihlasenieHolder2 {
		width: 100%;
	}
	.prihlasenieData {
		border: none;
	}
	.produktLine22 {
		width: 100%;
	}
	.produktLine12 {
		width: 100%;
	}
	.insidepanel {
		background: white;
		min-width: 100%;
	}
	.insidepanel .insideZlava {
		left: 10%;
		font-size: 24px
	}
}

.btnHityOdmenaPlus {
	background: #18b13c;
	margin-top: 10px;
}

.btnWidth100 {
	width: 100%;
}