html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #000;
	overflow: hidden;
}
* {
	outline: none
}
.cell {
	position: relative;
	min-height: 1px;
}
.clear {
	clear: both;
}

/**************** HEADER ********************************************************************************************************************************************************************************************/

header {
	height: 129px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
header .grid-x {
	padding: 32px 5.64%;
}

h1 {
	width: 269px;
	height: 65px;
	position: relative;
	float: left;
	text-indent: -999999px;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: #000 url(/img/mercedes-benz_logo2.svg) left center no-repeat;
	background-size: contain;
}
div#profil {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #1d1d1d url(/img/profile.svg) center 15px no-repeat;
	background-size: auto 50px;
	display: block;
	float: right;
	margin: 0 0 0 25px;
}
header h2 {
	margin: 0;
	font-family: 'daimler_cslight', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	text-align: right;
	padding: 20px 25px 5px 25px;
}
header h2 a {
	color: #fff;
}
header p {
	text-align: right;
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-family: 'daimler_cslight', sans-serif;
	color: #898989;
}
header p a {
	color: #898989;
}
a#burger, #mobile_nav {
	display: none;
}

/**************** SECTION ********************************************************************************************************************************************************************************************/

section {
	width: 100%;
	height: calc(100% - 194px);
	position: absolute;
	top: 128px;
	left: 0;
	overflow: hidden;
}
section .side_padding {
	padding: 0 5.64%;	
}
section .grid-container, section .grid-container .grid-x:nth-child(1), section .grid-container .grid-x:nth-child(1) .cell:nth-child(1) {
	height: 100%;
}

/**************** LOGIN ********************************************************************************************************************************************************************************************/

form#login_form {
	width: 100%;
	max-width: 304px;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%); 
  	-webkit-transform: translate(0, -50%); 
  	transform: translate(0, -50%);
}
form#login_form h2 {
	color: #fff;
    font-family: 'daimler_cacregular', serif;
	font-size: 54px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	position: relative;
	background: #000;
}
form#login_form h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -48px;
	left: 0;
}
form#login_form p {
	color: #909090;
    font-family: 'daimler_csprolight', sans-serif;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
form#login_form p a {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	border-bottom: 1px solid #00aeef;
}
form#login_form p a:hover {
	color: #298bc4;
}
form#login_form fieldset {
	border: none;
	margin: 0;
	padding: 21px 2px 0 2px;
	box-sizing: border-box;
	width: 100%;
}
form#login_form input[type='email'], form#login_form input[type='password'] {
	border: none;
	background: #fff;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	box-shadow: none;
	transition: none;
	margin: 15px 0 5px 0;
	padding: 0 14px;
	float: left;
	font-size: 14px;
	line-height: 40px;
	font-family: 'daimler_csprolight', sans-serif;
}
form#login_form input[type='email'].forgotten::-webkit-input-placeholder { 
  color: #f00;
}
form#login_form input[type='email'].forgotten::-moz-placeholder { 
  color: #f00;
}
form#login_form input[type='email'].forgotten:-ms-input-placeholder { 
  color: #f00;
}
form#login_form input[type='email'].forgotten:-moz-placeholder { 
  color: #f00;
}
button, a.button {
	border-radius: 1px;
	line-height: 1.25;
	min-height: 27px;
	padding: 5px 14px;
	border: 0;
	background-color: #00adef;
	color:#fff;
	-webkit-transition: background 300ms linear;
	transition: background 300ms linear;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	outline: 0;
	font-family: 'daimler_csprolight', sans-serif;
	font-size: 14px;
	margin: 27px 16px 16px 0;
	cursor: pointer;
	min-width: 109px;
	position: relative;
}
button:before, a.button:before {
	font-family:"daimlerregular";
	content:"";
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	vertical-align:baseline;
	line-height:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	padding-right:.375em;
}
a.back:before {
	font-family:"daimlerregular";
	content:"";
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	vertical-align:baseline;
	line-height:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-ms-transform: rotate(180deg); /* IE 9 */
  	-webkit-transform: rotate(180deg); /* Safari */
  	transform: rotate(180deg);
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 18px;
}
button:hover, a.button:hover {
	background: #298bc4;
}
button#registracija {
	padding: 0;
	text-align: center;
	background: none;
	border: 1px solid #747474;
}
button#registracija:before {
	display: none;
}
#login_bg {
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	border: 6px solid #000;
	background: #000 url(/img/login_bg.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

/**************** REGISTRATION ********************************************************************************************************************************************************************************************/

#registration {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	background: #000 url(/img/registration_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#registration h1 {
	float: none;
	position: relative;
	margin: 0 auto 0 0;
}
#registration h1 a {
	background-color: transparent;
}
#registration footer {
	text-align: center;
}
#registration footer p {
	text-align: center;
	width: 100%;
}
#registration_form_container {
	height: auto;
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
  	-webkit-transform: translate(-50%, -50%); /* Safari */
  	transform: translate(-50%, -50%);
}
#registration_form {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin: 30px 0;
}
#registration_form h2 {	
    font-family: 'daimler_cacregular', serif;
	font-size: 30px;
	line-height: 1em;
	margin: 28px 0 10px 0;
	padding: 0;
	font-weight: normal;
	position: relative;
	color: #4c4c4c;
}
#registration_form h2:before {
	content: "";
	width: 55px;
	height: 2px;
	background: #424242;
	position: absolute;
	top: -28px;
	left: 0;
}
#registration_form p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 18px;
    font-family: 'daimler_csprolight';
	padding: 0;
	margin: 0;
}
#registration_form p.notok {
	color: #f00;
}
#registration_form p.small_warning {
	font-size: 12px;
	color: #00aeef;
	margin: 0 0 30px 0;
}
#registration form {
	width: 100%;
	border-top: 1px solid #c5c5c5;
	padding: 50px 0 20px 0;
	margin: 20px 0 0 0;
}
#registration form label {
	color: #383838;
	font-size: 14px;
	line-height: 14px;
    font-family: 'daimler_csprolight';
	width: 15%;
	float: left;
	padding: 3px 0;
	margin: 11px 0;
}
#registration form label.ra {
	text-align: right;
}
#registration form label.tr {
	padding: 0;
	margin: 4px 0;
}
#registration form label.notok {
	color: #f00;
}
#registration form label .mandatory, p .mandatory {
	color: #00aeef;
	font-size: 14px;
}
#registration form input[type="text"], #registration form input[type="email"] {
	color: #383838;
	font-size: 14px;
	line-height: 18px;
    font-family: 'daimler_csprodemi', sans-serif;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	height: 25px;
	width: 31%;
	float: left;
	padding: 3px 5px;
	margin: 9px 2%;
	box-shadow: none;
}
#registration form input[type="text"].notok, #registration form input[type="email"].notok {	
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

