﻿/*=============================================================================*/
/*===============================  index  =====================================*/
/*=============================================================================*/
::-webkit-scrollbar{
  width: 18px;
	text-align:left;
	background: #DDD;
	border-radius:10px;
}
::-webkit-scrollbar-track {
	border-radius:5px;
	margin:0px;
}
::-webkit-scrollbar-thumb {
  background-color: steelblue;
	border-radius:5px;
}
::-webkit-scrollbar-thumb:hover{
  background-color: darkkhaki;
}

body{padding:0px;margin:0px auto; 
	font-size:0.7em; 
	font-family:'Montserrat', sans-serif;
	letter-spacing:0px ; 
	height:100vh; 
	width:100vw;
	overflow:hidden;
	background-color:steelblue;
}
#main{
	margin:0 auto;
	width:93%;
	height:90%;
	/*background-color:#FFF;
	*/
	overflow:hidden;
}

/*--------------------------- intro ---------------------------*/
#imgWrapper{
	top:210px;
	height:70%;
}
#imgHeader{
	position:relative;
	top:45%;
	transform: translateY(-50%);
	height:640px;
}
#intro{
	background-image:url('../images/zpanorama05.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	background-color:cadetblue;
	width:100%;
	height:100%;
	top:205px;
	max-height:800px;
	position:absolute;
	z-index:50;
	text-align:center;
}
.choices{
	margin:10% auto;
	width:40%;
	height:100px;
	background-color:rgba(255,255,255,0.3);
	border:1px solid #ccc;
	border-radius:10px;
}
.choices:hover{
	background-color:rgba(0,0,0,0.4);
	border:0px solid #FFF;
	color:#FFF;
  cursor:pointer;
}
.choices p{
  margin:0 auto;
  float:left;
  width:100%;
  font-size:2em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);  
}

ul li, .marka{ padding:0px 2px; list-style:none; line-height:16px; color:black; }
ul li:hover, .marka:hover{ cursor:pointer; }
#partsMarkes , #partsCats , #partsItems, #itemOptions{
	//height:78%;
	height:92%;
	float:left;
	background-color:#FFF;
	width:20%;
	padding:0px 0px;
	margin:0px 5px;
	overflow-y:auto;
	border-radius:5px;
	box-shadow: 7px 10px 17px #333;
	border:3px solid #fff;
	border-top:10px solid #fff;	
	border-bottom:10px solid #fff;		
}
#partsMarkes ul li:focus{
	background-color:green;
}
#partsCats {
	width:31%;
}
#partsItems{
	width:44%;
	height: 77%;
	margin-bottom:5px;
	overflow: auto;
}
#partsItems ul{
	padding:0px;
	margin:0px 0px 0px 0px;
	width:100%;
}
#partsItems li{
	padding:1px 0px;
	margin:5px 0px;
	width:98%;
	border:1px solid #CCC;
}
#itemsOptions, #itemHeader{
	float:left;
	height:auto;
	min-height:35px;
  width:44.5%;
	line-height:1.5em;
	font-size:1.0em;
	box-shadow: 5px 5px 10px #333;
	border-radius: 5px;
	margin:0px 0px 0px 2px;	
	padding:3px 0px;
	border:3px solid #fff;
	background-color: #fff;
}
#itemsOptions input:[type='radio']{
	font-size:1.0em;
	margin:0px;
	padding:0px;
}
.optLabel{
	cursor:pointer;
	border-radius:3px;
	padding:2px 3px 2px 0px;
	margin:0px;
	vertical-align:text-bottom;
}
#itemsOptions .optLabel:hover{
	background-color:palegoldenrod;
}
.legend{
	width:50px;
	display:inline-block;
	padding:0px;
	margin:0px;
	text-align:right;
	font-weight:bold;
	color:blue;
	font-size:1.0em;
}
#partsCats ul{
	padding:0px;
	margin:35px 0px 0px 5px;
	width:98%;
}
#partsCats ul span{
	border-radius:15px;
	margin-left:5px;
	color:red;
	font-size:1.0em;
}
#partsCats li:hover{
	background-color:darkseagreen;
}
#partsMarkes ul{
	padding:0px;
	line-height:18px;	
	margin-left:5px;
	width:95%;
	color:#000;
}
#partsMarkes li ul{
	border-radius:2px;
}
#partsMarkes ul li:hover{
	color:#30C;
	background-color:darkseagreen;
}
#partsMarkes ul li ul > li:hover{
	background-color:#CCC;
}
.selected li{
	display:block;
	color:#00C;
	padding-left:2px;
}
.selModel{
	color:#FFF;
}
.selected span:hover{
	color:#000;
}
.hide{ display:none; }

