
.bodyback {
    background-color: #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.limited {
    max-width:100%;
    max-height:100%;
}
.maximum {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.square {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px; 
}
.square-product {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 300px;
}
.square-thumb {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
}
.featurette {
    border-bottom: 1px solid #dddddd;
}

.featurette > div {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.inside p {
    /*
    max-width: 700px;
    */
    line-height: 1.5em;
    padding: 5px;
}

.featurette i {
    display: block;
    color: #888;
    padding-bottom: 1em;
}
.submaintitle {
    display: block;
    color: #888;
    text-align: center;
    margin-bottom: 100px;
}
.blocksubtitle {
    display: block;
    color: #888;
    text-align: left;
    margin-bottom: 30px;
}
.inside {
    padding: 20px;
}
.topmenu {
    padding: 5px;
    font-size: 15pt;
}

.topmenu a {
    padding-left: 20px;
    text-decoration: none;
}

.topmenu a:hover {
    text-decoration: underline;
}

.bigtitle {
    font-family: Dosis;
    font-size: 80px;
    padding-left: 20px;
    white-space: nowrap;
    text-rendering: optimizelegibility;
}

.header {
    background-color: #fff;
    border-top-right-radius: 60px;
}

.prof {
    width: 200px;
    margin-top: 30px;
    margin-right: 20px;
}

.content {
    background-color: #fff;
}

.footer {
    border-bottom-left-radius: 60px;
    padding-bottom: 50px;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer ul li {
    line-height: 1.8em;
    list-style: none;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.menulink {
    display: block;
    border-bottom: 1px solid #fff;
}

.lastline {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.footer .menu {
    padding: 20px;
}

.text-maincolor {
    color: #0660d4;
}
.bg-maincolor {
    background-color: #0660d4;
}
.productname {
    font-weight: bold;
    color: #0660d4;
}

.caption-title {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding-left: 40px;
    text-shadow: 0px 0px 10px #000000;
}

.caption-subtitle {
    color: #fff;
    padding-left: 40px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 10px #000000;
}

/* prodotto */
.badge {
    font-size: 18pt;
    text-align: center;
}

.discount {
}

.today {
    font-size: 18pt;
    color: #ff0000;
    margin-left: 20px;
}

.price {
    color: #ff0000;
    font-size: 32pt;
}

.currentprice {
    text-align: center;
    font-size: 18pt;
}

.red_border {
    padding: 20px;
    border: 2px dashed #ff0000;
}

.product_border {
    padding: 20px;
    padding-top: 40px;
    border: 2px solid #ddd;
    text-align: center;
    position: relative;
}

.bigger_image {
    width: 60%;
    height: 250px;
}

.bord-1 {
    border: 1px solid #ddd;
}

.bg-1 {
    background-color: #f9f9f9;
}

.embeddedimg {
    display: block; 
    margin-top: 30px;
    margin-bottom: 30px;
}

.info_request {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.bottom_pad {
    margin-bottom: 30px;
}

div.badge-space {
    height: 200px;
}

div.badge {
    font-family: arial;
    width: 180px;
    height: 180px;
    background-image: url(../images/badge.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 25px;
    color: #ffffff;
    z-index: 10;
    /*
    position: absolute;
    top: 20px;
    left: 20px;
    float: right;
    */
    display: inline-block;
    padding-top: 40px;
    transform: rotate(-10deg); 
    filter: drop-shadow(5px 5px 10px #444);
}

.bigbutton {
    padding: 20px;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px #444);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 1.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}


.ftext-left {
    order: 2;
}

.fimg-left {
    order: 1;
}

.ftext-right {
    order: 1;
}

.fimg-right {
    order: 2;
}

@media screen and (min-width: 901px) {
    .bigtitle {
    font-size: 80px;
    }
}


@media screen and (min-width: 601px) and (max-width: 900px) {
    .bigtitle {
    font-size: 60px;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .bigtitle {
    font-size: 40px;
    }
    .ftext-left { order: 1; } 
    .fimg-left { order: 2; }
    .ftext-right { order: 1; }
    .fimg-right { order: 2; }
}


.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 2px solid #ff0000;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 2px solid #ff0000;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

.spaced {
    padding-top: 30px;
}

.address {
    font-weight: bold;
}

.address h5 {
    margin: 0;
    font-weight: bold;
}

.supsub {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

/* blog */

.post {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.post_read_more {
  font-weight: bold;
  color: #0660d4;
  padding-bottom: 20px;
}

.post_date {
  padding-top: 20px;
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
  
}

.post_intro {
  color: #999999;
  font-style: italic;
  padding-right: 50%;
  line-height: 1.5em;
  padding-top: 30px;
  padding-bottom:30px;
}

.post_content {
  line-height: 1.5em;
}

.blog_intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

.post_title{
  font-size: 1.5em;
  font-weight: bold;
  color: #0660d4;
  text-decoration: none;
}

/*
.post_title h1 {
  margin: 0px;
  line-height: 1;
  font-size: 1.5em;
  padding: 5px;
}
*/

.title_logo {
  width: 300px;
}

h1 {
  margin: 0px;
  line-height: 1;
  font-size: 36px !important;
  padding: 5px;
  color: #0660d4;
}

h2 {
  margin: 0px;
  line-height: 1;
  font-size: 32px !important;
  padding: 5px;
  color: #0660d4;
}
h3 {
  margin: 0px;
  line-height: 1;
  font-size: 20px !important;
  padding: 5px;
  color: #0660d4;
}
h4 {
  margin: 0px;
  line-height: 1;
  font-size: 16px !important;
  padding: 5px;
  color: #0660d4;
}

.post_content .featurette {
  padding-top: 30px;
  padding-bottom: 30px;
}