#registration form input[type="radio"] {
	display: none;
}
.gender_container {
	position: relative;
	height: 24px;
	width: 164px;
	float: left;
	margin: 9px 2%;
}
#registration form label.gender_label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	cursor: pointer;
	transition: 500ms;
	color: #c5c5c5;
	float: none;
	z-index: 3;
	width: 82px;
	margin: 0;
}
#registration form label.gender_label:hover, #registration form label.gender_label:active {
	
}
#registration form label.gender_label_m {
	text-align: left;
}
#registration form label.gender_label_z {
	text-align: right;
	right: 0;
	left: auto;
}
.gender_pill {
	position: absolute;
	left: 55px;
	top: 0;
	height: 24px;
	width: 54px;
	background: #fff;
	border-radius: 500px;
	transition: all 500ms;
	border: 1px solid #b4b4b4;
	z-index: 1;
}
.gender_toggle {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #1bace3;
	top: 0;
	left: 56px;
	border-radius: 50%;
	transition: all 500ms;
	z-index: 4;
}
#registration form #m:checked~.gender_label_m {
	color: #4c4c4c;
}
#registration form #z:checked~.gender_label_m {
	color: #c5c5c5;
}
#registration form #z:checked~.gender_label_z {
	color: #4c4c4c;
}
#registration form #z:checked~.gender_toggle {
	left: 85px;
}
#z:checked~.gender_pill {
	background-color: #fff;
}
#registration form button {
	margin: 0 2% 20px 0;
	float: right;
}
#registration form .back {
	margin: 0;
}

#registration form p a {
	float: left;
	display: inline-block;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #1bace3;
	line-height: 14px;
}

#registration form input[type="checkbox"] 							{ display: none; line-height:16px; }
#registration form input[type="checkbox"] + label  					{ margin: 0; height:16px; position: relative; }
#registration form input[type="checkbox"] + label:before  			{ display: inline-block; width:16px; height: 16px; border-radius: 50%; background: #fff; box-shadow:inset 0 0 0 2px #fff;  border: 1px solid #b4b4b4; content: ""; position: relative; margin: -3px 0 0 15px; }
#registration form input[type="checkbox"] + label.notok:before  	{ border: 1px solid #f00;  }
#registration form input[type="checkbox"]:checked + label:before 	{ background: #1bace3; content: ""; }

#registration form a.deaktivacija {
	float: right;
	margin: 0 2% 0 0;
	padding: 0;
	text-align: center;
	background: #333;
	border: none;
	color: #fff;
	line-height: 27px;
}
#registration form a.deaktivacija:before {
	display: none;
}


/**************** CONTENT ********************************************************************************************************************************************************************************************/

nav {
	width: 100%;
	height: 0;
	background: #1d1d1d;
	display: block;
	position: relative;
	text-align: center;
	-webkit-transition: opacity 0.2s linear 0s, height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: opacity 0.2 linear 0s, height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	overflow: hidden;
}
nav.active {
	height: 83px;
}
nav ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
}
nav ul li {
	display: inline-block;
	position: relative;
}
nav ul li a {	
	font-family: 'daimler_cslight', sans-serif;
	color: #a4a4a4;
	font-size: 18px;
	line-height: 1em;
	padding: 32px 35px;
	display: block;
	position: relative;
	text-align: center;
	top: -32px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 0s, top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: opacity 0.3 linear 0s, top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
nav ul li.active a {
	opacity: 1;
	top: 0;
}
nav ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 1px;
	background: #1d1d1d;
	-webkit-transition: background 300ms linear;
	transition: background 300ms linear;
}
nav ul li a.focus {
	color: #00aeef;
}
nav ul li a:hover:before, nav ul li a.focus:before  {
	background: #00aeef;
}

div#container {
	width: 100%;
	height: calc(100% - 83px);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.notification {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #00aeef;
	color: #fff;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
    font-family: 'daimler_csprodemi';
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

/**************** PRESTIGE CLUB ********************************************************************************************************************************************************************************************/

#prestige_club {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
#prestige_club.active {
	z-index: 100;
	opacity: 1;
}
#prestige_club.inactive {
	z-index: 1;
}

#prestige_club .black-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: #000;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0.5s;
}
#prestige_club.active .black-overlay {
	width: 0%;	
}

#prestige_club:before {
  	content: "";
  	background-image: url(/img/prestige-club_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
  	top: 0;
  	left: 0;
 	bottom: 0;
  	right: 0;
  	position: absolute;
}
#auto_overlay {
  	content: "";
  	background-image: url(/img/prestige-club_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
  	top: 0;
  	left: 0;
 	bottom: 0;
  	right: 0;
  	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0s linear 1s;
	transition: opacity 0s linear 1s;
}
#prestige_club.active #auto_overlay {
	opacity: 1;
}

