@charset "utf-8";
/* CSS Document */
html { height: 100%; margin: 0 }
img { border:0 }
body { 
	background-color:#fff;
	margin:0;	
  	font-family: 'Roboto', sans-serif;
	color:#3d3d3d;
	font-size:0;
	height: 100%;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

a { color:#3d3d3d; text-decoration:none }
a:hover { text-decoration:underline }


@media (max-width: 980px) {

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 

}
.ui-tooltip { padding:5px 10px; width:auto; background: rgba(255,255,255,0.8s) }
.ui-tooltip-content { font-size:14px; color:#222;font-family: 'Roboto', sans-serif; }


#wrapper {
	margin:0 auto;
	width:100%;
	position: relative;
	text-align: center;
}



nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	line-height: 90px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	/*border-bottom: 2px #16417e solid;*/
	overflow: visible;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	transition: all 500ms;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 15px 20px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 15px 20px 0px rgba(50, 50, 50, 0.2);
}

nav .inside {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	display: inline-block;
	text-align: right;
	box-sizing: border-box;
}
@media (min-width: 1940px) {
	nav .inside {
		width: 1920px;
	}
}

nav.short {
	height: 60px;
	line-height: 60px;
}
#burger { display: none }
nav #logo {
	position: absolute;
	width: 200px;
	height: auto;
	line-height: 0;
	left: 50px;
	top: 0;
	z-index: 1002;
	background-color: #fff;
	cursor: pointer;
	transition: all 500ms;
}
nav #logo img {
	width: 100%;
	height: auto;
}
nav #logo-wide {
	position: absolute;
	display: none;
	width: 200px;
	height: 100%;
	left: 50px;
	top: 0;
	z-index: 1001;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}
nav #logo-wide img {
	width: auto;
	height: 100%;
	vertical-align: middle;
}
#logo-inside {
	width:100%;
	left: 0;
	top: 0;
	height: auto;
	position: fixed;
	z-index: 999;
}



@media (min-width: 1940px) {
	#logo-inside {
		width:1920px;
		left:50%;
		transform: translateX(-50%)
		/*margin-left: -960px;*/
	}
}
#logo-shadow {
	position: absolute;
	width: 200px;
	height: auto;
	left: 50px;
	top: 0;
	
	background-color: #fff;
	transition: all 500ms;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#logo.hide, #logo-shadow.hide {
	top: -140px;
}
#logo-shadow img {
	width: 100%;
	height: auto;
}

nav .navset {
	display: inline-block;
}
nav .nav {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: auto;
	padding: 0 15px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/*color: #16417e;*/
	color: #3d3d3d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	box-sizing: border-box;
	transition: all 300ms;
	position: relative;
}
nav .nav.norm {
	font-size:14px;
	cursor: default;
}
nav .nav.norm:hover {
	background: none;
}
nav.short .nav {
	height: 50px;
	line-height: 50px;
}
nav.short .nav.icon img {
	margin-top:-15px;
}
nav.short .nav.icon .text {
	top:21px;
}

nav .nav.icon .text {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	width: 140px;
	left: 50%;
	top: 68%;
	margin-left: -70px;
	display: none;
	transition: 500ms all;
	opacity: 0;
}

nav .nav.icon:hover .text {
	display: inline-block;
	opacity: 1;
	animation: textin 500ms ease-out;
}
nav:not(.exp) .navset:hover .icon {
	opacity: 1;
	display: inline-block;
	animation: iconin 500ms ease-out;
}
nav .nav:hover {
	background-color: #eee;	
}
nav .nav img {
	height: 80%;
	width: auto;
	vertical-align: middle;
	transition: all 300ms;
}

#bigboy {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -5000;
}

header {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	box-sizing: border-box;
}
header.hide { display: none !important; }


.arrow {
	bottom: 2%;
	left: 50%;
	position: absolute;
	z-index: 1001;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	text-align: center;	
	width: 60px;
	margin-left: -30px;
	height: 60px;
	border-radius: 0;
	line-height: 60px;	
	background: none;
	transition: all 300ms;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.arrow.white {
	bottom:auto;
	top: 2%;
	
}

.arrow:hover {
	transform: scale(1.2)
}
.arrow:hover img {
	transition: all 300ms;
	width: 100%;
}
.arrow img {
	
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateX(-50%);
	margin-top: -5px;
	height: auto;
	animation: arrow 2s linear infinite;
}
.arrow.white img {
	
	animation: arrowwhite 2s linear infinite;
}

@keyframes arrow {
    0% { margin-top: -7px; opacity: 0;  }
	20% { margin-top: -7px; opacity: 0;  }
	50% { opacity: 1;  }
  	75% { opacity: 1;  }
	80% { margin-top: 0px; opacity: 0;  }
	100% { margin-top: 0px; opacity: 0;  }
}
@keyframes arrowwhite {
    0% { margin-top: 0px; opacity: 0;  }
	20% { margin-top: 0px; opacity: 0;  }
	50% { opacity: 1;  }
  	75% { opacity: 1;  }
	80% { margin-top: -5px; opacity: 0;  }
	100% { margin-top: -5px; opacity: 0;  }
}

.arrow.out {
	transform: scale(0.1);
	opacity: 0;
	transition: 200ms all;
}


header .slide {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
header .slidemask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 800;
	transition: all 1500ms;
}
header .slidemask.hidden {
	width: 0;	
}
header .slide1 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	z-index: 501;
	top: 0;
	left: 0;
}
header .slide2 {
	position: absolute;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	top: 0;
	left: 0;
}
header .slide3 {
	position: absolute;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 499;
	top: 0;
	left: 0;
}
header .bkg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	/*cursor: col-resize;*/
}
header .bkg img {
	width: 100%;
	height: 100%;
}