#partsWrapper{
	width:100%;
	height:75%;
	margin:0px auto;
}
input[type="checkbox"]{
	width:20px;
	height:18px;
	margin:1px 0px;
	vertical-align:middle;
	cursor:pointer;
}
/*----------------------------  big photo  ------------------*/
#bigPhotoWrapper{
	position:fixed;
	top:0px;
	display:block;
	left:-100%;
	width:90vw;
	height:100vh;
	z-index:100;
	background:rgba(0,0,0,0.3);
	padding-left:10%;
	padding-top:5%;
}
#bigPhotoTitle{
	width:65vw;
	height:20px;
	font-size:1.6em;
	text-align:center;
	font-family:calibri;
	color:#000;
	background-color:#fff;
	margin-left:7%;
	border-radius:10px;
}
#bigPhoto{
	width:68%;
	transition:all ease-out;
	padding-left:5%;	
}
#watermark{
	background-image: url("../images/kontzinos800.png");
	background-repeat: no-repeat;	
	position: relative;
	top:110px;
	left:105px;
	width: 800px;
	height: 600px;
	opacity:0.6;	
}
#bigPhoto > img {
	width:90%;
	opacity:1.0;
	border-radius:5px;
	border:2px solid #FFF;
	max-width: 1024px;
	max-height: 768px;
	float:left;
	min-height:600px;
}
#bigPhotoClose{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	font-family:consolas;
	font-size:1.0em;
	text-align:center;
	top:10px;
	left:97%;
	color:#FFF;
	border-radius:5px;
	cursor:pointer;
}
#bigPhotoLeft, #bigPhotoRight{
	width:100px;
	height:50%;
	position:relative;
	border-radius:0px;
	cursor:pointer; 	
	float:left;
  top: 30%;
  transform: translateY(-50%); 
}
#bigPhotoRight{
	transform: translateY(-170%);
}
#bigPhotoLeft img:hover , #bigPhotoRight img:hover{
	background-color:rgba(55,255,51,0.5);
	opacity:1.0;
}
#bigPhotoLeft img, #bigPhotoRight img{
	position:relative;
	top:40%;
	width:100%;
	opacity:0.6;
	border:1px solid transparent;
	background-color:transparent;
	border-radius:50%;
	padding:10%;
}
#bigPhotoLeft img{
	margin-left:90%;
}
#bigPhotoRight img{
	margin-left:-110%;
}
#bigPhotoClose:hover{ background-color:#FFF;color:#000}


/*------------------------------  partscats  ---------------------------*/
.itemHide{display:none}
#catHeader, #itemHeader{
	display:block;
	position:fixed;
	width: 27.5%;
	margin:0px 0px 5px 0px;
	padding:2px 0px;
	color:blue;
	text-align:center;
	font-size:1.1em;
	height:30px;
	letter-spacing:0px;
	background-color:orange;
	border-radius:5px;
	font-weight:600;
}
a{
	text-decoration:none;
	color:inherit;
	display:block;
	width:100%;
}
/*-------------------------  partsitems  -------------------------------*/
#partsItems .tFoto{
	float:left;
	height:100%;
	width:35%;
	max-width: 190px;
	overflow:hidden;
}
#partsItems .itemAct{
	float:left;
	width:50%;
	height:27%;
	max-height: 25px;
	white-space:pre-wrap;
	margin-left: 15px;
	border:1px solid #CCC;
	padding:2px;
	border-radius:5px;
	text-align:center;
}
#partsItems .itemAct img{
	height:100%;
	min-height:24px;
	background-color:transparent;
	margin:0px 10%;
}
#partsItems .iRem{
	float:left;
	width:45%;
	height:78%;
	white-space:pre-wrap;
	margin-left: 7px;
	padding:2px;
	border-radius:5px;
}
#partsItems .iRem .legend, #partsItems .iRem .legend2 {
	width:65px;
	color:#000;
	font-weight: normal;
	display:inline-block;
	text-align:right;
	margin:2px 3px;
}
#partsItems .iRem .legend2{
	margin-left:25px;
}
#partsItems .iRem .value{
	width:30px;
	display:inline-block;
	text-align:left;
	margin:2px 3px;
} 
#partsItems .ritemdescr{
	display: block;
  text-align: left;
  margin: 2px 0px 2px 42%;
  width: 50%;
	color:green;
  font-weight: bold;	
}
.itemWrapper p{
	margin:0px 0px;
	padding:0px;
	line-height:1.0em;
	white-space: nowrap;	
	font-size:1.1em;
	color:blue;
}
.tFoto img{ 
	border-radius:5px;
	/*width:100%;*/
	margin:4px 4px;
	height:95%;
}
.tFoto2 img{	
	height:40px;
	width:60px;
	margin:0px 5px 1px 5px ;
	border-radius:0px;
}
.tFoto2{
	width:10%;
	float:left;
	margin:0px 0px 0px 0px;
	height:100%;
}
.tFoto2 img, #partsItems img:hover{cursor:pointer}
#partsItems .max, #partsItems .min{
	height:20%;  /*---- extra ----*/
	min-height:130px;
	overflow:hidden;
	width:98%;
	background-color:#FFF;
	cursor:auto;
	margin:1em 5px;
	border-radius:10px;
}
#partsItems .max:hover, #partsItems .min:hover{
	border:1px solid #000;
	box-shadow:0px 0px 10px #000;
	background-color:wheat;
}
.itemWrapper{ height:100%;padding:0px 0px 0px 0px }
#itemHeader {
	position:relative;
	width:45%;
	margin:5px 0px 5px 2px;
	border:0px;
}
#itemHeader span, #catHeader span{
	position: relative;
	top: 25%;
	transform: translateY(-50%);	
}