#prestige_club .grid-x {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#prestige_club .cell {
	height: 100%;
}
#prestige_club .text_container_bg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	left: -100%;
	-webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
	transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
}
#prestige_club.active .text_container_bg {
	left: 0;
}
#prestige_club .text_container {
	width: 100%;
	height: 100%;
	padding: 82px 45px 0 45px;
	position: relative;
	left: -100%;
	-webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
	transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
}
#prestige_club.active .text_container {
	left: 0;
}

#prestige_club .white-border {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	width: 0%;
	height: 6px;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1.5s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1.5s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
}
#prestige_club.active .white-border {
	width: 100%;
	height: 100%;
}

#prestige_club .bottom-white-border {
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 6px solid #fff;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2.5s;
}
#prestige_club.active .bottom-white-border {
	width: 100%;
}

#container h2 {	
    font-family: 'daimler_cacregular', serif;
	font-size: 54px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 14px 0;
	font-weight: normal;
	position: relative;
	left: 100px;
	opacity: 0;
	-webkit-transition: opacity 1s linear 1.5s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	transition: opacity 1s linear 1.5s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
}
#container .active h2 {
	left: 0;
	opacity: 1;
}
#container .inactive h2 {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#container h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #222;
	position: absolute;
	top: -28px;
	left: 0;
}

#container p {
    font-family: 'daimler_cslight', sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2s;
	transition: opacity 0.5s linear 2s;
}
#container .active p {
	opacity: 1;
}
#container .inactive p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.3s;
	transition: opacity 0.5s linear 0.3s;
}

#container a.link, #container a.ponude_kat, #container a.svijet_det {    
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2.5s;
	transition: opacity 0.5s linear 2.5s;
}
#container .active a.link, #container .active a.ponude_kat, #container .active a.svijet_det {
	opacity: 1;
}
#container .inactive a.link, #container .inactive a.ponude_kat, #container .inactive a.svijet_det {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

/**************** PONUDA ********************************************************************************************************************************************************************************************/

#ponude {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
#ponude.active {
	z-index: 100;
	opacity: 1;
}
#ponude.inactive {
	z-index: 1;
}
#ponude .white-underlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#ponude.active .white-underlay {
	width: 100%;
}
#ponude .grid-x, #ponude .cell {
	height: 100%;
}
#ponude .ponude_kategorija {
	width: 0%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	position: relative;
	overflow: hidden;
}
#ponude.active .ponude_kategorija {
	width: 100%;
}
#ponude .ponude_kategorija .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0%;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
#ponude .ponude_kategorija .so_1 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
#ponude .ponude_kategorija .so_2 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.1s;
}
#ponude .ponude_kategorija .so_3 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
}
#ponude .ponude_kategorija .so_4 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s;
}
#ponude.active .ponude_kategorija .semitransparent_overlay {
	height: 100%;
}
#ponude.active .ponude_kategorija .semitransparent_overlay.hover {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#ponude.active .ponude_kategorija .semitransparent_overlay.inactive {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

#ponude .text_container {
	width: 100%;
	height: auto;
	padding: 86px 21px 40px 21px;
	position: relative;
}

#ponude h2 {	
	font-size: 45px;
	line-height: 1em;
	padding: 0 0 20px 0;
	color: #fff;
	position: relative;
	-webkit-transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
	transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
}
#ponude .inactive h2 {
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#ponude h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 0;
}

.ponude_kategorija .notification {
	display: inline-block;
	position: relative;
	top: -30px;
	right: auto;
}

#ponude p {
    color: #fff;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: opacity 0.5s linear 3.5s;
	transition: opacity 0.5s linear 3.5s;
	max-width: 300px;
}
#ponude .inactive p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.3s;
	transition: opacity 0.5s linear 0.3s;
}

#ponude a.ponude_kat {    
	-webkit-transition: opacity 0.5s linear 4s;
	transition: opacity 0.5s linear 4s;
	margin: 7px 0;
}
#ponude .inactive a.ponude_kat {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#ponude.active #ponude_scroll_down {
	display: none;
}
#ponude.active #ponude_scroll_down.inactive {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#ponude.active #ponude_scroll_down {
	opacity: 1;
}

@keyframes white_overlay {
  	0%, 100% {
    	left: 100%;
	}
	50% {
    	left: 0%;
	}
}
@keyframes white_overlay_back {
  	0%, 100% {
    	left: 100%;
	}
	50% {
    	left: 0%;
	}
}

