/**
 * Copyright (c) 2016, 2024, L'Isola del Tesoro
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *     * Redistributions of source code must retain the above copyright
 *       notice, this list of conditions and the following disclaimer.
 *     * Redistributions in binary form must reproduce the above copyright
 *       notice, this list of conditions and the following disclaimer in the
 *       documentation and/or other materials provided with the distribution.
 *     * Neither L'Isola del Tesoro nor the names of its affiliates 
 *       may be used to endorse or promote products derived from this software 
 *       without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * style.css
 * 
 * Style sheet.
 *
 * @author Daniele Bonini <my25mb@aol.com>
 * @copyrights (c) 2016, 2024, L'Isola del Tesoro
 * @license https://opensource.org/licenses/BSD-3-Clause 
 */

@import url('https://fonts.googleapis.com/css?family=Special+Elite|Josefin+Sans|ZCOOL+KuaiLe');

body {
  font-family: 'Special Elite';
  padding-top:102px;
}
a:active {
  color: goldenrod;
}
a:focus {
  color: goldenrod;
}

.aaa {
  text-decoration: underline;
  color: white;
}
#address-cont {
  width: 500px;
  font-weight: 900;
  clear: both;
  margin: auto;
  padding-left:5%;
}
#bannerDemoRequest {
  position: fixed; 
  top: 2000px; 
  width: 100%; 
  border: 4px solid #98D15C;
  padding: 10px; 
  background: #c8e5bc;
  color: #333333; 
  font-family: Sans;
  font-size: 22px; 
  font-weight: 400; 
  text-align: center; 
  z-index: 19999;
}
#cbLang1 {
  float: right;
  position:relative;
  left: -40px;
  width: 50px;
  margin-right: 7%;
  font-weight: 900;
}
#content {
  text-align: center; 
  font-weight: 900; 
  color: black; 
  background: white;
}
#footer {
  background: #181818;
  color: white;
  text-align: center;
  padding: 15px;
  clear: both;
  font-weight: 900;
  font-size: 12px;
  padding-right: 20px;
}
#header-c {
  position: relative;
  top: -20px;
  background: url(/img/giornali1.png);
  background-size: cover;
  background-position: center; 
  height: 440px;
  border-bottom: 40px solid #181818;
}
#header-call {
  position: fixed;
  top:0px;
  background: #181818;
  width: 100%;
  height: 24px;
  clear: both;
  display: none;
  cursor: pointer;
}
#header-ess {
  position: fixed;
  top: -40px;
  left:-2%;
  width: 105%;
  padding: 10px;
  background: #f4f4f4;
  transform: rotate(-3deg);
  z-index:11;
}
#header-ess-c {
  position: relative;
  top: -15px;
  padding-left: 38%;
  font-weight: 900;
  white-space: nowrap;
}
.img {
  border: 4px solid #923038;
}
.img-cont {
  float: left; 
  padding: 12px;
  padding-right: 0px;
  width: 32%;
}
.img-big {
  border: 4px solid gray;
}
.img-big-cont {
  float: left; 
  padding: 12px;
  width: 97.3%;
}
#imgset {
  width: 80%;
  max-width: 700px;
  margin: auto;
  background: white;
}
#linkset {
  width: 80%;
  max-width: 620px;
  margin: auto;
  background: white;
}
.link-cat {
  width:490px;
  text-align:left;
  clear: both;
  margin: auto;
}
#lista-servizi {
  width: 70%;
  max-width: 615px;
  clear: both;
  margin: auto;
  background-color: white;
}
#logo {
  position: fixed;
  top: +20px;
  width: 300px;
  transform: rotate(-3deg);
  z-index: 12;
}
#logo-mobile {
  font-weight: 900;
  font-size: 15px;
  display: none;
}
#map {
  border: 4px solid gray;
}
#map-cont {
  float: left; 
  padding: 12px;
  padding-top: 30px;
  padding-right: 0px;
  width: 95%;
  max-width: 650px;
  text-align: left;
}
#map-cont-parent {
  width: 80%;
  max-width: 700px;
  clear: both;
  margin: auto;
  background-color: white;
}
marquee {
  font-family: 'Special Elite';
}
#menu {
  position: fixed;
  top: 120px;
  left: -6px;
  width: 105%;
  height: 55px;
  padding: 15px;
  background-color: #181818;
  transform: rotate(-3deg);
  z-index:11;
}
.menu-ve {
  padding: 3px;
  padding-bottom: 0px;
  color: white;
  font-size: 18px;
  font-weight: 900;
}
.menu-ve:active {
  color: goldenrod;
}
.menu-ve:focus {
  color: goldenrod;
}
#page-title {
  font-family: 'Special Elite';
  font-size: 38px;
  font-weight: 900;
  color: black;
}
#page-title-b {
  position: absolute;
  top: 250px;
  width: 300px;
  height: 80px;
 /* background: #3a3a3c;*/
  background: white;
  opacity: 0.7;
  text-align: center;
  border: 1px solid #3a3a3c;
  padding: 20px;
  z-index:9;
}
#page-title-cont {
  position: absolute;
  top: 265px;
  width: 300px;
  text-align: center;
  z-index:10;
}
#perno-cont {
  width: 60%;
  max-width: 700px;
  clear: both;
  margin: auto;
  background-color: white;
}
#perno {
  float: left; 
  padding: 12px;
  padding-top: 30px;
  padding-right: 0px;
  width: 95%;
  max-width: 650px;
  text-align: left;
}
.perno-title {
  font-family: 'Annie Use Your Telescope';
  font-size: 30px;
  font-weight: 900;
  text-decoration: underline;
  color: #923038;
}
.pic {
  border: 4px solid #923038; 
  width:100%;
}
#productset {
  width: 80%;
  max-width: 620px;
  margin: auto;
  background: white;
  display: table;
  text-align: center;
}
.product-cat {
  float: left;
  width: 190px;
  height: 180px;
  text-align:left;
  margin-right: 15px;
}
#serviceset {
  width: 80%;
  max-width: 620px;
  margin: auto;
  background: white;
  display: table;
}
.service-cat {
  width: 190px;
  height: 180px;
  text-align:left;
  clear: both;
  margin: auto;
}