header .haslo {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	top: 20%;
	right: 50%;
	text-align: right;
	z-index: 600;
}
header .haslo .text {
	position: relative;
	display: inline-block;
	width: 34%;
	height: auto;
	padding: 0 0 20px 0;
}
header .haslo .text img {
	width: 100%;
	height: auto;
}

header .haslo .text .underline {
	display: inline-block;
	width: 200%;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f9ba6b;
}
header .haslo .text .underline.blue {
	background-color: #d5edfc;
}
header .haslo .text .underline.red {
	background-color: #871521;
}
header .haslo .text .underline.orange {
	background-color: #d04608;
}
header .haslo .text .underline.red2 {
	background-color: #e22424;
}
header .haslo .text .underline.green {
	background-color: #7d7e63;
}
header .haslo .hash {
	position: absolute;
	right: 35%;
	top: -5%;
	height: 50%;
	width: auto;
	text-align: right;
	box-sizing: border-box;
	padding-right: 10px;
}
header .haslo .hash img {
	height: 100%;
	width: auto;
}
header .samochod {
	position: absolute;
	z-index: 500;
	width: 60%;
	height: auto;
	top: 35%;
	left: 35%;
}
header .samochod .nazwa {
	color: #3d3d3d;
	font-size: 50px;
	position: absolute;
	font-weight: 500;
	z-index: 501;
}
header .samochod .nazwa span {
	font-weight: 700;
}
header .samochod .clicker {
	position: absolute;
	z-index: 501;
	width: 70px;
	height: 70px;
	background-image: url(../images/handclicker.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	bottom: 40%;
	right: 35%;
	pointer-events: none;
	animation: clicker 4s infinite;
}
@keyframes clicker {
	0% { opacity: 0;  }
	70% { opacity: 0;  }
	80% { opacity: 0.8 }
	90% { opacity: 0.8 }
  	100% { opacity: 0;  }
}

header .samochod img {
	width: 100%;
	height: auto;
}
@media (min-width: 1940px) {
	header .haslo .text {
		width: 710px;
		padding: 0 0 20px 0;
	}
	header .haslo .hash {
		right: 750px;
	}
	header .samochod {
		width: 1100px;
		height: auto;
		top: 35%;
		left: 50%;
		margin-left: -250px;
	}
}
header .icons {
	position: absolute;
	z-index: 200;
	width: 90%;
	margin: 0 5%;
	height: 13%;
	bottom: 30px;
	font-size: 0;
	
}
@media (min-width: 1940px) {
	header .icons {
		width: 1800px;
		margin: 0;
		left: 50%;
		margin-left: -900px;
	}	
}
header .icons .icon {
	position: relative;
	display: inline-block;
	width: 15%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	opacity: 1;
	overflow: hidden;
	transition: all 300ms;
	white-space: nowrap;
}
header .icons .icon:hover {
	overflow: visible;
}
header .icons .icon .iconbkg {
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(255,255,255,0);
	transition: all 300ms;
	z-index: 5;
}
header .icons .icon:hover .iconbkg {
	background: rgba(255,255,255,0.0);
}
header .icons .icon.hidden {
	opacity: 0.05;
}
header .icons .icon img {
	display: inline-block;
	pointer-events: none;
	position: relative;
	height: 94%;
	width: auto;
	transition: all 300ms;
	z-index: 10;
	/*transform: translateX(-50%)*/
}
header .icons .icon:hover img {
	display: none;
}
header .icons .icon .exp {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	pointer-events: none;
	
}
header .icons .icon:hover .exp img {
	display: inline-block;
}

header .icons .icon .text {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-weight: 500;
	padding-left: 10px;
	height: 100%;
	width: auto;
	font-size: 50px;
	line-height: 20px;
	text-transform: uppercase;
	transition: all 300ms;
	color: #3d3d3d;
	/*transform: translateX(-50%)*/
}
header .icons .icon:hover .exp {
	/*left: 0;*/
	transition: all 300ms;
	opacity: 1;
	transform: translateX(-60%);
}
header .icons .icon:first-child:hover .exp {
	left: 0;
	transform: translateX(-5%);
}
header .icons .icon:last-child:hover .exp {
	/*left: 0;*/
	transform: translateX(-80%);
}

/*
header .icons .icon:hover img {
	height: 100%;
}
*/
header .icons .divider {
	display: inline-block;
	width: 2%;
	text-align: center;
	height: 100%;
	background: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
	opacity: 1;
	transition: all 300ms;
}
header .icons .divider.hidden {
	opacity: 0;
	
}
header .bottombar {
	height: 10px;
	width: 100%;
	position: absolute;
	z-index: 600;
	bottom: 0;
	left: 0;
	background-color: #3d3d3d;
}


#sections {
	width: 100%;
	display: inline-block;
	font-size: 0;
	height: auto;
	background-color: #fff;
}
#sections .intro {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	box-sizing: border-box;
}
#intro.hide { display: none !important; }
@media (min-width: 1940px) {
	#sections .intro {
		width: 1840px;
	}
}
#sections .intro .cars {
	width: 50%;
	opacity: 0;
	height: auto;
	position: relative;
	display: table-cell;
	cursor: col-resize;
	box-sizing: border-box;
}
#sections .intro .cars.fadein {
	opacity: 1;
	animation: fadein 1000ms ease-out;
}
@keyframes fadein {
    0% { opacity: 0;  }
  	100% { opacity: 1;  }
}
#sections .intro .cars .handmove {
	position: absolute;
	z-index: 11;
	width: 70px;
	height: 70px;
	background-image: url(../images/handmove.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	bottom: 15%;
	left: 50%;
	margin-left: -35px;
	pointer-events: none;
	animation: mover 5s infinite;
}
#sections .intro .cars:hover .handmove {
	display: none;
}
@keyframes mover {
	0% { opacity: 0;  }
	60% { opacity: 0;  }
	80% { opacity: 0.8 }
  	100% { opacity: 0;  }
}