/*--------------------------  index  ------------------------------------*/
#topBanner{ width:99%; height:120px; padding-left:0px; overflow:hidden;background-color:steelblue;}
#leftTopBanner{
	display:none;
	height:116px;
	float:left;
	width:25%;
	text-align:center;
	background-color:#683;
	border-radius:10px;
}
#leftTopBanner img { width:101%; height:97%; border:4px solid #C00; cursor:pointer}
#rightTopBanner{
	margin:0px 0px;
	padding:0px;
	float:right;
	width:101%;
	height:93%;
	overflow:hidden;
}
#videoWrapper, #imgWrapper{
	display:none;
	position:absolute;
	top:230px;
	left:0px;
	width:100%;
	height:80%;
	z-index:100;
	text-align:center;	
	background: rgba(0, 10, 0, 0.6);	
}
#player{
	position:relative;
	top:47%;
	transform: translateY(-50%);
	width:65%;
	height:60%;	
}
#wait{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:100vw;
	height:100vh;
	background: rgba(0, 10, 0, 0.6);	
	text-align:center;
	padding-top:25%;
}
#wait img{
	width:100px;
	height:100px;
}
/*--------------------------  email  ------------------------------------*/
#emailItem{
	position:fixed;
	top:0px;
	left:-100%;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.2);
}
#emailItem #forma{
	background-image:url("../images/letter_border.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display:block;
	position:relative;
	margin:0px auto;
	width:45%;
	height:50%;
	min-height:380px;
	background-color:rgba(255,255,255,1.0);
	top: 50vh;
	transform: translateY(-50%); 
	padding:20px;
	font-size:1.5em;
	border-radius:3%;			
}
#emailItem label{
	width:25%;
	height:1.7em;
	display: inline-block;
	text-align:right;
}		
#emailItem input, #emailItem textarea{
	width:55%;
	height:1.7em;
	display: inline-block;
	margin-top:0%;
	padding:0px 5px;
	font-size:1.0em;
}
#emailItem textarea{
	height:20%;
}
#emailItem .button{
	text-align:center;
}
#emailItem button{
	margin-left:5%;
	width:25%;
	height:7%;
	font-size:1.0em;
}
#emailItem h1{
	text-align:center;
	color:#2396C3;
	font-family:calibri;
}
#emailItem h1 > img{
	vertical-align: middle;	
	height:60px;
}
#thanks{
	display:none;
	margin-top:15px;
	color:green;
	width:100%;
	text-align:center;
}
#forma > img{
	width:30px;
	position:relative;
	float:right;
	top:15px;
	right:3%;
	cursor:pointer;
}

/*---------------------------------  sign Up  ------------------------------------*/
#custProfile{
	position:fixed;
	top:0px;
	left:-100%;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.3);
}
#custProfile #frmCustProfile, #custProfile #thanks{
	display:block;
	position:relative;
	margin:0px auto;
	width:75%;
	height:82%;
	min-height:380px;
	background-color:rgba(255,255,255,1.0);
	top: 45vh;
	transform: translateY(-50%); 
	padding:20px;
	font-size:1.5em;
	border-radius:2%;		
}
#custProfile #thanks{
	display:none;
}
#custProfile label{
	width:180px;
	display: inline-block;
	text-align:right;
}		
#custProfile input, #custProfile textarea, #custProfile select{
	width:190px;
	height:1.3em;
	display: inline-block;
	margin:4px;
	padding:0px 3px;
	font-size:1.0em;
	border:1px solid #999;
	border-radius:3px;
	color:royalblue;
}
#custProfile textarea{
	height:20%;
}
#custProfile .button{
	text-align:center;
	margin-top: 0px;
}
#custProfile button{
	margin-left:5%;
	width:25%;
	height:7%;
	font-size:1.0em;
}
#custProfile h2{
	text-align:center;
	color:#2396C3;
	font-family:calibri;
	margin:0px;
	padding:0px;
}
#custProfile h2 > img{
	vertical-align: middle;	
	height:60px;
	margin-right:20px;
}
#thanks{
	display:none;
	margin-top:15px;
	color:green;
	width:100%;
	text-align:center;
}
#thanks #close{
	margin-top:30%;
	color:green;
}
#frmCustProfile > img{
	width:30px;
	position:relative;
	float:right;
	cursor:pointer;
}	
#custProfile select{
	height:1.7em;
	font-size:15px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
