html,a,p,li,span{
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Roboto', sans-serif;
}

h1,.h1,h2,.h2,h4,.h4,h5,.h5,h6,.h6{
  /*font-family: 'Cormorant Garamond', serif;*/
   font-family: 'Roboto', sans-serif;
  font-weight: 400;
}





nav{
  z-index: 9999;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.45);
}

nav li{
  margin: 0px 15px;
  white-space: nowrap;
}

nav li a{
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  transition: 0.3s all;
    white-space: nowrap;
}

nav li a:hover{
    color: #ffbc23!important;
}


.slider-box-container{
  position: absolute;
  height: 200px;
  width: 320px;
  background: white;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
  left: 200px;
  padding:15px;
}

@media (max-width: 600px){
  .slider-box-container{
    top: auto;
    left: 0px;
    background-color:rgba(255, 255, 255, 0.9);
  }
}
.slider-box-inner{
  border-radius:20px;
  border-left:2px solid #CBBD9A;
  border-right:2px solid #CBBD9A;
  height: 100%;
}

.btn-primary{
  background-color:#CBBD9A;
  color:white;
  border:0;
  border-radius:0;
  transition: all 0.5 linear;
}

.btn-primary:hover{
  background-color:#515157;
}

.btn-secondary{
  background-color:#CBBD9A;
  color:white;
  border:0;
  border-radius:0;
  transition: all 0.5 linear;
}

.btn-secondary:hover{
  background-color:#515157;
}

.btn-tertiary{
  background-color:transparent;
  color:#CBBD9A;
  border-color:#CBBD9A;
  border-radius:0;
  transition: all 0.5 linear;
}

.btn-tertiary:hover{
  background-color:#CBBD9A;
  color:white;
}

.bg-gray{
  background-color: #eeeeee;
}

.c-gold{
  color:#CBBD9A;
}

.c-gray{
  color:#717171;
}
.c-black{
  color:#000000;
}

.vhr{
  border-left:2px solid #CBBD9A;
  height:60px
}

.owl-item{
  background-color:white;
  box-shadow: 0px 0px 28px -3px #9E9E9E;
}

.owl-item.active{
  background-color:transparent!important;
  box-shadow: none!important;
}

.wrapper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

#about_splash{
  position:relative;
  margin-left:-15px!important;
  margin-right:-15px!important;
}

#about_splash:after {
  content: "About Us";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 24;
  color: white;
  text-align: center;
  letter-spacing: 1.2rem;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background-color: #ffffff87;
  display: flex;
  align-items: center;
  justify-content: center;
	font-size:20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
}

.team-img{
  border-radius: 100%;
  border: 2px solid white;
  box-shadow: 1px 1px 16px -3px gray;
}


#footer{
  background-color:#515157;
  color:white;
}

#footer > div > div > div > ul > li > a{
  color:white;
}

#footer > div > div > div > ul > li{
  font-size:11px!important;
}

#footer ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}

#footer ul li{
  margin-bottom: 3px;
}


@keyframes rotater {
0% { transform:rotate(0) scale(1) }
50% { transform:rotate(0deg) scale(1.2) ;filter: sepia(2);}
100% { transform:rotate(0deg) scale(1) }

}

.zoom:hover{
  animation-name:rotater;
	animation-duration:1000ms;
	animation-iteration-count:1;
	animation-timing-function: ease-in;
  /* opera */
	-o-transform:rotate(5deg) scale(1.2);
	-o-transition-duration:1000ms;
	-o-transition-timing-function: ease-in;

	/* ie */
	-ms-transform:rotate(5deg) scale(1.2);
	-ms-transform-duration:1000ms;
	-ms-transform-timing-function: ease-in;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
  width:40px;
  height:40px;
}




/* ---------------------- */

.btn-secondary2{
    background-color: #000;
    border-radius:15px;
    color:#ffffff !important;
    padding:5px 35px;
  }
  .btn-secondary2:hover {
    background-color: #fab417;
    color:#fff;
  }



/* ------------------------ */

  .hovereffect {
  width: 100%;
  /*height: 100%;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  /*display: block;*/
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  /*
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);*/
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect .scheda {
  text-align: center;
  position: relative;
  width:100%;
  padding: 10px;
  margin:5%;
  height:90%;
  background: rgba(255, 255, 255, 0.6);
  color:#000000!important;
}
.hovereffect h2{
  font-size: 17px;
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  color:#fff;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect .scheda {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;

}

.hovereffect:hover .scheda {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ------------------------ */

.partner_thumb:hover {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}

.partner_thumb {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

/* ------------------------- */
.carousel-indicators li.dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-indicators li.active{
  background-color: #fab417;
}
.carousel-indicators{
  bottom:-20px;
}


.scheda h2{
  font-weight:100;
}

.noOverflow{
  overflow:hidden;
}



.pageCover{
  height: 100vh;
}

.pageCover h1{
  text-shadow: 0px 2px 4px rgba(0,0,0,0.55);
  text-transform: uppercase; color: white;
  font-size: 6.5em;
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 2px;
  white-space: nowrap;

}

.pageCover h2{
  font-size: 35px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

.pageCover h3{
  font-size: 25px;
  margin-bottom: 30px!important;
  margin-top: 30px!important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}


.navbarSpacer{
  height: 95px;
}


h3.pageIntro{
  font-size: 5em;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}

.grecaptcha-badge { opacity:0;}


.btn-inquire-now{
  padding: 5px 22px;
}