#sections .intro .cars .car {
	width: 100%;
	height: auto;
	position: relative;
	
}
#sections .intro .cars .car img {
	width: 100%;
	height: auto;
}
#sections .intro .cars #cartop {
	width: 0;
	height: 100%;
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*transition: all 200ms ease-in-out;*/
}

#sections .intro .text {
	width: 50%;
	height: 100%;
	display: table-cell;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 15%;
}
#sections .intro .text p {
	opacity: 0;
}
#sections .intro .text .heading {
	font-size: 36px;
	line-height: 38px;
	opacity: 0;
}
#sections .intro .text .heading span {
	font-size: 46px;
	font-weight: 700;
	white-space: nowrap;
}
#sections .intro .text .heading.slidein {
	opacity: 1;
	animation: slidein1 1000ms ease-out;
}
#sections .intro .text p.slidein {
	opacity: 1;
	animation: slidein2 1000ms ease-out;
}
@keyframes slidein1 {
    0% { opacity: 0; transform: translateX(50px)}
  	70% { opacity: 1; transform: translateX(0)  }
}
@keyframes slidein2 {
	0% { opacity: 0; }
    30% { opacity: 0; transform: translateX(50px)}
  	100% { opacity: 1; transform: translateX(0)  }
}

#sections .section {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	font-size: 0;
	min-height: 500px;
	transition: all 500ms;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 60%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 60%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	
	position: relative;
}
.section.generic {	
	min-height: inherit !important;
}
#homeyt { opacity: 0 }
#homeyt.drop {
	opacity: 1;
	transition: all 500ms;
	animation: drop 500ms ease-out;
}
#sections .section.hide { display: none !important; }
#sections .section .inside {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 200px 0 0 0;
	transition: all 1000ms;
	overflow: hidden;
}
#sections .section.left {
	text-align: left;
	/*background-color: #F7F7F7;*/
}
#sections .section.right {
	text-align: right;
	/*background-color: #fff;*/
}
@media (min-width: 1940px) {
	#sections .section .inside {
		width: 1920px;
		overflow: visible;
	}
}

#sections .section.full .inside {
	/*padding: 150px 0 0 0;*/
	height: 100%;
}

.section .lines {
	position: relative;
	width: 50%;
	min-height: 400px;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0;
	z-index: 1;
	transition: all 1000ms;
}
.section.full  {
	height: 100%;
	height: 100vh;
}
.section.full .lines {
	width: 100%;
	height: auto;
	padding: 10px 50px;	
}
.section.left .lines {
	/*border-right: 10px #f9ba6b solid;*/
	border-top: 2px #f9ba6b solid;
	text-align: right;
}
.section.right .lines {
	/*border-left: 10px #d5edfc solid;*/
	border-top: 2px #d5edfc solid;
	text-align: left;
}
.section .lines .back {
	position: absolute;
	top: -100px;
	
	cursor: pointer;
	color: #3d3d3d;
	font-weight: 500;
	padding: 8px 12px;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	display: none;
	transition: all 500ms;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
	
}
/*.section .lines .back:hover {
	text-decoration: underline;	
}*/
.section.left .lines .back {
	left: 50px;
	background: rgba(249,186,107,1.00);
}
.section.right .lines .back {
	right: 50px;
	background: rgba(133,187,220,1.00);
}
.section.left .back:hover {
	background: rgba(249,186,107,0.70);
}
.section.right .back:hover {
	background: rgba(133,187,220,0.70);
}

