@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

body
{
	margin:0;
	background-color: #ffffff; 
    background-position: center top;
    background-repeat: repeat-x;
	line-height:1.46;
   
}

h1, h2, h3{
  line-height: 1.2;
}

a
{
	text-decoration:none;
	color:#003366;
}
.clearfix,
.cleared
{
	clear:both;
}
ul
{
	list-style-position:inside;
}
.moduletable
{
	margin-bottom:20px;
}

h1,h2,h3 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.header_top
{
	
}

.header_top .nav
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.header_top .nav li
{
	display:inline;
}
.header_top .nav li a
{
	padding:0 5px;
	margin:0 5px;
}

.header
{
position: absolute;
left: 0;
right: 0;
z-index: 100;
top: 10px;
}

#logo h1
{
	margin:0;
}

#logo
{
bottom: 0px;
position: relative;
z-index: 50;
display: inline-block;
width: 32%;

}
#logo img
{
	padding:10px 0;
	height:80px;
	
}

.navigator {
    display: inline-block;
    vertical-align: top;
  	padding-top: 34px;
}

.navigator .menu
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	bottom:0px;
	top:0;
	right:0;
	z-index:110;
}
.navigator .menu li
{
	display:inline-block;
	position:relative;
 
}
.navigator .menu li a,
.navigator .menu li span
{
	padding:0 9px;
	line-height:60px;
	color:#fff;
	font-size: 17px;
	text-transform:uppercase;
	display:block;
	text-decoration:none; 
  font-family: 'Roboto Condensed', sans-serif !important;
}



.navigator .menu ul
{
	display:none;
    padding: 12px 0;
	left:0;
	width:220px;
	padding:0;
    position: absolute;
	background: #fff;
	text-align: left;
}
.navigator .menu li:hover ul
{
	display:block;
}
.navigator .menu ul li
{ 
    width: 100%;
	line-height:20x;
	float:none;
	display:block;
	

}

.navigator .menu ul li a
{
	line-height:26px;
	text-align:left;
	display:block;
	color: #000;
}
#slider
{
	min-height:100px;
	text-align:center;
  	position:relative;
  	z-index:1;
}

#slider:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: linear-gradient(to bottom, #12334b 0%, transparent 100%, #12334b 10%);
    z-index: 120;
}
#slider img
{
	width:100%;
	margin:auto;
	height:auto;
}
#slider .random-image
{ 
	margin:auto;
	width:100%;
}

#slider .banner
{
    min-height: 150px;
    overflow: hidden;
    position: relative;
}

.nivoSlider
{
	box-shadow:none;
}
.nivo-controlNavHolder
{
	position:absolute;
	bottom:25px;
	left:0;
	right:0;
}
.nivo-controlNavHolder a
{
	width:40px;
	height:8px;
	background-color:rgba(255,255,255,0.8);
	background-image:none;
	margin:0 3px;
}
.nivo-controlNavHolder a.active
{
	background-color:#2185c5;
}

.top
{
	padding:40px 20px;
  background-color: #1d5f8d;
      
}

.top .itm {

    position: relative;
    z-index: 50;
}
#sopra,
#sotto
{
	padding-top:40px;
	padding-bottom:40px;
}

#mezzo .custom
{
	padding:150px 0;
	position:relative;
	background-attachment:fixed;
}

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

.pagina .contenuto.span9
{
	float:right;
}
.pagina .laterale.span3
{
	margin-left:0;
}

.pagina .laterale
{

margin-top: 0;
}
.pagina .laterale .moduletable
{

}

.pagina .laterale ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.item-page .item-image
{
	float:right;
	width:40%;
	margin:0 0 10px 10px;
  display:none;
}
.item-page .item-image img
{
	width:100%;
} 

.item-page h2
{
    text-align: left;
    font-size: 22px;
    line-height: 26px;
}
.pagination .counter
{
	display:none;
}
.pagination ul
{
	padding:0;
	text-align:center;
}
.pagination ul li
{
	display:inline;
	padding:0 2px;
}

