@charset "UTF-8";
@font-face {
    font-family: 'fa-brands-400';
    src: url('fonts/fa-brands-400.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleGaramond-BoldItalic';
    src: url('fonts/AppleGaramond-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}


html, body{
  height:100%;
  margin: 0;
  font-family:sans-serif;
}

div.logo
{
	position:relative;
	left:0px;
	top:0px;
}

div.front
{
	top:0px;
	margin-top:0px;
	border-radius:10px;
	background-color:#e5e4e3;
	padding:50px;
}

p.front
{
	font-family: 'AppleGaramond-BoldItalic';
	font-size:2vw;
	color:#56514b;
}

img.logo
{
	width:50vw;
	height:auto;
	margin:auto;
	
	
}

img.front
{
	position:relative;
	margin:0px;
	width:100vw;
	height:auto;
}

svg
{
	position:relative;
	margin:0px;
	top:0px;
}

img.taglia
{
	width:40vw;
	height:auto;
	object-fit:cover;
}


.container1 {
    position: relative;
    text-align: left;
    color: white;
}

.bottom-left {
    position: absolute;
	display:block;
	padding:30px;
	background-color:#686a6b;
	    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    bottom: 30%;
    left: 20px;
	font-size:3vw;
	border-radius: 10px;
	
}

#jssor_1
{
	position:relative;
	object-fit:cover;
	margin:0 auto;
	top:0px;
	left:0px;
	width:40vw;
	height:auto;
	overflow:hidden;
	visibility:hidden;
}

.fotos{
    position: relative;
	display:block;
	filter: alpha(opacity=50); /* For IE8 and earlier */
    top:0px;
    

}


.topnav {
  overflow: hidden;
  background-color: #0b2759;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #c4c5c6;
  text-decoration:none;
  color: white;
}

.topnav .icon {
  display: none;
}

div.logo
{
	position:relative;
	width:40%;
	left:30%;
	right:30%;
	top:0px;
}

div.search
{
	width:100%;
	background: linear-gradient(white, #0b2759);
}

div.aboutus
{
	width:80%;
	margin: auto;
	position: relative;
	text-align:center;
	padding:20px;
}

select.search
{
	width:400px;
	line-height:35px;
	height:50px;
	padding:5px;
	color:#686a6d;
	border: 1px solid #686a6d;
	border-radius:10px;
	margin:20px;
}

img.front
{
	max-height:11.11vw;
    min-height: 11.11vw;
    max-width:20vw;
    min-width: 20vw;
	object-fit:cover;
}


img.taglia
{
	object-fit:cover;
}

div.map
{
	width:100%;
	height:400px;
}

#map 
{
	position: relative;
    width: 100%;
    height: 100%;
}

#table 
{
	display: table;
	width:90%;
	margin:auto;
}

.row 
{
	display: table-row;
	background: linear-gradient(white, #0b2759);
}

.cell1 
{
	display: table-cell;
	min-width:33%;
	max-width:33%;
	min-height:18.33%;
	max-height:18.33%;
	padding:5px;
	
}


p.tube
{
	font-weight:bold;
	color:#4286f4;
	display:inline
}

p.available
{
	font-weight:bold;
	color:#41871f;
	display:inline
}

p.txt
{
	font-weight:bold;
	color:white;
	display:inline;
	text-transform:uppercase;
}

p.txt2
{
	font-weight:bold;
	color:white;
	display:inline;
	text-transform:lowercase;
}

p.notavailable
{
	font-weight:bold;
	color:#ff8f2d;
	display:inline
}

div.nextprev
{
	display:inline;
	text-align:center;
    margin: 10 auto;
	width:10%;
}

div.bigimg
{
	top:50px;
	position:relative;
	width:650px;
	height:400px;
	padding:0px;
}

img.bigimg
{
	margin:auto;
	height:100%;
	width:auto;
	max-height:400px;
	max-width:650px;
}

div.smallimg
{
	top:60px;
	position:relative;
	width:650px;
	height:100px;
	max-width:650px;
	max-height:100px;
	padding:0px;
	display:inline;
	overflow: hidden;
}

img.smallimg
{
	margin:auto;
	margin-right:5px;
	height:100px;
	width:auto;
}

#child .NextButton
{
    position: absolute;
    top: 50%;
    right: 2%;
}

#child .PreButton
{
    position: absolute;
    top: 50%;
    left: 2%;
}

input.contus
{
	width: 60%;
	border-color:#0b2759;
	border: 1px solid;
	border-radius:5px;
	line-height:30px;
	padding:3px;
	color:#0b2759;
	margin-bottom:5px;
}

textarea.contus
{
	width:60%;
	border-color:#0b2759;
	border: 1px solid;
	border-radius:5px;
	line-height:20px;
	padding:3px;
	color:#0b2759;
}

#Next
{
    opacity: 0.4;
    filter: alpha(opacity=20);
}

    #Next:hover
    {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

#Previous
{
    opacity: 0.4;
    filter: alpha(opacity=20);
}

    #Previous:hover
    {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
 
 
footer
{
	width:100%;
	position:fixed;
	text-align: center;
    bottom:0px;
	font-family:sans-serif;
	font-size:14px;
	color:darkgrey;
}

div.pagine
{
	width:96%;
	height:50px;
	margin:auto;
	margin-bottom:50px;
}

ul.pagination
{
font-family: Ubuntu-B;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
	text-align:center;
}
    
ul.pagination li.details{
   color:#202020;
   font-family: Ubuntu-B;
}
ul.pagination li a
{
    border:solid 1px;
    border-radius:3px;  
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
}
 
ul.pagination li
{
    padding-bottom:1px;
    margin: 2px;
    margin-top:40px;
    text-align: center;
    float: left;
}
 
ul.pagination li a:hover,
ul.pagination li a.current
{   
    color:#FFFFFF;
	font-family: Ubuntu-B;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
    text-shadow:0px 1px #3C3C3C;
    border-color:#202020;
    background:#525252;
    background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));        
}
ul.pagination li a
{
    color:#444444;
    border-color:#BEBEBE;
    background:#FAFAFA;
	display:inline-block;
}   

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  div.logo
{
	position:relative;
	margin:auto;
}
img.logo
{
	width:90vw;
	height:auto;
}



footer
{
	top:50px;
	position: relative;
	float:left;
}
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .bottom-left {
    position: absolute;
	display:block;
	padding:30px;
	background-color:#686a6b;
	    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    bottom: 5%;
    left: 20px;
	font-size:5vw;
	border-radius: 10px;
	
	
}

div.front
{
	top:30px;
	margin-top:0px;
	border-radius:10px;
	background-color:#e5e4e3;
	padding:0px;
}

p.front
{
	font-family: 'AppleGaramond-BoldItalic';
	font-size:5vw;
	color:#56514b;
	margin:50px;
}

img.taglia
{
	width:100vw;
	height:auto;
	object-fit:cover;
}

#jssor_1
{
	position:relative;
	object-fit:cover;
	margin:0 auto;
	top:0px;
	left:0px;
	width:100vw;
	height:60%;
	overflow:hidden;
	visibility:hidden;
}

.fotos{
    position: absolute;
	display:none;
	border-radius: 20px;
	filter: alpha(opacity=50); /* For IE8 and earlier */
    top:70%;
    right: 0px;

}

}

