@charset "UTF-8";
@import url(animate.css);
/*==================   Accordion    ======================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Cardo:300,400,700|Open+Sans:300);
.accordion {
  border: 1px solid #d8d8d8;
}

.img-chisiamo {
    float: left;
    margin-right: 30px;
    width: auto !important;
}	

#tabella-prezzi td{
	padding: 6px;
	border: 1px solid #685d65;
	}

.prezzi-cont{
	min-height: 100px !important;
	margin-bottom: 50px;
	}
	
	
@media (max-width: 767px) {
  .accordion {
    padding: 10px 10px 0px 10px;
  }
}



.accordion_cnt {
  position: relative;
  top: -105px;
  padding: 0 60px 10px 239px;
}
@media (max-width: 767px) {
  .accordion_cnt {
    padding: 10px 0px 10px 10px;
    top: 0;
  }
}
.accordion_cnt h6 {
  color: #ef321f;
}
.accordion_cnt ul {
  margin-top: 7px;
  margin-bottom: 35px;
}
@media (max-width: 979px) {
  .accordion_cnt ul {
    width: 90%;
  }
}
.accordion_cnt ul:last-child {
  margin-bottom: 0;
}
.accordion_cnt ul li {
  margin-top: 0;
  line-height: 31px;
  font-size: 16px;
}
.accordion_cnt ul li:before {
  top: 4px;
}

.ui-accordion-header {
  outline: none;
  padding: 9px 29px 41px 10px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ui-accordion-header {
    padding: 0;
    margin-bottom: 10px;
  }
}
.ui-accordion-header .box {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .ui-accordion-header .box {
    display: none;
  }
}
.ui-accordion-header .box .box_aside {
  margin-right: 30px;
  margin-top: 2px;
}
.ui-accordion-header .box .box_cnt {
  font: 20px/20px "Cardo", serif;
  color: #464646;
  text-transform: uppercase;
  margin-top: 0;
}
.ui-accordion-header .box .box_cnt span {
  color: #818181;
  text-transform: none;
  display: block;
  font: 16px/22px "Open Sans", sans-serif;
  margin-top: 33px;
}
.ui-accordion-header-active .accordionBottom:after {
  content: "\f137";
}
.ui-accordion-header-active .accordionBottom strong {
  display: none;
}
.ui-accordion-header-active .accordionBottom span {
  display: block;
}

@media (max-width: 767px) {
  .accordion_header .accordionBottom:after {
    top: 46px;
  }
}

.accordionBottom {
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  border-radius: 2px;
  font: 15px/20px "Cardo", serif;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  cursor: pointer;
  background: #ef321f;
  padding: 15px 33px 15px 57px;
  right: 29px;
  top: 39px;
}
.accordionBottom strong {
  font-weight: 300;
}
.accordionBottom:hover {
  background: #222222;
}
@media (max-width: 767px) {
  .accordionBottom {
    position: relative;
    right: 0;
    top: 0;
  }
}
.accordionBottom:after {
  position: absolute;
  left: 30px;
  top: 16px;
  content: "\f13a";
  color: #fff;
  font: 400 15px/20px "FontAwesome";
}
.accordionBottom strong:nth-child(1) {
  display: block;
}
.accordionBottom span {
  display: none;
}
.accordionBottom p {
  display: none;
  font-size: 25px;
}
@media (max-width: 767px) {
  .accordionBottom p {
    display: block;
  }
}
@media (max-width: 479px) {
  .accordionBottom p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sf-menu > li > a {font-size: 15px; }
  .sf-menu > li {font-size: 15px; }
  .sf-menu > ul {font-size: 15px; }
  .sf-menu > ul > a {font-size: 15px; }
   sf-menu {font-size: 15px; }
  }
 
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #4d4d4d;
  color: #818181;
  font: 16px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
	  img {
	  max-width: 100%;
	  height: auto;
	}
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Cardo", serif;
}

h1 {
  font-size: 100px;
  line-height: 100px;
}

h2 {
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

h3 {
  font-size: 45px;
  line-height: 60px;
}

h4 {
  font-size: 36px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  color: #464646;
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}

p {
  line-height: 30px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: #FFFFFF;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
  color: #ef321f;
}
a:active, a:hover {
  color: #ef321f;
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.coltext1 {
  color: #222222;
}

hr {
  border-bottom: 1px solid #fff;
  border-top: medium none;
  margin-bottom: 41px;
  margin-top: 80px;
}

.offsBotNone {
  margin-bottom: 0;
}

.textOffs {
  margin-top: 87px;
  line-height: 26px;
  margin-bottom: 54px;
}

/*=======================================================
                       Main Layout
=========================================================*/
.grid_12 h4 {
  margin-bottom: 30px;
}