.section.full .lines .back {
	display: inline-block;
}




.section .sectionicon {
	position: absolute;
	width: 350px;
	height: auto;
	display: inline-block;
	margin: 0 50px;
	top: 100px;
	background-size: contain;
	text-align: center;
	opacity: 0;
	transition: all 500ms;
}
.section .sectionbkg {
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 100%;
	bottom: 0;
	overflow: hidden;
	opacity: 0.03;
}
.section.left .sectionbkg {
	right: -15%;
}
.section.right .sectionbkg {
	left: -15%;
}
.section .sectionbkg img {
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -30%;
	vertical-align: middle;
	transition: all 500ms;
}

.section.full .sectionbkg {	
	z-index: 0;
	height: 100%;
	width: 100%;
}
.section.left.full .sectionbkg {
	right: auto;
	left: 0;
}
.section.right.full .sectionbkg {
	left: auto;
	right: 0;
}
.section.full .sectionbkg img {
	position: absolute;
	width: auto;
	height: 100%;
	bottom: 0;
}
.section.full.left .sectionbkg img {
	right: auto;
	left: 0;
}
.section.full.right .sectionbkg img {
	right: 0;
	left: auto;
}


.section .sectionicon.drop {
	opacity: 1;
	transition: all 500ms;
	animation: drop 500ms ease-out;
}
@keyframes drop {
    0% { opacity: 0; transform: translateY(-50px)}
  	100% { opacity: 1; transform: translateY(0)  }
}
.section.full .sectionicon {
	opacity: 0;
	/*margin-top: -500px;*/
	transition: all 500ms;
	/*background-image: url(../images/small-bkg-orange.jpg);*/
}
.section.left .sectionicon {
	left: 50%;
	/*background-image: url(../images/small-bkg-orange.jpg);*/
}
.section.right .sectionicon {
	right: 50%;
	/*background-image: url(../images/small-bkg-blue.jpg);*/
}

.section.left.full .sectionicon {
	/*left: 100%;*/
	/*background-image: url(../images/small-bkg-orange.jpg);*/
}
.section.right.full .sectionicon {
	/*right: 100%;*/
	/*background-image: url(../images/small-bkg-blue.jpg);*/
}

.section .sectionicon img {
	width: 100%;
	height: 100%;
	/*vertical-align: middle;*/
}
.section .lines .sectiontitle {
	position: absolute;
	top: -60px;
	color: #3d3d3d;
	font-weight: 700;
	font-size: 44px;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
}
.section .lines .sectiontitle:hover {
	text-decoration: underline;
}
.section .lines .sectiontitle.drop {
	opacity: 1;
	animation: drop2 300ms ease-out;
}
@keyframes drop2 {
    0% { opacity: 0; transform: translateY(-20px)}
  	100% { opacity: 1; transform: translateY(0)  }
}
.section.left .lines .sectiontitle {
	right: 0;
}
.section.right .lines .sectiontitle {
	left: 0;
}
.section.full .lines .sectiontitle {
	transition: all 1000ms;
	font-size: 36px;
	top: -50px;
	box-sizing: border-box;
	padding: 0 5px;
}
.section.left.full .lines .sectiontitle {
	right: 50px;
}
.section.right.full .lines .sectiontitle {
	left: 50px;
}
.section .lines .aby {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	/*top: -66px;*/
	opacity: 0;
	box-sizing: border-box;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	transition: all 500ms;
	/*text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.3);*/
}
.section .lines .aby span {
	display: flex;
  	align-items: flex-start;
	/*height: 60px;*/
	width: 100%;
}
.section .lines .aby.drop {
	opacity: 1;
}
.section.left .lines .aby {
	color: #f9ba6b;
	
	text-align: right;
}
.section.right .lines .aby {
	/*color: #bfe4fc;*/
	color: #85bbdc;
	
	text-align: left;
}
.section.right .lines .aby span {
	justify-content: flex-start;
}
.section.left .lines .aby span {
	justify-content: flex-end;
}
.section.full .lines .aby {
	width: 30%;
	box-sizing: border-box;
	padding: 0 5px 30px 5px;
}

