/* CSS Document 

oro #BA8D1A
nero #000000
bianco #ffffff

*/
a:hover {
    text-decoration: none;
    color:#999999
}
.bianco {
    color:#ffffff;
}
.bgbianco {
    background-color:#ffffff;
}
.nero {
    color:#000000;
}
.bgnero {
    background-color:#000000;
}
.oro {
    color:#BA8D1A;
}
.bgoro {
    background-color:#BA8D1A;
}
.fadeobj {
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fadeobj:hover {
    opacity: 0.5;
}

html, body {
    padding: 0 ;
    margin: 0 ;
    font-family: 'Titillium Web', sans-serif;
    background-color: #000000;
}

header {
    width: 100%;
    min-height: 80px;
    padding: 0px 0px 20px;
}
.logo {
    height: 40px;
}
.social {
    font-size: 24px;
    margin-left: 10px;
}
.menu {
    text-align: right;
}
.menu a{
    line-height: 40px;
    padding: 0 15px;
}
.fondohome {
    background-color: #BA8D1A;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
.fondoblack {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
.sliderHome {
  width: 100%;
  height: 100%;
}
.welcome {
    position: absolute;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
}
.welcome p {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
footer {
    width: 100%;
    margin-top: 50px;
}
footer.home{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
footer p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 2px;
}
footer .link {
    margin-left:10px;
}
.linkmobile {
    font-size: 32px;

}
#menumobile .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:transparent;
    background-clip: padding-box;
    border: 0px solid 
    rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
#menumobile a {
    font-size: 32px;
    padding: 15px 15px;
}
.modal-backdrop.show {
    opacity: .8;
}

/* Interne */

.pagetitle {
    width: 100%;
    height: 200px;
    position: relative;
}
.pagetitle img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.fondobianco {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.cat {
    width: 100%;
}
.cat img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}
.fotoprod {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
    border-bottom: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
    
}
.fotoprod .zoomlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fotoprod:hover .zoomlayer {
    opacity: 0.8;
}
.zoomlayer i{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:40px
}
.type {
    font-size: 14px;
}
.coverimg {
    object-position: center center;
    object-fit: cover;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)  
{
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header {
    width: 100%;
    height: 80px;
    padding: 20px 0;
}
    footer p:nth-child(1) {
            text-align: left;
            margin-bottom: 5px;
    }
     footer p:nth-child(2) {
            text-align: right;
            margin-bottom: 5px;
    }
    .menu {
    text-align: center;
}
.imgabout {
    height: 400px;
}
.imgabout img{
    object-fit: cover;
    object-position: center center;
}
}

#myVideo {
    position: fixed;
    right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(50%, 50%);
  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.fotoprod {
		border: 5px solid #000;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}