/*******Plati online*******/
/* Arpsho */

@font-face {
    font-family: 'tscreen-regular';
    src: url('../fonts/TeleGroteskScreen-Regular.eot');
    src: url('../fonts/TeleGroteskScreen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Regular.woff') format('woff'), url('../fonts/TeleGroteskScreen-Regular.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Regular.svg#tele-groteskhalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-medium';
    src: url('../fonts/TeleGroteskScreen-Medium.eot');
    src: url('../fonts/TeleGroteskScreen-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Medium.woff') format('woff'), url('../fonts/TeleGroteskScreen-Medium.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Medium.svg#tele-groteskfetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-thin';
    src: url('../fonts/TeleGroteskScreen-Thin.eot');
    src: url('../fonts/TeleGroteskScreen-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Thin.woff') format('woff'), url('../fonts/TeleGroteskScreen-Thin.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Thin.svg#tele-groteskultregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-ultra';
    src: url('../fonts/TeleGroteskScreen-Ultra.eot');
    src: url('../fonts/TeleGroteskScreen-Ultra.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Ultra.woff') format('woff'), url('../fonts/TeleGroteskScreen-Ultra.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Ultra.svg#telegrotesk_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-bold';
    src: url('../fonts/TeleGroteskScreen-Bold.eot');
    src: url('../fonts/TeleGroteskScreen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Bold.woff') format('woff'), url('../fonts/TeleGroteskScreen-Bold.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Bold.svg#telegrotesk_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'TeleIconUi';
  src: url("../fonts/teleicon-ui.eot");
  src: url("../fonts/teleicon-ui.eot?#iefix") format("embedded-opentype"), url("../fonts/teleicon-ui.woff") format("woff"), url("../fonts/teleicon-ui.ttf") format("truetype"), url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'TeleIconUi';
    src: url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
  }
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
    color: #383838;
    font-family: 'tscreen-regular',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2; 
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

p {
	padding:0px;
}

.btn > .icon {
    padding: 0;
}

.btn {
	border-radius:0px;
}



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



* Header Section */
header.main-header {
    background-color: #e20074;
}

img.logo {
    margin: 24.5px 0px;
}

img.slogan {
    margin: 41px 0px 0px 0px;
}

@media (max-width: 320px) {
	img.slogan {
		display:none;
	}
}

/* Main Menu */

nav.main-menu {
    display: block;
    float: left;
}

nav.main-menu ul {
    margin: 30px 0px 15px 0px;
}

nav.main-menu ul li {
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 17px;
	padding-left: 0px;
    padding-right: 35px;
	position: relative;
	padding-bottom: 15px;
}

nav.main-menu ul > li.plati-smetka-menu-item:first-child > a:after,
nav.main-menu ul > li.dopolni-vaucer-menu-item:nth-child(2) > a:after  {
    position: relative;
    bottom: 1px;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Telekom-Icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\24';
    color: #c1c1c1;
    padding-left: 10px;
}

nav.main-menu ul > li.plati-smetka-menu-item:first-child:hover > a:after {
    color: #e20074;
}




nav.main-menu ul li a {
	color:#807f7f;
	text-decoration:none;
	    padding: 10px 0px;
}

nav.main-menu ul li a:hover, nav.main-menu li.active-menu-item a {
	color:#e20074;
} 

nav.main-menu ul ul
{
	display:none;
	position: absolute;
    top: 100%;
    left: 0;
    background: #f6f6f6;
    padding: 10px;
    margin: 0px;
	z-index:20;
	min-width: 200px;
}

nav.main-menu ul.dropdown-menu-list li a {
padding: 10px;
    display: block;
    color: #5d5d5d;
    font-size: 15px;
}

nav.main-menu ul.dropdown-menu-list li a:hover {
    color: #e20074;
}

nav.main-menu ul.dropdown-menu-list li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
	    padding: 0px;
}

nav.main-menu ul.dropdown-menu-list li:last-child {
	border-bottom:1px solid transparent;
}

@media (min-width:768px) {
	nav.main-menu ul li:hover > ul {
		display:block
	}
}

nav.language-chooser-wrapper-nav {
    display: block;
    float: right;
}

nav.language-chooser-wrapper-nav ul li {
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 17px;
	margin: 26px 0px 0px 0px;
}

nav.language-chooser-wrapper-nav > ul > li > a {
    color: #807f7f;
}
nav.language-chooser-wrapper-nav > ul > li > a:hover {
	text-decoration:none;
	color:#e20074;
}

	i.icon.icon-navigation-down.main-menu-dropdown-link {
		display:none;
	}

@media (max-width:767px) {
	
	i.icon.icon-navigation-down.main-menu-dropdown-link {
		display:block;
		position: absolute;
		right: 2px;
		width: 30px;
		text-align: center;
		padding: 6px;
		/* background: red; */
		top: 6px;
		bottom: auto;
	}
	
	ul.dropdown-menu-list.dropdown-menu-list-opened {
		display: block;
	}
	
	nav.main-menu ul > li.plati-smetka-menu-item:first-child > a:after,
	nav.main-menu ul > li.dopolni-vaucer-menu-item:nth-child(2) > a:after 	{
		display:none;
	}
	
	nav.main-menu ul > li.plati-smetka-menu-item:first-child {
		border-right: 1px solid #e4e4e4;
	}

	nav.main-menu ul li:first-child  a {
	
		text-decoration: none;
		padding: 0px 0px;
		display: block;		
	}
	nav.main-menu ul li a {
		width: 55px;
	}
	
	nav.main-menu ul ul {
    display: none;
    position: absolute;
    top: 49px;
    left: -1px;
    background: #f6f6f6;
    padding: 10px;
    margin: 0px;
    z-index: 20;
    min-width:0%; 
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    right: 0;
}

nav.main-menu ul.dropdown-menu-list li a {
    color: #5d5d5d;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 10px 0px;
}
	
}


.btn.language-chooser {
    background-color: #f4f4f4;
    color: #333;
    border: 0;
}

.btn.language-chooser:active, .btn.language-chooser.active, .open > .dropdown-toggle.btn.language-chooser {
    color: #fff;
    background-color: #E20074;
    border: 0;
}

.dropdown.language-chooser-wrapper.open ul.dropdown-menu {
    margin: 0px;
    border-radius: 0px;
}

.dropdown.language-chooser-wrapper.open ul li {
    margin: 0px;
	padding: 7px 0px;
    border-bottom: 1px solid #eee;
}

.dropdown.language-chooser-wrapper.open ul li:hover {
    background: #F6F6F6;
}

.dropdown.language-chooser-wrapper.open ul.dropdown-menu {
    padding: 0px;
}

.dropdown.language-chooser-wrapper.open .dropdown-menu > li > a {
	padding:0px 0px 0px 10px;
}

.dropdown.language-chooser-wrapper.open .dropdown-menu > li > a:hover,
.dropdown.language-chooser-wrapper.open .dropdown-menu > li > a:focus {
	    background-color: transparent;
}

.dropdown-menu {
	min-width: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Breadcrumbs */

section.navigation-wrapper:before, section.navigation-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

nav.breadcrubms ul li{
    position: relative;
    border-top: 4px solid #b2b2b2;
    width: 25%;
    display: block;
    float: left;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    color: #626262;
    padding: 15px 0px 15px 37px;
}

nav.breadcrubms ul li span.text-small {
    color: #8C8C8C;
    font-size: 11px;
    line-height: 1;
    padding: 0px;
    position:relative;
    top:5px;
}

nav.breadcrubms ul li:before {
	content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    height: 47px;
        width: 34px;
    color: #888888;
    font-size: 43px;
    line-height: 0.75;
    padding: 0px;
    text-align: right;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    top: 14px;
}

nav.breadcrubms ul li:nth-child(1):before {
	content:'1';
} 
nav.breadcrubms ul li:nth-child(2):before {
	content:'2';
} 
nav.breadcrubms ul li:nth-child(3):before {
	content:'3';
} 
nav.breadcrubms ul li:nth-child(4):before {
	content:'4';
} 

nav.breadcrubms ul li.active-breadcrumbs, nav.breadcrubms ul li.active-breadcrumbs:before  {
    color: #e20074;
}

@media (max-width:767px) {
	nav.breadcrubms ul li {
		display:none;
	}
	
	nav.breadcrubms ul li.active-breadcrumbs {
		display:block;
		width:100%;
	}
}


nav.breadcrubms ul li.passed-step:nth-child(1):before,
nav.breadcrubms ul li.passed-step:nth-child(2):before,
nav.breadcrubms ul li.passed-step:nth-child(3):before   {
    content: '\56';
    font-family: 'Telekom-Icon';
    font-style: normal;
    font-weight: normal;
    line-height: 0.9;
    font-size: 39px;
	color: #a7b635;
}

nav.breadcrubms ul li.passed-step {
	border-color:#e20074;
}



/* Main Section */


section.main-content:before, section.main-content:after {
    content: '';
    display: table;
    clear: both;
}

section.main-content {
    margin:50px 0px;
    display: block;
    position: relative;
}

.smetka-za-plakjanje:before, .smetka-za-plakjanje:after,
.kontakt-informacii:before, .kontakt-informacii:after {
	content:'';
	display:table;
	clear:both;
}

.smetka-za-plakjanje, .kontakt-informacii {
    background-color: #f6f6f6;
    padding: 30px;
}

.smetka-za-plakjanje  .form-fieldset {
	padding:0px;
}

.smetka-za-plakjanje .form-radio-set, .smetka-za-plakjanje .form-checkbox-set {
    display: block;
    margin-bottom: 5px;
}

.smetka-za-plakjanje .form-radio-set label, .smetka-za-plakjanje .form-checkbox-set label {
	font-weight: normal;
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

.smetka-za-plakjanje h2, .lista-na-smetki h2,
.podatoci-na-smetki h2, .kontakt-informacii h2 {
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 30px;
    font-size: 23px;
}

.smetka-za-plakjanje .form-group label ,
.kontakt-informacii .form-group label{
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

.smetka-za-plakjanje fieldset.form-fieldset > label {
    font-weight: normal;
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

.izberi-smetka {
    display: block;
    clear: both;
    position: relative;
}

.smetka-za-plakjanje .izber-smetka label,
.smetka-za-plakjanje .izber-smetka input[type="radio"]{
    display: inline-block;
    float: left;
}


.smetka-za-plakjanje .captcha-wrapper {
    width: 40%;
    display: block;
    float: left;
}

.smetka-za-plakjanje .captcha-wrapper img {
    width: auto;
	max-width: 100%;
}

.opticka-potvrda-wrapper:after, .opticka-potvrda-wrapper:before {
    content: '';
    display: table;
    clear: both;
}

.smetka-za-plakjanje input#opticka-potvrda {
    width: 57%;
    margin-left: 3%;
    display: block;
    float: left;
}

.form-select-js .form-select-js-choice {
    font-size: 15px;
    background-color: #fff;
}


p.footnote {
    color: #6c6c6c;
    margin-bottom: 5px;
    line-height: 1.4;
	font-size:13px;
}

.lista-na-smetki {
	padding: 20px 0px;
}


.smetka-item:before, .smetka-item:after {
	content:'';
	clear:both;
	display:table;
}

.smetka-item {
	background-color: #fcfcfc;
    border: 1px solid #F5F5F5;
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
}

.smetka-item-info {
    float: left;
    display: block;
    width: 85%;
    border-right: 1px solid #e1e1e1;
    padding-right: 15px;	
}

.smetka-item-info p {
    margin-bottom: 5px;
}
.smetka-item-info p:last-child {
    margin-bottom: 0px;
}

.smetka-item-remove {
    display: block;
    width: 15%;
    float: left;

    text-align: center;
}


button.btn.btn-remove-smetka {
    padding: 8px 10px;
    line-height: 1;
    color: #b0b0b0;
    background-color: #f6f6f6;
    font-size: 19px;
}

button.btn.btn-remove-smetka:hover {
    color: #e20074;
}

.smetka-item-info span {
    float: right;
}


.smetka-item {
    line-height: 24px;
}

.priceCol {
    line-height: 24px;
	font-size:24px;
	color:#e20074;
}

h3.vkupen-iznos span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #333;
}

h3.vkupen-iznos {
    text-align: right;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 38px;
    color: #e20074;
    margin: 10px 0px 5px 0px;
    border-top: 1px solid #eee;
    padding-top: 7px;
}




.kontakt-informacii {
    height: auto;
    min-height: 590px;
	position:relative;
}


.bottom-position {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    top: auto;
}





.lista-na-smetki.plateni-smetki .smetka-item-info {
    width: 100%;
    border-right: 0px;
}


.lista-na-smetki.plateni-smetki  p.smetka-item-price span {
    line-height: 24px;
    font-size: 24px;
    color: #333;
}


.podatoci-na-smetki {
    padding: 30px 5px;
}	

.podatoci-na-smetki .podatoci-na-smetki p {
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

span.bold-text {
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    display: block;
    font-size: 15px;
}

p.dopolnitelni-informacii {
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.podatoci-izbrana-smetka {
    background-color: #fcfcfc;
    border: 1px solid #F5F5F5;
    padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}


.cPay-korisnik {
    padding: 20px 30px;
}

.potvrdi-btn {
    margin-left: 8px;
    margin-bottom: 5px;
}


/**/
p.text-bold {
    font-family: 'tscreen-ultra',"Helvetica Neue", Helvetica,Arial,sans-serif;
    display: block;
    font-size: 15px;
}

/**/

.platezni-karticki {
	margin: 30px 0px;
    text-align: center;
	font-size: 15px;
}

.platezni-karticki-icons:before, .platezni-karticki-icons:after {
	content:'';
	display:table;
	clear:both;
}

.platezni-karticki-icons {
    width: 150px;
    text-align: center;
}

.platezni-karticki img {
    width: 100%;
    max-width: 40px;
    display: block;
    height: auto;
    margin: 0px;
    float: left;
    margin-right: 10px;
}


/* Uspesno plakjanje */

.uspesno-plakjanje {
    padding: 30px;
	text-align:center;
	font-size: 17px;
}

.uspesno-plakjanje h2{
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 30px;
    font-size: 23px;
	text-align: center;
}

i.icon.icon-confirm.uspesno-plakjanje-icon {
    width: 100px;
    height: 100px;
    background: #E20074;
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding-top: 24px;
    border-radius: 50%;
	display:block;
	margin: 0px auto;
}

p.tnx-text {
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    margin-top: 20px;
}

p.broj-na-transakcija {
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

p.broj-na-transakcija #transID {
    display: block;
    font-size: 30px;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

p.vkupno-naplateno #total {
    display: block;
    font-size: 30px;
    color: #e20074;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
}






/* Footer Section */
.footer-logo-slogan {
    background-color: #262626;
}

.footer-copy-right {
    background-color: #ededed;
	padding: 10px 0px;
}

nav.footer-menu ul {
    margin-bottom: 0px;
}

nav.footer-menu ul li a {
    color: #333333;
    padding-right: 20px;
}

nav.footer-menu {
    display: block;
    font-size: 15px;
    float: right;
}

p.copy-right {
    display: block;
    margin: 0px;
    float: left;
	font-size:15px;
}


button.btn.btn-default {
    font-size: 15px;
    padding: 12.5px;
    line-height: 1;
    border: 0;
    min-width: 140px;	
}

.smetka-za-plakjanje button.btn.btn-default {
    padding: 12.5px 10px;
    min-width: 110px;
}

.magenta-btn {
    background-color: #e20074;
    color: #fff;
}

.magenta-btn:hover,
.magenta-btn:focus {
    background: #c00052;
    text-decoration: none;
    color: white;
}

.gray-btn {
    background-color: #e9e9e9;
	color:#333;
}


/* Mobile view */

@media (max-width:768px) {
	
	
	header.main-header {
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:333;
		background-color:#e20074;
	}
	
	section.navigation-wrapper {
		padding-top: 85px;
	}
	
	nav.language-chooser-wrapper-nav ul {
		margin:0px;
	}
	
	nav.language-chooser-wrapper-nav ul li {
		margin: 10px 0px 0px 0px;
	}
	
	nav.main-menu {
		background-color: #f6f6f6;
		width: 100%;
		margin-top:10px;
	}
	
	nav.main-menu ul {
		margin: 10px 0px;
	}
	
	nav.main-menu ul li {
		width: 50%;
		float: left;
		padding-left: 50px;
		position:relative;
	}
	
	
	li.plati-smetka-menu-item:before, li.dopolni-vaucer-menu-item:before  {
		content: '';
		width: 50px;
		height: 40px;
		display: inline-block;
		position: absolute;
		left: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80%;
	}
	li.dopolni-vaucer-menu-item:before {
		background-image:url('../images/dopolni-vaucer.svg');
	}
	li.plati-smetka-menu-item:before {
		background-image:url('../images/plati-smetka.svg');
	}

	.lista-na-smetki-mobile {
		opacity:0;
		visibility:hidden;
		z-index:-222;
		display:none;
	}
	
	.lista-na-smetki-mobile.list-open{
		position: fixed;
		top: 85px;
		left: 0;
		right: 0;
		background: #fff;
		bottom: 93px;
		padding-top: 15px;
		z-index: 222;
		opacity: 1;
		visibility: visible;
		display: block;
	}
	
	.vkupen-iznos-mobile{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #e20074;
		z-index: 222;
	}
	
	.lista-na-smetki h2 {
		padding-left: 20px;
		margin-bottom: 15px;
		padding-right: 80px;
	}
	
	h3.vkupen-iznos, h3.vkupen-iznos span {
		color:#fff;
	}
	
	h3.vkupen-iznos {
		width: 70%;
		float: right;
		padding-right: 15px;
		border-top:0px;		
	}
	
	footer.main-footer {
		padding-bottom: 95px;
	}
	
	.smetka-item-list.scrollbar-inner {
		padding: 0px 10px 0px 5px!important;
	}
	
	a.lista-na-smetki-mob-icon {
		height: 64px;
		position: relative;
		width: 26%;
		display: block;
		float: left;
		border-right: 1px solid rgba(255, 255, 255, 0.25);
		margin: 15px 0px;
		background-image: url('../images/toogle-button.png');
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: 10px;
	}
	
	a.lista-na-smetki-mob-icon:hover, a.lista-na-smetki-mob-icon:focus {
		background-color: #BF0263;
	}
	
	nav.main-menu ul li a span {
		display: block;
		clear: both;
	}
	
	section.main-content {
		margin: 10px 0px;
	}
	
	nav.footer-menu ul li a {
		padding-right: 5px;
	}
	
	p.copy-right {
		width: 100%;
	}
	
	.footer-copy-right {
		text-align: center;
	}
	
	nav.main-menu ul.list-unstyled.list-inline:before, nav.main-menu ul.list-unstyled.list-inline:after {
		content: '';
		display: table;
		clear: both;
	}
	
	
	a.lista-na-smetki-arrow-icon {
		height: 45px;
		position: absolute;
		width: 45px;
		display: block;
		background-image: url('../images/arrows-down.svg');
		background-repeat: no-repeat;
		background-position: center center;
		right: 20px;
		top: 7px;
	}
	
	
	
}




/*************** SCROLLBAR BASE CSS ***************/

.smetka-item-list.scrollbar-inner {
    padding-right: 10px!important;
}


 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
        max-height: 550px!important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
	    /* min-height: 324px; */
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 0px;
	top: 0;
	width: 10px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar {     background-color: #E20074;}
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

.errorDiv 
{
    font-family:'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    text-align:center;
    margin-top: 20px;
    font-size: 1.3em;
}


.smetka-za-plakjanje .captcha-wrapper input
{
  left: 5px;
  top: 5px;
  position: relative;
  display: block;
  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: 4px;
  -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;
}

.smetka-za-plakjanje .captcha-wrapper img {
    width: auto;
	max-width: 100%;
}

.opticka-potvrda-wrapper:after, .opticka-potvrda-wrapper:before {
    content: '';
    display: table;
    clear: both;
}

.smetka-za-plakjanje input#opticka-potvrda {
    width: 57%;
    margin-left: 3%;
    display: block;
    float: left;
}

/* Modal*/

.modal-title {
    padding-bottom: 0px;
    font-size: 21px;
    margin-top: 17.7px;
}

.modal-dialog .close {
	opacity:1;
	font-size:24px;
	color:#383838;
	font-weight:normal;
}

.modal-body {
    font-size: 15px;
}

.modal-dialog {
    z-index: 1042;
}

.modal-header {
    border-bottom-color: rgb(178, 178, 178);
    padding: 12px;
}

.modal-footer {
    border-top-color: rgb(178, 178, 178);
}

.modal-dialog button.btn.btn-default {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 23px 7px;
    font-weight: normal;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: #383838;
    background-color: #ededed;
    border-color: #b2b2b2;
	min-width:0px;
}
.modal-dialog button.btn.btn-default:hover,
.modal-dialog button.btn.btn-default:focus {
    color: #383838;
    background-color: #dbdbdb;
    border-color: #a0a0a0;
}


@media (max-width:767px) {

.smetka-za-plakjanje .captcha-wrapper {
    float: none;
	width: 100%;
}

.opticka-potvrda-wrapper #ButtonVerificiraj.magenta-btn {
    border-color: #e20074;
    min-width: 125px;
}

.opticka-potvrda-wrapper #ButtonVerificiraj.magenta-btn {
    border-color: #e20074;
}

.opticka-potvrda-wrapper #ButtonVerificiraj.btn.disabled, .opticka-potvrda-wrapper #ButtonVerificiraj.btn[disabled], fieldset[disabled] .opticka-potvrda-wrapper #ButtonVerificiraj.btn {
    border-color: #d5d5d5;
}

.opticka-potvrda-wrapper #ButtonVerificiraj.magenta-btn, #ButtonAddToList {
    min-width: 125px;
}

.opticka-potvrda-wrapper #UpdatePanelCaptcha > div {
    width: 100% !important;
    display: table;
}

.opticka-potvrda-wrapper #UpdatePanelCaptcha > div > span:first-of-type, .opticka-potvrda-wrapper #UpdatePanelCaptcha > div > span:last-of-type  {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
	margin-top: 0 !important;
}

.opticka-potvrda-wrapper #UpdatePanelCaptcha > div > span:first-of-type {
    float: none !important;
}

.opticka-potvrda-wrapper #UpdatePanelCaptcha > div > span:last-of-type {
	padding-left: 15px;
}

.opticka-potvrda-wrapper #UpdatePanelCaptcha > div > span:last-of-type #captchaVal {
    min-width: 125px;
    width: auto !IMPORTANT;
    margin: 0 !important;
    float: right;
    left: 0;
    top: 0;
}

.lista-na-smetki button#continuePayment {
    margin-right: 15px;
}


}