.section .text {
	width: 90%;
	height: auto;
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	box-sizing: border-box;
	padding-bottom: 150px;
}
.section.full .text {
	display: none;
}
.section .text p {
	opacity: 0;
}
.section .text .heading {
	font-size: 26px;
	line-height: 30px;
	padding-top: 10px;
	opacity: 0;
}
.section .text .heading span {
	font-size: 26px;
	font-weight: 700;
	white-space: nowrap;
}
.section .text .heading.slidein {
	opacity: 1;
	animation: slidein1 1000ms ease-out;
}
.section .text p.slidein {
	opacity: 1;
	animation: slidein2 1000ms ease-out;
}



.section .lines .submenu {
	position: relative;
	display: inline-block; 
	width: 100%;
}
.section .lines ul.main {
	color: #3d3d3d;
	font-weight: 500;
	font-size: 24px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	display: inline-block;
	/*display: none;*/
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.section .lines ul.main li {
	margin: 0 0 2px 0;
	opacity: 1;
}
.section .lines ul .li a {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 5px;
	transition: all 300ms;
}
.section .lines ul .li a.high {
	color: #fff;
	background-color: #3d3d3d;
}
.section .lines ul .li a.high:hover {
	text-decoration: none
}


.section.left .lines ul.main li.fadeli {
	opacity: 1;
	animation: fadeli 500ms ease-out;
}
.section.right .lines ul.main li.fadeli {
	opacity: 1;
	animation: fadeli2 500ms ease-out;
}
@keyframes fadeli {
    0% { opacity: 0; transform: translateX(-20px)}
  	100% { opacity: 1; transform: translateX(0)  }
}
@keyframes fadeli2 {
    0% { opacity: 0; transform: translateX(20px)}
  	100% { opacity: 1; transform: translateX(0)  }
}

.section.left .lines ul {
	text-align: right;
}
.section.right .lines ul {
	text-align: left;
}

.section .lines ul.main li:last-child {
	margin: 0 0 100px 0;
}
.section .lines ul.main ul.sub {
	font-size: 18px;
	font-weight: 300;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.section .lines ul.main ul.sub li {
	margin: 0;	
}

.section.full .lines ul.main {
	font-size: 20px;
	transition: all 500ms;
	width: 30%;
	opacity: 1;
	/*display: inline-block;*/
}
.section.full.left .lines ul.main {
	left: auto;
	right: 0;
	animation: fadeul1 1300ms ease-out;
}
.section.full.right .lines ul.main {
	left: 0;
	right: auto;
	animation: fadeul2 1300ms ease-out;
}
@keyframes fadeul1 {
    0% { opacity: 0; transform: translateX(100px)}
	70% { opacity: 0; }
  	100% { opacity: 1; transform: translateX(0)  }
}
@keyframes fadeul2 {
    0% { opacity: 0; transform: translateX(-100px)}
	70% { opacity: 0; }
  	100% { opacity: 1; transform: translateX(0)  }
}


.section.full .lines ul.main ul.sub {
	font-size: 16px;
	margin: 0 0 8px 0;
	transition: all 500ms;
}

.section .page {
	display: none; 
	position: absolute;
	width: 68%;
	height: calc(100% - 200px);
	top: 0;
	font-size: 16px;
	box-sizing: border-box;
	padding: 20px 50px 80px 50px;
	margin-top: 200px;
	text-align: left;
	overflow: auto;
	z-index: 10;
}
.section.left .page {
	left: 0;
}
.section.right .page {
	right: 0;
}
.page .sekcja {
	box-sizing: border-box;
	padding: 0 5px 0 5px;
	clear: both;
	margin-top: 20px;
}

.section .page .subsection {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 20px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	
}
.section.left .page .subsection {
	border-left: 2px solid #f9ba6b;
}
.section.right .page .subsection {
	border-left: 2px solid #d5edfc;
}

.page .sekcja.high {
	/*background: rgba(180,180,180,0.20);*/
	transition: all 500ms;
}
.section.left .page .sekcja.high h2, .section.left .page .sekcja.high h3  {
	background: rgba(249,186,107,0.30);
	transition: all 300ms;
	/*text-decoration: underline;*/
}
.section.right .page .sekcja.high h2, .section.right .page .sekcja.high h3  {
	background: rgba(213,237,252,0.30);
	transition: all 300ms;
	/*text-decoration: underline;*/
}

/*.page .sekcja:last-child {
	padding-bottom: 100px;
}*/
.page .sekcja.disclaimer {
	font-style: italic;
	font-size: 13px;
	color: #707070;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page .sekcja.disclaimer p {
	margin: 5px 0;
	padding: 0;
}
.section .wiecej {	
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	/*background: rgba(255,255,255,0.5);*/
	/*background: rgba(200,200,200,0.50);*/
	color: #3d3d3d;
	margin-top: 10px;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: all 300ms;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
.section.left .wiecej {
	background: rgba(249,186,107,1.00);
}
.section.right .wiecej {
	/*background: rgba(213,237,252,1.00);*/
	background: rgba(133,187,220,1.00);
}
.section.left .wiecej:hover {
	background: rgba(249,186,107,0.70);
}
.section.right .wiecej:hover {
	background: rgba(133,187,220,0.70);
}



/*
.page .wiecej:hover {
	background: rgba(200,200,200,0.20);
}
*/




.page p.disclaimer {
	font-size: 12px;
	color: #4E4E4E;
	font-style: italic;
}

.media {
	display: inline-block;
	width: 30%;
	margin: 10px 0;
	text-align: center;
	height: auto;
}
.media.center {
	width: 100%;
	margin: 10px auto;
	float: none;
}
.media.homepage {
	width: 70%;
	margin: 70px auto;
	float: none;
}

.media.left {
	float: left;
	clear: left;
	padding-right: 25px;
}
.media.right {
	float: right;
	clear: right;
}
.section .page img {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	height: auto;
}
.media.center img {
	width: 60%;
}
.media.homepage img {
	width: 60%;
}
.media.left.tall img {
	width: auto;
	height: 250px;
}

.section .page .sekcja:last-child .media {
	margin-bottom: 0;
}
.sekcja ol {
	
	list-style-position: inside;
}
.sekcja ol li {
	
	
}

.youtube-link {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
}
.youtube-link::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 990;
	left: 0;
	top: 0;
	background-image: url(../images/play.png);
	background-size: 25%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.media.center .youtube-link::after {
	background-size: 10%;
}
.media.homepage .youtube-link::after {
	background-size: 10%;
}


.section.full .page {
	display: inline-block !important;
}

.section .page p {
	padding: 5px 0;
	margin: 5px 0;
	overflow: hidden;
}
.section .page .wstep {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 30px;
}
.section h1 {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.section .page h2 {
	font-size: 26px;
	font-weight: 500;
	margin: 30px 0 0 0;
	padding: 0;
}
.section .page h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 20px 0 0 0;
	padding: 0;
}
.section .page h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 0 0;
	padding: 0;
}

.section .page .subsection h3:first-child {
	margin-top: 0;
}
.section .page .sekcja:first-child {
	margin-top: 0;
}



#slogan {
	height: 300px;
	line-height: 300px;
	width: 100%;
	position: relative;
	border-top: 10px solid #3d3d3d;
	text-align: center;
	font-size: 100px;
	font-weight: 500;
	background-image: url(../images/small-bkg-orange.jpg);
	background-size: contain;
}
#slogan.hide { display: none !important; }
#statystyki {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 0;
}
#statystyki.hide { display: none !important; }