.laterale .moduletable
{
	margin:0;
}
.laterale .moduletable h3
{
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    background-color: #1d5f8d;
    padding: 8px 10px;
    margin-bottom: 0;
}
.laterale ul li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #12334b;
}

.laterale ul li:nth-child(2n+1) a {
    background-color:#f2f2f2;
}

.laterale .ch ul li a:hover:before,
.laterale .vr ul li a:hover:before,
.laterale .bl ul li a:hover:before
{
  text-decoration:none;
}

.laterale .ch ul li a:before
{
    content: "\f1e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    top: 0;
    left: 0;
    margin-right: 10px;
    transform: rotate(-180deg);
    line-height: 28px;
    transition: all 0.5s ease-in-out;
}

.laterale .vr ul li a:before
{
    content: "\f1fc";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    top: 0;
    left: 0;
    margin-right: 10px;
    transform: rotate(-180deg);
    line-height: 28px;
    transition: all 0.5s ease-in-out;
}

.laterale .dl ul li a:before
{
    content: "\f043";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    top: 0;
    left: 0;
    margin-right: 10px;
    transform: rotate(-180deg);
    line-height: 28px;
    transition: all 0.5s ease-in-out;
}

.laterale ul li a:hover
{
color: #1d5f8d;
text-decoration: underline;
}

.footer
{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#12334b;
	color:#efefef;
}
.footer .category-module 
{
	margin:0;
	padding:0;
	list-style:none;
}
.footer .category-module li
{
	display:inline-block;
	min-width:18%;
	padding-right:1%;
}
.footer .foots p
{
	display:block; 
	clear:both;
	margin:0px 0;
}
.footer .itm .social
{
	clear:both;
}

.footer .itm .social .menu
{
	padding:0;
	margin:0;
	list-style:none;
}

.footer .itm .social .menu li
{
	display:block;
	border-radius:100%; 
	float:left;
}
.footer .itm .social .menu li .image-title
{
	display:none;
}

.credit
{
	background-color: #fff; 
    color: #999;
	text-align:right;
	padding:15px 0 10px;
	font-size:11px;
}
.credit a
{
	color:#888;
}
.item-image img
{
	width:100%;
}
.blog-featured h2
{
	text-align:center;
}
.blog-featured .item p
{
	line-height:20px;
	height:60px;
	overflow:hidden;
}
.blog-featured .item  h2,
.blog .item h2
{
	margin-top:0; 
	margin-bottom:10px;
}  

.blog .items-leading .item-image
{
	width:40%;
	float:right;
	margin:0 0 10px; 
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
}
.blog .items-leading .item-image img
{
	width:100%;
}
.blog .items-leading .item-image
{
	width:40%;
	float:right;
	margin:0 0 10px; 
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
}
.blog .items-leading .item-image img
{
	width:100%;
}
.blog .cols-3 .item .item-image,
.blog .cols-4 .item .item-image
{
	width:100%;
	margin-bottom:0;
}
.blog .cols-3 .item h2,
.blog .cols-4 .item h2
{
	text-align:left;
}
.blog .item .introtext
{
	line-height:20px;
	margin:10px 0;
	text-align:left;
}
.blog .cols-3 .item .introtext,
.blog .cols-4 .item .introtext{
	text-align:center;
	height:80px;
	overflow:hidden;
}
.blog .cols-2 .item .introtext
{
	height:100px;
	overflow:hidden;
}
.blog .cols-1 .item .item-image
{
	width:15%;
}
.blog .cols-1 .item
{
	padding:20px 0;
	margin:0;
	border-bottom:1px dashed #ccc;
}
.blog .cols-1:nth-child(2n+1) .item .item-image
{
	float:right;
	margin:0 0 0 15px;
}
.blog .cols-2:nth-child(2n+1) .span6:nth-child(2) .item .item-image,
.blog .cols-2:nth-child(2n) .span6:nth-child(1) .item .item-image
{
	float:right;
	margin:0 0 0 15px;
}
.blog .item .introtext p
{
	margin:0;
} 