.ponude_slider_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10001;
	background: #fff;
}
.ponude_slider_white_overlay.active {
	animation: white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.ponude_slider_white_overlay.inactive {
	animation: white_overlay_back 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.ponude_slide_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	background: #fff;
	-webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	z-index: 3;
}
.ponude_slider.active .ponude_slide_white_overlay {
	left:100%;
}
.ponude_slider.inactive .ponude_slide_white_overlay {
	left:0;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.ponude_slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
.ponude_slider.active {
	left: 0%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.ponude_slider.inactive {
	left: -100%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.ponude_kat_kategorija {
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -90px;
	overflow: hidden;
	background-color: #00aeef;
	z-index: 4;
	-webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.ponude_slider.active .ponude_kat_kategorija {
	left: 0px;
}
.ponude_kat_kategorija h3 {
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	-moz-transform: translate(-50%, -50%) rotate(270deg);
	-o-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	writing-mode: lr-tb;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
    font-family: 'daimler_cacregular', serif;
	width: auto;
}
.close_ponude_kat {	
    font-family: 'daimler_csprolight';
	color: #fff;
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	z-index: 9999999;
}
.close_ponude_kat:hover {
	color: #fff;
}
.slider_container {
	width: 100%;
	width: calc(100% - 90px);
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.95);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.slider, .news_slider {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	cursor: default;
}
.slider li.ponuda_opis {
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	height: 100%;
}
.bx-wrapper .bx-viewport {	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	height: 100% !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 8px;
	padding: 0;
}
.bx-wrapper .bx-pager {
	text-align:center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -99999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	outline: 0;
	overflow:hidden;
	font-size: 0;
	line-height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00aeef;
	border: 1px solid #00aeef;
}
.bx-wrapper .bx-prev {
	background: url(/img/arrow_left.svg) center center no-repeat;
	left: 6%;
}

.bx-wrapper .bx-next {
	background: url(/img/arrow_right.svg) center center no-repeat;
	right: 6%;
}
.bx-wrapper .bx-controls-direction a {
	top: 50%;
	position: absolute;
	outline: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	z-index: 9999;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#ponude .ponuda_opis .text_container, #partneri .ponuda_opis .text_container {	
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
  	-webkit-transform: translate(-50%, -50%); /* Safari */
  	transform: translate(-50%, -50%);
}
#ponude .ponuda_opis .text_container h2, #partneri .ponuda_opis .text_container h2  {
	font-size: 50px;
	text-align: center;
	padding: 0 0 5px 0;	
	left: 100px;
	opacity: 0;
	-webkit-transition: opacity 1s linear 1.5s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	transition: opacity 1s linear 1.5s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
}
#ponude .ponude_slider.active .ponuda_opis .text_container h2, #partneri .partneri_ponude_slider.active .ponuda_opis .text_container h2 {
	left: 0;
	opacity: 1;
}
#ponude .ponuda_opis .text_container h3, #partneri .ponuda_opis .text_container h3 {
	font-size: 15px;
    font-family: 'daimler_cslight';
	text-align: center;
	color: #fff;
	padding: 0 0 15px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2s;
	transition: opacity 0.5s linear 2s;
}
#ponude .ponude_slider.active .ponuda_opis .text_container h3, #partneri .partneri_ponude_slider.active .ponuda_opis .text_container h3 {
	opacity: 1;
}
#ponude .ponuda_opis .text_container h2:before, #partneri .ponuda_opis .text_container h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: calc(50% - 30px);
}
#ponude .ponuda_opis .text_container p, #partneri .ponuda_opis .text_container p {
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2.5s;
	transition: opacity 0.5s linear 2.5s;
}
#ponude .ponude_slider.active .ponuda_opis .text_container p, #partneri .partneri_ponude_slider.active .ponuda_opis .text_container p {
	opacity: 1;
}
#ponude .ponuda_opis .semitransparent_overlay, #partneri .ponuda_opis .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
}
.voucher_sent {
	background-color: #000 !important;
	cursor: default;
}

/**************** PARTNERI ********************************************************************************************************************************************************************************************/

#partneri {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
#partneri.active {
	z-index: 100;
	opacity: 1;
}
#partneri.inactive {
	z-index: 1;
}
#partneri .white-underlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#partneri.active .white-underlay {
	width: 100%;
}
.scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.scroll_down {
	position: absolute;
	left: 50%;
	bottom: 15px;
	background: url(/img/arrow_down.svg) center bottom no-repeat;
	background-size: 22px auto;
	font-size: 12px;	
    font-family: 'daimler_csprolight';
	text-transform: uppercase;
	line-height: 18px;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari */
	transform: translate(-50%, 0);
	display: block;
	letter-spacing: 3px;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2s;
	transition: opacity 0.5s linear 2s;
}
.scroll_down:hover, .scroll_down:focus, .scroll_down:active {
	color: #fff;
}
#partneri.active #partneri_scroll_down.inactive {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#partneri.active #partneri_scroll_down {
	opacity: 1;
}
#partneri .grid-x {
	height: 100%;
}
#partneri .cell {
	height: 50%;
}
#partneri .partner {
	width: 0%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	position: relative;
	overflow: hidden;
}
#partneri.active .partner {
	width: 100%;
}
#partneri .partner .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0%;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
#partneri .partner .so_1 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
#partneri .partner .so_2 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.1s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.1s;
}
#partneri .partner .so_3 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.2s;
}
#partneri .partner .so_4 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
}
#partneri .partner .so_5 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s;
}
#partneri .partner .so_6 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.5s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.5s;
}
#partneri .partner .so_7 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.6s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.6s;
}
#partneri .partner .so_8 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.7s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.7s;
}
#partneri.active .partner .semitransparent_overlay {
	height: 100%;
}
#partneri.active .partner .semitransparent_overlay.hover {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important;
}
#partneri.active .partner .semitransparent_overlay.inactive {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important;
}
#partneri .text_container {
	width: 100%;
	height: auto;
	padding: 86px 21px 40px 21px;
	position: relative;
}

#partneri h2 {	
	font-size: 45px;
	line-height: 1em;
	padding: 0 0 20px 0;
	color: #fff;
	-webkit-transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
	transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
}
#partneri .inactive h2 {
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#partneri h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 0;
}

#partneri p {
    color: #fff;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: opacity 0.5s linear 3.5s;
	transition: opacity 0.5s linear 3.5s;
	max-width: 300px;
}
#partneri .inactive p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.3s;
	transition: opacity 0.5s linear 0.3s;
}

#partneri a.ponude_kat {    
	-webkit-transition: opacity 0.5s linear 4s;
	transition: opacity 0.5s linear 4s;
	margin: 7px 0;
}
#partneri .inactive a.ponude_kat {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

.partner_det {
	display: block;
	width: 100%;
	height: 100%;
}