#statystyki .jazda {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
}
#statystyki .jazda .cta {	
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	background: rgba(133,187,220,1.00);
	color: #3d3d3d;
	padding: 15px 20px;
	font-size: 20px;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: all 300ms;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
#statystyki .jazda .cta:hover {
	background: rgba(133,187,220,0.70);
}



#statystyki .statystyka {
	position: relative;
	width: 25%;
	height: 200px;
	color: #3d3d3d;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	
}
#statystyki .statystyka.white {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #f2f2f2 0%, #f7f7f7 100%);
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#f7f7f7 100%);
	background: linear-gradient(to right, #f2f2f2 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=1 );
	color: #3d3d3d;
}
#statystyki .statystyka .liczba {
	display: inline-block;
	font-size: 70px;
	text-align: right;
	vertical-align: middle;
	font-weight: 500;
	width: 40%;
	height: 100%;
	padding-right: 10px;
	box-sizing: border-box;
}
#statystyki .statystyka .liczba.smaller {
	font-size: 50px;
}
#statystyki .statystyka .liczba span {
	font-size: 50px;
}
#statystyki .statystyka .liczba.smaller span {
	font-size: 40px;
}

#statystyki .statystyka .nazwa {
	display: inline-block;
	text-align: left;	
	vertical-align: middle;
	font-weight: 300;
	width: 50%;
	height: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding-right: 10px;
}
#statystyki .statystyka .nazwa span {
	font-weight: 500;
	font-size: 18px;
}
#statystyki .statystyka .flex {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
}
#statystyki .statystyka .ikona {
	position: absolute;
	height: 100px;
	width: auto;
	right: 50%;
	top: 50%;
	margin-top: -50px;
}
#statystyki .statystyka .ikona img {
	height: 100%;
	width: auto;
}

#other {
	position: relative;
	display: inline-block;
	font-size: 0;
	width: 100%;
	height: auto;
	padding: 0 50px 50px 50px;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(22,65,126,0.1) 0%, rgba(255,255,255,0.49) 43%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(22,65,126,0.1) 0%,rgba(255,255,255,0.49) 43%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(22,65,126,0.1) 0%,rgba(255,255,255,0.49) 43%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a16417e', endColorstr='#ffffff',GradientType=0 );
	text-align: center;
}
#other.hide { display: none !important; }
#other .inside {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
@media (min-width: 1940px) {
	#other .inside {
		width: 1920px;
	}
}