.blog .item p {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.blog .item p.readmore {
    overflow: unset;
    height: auto;
}
 
#cw-plg-contact-light-fm123 input
{
	background-color:#fff;
	height:26px;
	box-sizing:border-box;
	border:1px solid #ccc !important;
	box-shadow:none !important;
	width: 100% !important;
	font-family:'Open Sans';
	font-size:14px;
	box-sizing:border-box !important;
}
#cw-plg-contact-light-fm123 textarea
{
	background-color:#fff;
	font-size:14px; 
	font-family:'Open Sans';
	box-sizing:border-box;
	border:1px solid #ccc !important;
	width:100% !important;
	box-shadow:none !important;
}
.cw-plg-contact-light-buttons
{
	width:100% !important;
	text-align:center;
}
.btn-submit
{
	float:none !important;
}
#submit123
{
	background-color:#003366;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	border:none !important; 
}


.gallery .itm
{
	width:33.333333%;
	float:left;
	box-sizing:border-box;
	border:5px solid transparent;
	position:relative;
	overflow:hidden;
}
.gallery .itm:before
{
	padding-top:66%;
	display:block;
	content:" ";
}
.gallery .itm img
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
}
#cwcontact1 .input label,
#cwcontact1 .cal label
{
	display:none;
}
#cwcontact1 .span4:nth-child(3n+1)
{
	margin:0; 
}
#cwcontact1 .input textarea
{
	
}
#cwcontact1 .input input,
#cwcontact1 .input select,
#cwcontact1 .input-append input,
#cwcontact1 .input textarea
{
	border:1px solid #888888;
	box-shadow:none;
	background-color:#fff !important;
	padding:5px 10px !important;
	font-family: "Raleway",sans-serif !important;
	color:#0a0a0a;
    font-size: 16px;  
    line-height: 20px; 
	margin-bottom:15px;
	width:100% !important;
	box-sizing:border-box;
}
.cw-mod-contact-light-buttons .btn-submit
{
	float:none;
}
.cw-mod-contact-light-buttons .btn-submit #submitcwcontact1
{
	padding:10px 20px;
	background-color:#323232;
	color:#fff;
	border:none;
	width:200px;
	text-transform:uppercase;
	margin:auto;
}
.cw-mod-contact-light-buttons
{
	text-align:center;
	width:100% !important;
}


.gcore-form-row {
  width:100%;
  display:block;
}

.form-group .gcore-display-table,
.form-group .gcore-input-wide {
	display:block;
  width:100%;
}

.form-group .gcore-input-wide input,
.form-group .gcore-input-wide textarea {
	display:block;
	width:100% !important;
}

#form-row-invia {
  text-align:right;
margin-top:40px;
}
.form-group label,
.chrono_credits {
  display:none !important;
}

.categorie .image img {
  width:100%;
}


#mezzo .itm,
.categorie .itm {
    box-sizing: border-box;
    position: relative;
    border: 5px solid #1d5f8d;
    margin-bottom: 20px;
}
#mezzo .itm h2,
.categorie .itm h2 {
  margin:0;
  text-align:center;
}
#mezzo .itm h2 a,
.categorie .itm h2 a {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #fff;
    text-transform: uppercase;
    bottom: 0;
    font-size: 23px;
}

.categorie .itm .item-image {
  overflow:hidden;
}
#mezzo .itm .item-image a,
.categorie .itm .image a {
  position:relative;
  display:block;
}
#mezzo .itm .item-image a:before,
.categorie .itm .image a:before {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:"";
  background-color: rgba(18,51,75,0.5);
  transition:all 0.5s ease-in-out;
  opacity:1;
}
#mezzo .itm:hover .item-image a:before,
.categorie .itm:hover .image a:before {
  opacity:0;
}