h4 + .offs1 {
  /*margin-top: 114px;*/
}
@media (max-width: 479px) {
  h4 + .offs1 {
    margin-top: 0;
  }
}

h4 + .offs2 {
  margin-top: 81px;
}
@media (max-width: 479px) {
  h4 + .offs2 {
    margin-top: 0;
  }
}

.offs3 + h5 {
  margin-top: 24px;
}

p + .offs4 {
  margin-top: 30px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Row top   ======================*/
.top-row {
  padding: 10px 0 15px 0;
  text-align: center;
}
.top-row .center {
  margin: 0 auto;
  float: none;
}
@media (max-width: 767px) {
  .top-row {
    padding: 12px 0 12px 0;
  }
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  margin-left: -4px;
}
@media (max-width: 979px) {
  .brand {
    margin-left: 0px;
  }
}
.brand_name {
  overflow: hidden;
  font-size: 36px;
  line-height: 36px;
}
.brand_name a {
  color: #292929;
}
.brand_name:before {
  /*background: url("../images/brand.png") no-repeat scroll 0 0;*/
  content: "";
  width: 70px;
  height: 70px;
  left: 50%;
  position: absolute;
  margin-left: -35px;
  top: 69px;
}
.brand_slogan {
  font-size: 18px;
  line-height: 18px;
  color: #9c9c9c;
  margin: 11px 0 0 3px;
  font-family: "Cardo", serif;
}

.img-wrap {
  /*margin-top: 17.4%;*/
  margin-top: 0;
}
@media (max-width: 979px) {
  .img-wrap {
    margin-top: 0%;
  }
}
@media (max-width: 767px) {
  .img-wrap {
    margin-bottom: 10.4%;
  }
}
.img-wrap p {
  font: 300 22px/26px "Open Sans",sans-serif;
  color: #707070;
  margin-bottom: 3px;
}
@media (max-width: 479px) {
  .img-wrap p {
    font-size: 26px;
    line-height: 31px;
  }
}
.img-wrap h2 {
  color: #292929;
  margin-bottom: 34px;
  font-size: 36px
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #25589A;
}

.bg1 {
  background: #e8e8e8;
}

.bg2 {
  background: #1c1c1c;
}

.bg3 {
  background: #ededed;
}

.bg4 {
  background: #f3f3f3;
}

/*==================     Icons     ======================*/
.fa {
  width: 146px;
  height: 146px;
  text-align: center;
  line-height: 146px;
  font-size: 48px;
  border-radius: 50%;
  background: #c8c8c8;
  color: #fff;
  margin-bottom: 54px;
}


.fa:hover, .fa:active {
  color: #fff;
  background: #ef321f;
}

.fa1 {
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  background: #424242;
  color: #fff;
  margin-bottom: 54px;
  display: block;
}
.fa1:hover, .fa1:active {
  background: #ef321f;
}

.fa2 {
  font-size: 35px;
  line-height: 150px;
}

/*==================    Buttons    ======================*/
.btn {
  padding: 18px 30px 16px 29px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  margin-top: 36px;
  font-family: "Cardo", serif;
}
.btn:hover, .btn:active {
  color: #ef321f;
  background: #fff;
  border: 1px solid #ef321f;
}

.btn2 {
  color: #FFFFFF;
  background-color: #ED0001;
  border: 1px solid #cacaca;
}

.btn3 {
  color: #424242;
  border: 1px solid #dadada;
  padding: 15px 22px 11px 22px;
  font-size: 15px;
  border-radius: 2px;
  margin-top: 35px;
}

.btn4 {
  color: #fff;
  background: #FF718C;
  font-size: 15px;
  font-family: "Cardo", serif;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn4:hover, .btn4:active {
  color: #ef321f;
  background: #fff;
}

.btn5 {
  color: #292929;
  border: 1px solid #cacaca;
  float: left;
  font-size: 15px;
  margin-top: 32px;
  padding: 13px 18px 13px 17px;
}

/*==================      Box      ======================*/
.box {
  margin-top: 30px;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-left: 19px;
  margin-right: 21px;
}
.box_cnt {
  overflow: hidden;
  margin-top: 40px;
}
.box_cnt h5 a {
  color: #1c1c1c;
}
.box_cnt h5 a:hover {
  color: #ef321f;
}
.box_cnt__no-flow {
  overflow: hidden;
}

.box1 {
  position: relative;
}
.box1 .box_cnt {
  background: rgba(21, 19, 16, 0.58);
  color: #fff;
  position: absolute;
  text-align: center;
  width: 127px;
  height: 127px;
  left: 30px;
  bottom: 30px;
  border-radius: 50%;
  font: 50px/30px "Cardo", serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box1 .box_cnt:hover {
  background: #ef321f;
}
.box1 .box_cnt time {
  margin-top: 40px;
}
.box1 .box_cnt span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

/******************** Form  ******************/

.input-text{
	border: 1px solid #1975c0;
	height: 27px;
	line-height: 27px;	
	width: 100%;
	float: none;	
	}
	
.textarea_big{
	width: 98%;
	height: 220px;
	border: 1px solid #1975c0;		
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 12px;
	}		
	
.input-text60{
	border: 1px solid #1975c0;
	height: 27px;
	line-height: 27px;	
	width: 60%;
	float: none;	
	}	
	
.input-text60:lang(en){
	width: 56%;
}

.input-text60:lang(ru){
	width: 48%;
}

.input-text60:lang(de){
	width: 48%;
}

.input-text30px{
	border: 1px solid #1975c0;
	height: 27px;
	line-height: 27px;	
	width: 30px;
	float: none;	
	}	
	
.input-select{
	border: 1px solid #1975c0;
	width: 100%;
	padding: 5px;
	float: none;	
	}
	
.input-select60{
	border: 1px solid #1975c0;	
	width: 60%;
	float: none;	
	padding: 5px;
	}
	
.textarea{
	width: 60%;
	height: 217px; /* 210*/
	border: 1px solid #1975c0;	
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 12px;
	}		

.pform{
	width: 83px;
	float: left;
	margin-right: 15px;
	}

#pform-right{
	margin-right: 0;
	}	


.form-err{
	clear:both;
	float:none;
	height:18px;
	line-height: 18px;
	font-size: 10px;
	color:#F00;
	text-align:left;

}

.form-field img{
	width:12px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	}	
	
.hfield, .form-text-highlight{
	display:none;
	}	
	

/*==================      Block      ======================*/
.block1, .block2 {
  text-align: center;
  color: #fff;
}

.block1 time, .block1 p {
  text-align: left;
}
.block1 p {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 37px;
}
@media (max-width: 479px) {
  .block1 p {
    text-align: center;
    padding: 0;
  }
}
.block1 time {
  width: 126px;
  height: 126px;
  text-align: center;
  line-height: 108px;
  font-size: 50px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  font-family: "Cardo", serif;
  float: left;
  position: relative;
}
@media (max-width: 479px) {
  .block1 time {
    margin: 0 auto;
    float: none;
  }
}
.block1 time span {
  position: absolute;
  top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  left: 38px;
}
.block1 a {
  font-size: 18px;
  font-family: "Cardo", serif;
  text-transform: uppercase;
}
.block1 a:hover {
  color: #000000;
}

.block2 h5 {
  color: #fff;
  margin: 89px 0px 28px 0px;
}
.block2 p {
  line-height: 26px;
}

/*==================      Blockquote      ======================*/
blockquote {
  position: relative;
  background: #fff;
  border-top: 3px solid #ef321f;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 104px 60px 58px 60px;
  text-align: center;
}
@media (max-width: 979px) {
  blockquote {
    padding: 104px 10px 82px 10px;
  }
}
blockquote:nth-child(2) {
  background: #000;
}
blockquote:after, blockquote:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
blockquote:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -13px;
}
blockquote:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #d8d8d8;
  border-width: 15px;
  margin-left: -14px;
}
blockquote q {
  line-height: 24px;
  position: relative;
}
blockquote q:before {
  background: url("../images/blockquote1.png") no-repeat;
  left: 50%;
  position: absolute;
  top: -62px;
  content: " ";
  height: 100%;
  margin-left: -12px;
  width: 100%;
}