#other .title {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: 300;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}
#other .title span {
	font-size: 46px;
	font-weight: 700;
	white-space: nowrap;
}
#other .link {
	display: inline-block;
	text-align: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 300;
	color: #3d3d3d;
	box-sizing: border-box;
	position: relative;
	margin: 0 15px;
}
#other .link img {
	position: relative;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 2px;
}
#other .link a {
	color: #3d3d3d;	
	text-decoration: none;
}
#other .link a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #102448;	
	display: inline-block;
	height: 100px;	
	width: 100%;
	font-size: 0;
	vertical-align: top;
	position: relative;
}
#footer.hide { display: none !important; }
#footer .inside {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	display: inline-block;
}
@media (min-width: 1940px) {
	#footer .inside {
		width: 1920px;
	}
}
#footer .copyright {
	color: #7c8092;
	font-size: 14px;
	display: inline-block;
	width: 50%;
	height: 100px;
	line-height: 100px;
	text-align: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .social {
	display: inline-block;
	text-align: right;
	width: 50%;
	height: 100px;
	line-height: 100px;
	vertical-align: top;
	font-size: 14px;
	/*margin-top: -10px;*/
}
#footer .social .icon {
	display: inline-block;
	margin: 0 3px;
	height: 30px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#footer .social .icon img {
	height: 32px;
	width: auto;
	vertical-align: top;
	transition: all 300ms;
}
#footer .social .icon:hover img {
	margin-top: -2px;
}


/* MODELE */
#modele {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	/*top: 0;*/
	left: 0;
	box-sizing: border-box;
	transition: all 500ms;
	z-index: 900;
	overflow: hidden;
}
#modele.drop {
	
	top: 0;	
}
#modele .bkg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;


background: rgba(189,189,189,1);
background: -moz-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(240,240,240,1) 49%, rgba(245,245,245,1) 74%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,189,189,1)), color-stop(49%, rgba(240,240,240,1)), color-stop(74%, rgba(245,245,245,1)), color-stop(100%, rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(240,240,240,1) 49%, rgba(245,245,245,1) 74%, rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(240,240,240,1) 49%, rgba(245,245,245,1) 74%, rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(240,240,240,1) 49%, rgba(245,245,245,1) 74%, rgba(230,230,230,1) 100%);
background: linear-gradient(to bottom, rgba(189,189,189,1) 0%, rgba(240,240,240,1) 49%, rgba(245,245,245,1) 74%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#e6e6e6', GradientType=0 );


/*
background: rgba(219,219,219,1);
background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 64%, rgba(209,209,209,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(43%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)), color-stop(100%, rgba(209,209,209,1)));
background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 64%, rgba(209,209,209,1) 100%);
background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 64%, rgba(209,209,209,1) 100%);
background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 64%, rgba(209,209,209,1) 100%);
background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 64%, rgba(209,209,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#d1d1d1', GradientType=0 );
*/

	/*cursor: col-resize;*/
}
#modele .bkg img {
	width: 100%;
	height: 100%;
}

#modele .inside {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;	
}
@media (min-width: 1940px) {
	#modele .inside {
		width: 1920px;
	}
}

#modele .inside .back {
	position: absolute;
	top: 100px;
	cursor: pointer;
	color: #3d3d3d;
	background: rgba(249,186,107,1.00);
	font-weight: 500;
	padding: 8px 12px;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 500ms;
	z-index: 999;
	left: 50px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
#modele .inside .back:hover {
	background: rgba(249,186,107,0.70);
}






#modele #info {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 15%;
	left: 0;
	z-index: 970;
	/*border: 1px solid #FF0000;*/
	text-align: left;
}

#info #overlay {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 5%;
	box-sizing: border-box;	
}
#overlay .arrowlr {
	position: absolute;
	bottom: 40%;
	z-index: 1000;
	background-image: url(../images/arrow-down-black.png);
	transition: all 500ms;
	width: 200px;
	height: 73px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
#overlay #arrow-prev {
	left: -120px;
	transform: rotate(90deg) scale(0.5);
}
#overlay #arrow-next {
	right: -120px;
	transform: rotate(-90deg) scale(0.5);
}
#info #overlay .text {
	position: absolute;
	top: 20px;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #3d3d3d;
	box-sizing: border-box;
	padding: 0 10px 20px 10px;
	transition: all 500ms;
}
#info #overlay .text .wiecej {	
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 15px;
	margin-top: 10px;
	text-align: center;
	border-radius: 3px;
	background: rgba(249,186,107,1.00);
	color: #3d3d3d;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: all 300ms;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}
#info #overlay .text .wiecej:hover {
	background: rgba(249,186,107,0.70);
}