.categorie .itm .image img {
  transition:all 0.5s ease-in-out;
}

.top .icon {
  display: inline-block;
  width: 24.6666%;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  position:relative;
}

.top .icon:before {
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 0;
    content: "";
    border-left: 1px solid #1d5f8d;
    height: 100px;
    box-shadow: 1px 1px 3px #12334b;
}

.top .icon img {
  width:100%;
}

.top .icon:first-child:before {
  border-left:none;
}

.top .icon .image {
  width: 30%;
  margin:auto;
}

.top .icon .text h3 {
  text-transform:uppercase;
  font-size:18px;
}
#richiedi h3,
#mezzo h3,
#sopra h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #1d5f8d;
  	line-height: 1.2;
}

.news .itm {
  display:inline-block;
  width:31%;
  margin-left:2%;
  vertical-align:top;
}

.news .itm:first-child,
.news .itm:nth-child(3n+1) {
  margin-left:0;
}
#mezzo {
    padding: 40px 0;
}

#sotto {
    background:url('../images/product.jpg');
    background-repeat:no-repeat;
	padding: 100px 0;
  	background-position:center center;
    background-size:cover;
  	position:relative;
}

#sotto h3 {
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
}

#sotto .moduletable {
      width: 42%;
      margin: auto 0 0 auto;
}

#sotto ul {

    padding: 0;

}
#sotto ul li {
	list-style-type:none;
    position:relative;
    padding-left:20px;
}

#sotto ul li:before {
    content: "\f1e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    transform: rotate(-180deg);
    line-height: 28px;
  	transition:all 0.5s ease-in-out;
}

#sotto ul li:hover:before {
  transform: rotate(0deg);
}

#sotto ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

#richiedi {
    padding: 40px 0;
  background-color:#ebebeb;
}

#richiedi strong {
  text-transform:uppercase;
  font-size:22px;
  color:#1d5f8d;
  line-height:28px;
}

#richiedi p {
margin-top: 0;
line-height: 26px;
font-size: 16px;
}

#fin-invia input {
    background-image: none;
    color: #fff;
    background-color: #1d5f8d;
    text-shadow: none;
    text-transform:uppercase;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 18px;
}

#fin-invia input:hover {
  background-color:#12334b;
}

.header_top {
    position: absolute;
  left:0;
  right:0;
  top:10px;
    z-index: 160;
    color: #fff;
  line-height:30px;
    font-size: 22px;

}
.header_top .custom
{
  margin:0 20px;
  float:right; 
}
.header_top p
{
  margin:0;
}
.header_top .mod-languages
{
  float:right;
}
.header_top .mod-languages img
{
  height:20px;
}

.header_top .custom i {
  margin-right:10px;
}

.footer ul {
  padding:0;
}
.footer ul li {
  list-style-type:none;

}

.footer ul li h4 {
    margin:0;
}
.footer ul li a {
  color:#fff;
  line-height:22px;
  text-transform:uppercase;
}

.footer h3 {

    text-transform: uppercase;
    font-size: 20px;
}

.footer img {
  height:100px;
}

.top .text {
    padding: 0 10px;
}

.blog .item {
position: relative;
margin-bottom: 20px;
border: 4px solid #ebebeb;
}

.blog h2 {
    text-align: center;
    margin:0;
}

.blog h2 .subheading-category {
    margin-top: 0;
    position: absolute;
    z-index: 50;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 1px 1px 10px #000;
    left: 0;
    right: 0;
    top: calc(100vw / -13);
    line-height: 1.2;
}

.blog .page-header h2 {
  margin:0;
  text-align:left;

}

.blog .page-header h2 a {
display: block;
padding: 10px 10px;
background-color: #1d5f8d;
position: relative;
color: #fff;
text-transform: uppercase;
  font-size: 17px;
}