.partner_detalji_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;	
	z-index: 1001;
	background: #fff;
}
.partner_detalji_white_overlay.active {
	animation: white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.partner_detalji_white_overlay.inactive {
	animation: white_overlay_back 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.partner_detalji {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.partner_detalji.active {
	left: 0%;
}
.partner_detalji.inactive {
	left: 100%;
}
#partneri .partner_detalji .text_container {	
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
  	-webkit-transform: translate(-50%, -50%); /* Safari */
  	transform: translate(-50%, -50%);
}
#partneri .partner_detalji .text_container h2 {
	font-size: 50px;
	text-align: center;
	padding: 0 0 5px 0;
	left: 100px;
	opacity: 0;
	-webkit-transition: opacity 1s linear 1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: opacity 1s linear 1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#partneri .partner_detalji.active .text_container h2 {
	left: 0;
	opacity: 1;
}
#partneri .partner_detalji .text_container h3 {
	font-size: 15px;
    font-family: 'daimler_cslight';
	text-align: center;
	color: #fff;
	padding: 0 0 15px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 1.5s;
	transition: opacity 0.5s linear 1.5s;
}
#partneri .partner_detalji.active .text_container h3 {
	opacity: 1;
}
#partneri .partner_detalji .text_container h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: calc(50% - 30px);
}
#partneri .partner_detalji .text_container p.contact {
	width: 200%;
	max-width: 200%;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin-left: -50%;
	padding-bottom: 35px;
}
#partneri .partner_detalji .text_container p {
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2s;
	transition: opacity 0.5s linear 2s;
}
#partneri .partner_detalji.active .text_container p {
	opacity: 1;
}
#partneri .partner_detalji .partneri_ponude {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2.5s;
	transition: opacity 0.5s linear 2.5s;
}
#partneri .partner_detalji.active .partneri_ponude {
	opacity: 1;
}
#partneri .partner_detalji .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
}
.close_partner_det {	
    font-family: 'daimler_csprolight';
	color: #fff;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
}
.close_partner_det:hover {
	color: #fff;
}

.partneri_ponude_slider_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10001;
	background: #fff;
}
.partneri_ponude_slider_white_overlay.active {
	animation: white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.partneri_ponude_slider_white_overlay.inactive {
	animation: white_overlay_back 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.partneri_ponude_slide_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	background: #fff;
	-webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	z-index: 3;
}
.partneri_ponude_slider.active .ponude_slide_white_overlay {
	left:100%;
}
.partneri_ponude_slider.inactive .ponude_slide_white_overlay {
	left:0;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.partneri_ponude_slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
.partneri_ponude_slider.active {
	left: 0%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.partneri_ponude_slider.inactive {
	left: -100%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.partneri_ponude_slider .slider_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.95);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.close_partneri_ponude {	
    font-family: 'daimler_csprolight';
	color: #fff;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	z-index: 5;
}
.close_partneri_ponude:hover {
	color: #fff;
}

/**************** MERCEDES-BENZ SVIJET ********************************************************************************************************************************************************************************************/

#mercedes-benz_svijet {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
#mercedes-benz_svijet.active {
	z-index: 100;
	opacity: 1;
}
#mercedes-benz_svijet.inactive {
	z-index: 1;
}
#mercedes-benz_svijet .white-underlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}
@keyframes svijet_white_overlay {
  	0% {
		left: -100%;
	}
	50% {		
    	left: 0%;
	}
	100% {		
    	left: 100%;
	}
}
#mercedes-benz_svijet.active .wu_1 {
	animation: svijet_white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s 1;
}
#mercedes-benz_svijet.active .wu_2 {
	animation: svijet_white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.3s 1;
}
#mercedes-benz_svijet .grid-x {
	height: 100%;
}
#mercedes-benz_svijet .cell {
	height: 50%;
}
#mercedes-benz_svijet .svijet_detalji .cell {
	height: 100%;
}
#mercedes-benz_svijet .svijet {
	width: 0%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 0s linear 1.5s;
	transition: width 0s linear 1.5s;
	position: relative;
	overflow: hidden;
}
#mercedes-benz_svijet.active .svijet {
	width: 100%;
}
#mercedes-benz_svijet .svijet .semitransparent_overlay {
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0%;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
}
#mercedes-benz_svijet .svijet .so_1 {
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s;
}
#mercedes-benz_svijet .svijet .so_2 {
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.6s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.6s;
}
#mercedes-benz_svijet.active .svijet .semitransparent_overlay {
	width: 100%;
}

#mercedes-benz_svijet.active .svijet .text_container {	
	text-align: center;
	width: 100%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
  	-webkit-transform: translate(-50%, -50%); /* Safari */
  	transform: translate(-50%, -50%);
}
#mercedes-benz_svijet .svijet .text_container h2 {
	font-size: 50px;
	text-align: center;
	padding: 0 0 22px 0;
	-webkit-transition: opacity 1s linear 3.1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3.1s;
	transition: opacity 1s linear 3.1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3.1s;
}
#mercedes-benz_svijet.active .svijet .text_container h2 { 
	left: 0;
	opacity: 1;
}
#mercedes-benz_svijet.inactive .svijet .text_container h2 {
	opacity: 0;
	-webkit-transition: opacity 1s linear 0s;
	transition: opacity 1s linear 0s;
}
#mercedes-benz_svijet.active .svijet .text_container h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: calc(50% - 30px);
}
#mercedes-benz_svijet.active .svijet a.svijet_det {    
	-webkit-transition: opacity 0.5s linear 3.6s;
	transition: opacity 0.5s linear 3.6s;
	margin: 7px 0;
}
#mercedes-benz_svijet.inactive .svijet a.svijet_det {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