#info #overlay .text strong {
	font-weight: 700;
}
#info #overlay .text span {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 5px;
	display: inline-block;
}
#info #overlay .text.over {
	width: 50%;
	font-size: 15px;
	line-height: 17px;
	height: auto;
	text-align: left;
	border-left: 4px solid #fff;
}
#info #overlay .text.right {
	text-align: justify;
	border-left: none;
	border-right: 4px solid #fff;
}

#info #overlay .text .circle {
	width: 40px;
	height: 40px;
	border: 4px solid #fff; 
	border-radius: 20px;
	box-sizing: border-box;
	position: absolute;
	left: -22px;
	bottom: -40px;
	opacity: 0;
	transition: all 500ms;
}
#info #overlay .text.right .circle {
	left: 100%;
	margin-left: -18px;
}
#info #overlay .text.over .circle {
	opacity: 1;
}


#info #overlay .asterix {
	position: absolute;
	bottom: -4%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 12px;
	line-height: 13px;
	font-weight: 300;
	color: #3d3d3d;
	box-sizing: border-box;
	padding: 0;
	transition: all 500ms;
	z-index: 980;
}

#info #punkty {
	position: relative;
	display: inline-block;
	width: 35%;
	height: auto;
	/*border: 1px solid #000;*/
	color: #3d3d3d;
}
#info #punkty .nazwa {
	width: auto;
	float: left;
	clear: left;
	font-size: 80px;
	line-height: 86px;
	padding: 10px 0 10px 50px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f9ba6b;
	font-weight: 700;
	background: rgba(61,61,61,0.00);
	transition: all 300ms;
	cursor: pointer;
}
#info #punkty .nazwa span {
	font-weight: 500;
	font-size: 74px;
}


#info #punkty .punkt {
	float: left;
	clear: left;
	font-size: 22px;
	font-weight: 500;
	width: auto;
	background: rgba(61,61,61,0.00);
	transition: all 300ms;
	padding: 3px 20px 2px 50px;
	cursor: pointer;
}
#info #punkty .punkt:hover {
	color: #ffffff;
	background: rgba(61,61,61,0.80);
}

#info #punkty .break {
	float: left;
	clear: left;
	height: 15px;
	width: 10px;
}

#info #punkty .podpunkt {
	float: left;
	clear: left;
	font-size: 16px;
	font-weight: 300;
	width: auto;
	padding: 2px 20px 2px 50px;
}

#modele #modele-ikony {
	position: absolute;
	bottom: -100px;
	left: 50px;
	z-index: 990;
	text-align: left;
	font-size: 0;
	transition: all 500ms;
	
}
#modele #modele-ikony .ikona {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #3d3d3d;
	cursor: pointer;
	opacity: 0.5;
	margin-right: 10px;
	width: 180px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 500ms;
}
#modele #modele-ikony.show {
	bottom: 0;
}
#modele #modele-ikony .ikona:hover {
	opacity: 1;
}
#modele #modele-ikony .ikona#ikona-impreza {
	background-image: url(../images/modele-impreza.png);
}
#modele #modele-ikony .ikona#ikona-xv {
	background-image: url(../images/modele-xv.png);
}
#modele #modele-ikony .ikona#ikona-outback {
	background-image: url(../images/modele-outback.png);
}
#modele #modele-ikony .ikona#ikona-forester {
	background-image: url(../images/modele-forester.png);
}
#modele #modele-ikony .ikona#ikona-solterra {
	background-image: url(../images/modele-solterra.png);
}
#modele #modele-ikony .ikona#ikona-crosstrek {
	background-image: url(../images/modele-crosstrek.png);
}
#modele #model {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 60%;
	height: auto;
	z-index: 950;
	overflow: visible;
	box-sizing: border-box;
	/*border: 1px solid #000;*/
}

#model #mobile-circle {
	display: none;
	opacity: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #fff; 
	border-radius: 15px;
	box-sizing: border-box;
	position: absolute;
	z-index: 998;
	left: 0;
	top: 50%;
	transition: all 500ms;
}
#model #mobile-circle.over {
	opacity: 1;
}
#loader {
	display: none;
	width:100px;
	height:100px;
	position:absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	z-index: 960;
	background-image:url(../images/loader.png);
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.5;
	animation: rotation 2s linear infinite;
}
@keyframes rotation {  
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}


#modele #model #images {
	width: 100%;
	opacity: 0;
	transition: all 500ms;
	height: auto;
	position: relative;
}
#modele #model #images.show {
	opacity: 1;
}

#modele #model #images img {
	width: 100%;
	height: auto;
	display: none;
}

.owl-carousel--full,
.owl-carousel--full .owl-stage-outer,
.owl-carousel--full .owl-wrapper,
.owl-carousel--full .owl-stage,
.owl-carousel--full .owl-item,
.owl-carousel--full .item {
	height: 100%;
}
.owl-carousel .owl-item {
	overflow: hidden;
}