/*
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  color: #373737;
  background: #ececec url(../img/bg.png) repeat-x;
}

img { border: none; }

p { line-height: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Open Sans", sans-serif; }

h1,
h2 { font-weight: 600; }

h1 a,
h2 a { font-weight: 600; }

h3,
h4,
h5,
h6 { font-weight: 400; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-family: "Open Sans"; }
*/
.main-header {
  text-align: center;
  height:auto;
  margin-top: 0px;
  float:left; 
  width:90%;
  padding: 5% 0 3% 0;
  
}




.mio{color:#767778; font-family: Arial, sans-serif;; font-size: 12px; font-weight:bold}
.mio:active{color:#767778; font-family:Arial, sans-serif;}
.mio:link{color:#767778; }
.mio:visited{color:#767778;}
.mio:hover{color:#fcc01e;}

.pola {
  position: relative;
  float: left;
  width:100%;
  max-width: 300px;
  height: 250px;
  background-color: #fff;
  margin: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
}

@media only screen and (max-width:1015px) and (min-width:761px)
{
  .pola {
  position: relative;
  float: left;
  width:100%;
  max-width:220px;}
    
}

@media only screen and (max-width: 760px) and (min-width:560px) {
    
  .pola {
  position: relative;
  float: left;
  width:100%;
  max-width:180px;}
  
}


@media only screen and (max-width: 560px) {
  .main-header {
  text-align: center;
  height:auto;
  margin-top: 0px;
  float:left; 
  width:100%;
  padding: 5% 0 3% 0;
  
}


    
}

.view {
  height: 182px;
  border: 10px solid #fff;
  border-bottom: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view img {
  width: 100%;
  display: block;
  position: relative;
  
}

.view h2 {
  text-transform: uppercase;
  color: #fc7d4b;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
 /* -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
}

.view:hover h2 {
 /* -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;*/
}

 p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position:absolute;
  color:black;
  top: 180px;
  z-index:999;
  padding: 10px 0px 30px 15px;
  text-align: left;
/*  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
}


.contenitore_link{  margin:2px 0px 0px 10px; width:30px; height:20px; border:red solid 1px}

.view:hover p {
 /* -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;*/
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 0px;
  background: #000;
  color: #509dc9;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
/*  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
}

.view:hover a.info {
 /* -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;*/
}

.view a.info:hover {
 /* -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;*/
}

.view img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.view .mask {
  width:100%;
  height: 350px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*filter: alpha(opacity=0);*/
  opacity: 0;
 /* -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;*/
}

.view:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /*filter: alpha(opacity=100);*/
  opacity: 1;
 /* -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);*/
}