.blockquoteOffse {
  padding: 104px 60px 82px 60px;
}
@media (max-width: 979px) {
  .blockquoteOffse {
    padding: 104px 10px 82px 10px;
  }
}

/*==================      Follow icons      ======================*/
.follow_icon {
  margin: 23px 0px 0px 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .follow_icon {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
}
.follow_icon li {
  float: left;
  margin-left: 5px;
}
.follow_icon li:first-child {
  margin-left: 0px;
}
.follow_icon li a {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .follow_icon li a {
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
}
@media (max-width: 979px) {
  .follow_icon li a {
    height: 37px;
    line-height: 37px;
    width: 37px;
  }
}
.follow_icon li a:hover, .follow_icon li a:active {
  color: #fff;
  background: #ef321f;
}

.container .follow_icon1 {
  margin: 22px 0 0 32px;
}
@media (max-width: 979px) {
  .container .follow_icon1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .container .follow_icon1 {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
}
.container .follow_icon1 li {
  margin-left: 9px;
}
.container .follow_icon1 li:first-child {
  margin-left: 0px;
}
.container .follow_icon1 a {
  height: 44px;
  line-height: 44px;
  width: 44px;
  color: #ef321f;
  background: #fff;
}
@media (max-width: 1199px) {
  .container .follow_icon1 a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.container .follow_icon1 a:hover, .container .follow_icon1 a:active {
  color: #fff;
  background: #ef321f;
}

/*==================     List    ======================*/
.list1 {
  overflow: hidden;
}
.list1 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list1 li a {
  width: 60px;
  height: 60px;
  background: #c8c8c8;
  color: #222222;
  display: block;
  text-transform: uppercase;
  font-family: "Cardo", serif;
  font-size: 30px;
  line-height: 60px;
  border-radius: 10px;
}
.list1 li a:hover, .list1 li a:active {
  color: #fff;
  background: #ef321f;
}

.marked-list {
  margin-top: 31px;
}
.marked-list li {
  position: relative;
  padding-left: 17px;
  margin-top: 13px;
}
.marked-list li:first-child {
  margin-top: 0px;
}
.marked-list li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 21px 'FontAwesome';
  line-height: inherit;
}
.marked-list li a {
  color: #818181;
}
.marked-list li a:hover, .marked-list li a:active {
  color: #ef321f;
}

.icon1 {
  background: #424242;
  position: relative;
  width: 100%;
  height: 100%;
}
.icon1:before {
  width: 59px;
  height: 59px;
  content: "";
  line-height: 59px;
  border-radius: 50%;
  margin-bottom: 54px;
  background: url("../images/page-3_img05.png") no-repeat;
  display: block;
  position: relative;
}
.icon1:before:hover, .icon1:before:active {
  background: #ef321f;
}

/*==================     Index list    ======================*/
.index-list {
  margin-top: 54px;
  counter-reset: li;
  position: relative;
}
.index-list li + li:after {
  border-bottom: 1px solid #5b5b5b;
  content: "";
  width: 170px;
  position: absolute;
  top: 81px;
  margin-left: -23.8%;
}
@media (max-width: 1199px) {
  .index-list li + li:after {
    width: 118px;
    margin-left: -22.8%;
  }
}
@media (max-width: 979px) {
  .index-list li + li:after {
    margin-left: -20.8%;
    width: 63px;
  }
}
@media (max-width: 767px) {
  .index-list li + li:after {
    border: none;
  }
}
.index-list li:before {
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  display: block;
  font-weight: 700;
  height: 170px;
  width: 170px;
  font: 300 100px/170px "Cardo", serif;
  margin: 0 auto;
}
.index-list li h5 {
  margin: 54px 0 26px;
}
.index-list li p {
  line-height: 30px;
  padding: 0 5px;
}
.index-list li a:hover {
  color: #ef321f;
}

/*==================     Term-list     ======================*/
.term-list {
  margin-top: 87px;
}
.term-list dt {
  color: #292929;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 23px;
  text-transform: uppercase;
  font-family: "Cardo", serif;
}
.term-list dd {
  line-height: 30px;
  margin-bottom: 34px;
}
.term-list dd:last-child {
  margin: 0;
}
.term-list a {
  color: #ef321f;
}
.term-list a:hover {
  color: #292929;
}

/*========================   Menu   ==========================*/
.stuck_container {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  padding: 25px 0 20px 0;
  
}
@media (max-width: 767px) {
  .stuck_container {
    padding: 0;
  }
}

.nav {
  margin: 0 auto;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 55px;
}

@media (max-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 35px;
  }
}

@media (max-width: 1000px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
	
  .sf-menu > li > a {
    font-size: 12px !important;
  }
}
.sf-menu a {
  display: block;
  font-family: "Cardo", serif;
}

.sf-menu > li > a {
  color: #303030;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ef321f;
}
.sf-menu > li.active > a {
  color: #ef321f;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 58px;
  width: 209px;
  background: #ED0001;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  left: -32px;
}
.sf-menu ul:before {
  border-bottom: 5px solid #FF718C;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
  content: "";
  top: -5px;
  position: absolute;
  left: 47%;
}

.sf-menu ul {
  padding: 23px 20px 15px 20px;
}
.sf-menu ul > li {
  border-bottom: 1px dashed #f3685a;
}
.sf-menu ul > li:last-child {
  border: none;
}
.sf-menu ul > li > a {
  color: #FFF;
  text-transform: uppercase;
  padding: 13px 0 10px 0;
  font-size: 14px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #2D4C6B;
}

.sf-menu ul ul {
  border-radius: 2px;
  position: absolute;
  top: 87px;
  width: 204px;
  margin-top: 0;
  z-index: 4;
  left: 209px;
  background: #F9B6C2;
  padding: 16px 25px 14px 24px;
  text-align: left;
}
.sf-menu ul ul:before {
  border: none;
}

.sf-menu ul ul > li {
  border-bottom: 1px dashed #bcbcbc;
}
.sf-menu ul ul > li > a {
  color: #3f3f3f;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ef321f;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
  display: none;
}



@media (max-width: 768px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu a {
  display: block;
  font-family: "Cardo", serif;
}

.sf-menu > li > a {
  color: #303030;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}


@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

@media (max-width: 1196px) {
  .sf-menu {
  font: 200 10px/10px "FontAwesome";
  padding: 2px;
  }
 
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  color: #464646;
}
.rd-mobilemenu_ul a.active {
  background: #ef321f;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ef321f;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 360px) and (max-width: 450px){
	.rd-mobilepanel_title {
	  font-size: 16px;
	}
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

em{
  color: #3E3E3E;
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 12px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 999;
  border-bottom: 1px solid #9c9c9c;
  padding: 25px 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #ED0001;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ef321f;
  background: #fff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  text-align: center;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  margin-top: 60px;
  padding-bottom: 90px;
}

.well1 {
  padding: 117px 0 177px 0;
}

.well2 {
  padding: 92px 0 107px 0;
}

.well3 {
  padding: 80px 0 105px 0;
}

.well4 {
  padding: 113px 0 93px 0;
}

.well5 {
  padding: 284px 0 74px 0;
}

.well6 {
  padding: 113px 0 37px 0;
}

.well7 {
  padding: 113px 0 114px 0;
}

.well8 {
  padding: 113px 0 117px 0;
}

.well9 {
  padding: 5px 0 106px 0;
}

.well10 {
  padding: 92px 0 109px 0;
}

.well11 {
  padding: 113px 0 67px 0;
}

.well12 {
  padding: 60px 0 112px 0;
}

.well13 {
  padding: 113px 0 121px 0;
}

/*==================      Offs     ======================*/
.offs1 {
  margin-bottom: 47px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
.map1 {
  /*padding-bottom: 0px;*/
}

footer {
  background: #4d4d4d;
  padding: 21px 0 0px 0;
}
footer address, footer p {
  font-family: "Cardo", serif;
  color: #fff;
}
footer p {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 979px) {
  footer p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer p {
    float: none;
    text-align: center;
  }
}
footer address {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 62px;
  line-height: 36px;
  position: relative;
}
@media (max-width: 767px) {
  footer address {
    padding-left: 0;
    text-align: center;
  }
}
footer address:before {
  background: url("../images/page-1_img04.png") no-repeat;
  left: 0;
  position: absolute;
  top: 0;
  content: " ";
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  footer address:before {
    left: 50%;
    top: -40px;
    margin-left: -14px;
  }
}

.well4 h4.coltext1{
  margin-bottom: 30px;
}



/*---- FASACIA INFO TESTATA */
header img{
	width: 100%;
}

.fascia-header{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding: 10px 0px 10px 0px; 
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #F2F2F2;
}

.fascia-header a{
	color: #000000;
}

.text-left-pc{
	display: inline-flex;
	padding-left: 10px;
	text-align: left;
	left: 0px;
	width: 50%;
}

.text-right-pc{
	display: inline-grid;
	padding-right: 10px;
	text-align: right;
	right: 0px;
	width: 45%;
}

.tel .fa, .mail .fa, .prenota-visita .fa {
	color: #000000;
	width: auto !important;
	height: auto !important;
	font-size: 12px;
	line-height: 16px !important;
	margin-bottom: 0px !important; 
	background-color: transparent!important;
}

.mail{
	padding-left: 20px;
}

@media (max-width: 767px){
	.mail{
		display: none;
	}
}

@media (max-width: 461px){
	.text-left-pc, .text-right-pc{
		display: inline-grid;
		text-align: center;
		padding: 2px 0px 2px 0px;
		width: 100%;
	}
}


/*------- NEW FOOTER -----*/
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
	color: #FFFFFF;
}

.list-inline > li a{
	color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

.list-inline > li a:hover{
	color: #EF321F;
}

.center{
	text-align: center !important;
}

.logo-footer{
	width: 100% !important;
}

.logo-footer img{
	height: 60px !important;
}

.align-right-pc{
	text-align: right;
}

.align-left-pc{
	text-align: left;
}

.ptop30-pc{
	padding-top: 30px;
}

.footer-down{
	background-color: #111111;
}

.footer-down{
	padding: 8px 5px 4px 5px;
	border-top: 1px solid #DDDDDD;
}

.copy-right {
	display: inline-flex;
	color: #FFFFFF;
	width: 50%;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.copy-right a{
	color: #FFFFFF;
}

.copy-right a:hover{
	color: #4d4d4d;
}

.social-icons{
	display: inline-table;
	width: 50%;
	right: 0;
	text-align: right;
}

.social-icons .fa {
	color: #FFFFFF;
	width: auto !important;
	height: auto !important;
	font-size: 12px;
	line-height: 16px !important;
	margin-bottom: 0px !important; 
	background-color: transparent!important;
}

@media (max-width: 767px){
	.align-right-pc{
		text-align: center;
	}

	.align-left-pc{
		text-align: center;
	}
	
	.ptop30-pc{
		padding-top: 0px;
	}
	
	.footer-down{
		margin-top: 15px;
	}
	
	footer{
		padding-bottom: 50px;
	}
}

.myHomeH1{
	font-size: 38px;
	line-height: 42px;
	border-bottom: 1px solid #000000;
}

.myHomeH2{
	font-size: 26px !important;
	line-height: 28px;
	padding-top: 6px;
}

@media (max-width: 767px){
	.myPHome{
		font-size: 18px !important;
	}
}

.margin-0left{
	margin-left: 0px !important;
}


/*------ PULSANTI MOBILE CHIAMA, WHATSAPP -----*/

.information-section-below{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #e8e8e8;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #000000;
	/*font: 14px/20px "Playfair Display", Arial, Helvetica, sans-serif;*/
	font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px solid rgba(120,120,120,.7);
    /*box-shadow: 0 -2px 12px rgba(0,0,0,.45)*/
}

.information-section-below .fa{
	font: normal normal normal 22px/20px FontAwesome;
	color: #000000;
	margin-top: 6px;
	background-color: transparent;
	width: auto;
	height: auto;
    margin-bottom: 2px;
}

.box-information{
	width: 50%;
	float: left;
	text-align: center;
	/*border-left: 1px solid rgba(114,103,69,0.7);
	border-right: 1px solid rgba(114,103,69,0.7);*/
	outline: 1px solid rgba(120,120,120,0.7);
    outline-offset: -1px;
}

.box-information-r{
	width: 50% !important; 
}

.emoticon-box-information{
	width: 100%;
	text-align: center;
}

.text-box-information{
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
	font-weight: 600;
}

.text-box-information a{
	color: #000000;
}

@media only screen and (min-width: 769px){
	.information-section-below{
		visibility: hidden;
	}
}


/*-------- FINE PULSANTI MOBILE CHIAMA, WHATSAPP -----*/



.box-error{
	color: #FF0000;
	font-size: 12px;
}

.mbottom10{
	margin-bottom: 10px !important;
}

.mbottom20{
	margin-bottom: 20px !important;
}

.mbottom30{
	margin-bottom: 30px !important;
}

.pbottom20{
	padding-bottom: 20px;
} 

.line-bottom{
	border-bottom: 1px solid rgba(0, 0, 0, 0.59);
}

.text-2, .text-1 {
	padding-left: 15px;
}

.text-2{
	font-weight: bold;
}

/*---- BREADCRUMBS ----*/
.breadcrumbs-box{
	float: right;
	right: 20px;
	/*margin-bottom: 25px !important;*/
}

.breadcrumbs-box a{
	color: #ef321f;
}

.breadcrumbs-box-sx{
	padding-top: 20px;
	margin-bottom: 10px;
}

.ptop20{
	padding-top: 20px;
}

@media only screen and (max-width: 766px) {
  .breadcrumbs-box{
  	float: none;
	margin-bottom: 25px !important;
	}
	
	.underhead-image{
		display: none;
	}
}

/*------------------------------------------------------------------*/
/* Sidebar Menu (Cart Menu)*/
/*------------------------------------------------------------------*/

.sidebar-menu {
    background: #fff;
    width: 380px;
    height: 100%;
    top: 0;
	right: -380px;
    z-index: 3050;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
}
    .sidebar-right.sidebar-open {
        right: 0;
    }


/* click Buttons ( Toggle, Close ) */
#sidebar_toggle_btn {
}

#sidebar_close_icon {
    position: absolute;
    right: 30px;
    top: 31px;
}

#sidebar_close_icon:hover{
	color: #000000;
}

.mleft0{
	margin-left: 0px !important;
}

.mleft30{
	margin-left: 30px !important;
}

@media (min-width: 768px) and (max-width: 1199px){
	.mleft30{
		margin-left: 20px !important;
	}
}

@media (max-width: 767px){
	.mleft30{
		margin-left: 0px !important;
	}
}



/* Sidebar Menu Overlay */
.sidebar_overlay {
}

    .sidebar_overlay.sidebar_overlay_active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        cursor: pointer;
        z-index: 3030;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.sidebar-menu .cart-sidebar-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
/* Sidebar Content Cart */
.sidebar-menu .cart-widget-heading {
    padding: 30px;
    display: block;
    background: rgba(255, 0, 0, 1.0);
}

    .sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h5, .sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h3 {
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
    }

/*Cart Product Content*/
.sidebar-menu .cart-widget-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
}

    .sidebar-menu .cart-widget-content .cart-widget-product {
        position: relative;
    }

        .sidebar-menu .cart-widget-content .cart-widget-product .cart-empty {
            display: none;
        }

            .sidebar-menu .cart-widget-content .cart-widget-product .cart-empty p {
                font-size: 13px;
            }

        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item {
            padding: 0;
            list-style: none;
            margin-bottom: 30px;
        }

            .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li {
                border-bottom: 1px solid #eee;
                padding-bottom: 15px;
                margin-bottom: 15px;
                display: block;
                position: relative;
            }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li:last-child {
                    border-bottom: 0px none;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image {
                    margin-right: 15px;
                    display: table-cell;
                    float: none !important;
                    margin-right: 0;
                    width: 30%;
                }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image img {
                        width: 100%;
                        vertical-align: top;
                        max-width: 100%;
                        height: auto;
                        border: none;
                        outline: none;
                    }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content {
                    border: 0 none;
                    width: 70%;
                    display: table-cell;
                    float: none !important;
                    padding-top: 0;
                    padding-bottom: 0;
                    padding-left: 15px;
                    padding-right: 20px;
                    text-align: left;
                    vertical-align: top;
                }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-remove {
                        position: absolute;
                        right: 0;
                        top: 0;
                        font-size: 14px;
                        font-weight: normal;
                        letter-spacing: 0;
                        text-align: center;
                    }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link {
                        color: #333;
                        font-size: 13px;
                        display: block;
                        margin-bottom: 10px;
                        line-height: 1.4;
                    }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link:hover {
                            color: #34b79d;
                        }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral {
                        color: #777;
                        font-size: 12px;
                    }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .qty-cart {
                        }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .product-price-amount {
                            font-weight: 600;
                            color: #333;
                        }
/*Cart Footer (Totle, Buttons)*/
.sidebar-menu .cart-widget-footer {
    display: table-row;
    vertical-align: bottom;
    height: auto;
}

    .sidebar-menu .cart-widget-footer .cart-footer-inner {
        padding: 30px;
        display: table-cell;
        vertical-align: bottom;
    }

    .sidebar-menu .cart-widget-footer .cart-total-hedding {
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

        .sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
            color: #34b79d;
            float: right;
        }

    .sidebar-menu .cart-widget-footer .cart-action-buttons {
        display: block;
        text-align: center;
    }

        .sidebar-menu .cart-widget-footer .cart-action-buttons .btn {
            width: 100%;
        }

            .sidebar-menu .cart-widget-footer .cart-action-buttons .btn:first-child {
                margin-bottom: 15px;
            }

.close-icon-white{
	color: #FFFFFF;
	font-weight: bold;
}

@media (max-width: 767px){
	.sidebar-menu{
		padding-top: 40px;
	}
	
	#sidebar_close_icon {
		position: absolute;
		right: 30px;
		top: 71px;
	}
}

@media (max-width: 400px){
	.sidebar-menu{
		width: 100%;
		right: -400px;
	}
}



/*----- PAGINE INTERNE ----*/

.mbottom50{
	margin-bottom: 50px;
}

.mtop20{
	margin-top: 20px;
}

.myH1{
	text-align: center;	
	font-size: 46px !important;
	color: #000000;
}

.myH2{
	text-align: center;	
	font-size: 36px !important;
}

.myH3{
	text-align: left;	
	font-size: 30px !important; 
	line-height: 40px;
}

.divider{
	width: 100%;
	border-bottom: 1px solid #FF718C;
	margin-top: 0px;
	margin-bottom: 10px;
}

.myP-interno-center{
	text-align: center;
}

.myP-interno-left{
	text-align: left;
}

.testimonial-section{
	padding: 80px 0 80px 0;
	/*background-color: #FFC9D3;*/
	background-image: url('/images/cover-testimonial-section.jpg');
	background-repeat: no-repeat;
    background-size: cover;
}

.box-recensione{
	width: 80%;
	margin-left: 10%;
}

.recensione{
	text-align: center;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #DDDDDD;
}

.nominativo-recensione{
	text-align: center;
	padding-top: 20px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}

.apri-virgolette .fa{
	background-color: transparent;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
}

.virgolette-sopra{
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
}

.virgolette-sotto{
	position: relative;
	bottom: 80px;
	right: 20px;
	text-align: right;
}

.titolo-recensione{
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 35px;
}

#section-duedi{
	background-image: url('/images/cover-news.jpg');
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	padding: 80px 0 60px 0;
}

#section-duedi .fa{
	width: 20px;
	height: 20px;
	line-height: 35px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: transparent;
	margin-bottom: auto; 
}

#section-duedi .btn3{
	margin-top: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#section-duedi h3{
	color: #000000;
}