#mercedes-benz_svijet h2 {	
	font-size: 45px;
	line-height: 1em;
	padding: 0 0 20px 0;
	color: #fff;
	-webkit-transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
	transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
}
#mercedes-benz_svijet .inactive h2 {
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#mercedes-benz_svijet h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 0;
}

#mercedes-benz_svijet a.svijet_det {    
	-webkit-transition: opacity 0.5s linear 4s;
	transition: opacity 0.5s linear 4s;
	margin: 7px 0;
}
#mercedes-benz_svijet .inactive a.svijet_det {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

.svijet_detalji_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1001;
	background: #fff;
}
.svijet_detalji_white_overlay.active {
	animation: white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.svijet_detalji_white_overlay.inactive {
	animation: white_overlay_back 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.svijet_detalji {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}
.svijet_detalji.active {
	left: 0%;
}
.svijet_detalji.inactive {
	left: -100%;
}
.podsvijet {
	height: 100%;
	width: 0%;
	left: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet {
	width: 100%;
}
#mercedes-benz_svijet .svijet_detalji .text_container {	
	
}
#mercedes-benz_svijet .svijet_detalji  .text_container {
	width: 100%;
	height: 100%;
	padding: 86px 21px 0 21px;
	position: relative;
}

#mercedes-benz_svijet .svijet_detalji  h2 {	
	font-size: 45px;
	line-height: 1em;
	padding: 0 0 20px 0;
	color: #fff;
	-webkit-transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
	transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
}
#mercedes-benz_svijet .svijet_detalji  .inactive h2 {
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#mercedes-benz_svijet .svijet_detalji  h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 0;
}
#mercedes-benz_svijet .svijet_detalji .text_container h3 {
	font-size: 15px;
    font-family: 'daimler_cslight';
	text-align: left;
	color: #fff;
	padding: 0 0 15px 0;
}
#mercedes-benz_svijet .svijet_detalji  p {
    color: #fff;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: opacity 0.5s linear 3.5s;
	transition: opacity 0.5s linear 3.5s;
	max-width: 300px;
}
#mercedes-benz_svijet .svijet_detalji  .inactive p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.3s;
	transition: opacity 0.5s linear 0.3s;
}

#mercedes-benz_svijet a.vanjski_link {    
	-webkit-transition: opacity 0.5s linear 4s;
	transition: opacity 0.5s linear 4s;
	margin: 7px 0;
}
#mercedes-benz_svijet .inactive a.vanjski_link {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0%;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .so_1 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .so_2 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .so_3 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4s;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet .semitransparent_overlay {
	height: 100%;
}

#mercedes-benz_svijet .svijet_detalji .podsvijet .text_container h2 {
	left: 100px;
	opacity: 0;
	-webkit-transition: opacity 1s linear 2s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	transition: opacity 1s linear 2s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
	padding: 0 0 17px 0;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet .text_container h2 {
	left: 0;
	opacity: 1;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .text_container h3 {
	font-size: 15px;
    font-family: 'daimler_csprodemi';
	text-align: left;
	color: #fff;
	padding: 0 0 8px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2.5s;
	transition: opacity 0.5s linear 2.5s;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet .text_container h3 {
	opacity: 1;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .text_container p {
	max-width: 420px;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2.5s;
	transition: opacity 0.5s linear 2.5s;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet .text_container p {
	opacity: 1;
}
#mercedes-benz_svijet .svijet_detalji .podsvijet .text_container a.button {
	margin: 20px 16px 70px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 3s;
	transition: opacity 0.5s linear 3s;
}
#mercedes-benz_svijet .svijet_detalji.active .podsvijet .text_container a.button {
	opacity: 1;
}

.close_svijet_det {	
    font-family: 'daimler_csprolight';
	color: #fff;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
}
.close_svijet_det:hover {
	color: #fff;
}
.close_svijet_det.black {	
	color: #222;
}
.close_svijet_det.black:hover {
	color: #222;
}

#svijet_za_vase_vozilo.active #vozilo_scroll_down {
	display: none;
}
#svijet_za_vase_vozilo.active #vozilo_scroll_down.inactive {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#svijet_za_vase_vozilo.active #vozilo_scroll_down {
	opacity: 1;
}