.blog .item p.readmore a {

    padding: 5px 10px;
    background-color: #1d5f8d;
    color: #fff;
}

.page-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    color: #1d5f8d;
}

.laterale .image img {
  width:100%;
}

#cws .input input,
#cws .input select,
#cws .input-append input,
#cws .input textarea
{
    border: 1px solid #ccc;
    box-shadow: none;
    background-color: #fff !important;
    padding: 5px 10px !important;
    font-family: "Open Sans",sans-serif !important;
    color: #0a0a0a;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 4px;
}

#cws .input textarea
{
	height:83px;
}
#cws .span4
{

  
}

#cw-mod-contact-light-clean label {
  display:none;
}

#cw_mod_contact_cal_fromcwcontact1_img
{
	height: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.input-append
{
	text-align:right;
}
.cw-mod-contact-light-buttons .btn-submit
{
	float:none;
}
.cw-mod-contact-light-buttons .btn-submit .btn
{
	padding:10px 20px;
	background-color:#323232;
	color:#fff;
	border:none;
	width:200px;
	line-height:28px;
	font-size:24px;
	cursor:pointer;
	text-transform:uppercase; 
}
.cw-mod-contact-light-buttons
{
	text-align:center;
	width:100% !important;
}

.cw-mod-contact-light-clean-buttons .btn-submit .btn {
    padding: 10px 20px;
    background-color: #1d5f8d;
    color: #fff;
    border: none;
    width: auto;
    line-height: 26px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.cw-mod-contact-light-clean-buttons {
width: 75%;
text-align: right;
display: inline-block;
vertical-align: top;
}

.cwc-msg {
  display:none;
}

#cw-mod-contact-light-clean .recaptcha {
    margin-top: 0;
    display: inline-block;
    width: 160px;
    overflow: hidden;
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cw-mod-contact-light-clean-buttons .btn-submit {
  margin-top:0;
}

#cws .span6 {
  width:100%;
  margin-left:0;
}

#system-message-container {
  display:none;
}
#testo
{
	position:fixed;
	right:-60px;
	transform: rotate(90deg);
	bottom:130px;
	z-index:270;
}
#testo a
{
	color: #fff;

margin: 0;

box-sizing: border-box;

padding: 11px 20px;

background-color: #71df56;

width: 180px;

text-transform: uppercase;

text-align: center;

display: block;
}
#immagine
{
	position:fixed;
	width:360px;
	right:60px;
	bottom:70px;
	height:320px;
	overflow:auto;
	background-color:#6c9f60;
	padding:25px;
	box-sizing:border-box;
	display:none;
	z-index:270;
}

#myjob  {
  width: 100%;
  background-image: url("https://brennachim.com/images/brenna-background-new.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: fixed;

  }

.myform-left {
    width: 49%;
  float: left;
    display: inline-block;
    margin-right: 1%;
  background-color: transparent;
  margin-bottom: 1%;
}

.myform-right {
    width: 49%;
  float: left;
    display: inline-block;
    margin-left: 1%;
  background-color: transparent;
    margin-bottom: 1%;
}

.myform, .myform-message {
    margin-bottom: 1%;
}

a.chronoforms6_credits {
    display: none;
}

button#button6 {
    background-color: #1d5f90;
    text-transform: uppercase;
    padding: 1.5% 0;
}
.ui.radio, .ui.checkbox {
    padding: 0;
    width: 100%;
}

.myform-left label, .myform-right label, .myform-message label {
    display: none;
}

.ui.form input:not([type]), .ui.form input[type=date], 
.ui.form input[type=datetime-local], 
.ui.form input[type=email], .ui.form input[type=file], 
.ui.form input[type=number], .ui.form input[type=password], 
.ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], 
.ui.form input[type=time], .ui.form input[type=url], .ui.form textarea {
       border-bottom: 1.5px solid #1d5f90;
}










.landing .navigator {
    display: none;
}

.landing .logo1 {
    display: none;
}