.pduedi{
	margin-top: 30px;
	margin-bottom: 30px;
}

.green-line-short{
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 12px 0;
}

.span-green-line-short{
	position: relative;
    display: inline-block;
    line-height: 18px;
    padding: 0 15px;
}

.orange-line-short{
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 12px 0;
}

.span-orange-line-short{
	position: relative;
    display: inline-block;
    line-height: 14px;
    padding: 0 15px;
}

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

ul.list-check li{
	line-height: 38px;
}

.div-padding-form{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FFFFFF;
}

.info-basse-Green{
	/*VERDE*/
	background-color: rgba(66, 181, 116, 0.9); 
	/*background-color: rgba(0, 0, 0, 0.9);*/
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color000{
	color: #000000;
}

.info-basse-Black{
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-white label{
	color: #000000 !important;
	font-size: 16px;
}

.form-white input[type=text]{
	color: #000000 !important;
}

.ulLeft{
	display: block;
    float: left;
	text-align: left;
}

.strettopc{
	padding: 35px 40px 35px 40px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #DDDDDD;
}

.strettopc1{
	margin-left: 10px;
	margin-right: 10px;
}

.contact-field{
	width: 48%;
	float: left;
}

.textarea_big{
	height: 120px !important;
}

.alpha{
	margin-right: 2%;
}

.omega{
	margin-left: 2%;
}

.textarea-label{
	margin-top: 20px;
}

.colorF00{
	color: #ED0001 !important;
}

.color000{
	color: #000000 !important;
}

.colorFFF{
	color: #FFFFFF !important;
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.background-image-red{
	background-image: url('/images/cover-news.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: center; 
	background-size: cover;
}

.background-image-red .fa{
	width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    background-color: transparent;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.background-image-red li{
	color: #FFFFFF; 
	padding-bottom: 10px;
}

.background-image-red .coltext1{
	padding-bottom: 10px;
	color: #FFFFFF;
}

.myBackgroundRed{
	background-color: #ED0001 !important;
}

h1.coltext1{
   font-size: 40px;
   line-height: 40px;
	padding-bottom: 20px;
}

.alignLeft{
	text-align: left !important;
}

.link-red a{
	color: #ED0001;
}

.myCheck{
	width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    background-color: transparent;
    color: #ED0001;
    margin-bottom: 0px;
}
.myList li{
	padding-bottom: 10px;
}

@media (max-width: 767px){
	.ulLeft{
		float: none;
	}
	
	.strettopc{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	
	.contact-field{
		width: 100%;
		float: none;
	}

	.alpha{
		margin-right: 0 !important;
	}

	.omega{
		margin-left: 0 !important;
	}
}

@media (min-width: 450px) and (max-width: 767px){
	.titolo-recensione{
		font-size: 30px;
		line-height: 30px;
	}
	
	.apri-virgolette .fa{
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 479px){
	.box-recensione{
		width: 94%;
		margin-left: 3%;
	}
	
	.recensione{
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.titolo-recensione{
		font-size: 28px;
		line-height: 28px;
	}
	
	.apri-virgolette .fa{
		width: 25px;
		height: 25px;
	}
	
	.virgolette-sopra{
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
	}

	.virgolette-sotto{
		position: relative;
		bottom: 60px;
		right: 20px;
		text-align: right;
	}
	
	.kill-container{
		width: auto !important;
	}
}