#za_vas_bg {
	display: none;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection .text_container {
	background: #fff;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 86px 46px 46px 46px
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection .white-border {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	width: 0%;
	height: 6px;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1.5s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection.active .white-border {
	width: 100%;
	height: 100%;
}

#mercedes-benz_svijet #svijet_mercedes-benz_collection .bottom-white-border {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #fff;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection.active .bottom-white-border {
	width: 100%;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection h2 {
	color: #222;
	max-width: 830px;
	opacity: 0;
	left: 100px;
	-webkit-transition: opacity 1s linear 1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: opacity 1s linear 1s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection.active  h2 {
	opacity: 1;
	left: 0%;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection h2:before {
	background: #222;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection p {
	color: #222;
	max-width: 830px;
	font-size: 18px;
	line-height: 22px;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 1.5s;
	transition: opacity 0.5s linear 1.5s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection.active p {
	opacity: 1;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection p a {
	font-family: 'daimler_cslight', sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection .pin {
	display: block;
	float: left;
	width: 50px;
	height: 70px;
	background: url(/img/pin.svg) center top no-repeat;
	background-size: auto 25px;
	padding: 35px 0 0 0;
	margin: 45px 40px 0 0;
	text-align: center;
	font-family: 'daimler_cslight', sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}
#mercedes-benz_svijet #ovlasteni_partneri {
	margin: auto auto 0 0;
	max-width: 830px;
	position: absolute;
	bottom: 46px;
	left: 46px;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .ovlasteni_partner {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 2s;
	transition: opacity 0.5s linear 2s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_1 {
	-webkit-transition: opacity 0.5s linear 2.2s;
	transition: opacity 0.5s linear 2.2s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_2 {
	-webkit-transition: opacity 0.5s linear 2.4s;
	transition: opacity 0.5s linear 2.4s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_3 {
	-webkit-transition: opacity 0.5s linear 2.6s;
	transition: opacity 0.5s linear 2.6s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_4 {
	-webkit-transition: opacity 0.5s linear 2.8s;
	transition: opacity 0.5s linear 2.8s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_5 {
	-webkit-transition: opacity 0.5s linear 3s;
	transition: opacity 0.5s linear 3s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri .p_6 {
	-webkit-transition: opacity 0.5s linear 3.2s;
	transition: opacity 0.5s linear 3.2s;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection.active #ovlasteni_partneri .ovlasteni_partner {
	opacity: 1;
}
#mercedes-benz_svijet #ovlasteni_partneri h3 {
	font-family: 'daimler_csprodemi';
	font-size: 18px;
	line-height: 22px;
	color: #222;
	padding: 15px 0 0 0;
}
#mercedes-benz_svijet #ovlasteni_partneri p, #mercedes-benz_svijet #svijet_mercedes-benz_collection p.doc {
	font-size: 14px;
	line-height: 18px;
	color: #222;
	padding: 0;
	margin: 0;
}
#mercedes-benz_svijet #svijet_mercedes-benz_collection #ovlasteni_partneri a {
	color: #00aeef;
	text-decoration: none;
}

/**************** NOVOSTI ********************************************************************************************************************************************************************************************/

#novosti {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
#novosti.active {
	z-index: 100;
	opacity: 1;
}
#novosti.inactive {
	z-index: 1;
}
#novosti .white-underlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
#novosti.active .white-underlay {
	width: 100%;
}
#novosti .grid-x {
	height: 100%;
}
#novosti .cell {
	height: 50%;
}

#novosti.active .scroll_down.inactive {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#novosti.active .scroll_down {
	opacity: 1;
}
#novosti .grid-x {
	height: 100%;
}
#novosti .cell {
	height: 50%;
}
#novosti .prva_stranica, #novosti .prva_novost {
	height: 100%;
}
#novosti .novost {
	width: 0%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
	position: relative;
	overflow: hidden;
}
#novosti.active .novost {
	width: 100%;
}
#novosti .novost .semitransparent_overlay {
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0%;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novost .so_1 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novost .so_2 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.1s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.1s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novost .so_3 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.2s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novost .so_4 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.3s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novost .so_5 {
	-webkit-transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s, top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti.active .novost .semitransparent_overlay {
	height: 100%;
}
#novosti .text_container {
	width: 100%;
	height: 100%;
	padding: 86px 21px 0 21px;
	position: relative;
}

#novosti h2 {	
	font-size: 45px;
	line-height: 1em;
	padding: 0 0 20px 0;
	color: #fff;
	-webkit-transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
	transition: opacity 1s linear 3s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s;
}
#novosti .inactive h2 {
	-webkit-transition: opacity 0.5s linear 0.6s;
	transition: opacity 0.5s linear 0.6s;
}

#novosti h2:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -28px;
	left: 0;
}

#novosti p {
    color: #fff;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: opacity 0.5s linear 3.5s;
	transition: opacity 0.5s linear 3.5s;
	max-width: 300px;
}
#novosti p.date {
    color: #858685;
	-webkit-transition: opacity 0.5s linear 3.5s;
	transition: opacity 0.5s linear 3.5s;
}
#novosti .inactive p {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.3s;
	transition: opacity 0.5s linear 0.3s;
}
#novosti a.novost_det {    
	-webkit-transition: opacity 0.5s linear 4s;
	transition: opacity 0.5s linear 4s;
	margin: 7px 0;
	opacity: 0;
}
#novosti.active a.novost_det {
	opacity: 1;
}
#novosti .inactive a.novost_det {
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

#novosti .scroll_down {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	opacity: 0;
	bottom: 20px;
	left: 20px;
	background: url(/img/arhiva.png) left center no-repeat;
	text-transform: none;
	padding-left: 30px;
	letter-spacing: normal;
	font-size: 14px;
	font-family: 'daimler_csprodemi', sans-serif;
	-ms-transform: translate(0, 0); /* IE 9 */
	-webkit-transform: translate(0, 0); /* Safari */
	transform: translate(0, 0);
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}
#novosti.active #novosti_scroll_down {
	opacity: 1;
}
#novosti.active #novosti_scroll_down.inactive {
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
}

#novosti .slider_container {
	width: 100%;
}
#novosti .slider_container .news_slider .bgimage {
	background-position: center center;
	background-size: cover;
}
.novosti_slider_white_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10001;
	background: #fff;
}
.novosti_slider_white_overlay.active {
	animation: white_overlay 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.novosti_slider_white_overlay.inactive {
	animation: white_overlay_back 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1;
}
.novosti_slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
.novosti_slider li {
	height: 100%;
}
.novosti_slider.active {
	left: 0%;
	-webkit-transition: left 0s linear 0.5s;
	transition: left 0s linear 0.5s;
}
.novosti_slider.inactive {
	left: -100%;
	-webkit-transition: left 0s linear 0s;
	transition: left 0s linear 0.5s;
}
#novosti .novosti_slider .cell {
	height: 100%;
}
#novosti .novosti_slider .text_container {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	padding: 86px 136px 0 46px
}
#novosti .novosti_slider .white-border {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	width: 0%;
	height: 6px;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0.5s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0s, height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  0.5s;
	z-index: 2;
}
#novosti .novosti_slider .active .white-border {
	width: 100%;
	height: 100%;
}