#custProfile select option{
	font-size:12px;
	padding:1px 0px 1px 5px;
	/*background:radial-gradient(ellipse at 50% -40px, white, #003853);*/
	/*box-shadow:32px -25px 50px -40px $black inset;	*/
}			
#custProfile .tel{
	width:105px;
}
#custProfile input[type="checkbox"]{
	background-color:red;
	width:15px;
	padding:0px;
	margin:0px 0px 0px 10px;
	font-size:12px;
}
#custProfile  a{
	border:0px;
	background-color:transparent;
	margin: 0px;
	width: 110px;
	padding: 0px;	
	text-decoration: underline;
	color: blue;
	font-size:16px;		
	display: inline;
}


/*==============================================================================*/
/*---------------------   m e d i a  q u e r i e s   ---------------------------*/
/*==============================================================================*/

/*------------------------------ 1279 -------------------------------*/
@media screen and (max-width: 1200px) {
	::-webkit-scrollbar { 
		display: none; 
	}
	#main{
		width:100%;
		height:100%;
		/*background-color:black;*/
	}
	#titlos{
		width:99vw;
		float:left;
		height:12px;
	}
	.header{
		height:55px;
	}
	#logo{
		overflow:hidden;
		height:50px;
	}
	#logo img{
		width:80%;
	}
	#logotext{
		font-size:1.3em;
		top:-5px;
	}
	#topBanner{display:none;}
	
	#partsWrapper{
		overflow:auto;
		height:85vh;
	}
	#partsMarkes , #partsCats , #partsItems, #itemsOptions{
		width:80vw;
		font-size:1.4em;
		margin:1.0em auto;
	}
	#partsWrapper li{
		line-height:1.3em;
	}	
	#partsModels{	
		font-size:0.9em;
		width:70%;
	}	
	#partsMarkes ul li ul li {
    line-height: 0.9em;
    font-size: 1.0em;
    margin: 6px 0px 6px 10px;
	}	
	#partsCats li:hover{
		background-color:yellow;
	}
	#partsMarkes ul li:hover{
		color:#30C;
		background-color:darkseagreen;
	}
	#partsMarkes ul li ul > li:hover{
		background-color:yellow;
	}	
	#catHeader{
		display:none;
	}
	#itemsOptions{
		width:96vw;
	}
	#itemsOptions .legend{
		font-size:0.8em;
		font-weight:normal;
	}
	#partsItems{
		height:auto;
		width:99vw;
    font-size: 0.9em;		
	}
	#partsItems li:hover{
		background-color:yellow;
	}
	#partsItems .iRem {
		width:210px;
	}
	
	/*---------- bigPhoto  ----------------*/
	#bigPhotoWrapper{
		width:99%;
		padding:0px;
	}
	#bigPhoto {
		width:90vw;
	}
	#bigPhoto > img {
		width:99%;
		height:90%;
	}
	#bigPhotoClose{
		left:90%;
	}
	#bigPhotoLeft, #bigPhotoRight {
		top:10%;
		opacity:1.0;
		height:0px;
	}
	#bigPhotoRight {
		margin-left:-30%;
	}
	#bigPhotoLeft img , #bigPhotoRight img {
		top:30%;
		padding:0px;
		margin:0px;
	}
}


/*========================================  800 =============================  */
@media screen and (max-width:1024) {
	::-webkit-scrollbar { 
		/*display: none; */
	}
	#bigPhoto > img {
		height:90%;
		max-width:400px;
	}	
	#bigPhotoRight {
		margin-left:-15%;
	}	
	#bigPhotoLeft, #bigPhotoRight {
		top:30%;
	}	
}


/*========================================  300 =============================  */
@media screen and (max-height: 300px) {
	#bigPhoto img {
		margin-top:1%;
		height:95vh;
		width:95vw;
	}
	#bigPhotoLeft, #bigPhotoRight {
		top:30%;
	}
	#loginSuccess{
    float: left;
    width: 100%;
	}
	
}