.landing .header {
    position: relative;
    top: auto;
}


.landing .mod-languages {
    display: none;
}

.landing .header_top {
    color: #1d5f8d;
    line-height: 30px;
    font-size: 26px;
  top: 35px;
}


.landing #slider::before {
    background-image: none;
    /*background-color: rgba(0,0,0,0.1);*/
}




.form-slide {
    position: absolute;
    right: 0;
    bottom: -100px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 300;
    width: 360px;
    box-shadow: 0px 11px 40px 0px rgba(79,118,157,.1);
}


.form-slide .tit {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  color: #1d5f8d;
  font-family: "Roboto Condensed", sans-serif;
}


.form-slide .ui.form .fields .field {

    margin-bottom: 15px;
    width: 100%;
}

.form-slide  #area_fields_11 {
    display: block;
}


.form-slide .myform-left, .form-slide .myform-right {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}




.text-slide {
    position: absolute;
    left: 0;
    bottom: 80px;
    max-width: 50%;
    text-align: left;
    color: #fff;
    z-index: 300;
}
.text-slide .tit {
  color: #1d5f8d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.text-slide p {
  font-size: 16px;
  line-height: 1.46;
  color: #1d5f8d;
}






.prodotti {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.prodotti .item {
  flex-basis: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}
.prodotti .tit {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  color: #1d5f8d;
  margin: 20px 0;
  font-weight: 600;
}
.prodotti .item img {
  height: 200px;
}
.prodotti .price {
  text-transform: uppercase;
  font-size: 14px;
  color: ;
  color: ;
}
.prodotti .price span {
  font-size: 20px;
  color: #d65566;
}


.btn {
    background-color: #1d5f90;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    width:auto;
    display: block;
    margin: 10px;
}

.double-button {
    text-align: center;
    margin-top: 20px;
    display: flex;
  align-items: center;
    justify-content: center;
}



.TitMod {
  color: rgb(29, 95, 141);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.prodotti.col4 .item {
  flex-basis: 25%;
}
.prodotti.col4 .item img {
  height: 150px;
}



#mezzo2 {
  padding: 40px 20px;
  background-color: #1d5f8d;
}
#mezzo2 p {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}


#sotto2 {
    padding: 40px 0;
}

.landing .ui.form textarea {
    max-height: 80px !important;
}


#sotto3 {
    background-color: #f5f5f5;
    padding: 40px 0;
}




.prodotti.san {
  text-align: left;
  display: block;
}
.prodotti.san .item {
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.prodotti.san .image {
  float: left;
  margin: 0 50px 40px 0px;
}
.prodotti.san .tit {
  text-align: left;
  font-size: 24px;
}

.prodotti.san .item:nth-child(2n) .image {
    float: right;
    margin: 0px 0 40px 50px;
}




.prodotti.spray {
  text-align: center;
  margin: auto;
  padding: 40px 0;
}
.prodotti.spray .item {
  flex-basis: 33.33333%;
  padding: 20px;
}
.prodotti.spray .btn {
  margin: auto;
}



.text-slide {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}



.prodotti .price .old_price {
    text-decoration: line-through;
    font-size: 15px;
    color: #000;
    margin-right: 4px;
}


.prodotti.spray .item img {
    height: 270px;
}


.offerta {
  display: block;
  width: 640px;
  text-align: center;
  border: 3px dashed #1d5f8d;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  margin-top: 40px;
}
.offerta .Tit {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #1d5f8d;
  line-height: 1.2;
  font-weight: 600;
}
.sconto {
  font-size: 20px;
  color: #fff;
  background-color: #d65566;
  display: inline-block;
  padding: 23px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -50px;
  left: 0;
  margin: auto;
}
.offerta .price {
  font-size: 30px;
  color: #d65566;
}
.offerta .old_price {
  text-decoration: line-through;
  font-size: 17px;
  color: #000;
  margin-right: 4px;
}