#novosti .novosti_slider .bottom-white-border {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #fff;
	width: 0%;
	height: 100%;
	-webkit-transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
	transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  1s;
	z-index: 2;
}
#novosti .novosti_slider .active .bottom-white-border {
	width: 100%;
}
#novosti .novosti_slider h2 {
	color: #222;
	max-width: 830px;
	opacity: 0;
	left: 100px;
	-webkit-transition: opacity 1s linear 0s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	transition: opacity 1s linear 0s, left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#novosti .novosti_slider .active  h2 {
	opacity: 1;
	left: 0%;
}
#novosti .novosti_slider  h2:before {
	background: #222;
}
#novosti .novosti_slider  p {
	color: #222;
	max-width: 830px;
	font-size: 18px;
	line-height: 22px;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear 0.5s;
	transition: opacity 0.5s linear 0.5s;
}
#novosti .novosti_slider .active p {
	opacity: 1;
}
.novosti_slider .bx-prev, .novosti_slider .bx-wrapper .bx-pager {
	display: none;
}
.novosti_slider .bx-next {
	right: 10px;
}

.naslov_novosti {
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -90px;
	overflow: hidden;
	visibility: hidden;
	background-color: #00aeef;
	z-index: 4;	
	-webkit-transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
	transition: right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)  2s;
}
#novosti .novosti_slider .active .naslov_novosti {
	visibility: visible;
	right: 0px;
}
.naslov_novosti h3 {
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	-webkit-transform: translate(-50%, -50%) rotate(270deg);
	-moz-transform: translate(-50%, -50%) rotate(270deg);
	-o-transform: translate(-50%, -50%) rotate(270deg);
	transform: translate(-50%, -50%) rotate(270deg);
	writing-mode: lr-tb;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
    font-family: 'daimler_cacregular', serif;
	width: auto;
	height: 90px;
	white-space: nowrap;
	cursor: auto;
}
.close_novost_det {	
    font-family: 'daimler_csprolight';
	color: #fff;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	z-index: 1000;
}
.close_novost_det:hover {
	color: #fff;
}

/**************** FOOTER ********************************************************************************************************************************************************************************************/

footer, .footer {
	height: 65px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
footer .grid-x {
	padding: 20px 5.64%;
}
footer p, .footer p {
	font-family: 'daimler_csprolight', sans-serif;
	color: #898989;
	font-size: 13px;
	line-height: 17px;
	width: auto;
	float: left;
}
footer p a, footer p a:visited, footer p a:active, footer p a:focus, .footer p a, .footer p a:visited, .footer p a:active, .footer p a:focus {
	color: #898989;
}
footer p a:hover, .footer p a:hover {
	color: #0096ce;
}
footer p:nth-child(2) {
	text-align: right;
	float: right;
}
footer #facebook {
	width: 8px;
	height: 17px;
	display: block;
	background: url(/img/facebook.svg) center bottom no-repeat;
	background-size: contain;
	margin: 0 10px;
	float: right;
}
footer #instagram {
	width: 16px;
	height: 17px;
	display: block;
	background: url(/img/instagram.svg) center bottom no-repeat;
	background-size: contain;
	margin: 0 10px;
	float: right;
}
footer #youtube {
	width: 24px;
	height: 17px;
	display: block;
	background: url(/img/youtube.svg) center bottom no-repeat;
	background-size: contain;
	margin: 0 10px;
	float: right;
}

/**************** MODAL ********************************************************************************************************************************************************************************************/

.reveal {
	border: none;
	background-color: #fff;
	padding: 40px;
}
.tabs {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 40px 0;
}
.tabs-content {
	border: none;
}
.tabs-panel {
	padding: 0;
}
.tabs-title > a {
	font-size: 16px;
	line-height: 1.25em;	
    font-family: 'daimler_csprolight';
	padding: 9px 19px 13px 19px;
	color: #333;
	margin-bottom: -1px;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.close-button {
	color: #333;
}
.reveal {
	width: 100%;
	max-width: 892px;
    font-family: 'daimler_csprolight';
	font-size: 1em;
	line-height: 1.375em;
	margin-bottom: 5%;
}
.reveal h2 {
	font-size: 1.375em;
	font-weight: normal;
    font-family: 'daimler_csprolight';
}
.reveal h3 {
	font-size: 1.375em;
	font-weight: normal;
    font-family: 'daimler_csprolight';
}


/**************** EUPOPUP ********************************************************************************************************************************************************************************************/

.clearfix {
	clear: both;
}
.eupopup-container {
	background-color: rgb(255,255,255);
	color: #666;
	padding: 13px 20px 23px 20px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	display: none;
	z-index: 9999999;
	width: 100%;
	max-width: 1000px;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.eupopup-closebutton {	
	position: absolute;
	top: 20px; 
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/img/close.png) center center no-repeat;
	text-indent: -99999px;
}
.eupopup-head {
	font-family: 'daimler_csprodemi', sans-serif;
	font-size: 16px;
	color: rgb(51,51,51);
	letter-spacing: normal;
	padding: 10px 0 15px 0;
	font-weight: bold;
}
.eupopup-body {
	color: rgb(51,51,51);
    font-family: 'daimler_csprodemi', sans-serif;
	max-width: 700px;
}
.eupopup-buttons {
	padding: 7px 0 5px 0;
}
.eupopup-button_1 {
	display: none;
}
.eupopup-button {
	color: rgb(51,51,51);
    font-family: 'daimler_csprodemi', sans-serif;
}
.eupopup-button:before {
	font-family:"daimlerregular";
	content:"";
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	vertical-align:baseline;
	line-height:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	padding-right:.375em;
}
.eupopup-button:hover,
.eupopup-button:focus {
	color: #00aeef;
}

















