﻿/* font */
body,
.tooltip  .popover .font-default  {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  background-color: #fff;
}

a,  a:active, a:visited {
    color:#cd9a6d;
}


/* secondo colore */
a:hover,.link:hover, .link.hover,
.rd-navbar-sidebar .rd-navbar-nav li.active > a, .rd-navbar-sidebar .rd-navbar-nav li.focus > a, .rd-navbar-sidebar .rd-navbar-nav li > a:hover {
    color: #333333;
}

/* HEADER */
.rd-navbar-sidebar .rd-navbar-inner {
  padding-top: 34px;
  padding-bottom: 0;
}
.rd-navbar-sidebar .rd-navbar-aside {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* MENU */
.custom-nav-wrap {
    position:relative;
    z-index: 55;
    border-bottom: 1px solid black;
}

.custom-navbar-nav {
    border-top: 1px solid rgba(198, 198, 198, 0.54);
    text-align: center;
    margin-top: 0;
}
.custom-navbar-nav li {
  display: inline-block;
  padding: 20px 32px;
}
.custom-navbar-nav li.active a {
  font-weight: bold;
}

@media screen and (max-width:992px) {
    .custom-navbar-nav {
        transition: .33s all ease-out;
        position: fixed;
        left:-599px;
        top: 0;
        bottom: 0;
        background-color: white;
        min-width: 240px;
        padding-top: 65px;
        text-align: left;
        z-index: 22;
        border-right: 1px solid #000;
    }
    .custom-navbar-nav li {
        display: block;
        padding: 10px 15px;
    }
    .custom-navbar-nav li.active, .custom-navbar-nav li.active a {
        background-color:#cd9a6d;
        color:#fff;
    }
}
.custom-nav-wrap.activated .custom-navbar-nav  {
    transition: .33s all ease-out;
    left:0;
}
/* END */


.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-inner {
    text-align: center;
}
.brand {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 110px;
    position:relative;
    z-index: 53;
}
@media screen and (min-width:640px) {
    .brand {
        width: 160px;
        margin-top: 20px;
    }
}
@media screen and (min-width:992px) {
    .brand {
        display: inline-block;
        width: auto;
        margin-top: 20px;
    }
}


.navbar-aside {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:992px) {
 .navbar-aside .container {
    width: auto;
    }
}
@media screen and (min-width:1056px) {
    .navbar-aside {
      top: -118px;
    }
}
@media screen and (min-width:992px) {
    .navbar-aside {
      top: -118px;
    }
    .navbar-aside {
      top: -65px;
      right: 0;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
   
}

.navbar-aside a {
    line-height: 18px;
    color:#000;
    font-size: 14px;
    display: block;
}
.navbar-aside-content {
  padding: 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width:992px) {
    .navbar-aside-contact-info-variant-2 {
        margin-top: 0px;
    }

    .navbar-aside-contact-info-variant-1 {
        margin-top: -10px;
    }
}
.navbar-panel {
    text-align: center;
}
.aside-content span.text {
    display: none;
}
@media screen and (min-width:992px) {
    .aside-content span.text {
        display: inline-block;
    }
}




.navbar-toggle {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 4px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: none;
  display: block;
  z-index:999;
}
@media screen and (min-width:992px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.navbar-toggle span:after, .navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.navbar-toggle span:after {
  top: 8px;
}

.navbar-toggle span:after, .navbar-toggle span:before, .navbar-toggle span {
  width: 26px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
}

.navbar-toggle span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-toggle span:before, .navbar-toggle span:after {
  -webkit-transform-origin: 1.85714px center;
  -moz-transform-origin: 1.85714px center;
  -ms-transform-origin: 1.85714px center;
  transform-origin: 1.85714px center;
  -webkit-transform-origin: 1.85714px center;
  -moz-transform-origin: 1.85714px center;
  -ms-transform-origin: 1.85714px center;
  transform-origin: 1.85714px center;
}

.navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.navbar-toggle.active span:before, .navbar-toggle.active span:after {
  top: 0;
  width: 16.25px;
}

.navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.navbar-toggle:focus {
  outline: none;
}
















.link {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: #cd9a6d;
    transition: .22s all ease-out;
}


.thumbnail .caption-link {
    background: #cd9a6d;
}
.thumbnail .caption-link:hover {
    background: #333;
}

.page .text-gray-light {
    color: #808080;
}

/* LANGUAGES menu */
.flags {
    padding:  0 ;
    font-size:12px;
    color:#172230;
}

.flags a {
    display: inline-block;
    width: 19px;
    height:12px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin:0 15px ;
    }
    .flags a i {
        font-size: 18px;
    }
    .flags a.flag_it-IT {
        background-image: url(../Images/it.png);
    }
    .flags a.flag_en-US {
        background-image: url(../Images/en.png);
    }
    .flags a.on, .flags a:hover  {
        background-position: 50% 0;
    }
/*@media screen and (min-width:992px) {
    .flags {
        bottom: -20px;
        right: 0;
        left:0;
    }
}*/

.section-custom1 {
  padding-top: 250px;
  padding-bottom: 250px;
  border:1px solid red;
}

@media (min-width: 480px) {
  .section-xs-custom1 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

@media (min-width: 768px) {
  .section-sm-custom1 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

@media (min-width: 992px) {
  .section-md-custom1 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

@media (min-width: 1200px) {
  .section-lg-custom1 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

@media (min-width: 1800px) {
    .section-xl-custom1 {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}


.image-wrap-variant-2 .image-wrap-body {
  right: 0;
  left: 0;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.custom-row {
    margin:0;
}
.custom-row div[class^="col-"] {
    padding: 0;
    margin:0;
}

.gallery-img {
    display:block;
    width:100%;
    min-height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1220px) {
    .gallery-img {
        min-height: 600px;
    }
}
@media (min-width: 992px) {
    .gallery-img {
        min-height: 460px;
    }
}
@media (min-width: 768px) {
    .gallery-img {
        min-height: 400px;
    }
}


.ui-to-top {
    font-size: 24px;
    line-height: 46px;
    color: #FFF !important;
    text-align: center;
}


.box-bordered.no-height {
    min-height: 150px !important;
    height: auto;
 }

.news a h3 {
    color:#000;
}
.newsdetail h2 {
    text-align: left;
}



/* -------------------------------------------- google MAP --- */
/* ----------------------------------------------------------- */
#mappa {
    width: 100%;
    height: 400px;
    z-index: 1;
    position:relative;
}
@media (min-width: 768px) {
    #mappa {
        height: 560px;
    }
}
#map_canvas {
    width: 100%;
    height: 100%;
    z-index: 2;
}
#markercontent {
    width: 250px;
    height: 95px;
    margin: 5px 0 0 5px;
}
#mappa .container {
    position: relative;
    z-index: 4;    
}


.rd-mailform input[type="checkbox"] {
  display: block;
  width: 20px;
  height:20px;
  font-size: 16px;
  padding: 20px 28px;
  line-height: 26px;
  color: #000;
  background: none;
  outline: 0;
  border: 2px solid #000;
  border-radius: 0;
  display: inline-block;
}
.rd-mailform span {
    position:relative;
    display: inline-block;
    line-height: 26px;
}




.products table {
    font-size:11px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .products table {
        font-size:15px;
        font-weight: 400;
    }
}


.privacy h2 {
    display: inline-block;
    text-align: left;
    font-size:20px;
}
.privacy h4 {
    display: inline-block;
    text-align: left;
    font-size:16px;
}