body {color: #666;}

.home .image_container.float_right, .home .image_container.float_left {width: 100% !important;}
body .logo {background-image: url("/files/assets/vtech_logo_3d-162px.png") !important;}
header .logo{height: 82px !important; width: 142px !important;}
body.katalog .logo {background-image: url("https://vtech.nazwa.pl/contao3/files/assets/vtech_logo_3d-162px.png") !important;}
body.evtun .logo {background-image: url("/files/assets/evtun-logo-162.png") !important;}
.ce_dlh_googlemaps.mapa-dealerzy-g.block {height: 75vh;}
.dlh_googlemap.block {width: 100% !important;}
.mapa-dealerzy-mala {height: 300px;}

.mod_faqpage section h3::before {background: #da251d !important;}


#top .mod_sprachwechsler span {
	display: none;
}
#top .mod_sprachwechsler ul {
	display: block;
	position: static;
	background: transparent;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
#top .mod_sprachwechsler ul li {
	float: left;
}
#top .mod_sprachwechsler ul li a {
	line-height: 40px;
	color: #fff;
	margin-right: 10px;
}
#top .mod_sprachwechsler img {
	vertical-align: -1px;
}
#top .mod_sprachwechsler:hover ul {
	-webkit-animation: none; 
	-moz-animation: none; 
	-ms-animation: none; 
	animation: none;
}


#top {border-bottom: 1px solid #fff;}

#toplogin.loginbox_open p {color:#555}

nav.mainmenu .level_4 {background: rgba(255,255,255,0.95); box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2); display: none; width: 100%;}
nav.mainmenu .level_4 {-webkit-animation: fadeInRight 300ms ease; -moz-animation: fadeInRight 300ms ease; -ms-animation: fadeInRight 300ms ease; animation: fadeInRight 300ms ease;}

nav.mainmenu .level_3 li:hover .level_4 {display: block;}

nav.mainmenu ul li.open_leftside .level_4 {left: -100%;}
nav.mainmenu ul li.open_rightside .level_4 {left: 100%;}

#bottom .inside {padding: 0px !important;}

.table-striped .cennik tr:nth-child(even) {background: #f8f8f8 !important;}
.table-striped .cennik tr th {background: #f6f6f6 !important;}

.table-extended .cennik  th {
    background: #f1f1f1 !important;
	font-size: 1.2em;
    text-align: center;
}

/*
.image_container.float_right, .image_container.float_left {
    width: 100%;
}
*/

/*
.table-extended table {
    font-size: 15px;
}
*/


.icons {
    float: right;
}

.table-extended table td {
	font-weight: 400;
    background: none;
}

@media only screen and (min-device-width: 640px)  {

/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 
/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}
 
/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 
/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 
/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 100px; 
	height: 50px;
	padding: 7px 0px 0px 10px;
	margin: 50px 0px 0px -35px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
}

.tooltip {
    max-width: 250px !important;
}


.footnote:before {
content:"";
display:block;
height:60px; /* fixed header height*/
margin:-60px 0 0; /* negative fixed header height */
}

li.button.menu{
    padding: 0 !important;
	margin-bottom: 0px !important;
}

.button.menu{
	margin-bottom: 0px !important;
}

.katalog form br {
    display: inherit !important;
}


.partner > h1::after {
    content: url("http://vtech.pl/files/img/logo-partner-2f27ff96.png");
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
nav.mainmenu ul li a span.subline {
	display: none;
}
nav.mainmenu ul li ul li a span.subline {
	display: block;
}
.shop .steps {padding: 0 0 15px 0;}

.shop .steps li {
    display: inline;
    font-size: 1.4em;
}
.shop .steps li::after {
    color: #DA251D;
    content: " _";
    font-family: FontAwesome;
    font-size: 0.8em;
    margin-right: 5px;
}
.shop .steps li.last::after {
    content: "";
}

.shop .radio_container span.currency {
	display: inline !important;
}


#slideout {
  position: fixed;
  top: 160px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 999;
}
#slideout_inner {
  position: fixed;
  top: 160px;
  left: -250px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 250px;
}
#slideout:hover #slideout_inner {
  left: 0;
}

@media only screen and (max-width: 960px)  {
#notifierblock1 {
	display: none !important;
}
}

.mod_iso_configswitcher.change-currency.block {
    float: right;
}


.dealers p {
  line-height: initial;
  font-size: 12px;
}
.dealers h3 {
  font-size: inherit;
}

.evtun .sprachwechsler li:nth-child(3) {
    display: none;
}

.evshop {
	color: #fff;
	background-color: #DA251D;
	padding-right: 15px;
}

.evtun #ev-phev-products .ce_picture-box h3 {
	font-size: 23px;
}

.evtun #ev-phev-products .ce_picture-box {
	font-size: 15px;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  min-height: 100vh;
  counter-reset: p;


}

.intro p {
  --wide: 0;
  --s: calc(1 - 2*var(--j));
  display: flex;
  flex-direction: var(--fdf, var(--narr, column));
  align-items: center;
  position: relative;
  z-index: calc(-1*var(--i));
/*  margin-left: calc(var(--wide)*(var(--p) - var(--i) - 2.5*var(--j) + 1)*6.5vw);*/
  padding: 0.75em calc(var(--wide)*3em + (1 - var(--wide))*2vw);
  width: 55em;
  height: 8em;
  max-width: calc(var(--wide)*75% + (1 - var(--wide))*100%);
  color: #fff;
  font: 600 1em/ 1.25 sans-serif;
  counter-increment: p;
  
}
@media (min-width: 640px) {
  .intro p {
    --wide: 1 ;
  }
}
@media (min-width: 320px) {
  .intro p {
    --narr: 0 ;
  }
}
.intro p:before {
  --m: calc(1 - var(--narr, 1));
  order: calc(var(--m)*var(--j));
  padding: 0 calc(var(--m)*(1 - var(--j))*1rem) 0 calc(var(--m)*var(--j)*1rem);
  font-size: 2em;
  text-align: center;
  content: counter(p,decimal-leading-zero);
}

/*.intro p.invisi:before {
  content: "NIEWYKRYWALNE";  
}
.intro p.plugplay:before {
  content: "PLUG & PLAY";  
}
.intro p.ease:before {
  content: "ŁATWY MONTAŻ";  
}
.intro p.mobile:before {
  content: "IPHONE & ANDROID";  
}*/

.intro p:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.75em;
  left: 0;
  z-index: -1;
  padding-bottom: 0.75em;
  transform: skewx(calc(var(--wide)*-22.5deg));
  background: linear-gradient(calc(var(--s)*-90deg), var(--slist)) content-box, radial-gradient(rgba(0, 0, 0, 0.35), transparent 70%) calc(var(--j)*100%) 100%/ 65% 1.5em no-repeat;
  content: "";
}

#carselector select, #carselector input {
/*  width: 24%;*/
}
#carselector #btn {
  color: #fff;
  background: #DA251D;
}