@font-face {
   font-family: 'UbuntuLight';
   src: local('UbuntuLight'), url('../font/Ubuntu-Light.ttf') format('truetype');
}
@font-face {
   font-family: 'UbuntuReg';
   src: local('UbuntuReg'), url('../font/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
   font-family: 'UbuntuMed';
   src: local('UbuntuMed'), url('../font/Ubuntu-Medium.ttf') format('truetype');
}
@font-face {
   font-family: 'UbuntuBold';
   src: local('UbuntuBold'), url('../font/Ubuntu-Bold.ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

.form-group:not(#foo) > input[type="radio"], .form-group:not(#foo) > input[type="checkbox"] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.form-group:not(#foo) > input[type="radio"] + label, .form-group:not(#foo) > input[type="checkbox"] + label {
    margin: 0px;
    padding: 2px 0px 0px 24px;
    cursor: pointer;
    background: url('../img/radio1.png') no-repeat scroll left center transparent;
	background-size: 14px;
}
.form-group:not(#foo) > input[type="radio"]:checked + label {
    background-image: url('../img/radio2.png');
	background-size: 14px;
}
.form-group textarea {
	font-family: "UbuntuReg",sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #646464;
}

html, body {
  font-family: "UbuntuLight",sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  /* width: 320px; */
  height: 100%;
  font-size: 11px;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
  -webkit-user-select:none;
    -webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: transparent;
}
a {
	color: #6C6C6C;	
}
:link, *:visited {
    text-decoration: none;
	-webkit-tap-highlight-color: transparent; 
}
.fontReg {
    font-family: "UbuntuReg",sans-serif;
}
.fontMed {
    font-family: "UbuntuMed",sans-serif;
}
.fontBold {
    font-family: "UbuntuBold",sans-serif;
}
.testo9 {
    font-size: 9px;
}
.testo10 {
    font-size: 10px;
}
.testo11 {
    font-size: 11px;
}
.testo12 {
    font-size: 12px;
}
.testo13 {
    font-size: 13px;
}
.testo14 {
    font-size: 14px;
}
.testo16 {
    font-size: 16px !important;
}
.testo18 {
    font-size: 18px;
}
.txtAzzurro {
    color: #96b0c0;
}
.taglioTxt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#iosData {
	width: 100%;
	height: 27px;
}
#header {
    background-color: #657883;
	color: #fff;
	width: 100%;
	height: 65px;
	position: fixed;
	z-index: 2;
}
#headerNuovo {
	background-color: #37576a;
	width: 100%;
	height: 105px;
	position:fixed;
	z-index: 2;
	padding-left: 14px;
}	
#headerMenu {
	width: 90%;
	height: 65px;
	
	background-color: #5b6d77;

	background-image: url('../img/sfumaturaVert.png');
	background-repeat: repeat-y;
	background-position: 229px 0px;
	color: #fff;
	font-family: "UbuntuReg",sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	padding-top: 27px;
	text-align: center;
	line-height: 15px;
}
#credits {
	font-family: "UbuntuReg",sans-serif;
	font-size: 13px;
	position:fixed;
	bottom: 20px;
	left: 73px;
}
#credits:hover {
	opacity: .8;
}
#credits img {
	width: 30px;
	float:left;	
	margin-right: 6px;
}
#credits span {
	font-family: "UbuntuMed",sans-serif;
}
.photoContent {
	width: 100%;
	margin: 15px auto 2px auto;
}
.photoContentLogo {
	width: 100%;
	margin: 15px auto 0px auto;
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;
	right: 14px;
	position: fixed;
}
.plsWhite {
	border: solid 1.5px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 9px 7px 9px;
}
.plsWhite:hover {
    opacity: .5;
}
.plsYellow {
	border: solid 1.5px #ffea00;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 9px 7px 9px;
	color: #ffea00;
}
.plsYellow:hover {
    border: solid 1.5px #fff;
	color: #fff;
}
.plsBlue {
    border: solid 1.5px #456d85;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 9px 7px 9px;
    font-family: "UbuntuMed",sans-serif;
    font-size: 11px !important;
    margin-top: -3px;
    z-index: 2;
    float: right;
    right: 14px;
    position: absolute;
}
.plsBlue:hover {
    opacity: .5;
}
.titolo {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	position: absolute;
	padding-top: 15px;
}
.testo {
	font-size: 13px;
	color: #456d85;
	padding: 8px 20px 24px 20px;
	text-align:left;
}
.elSx {
	float: left;	
}
.elDx {
	float: right;
	margin-top: -5px;
}
.icoInfo {
    background-image: url('../img/icoInfo.png');
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}
.icoEdit2 {
    background-image: url('../img/icoEdit2.png');
    width: 32px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}
.icoCheck1 {
	background-image: url('../img/icoCheck1.png');
	width: 32px;
	height: 32px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
}
.icoCheck2 {
	background-image: url('../img/icoCheck2.png');
	width: 32px;
	height: 32px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
}
.icoCheck1Big {
	font-family: "UbuntuMed",sans-serif;
	font-size: 13px;
	background-image: url('../img/icoCheck1Big.png');
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	position:absolute;
	color: #000;
	padding-top: 18px;
}
.icoCheck2Big {
	font-family: "UbuntuMed",sans-serif;
	font-size: 13px;
	background-image: url('../img/icoCheck2Big.png');
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	position:absolute;
	color: #000;
	padding-top: 18px;
}
.titLeft {
	margin-right: 54px;
	float: right;
	opacity: .4;
}
.titRight {
	text-align: left;
	padding-left: 53px;	
	opacity: .4;
}
.form-group {
	margin-bottom: 15px;	
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
	color: #646464;
    background-color: #f0f0f0;
    background-image: none;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    border-radius: 0;
}

.btn-default {
    color: #FFF;
    background-color: #657883;
}
.btn-default:hover{
    background-color: #3e3e3e;
}
.btn {
    display: block;
    padding: 8px 12px 6px 12px;
    margin: 0px auto;
    font-size: 14px;
	text-transform:uppercase;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
	border: 1px solid transparent;
}
.fadeOut {
    -webkit-animation: myFadeOut .5s;
}
@-webkit-keyframes myFadeOut {
    from {opacity: 1;left: 0px;background-position-x: 229px;}
    to {opacity: 0;left: -30px;background-position-x: 259px;}
}
.fadeIn {
    -webkit-animation: myFadeIn .5s;
}
@-webkit-keyframes myFadeIn {
    from {opacity: 0;left: -30px;background-position-x: 259px;}
    to {opacity: 1;left: 0px;background-position-x: 229px;}
}


.swiper-slide {
    height: 100%;
    opacity: 0.2;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    
}
.swiper-slide-active {
    opacity: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  margin-top: 105px;
  background-color: #edede7;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
	width: 100%;
	text-align: center;
	margin-left: -12px;
	clear: both;
}
.brdCrms {
	margin-top: 44px;
	margin-left: 43%;
	width: 100%;
}
.brdCrms div {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	opacity: .2;
}
.brdCrmsActive {
	opacity: 1 !important;	
}

.swiper-pagination-switch {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  margin-right: 4px;
  opacity: 0.2;
  cursor: pointer;
}
.pagWelcome .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
  margin-right: 8px;
  opacity: 0.2;
  cursor: pointer;
}
.pagWelcome .swiper-visible-switch {
  background: #aaa;
}
.pagWelcome .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.elenco{
	display: inline-block;
	list-style: none outside none;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
    min-height: 55px;
}
.elenco li{
	height: 38px;
	background-color: #FFF;
	border-bottom: 2px solid #DFDFD9;
	margin-top: -1px;
	color: #456D85;
	font-size: 18px;
	text-align: left;
	padding-left: 15px;
	padding-top: 17px;
}
.calendario {
    display: inline-block;
    list-style: none outside none;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 25px;
}
.calendario li{
    height: 40px;
    width: 13.65%;
    float: left;
    font-size: 14px;
    font-family: "UbuntuReg",sans-serif;
    text-align: center;
    margin: 1px;
}
.dayName {
    color: #b4b5a7;
    font-size: 12px !important;
    height: 16px !important;
    font-family: "UbuntuLight",sans-serif !important;
}
.vuoto {
    
}
.default {
    background-color: #d7d6d1;
    color: #8c8d7d;
}
.sintomo {
    background-color: #436d86;
    color: #fff;
}
.nDay {
    padding-top: 12px;
}
.today {
    border-radius: 60px;
    width: 26px;
    height: 26px;
    border: solid 1.5px;
    margin: -22.5px auto 0px auto;
}
.daySelected {
    opacity: .3;
}
#headerCal {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 54px;
    color: #456D85;
}
#pls_next {
    background: url(../img/icoNext.png) center center no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 32px 32px;
    float: right;
    right: 14px;
    position: fixed;
}
#pls_prev {
    background: url(../img/icoPrev.png) center center no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    background-size: 32px 32px;
    top: 23px;
    float: left;
}

.divNote {
	padding: 20px 50px 20px 25px;
}
.formNote {
    background-color: #FFF;
    color: #456D85;
    height: 250px;
    width: 100%;
    font-family: "UbuntuLight",sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 0 none;
    border-bottom: 2px solid #DFDFD9;
}
.divPin {
    padding-right: 33px;
    margin-top: -12px;
}
.formPin {
    color: #456D85;
    height: 17px;
    width: 100%;
    font-family: "UbuntuLight",sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 0 none;
    text-align: right;
}
.tendinaLeft {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-radius: 0;
    overflow: hidden;
    padding: 0px;
    font-family: "UbuntuLight",sans-serif;
    color: #456D85;
    font-size: 18px;
    text-align: right;
    width: 100%;
    padding-right: 16px;
    background-color: white;
}
.icoTendina {
    background-image: url('../img/tendinaDown.png');
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
    margin-top: -29px;
    margin-right: 5px;
    position: relative;
}
.tendina {
	-webkit-appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 0px;
	border-radius: 0;
	overflow: hidden;
	padding: 0px;
	font-family: "UbuntuLight",sans-serif;
	color: #456D85;
	font-size: 13px;
	text-align: right;
	width: 100%;
	padding-right: 16px;
    background-color: white;
}
.tendina option {
    direction: ltr;
}

.divIntensita {
	padding: 40px;
	padding-top: 60px;
}
.legendaIntensita {
	padding: 0px 20px;
	margin-top: -15px;
}
.cerchio {
	width: 24px;
	height: 20px;
	border-radius: 24px;
	border: 3px solid;
	font-family: "UbuntuMed",sans-serif;
	font-size: 15px;
	padding-top: 4px;
	margin-right: 2px;
}
.bluCerchio {
	border-color: #456d85;
	color: #456d85;
}
.biancoCerchio {
	border-color: #fff;
	color: #fff;
}
.grigioCerchio {
	border-color: #D9D9D2;
	color: #D9D9D2;
	padding-top: 1px;
	font-family: "UbuntuBold",sans-serif;
	height: 23px;
	font-size: 18px;
}
#plsSex {
    display: block;
    width: 35px;
    height: 35px;
    background-size: 32px 32px;
    margin-left: 10px;
}
.icoSexM {
    background: url(../img/icoSexM.png) center center no-repeat;
}
.icoSexW {
    background: url(../img/icoSexW.png) center center no-repeat;
}
.contBody {
	margin-top: 11px;
	background-image: url(../img/body-man-front.svg);
	background-repeat: no-repeat;
	background-size: 54%;
	background-position: top center;
	width: 100%;
	height: 100%;	
}
.contBodyWoman {
    background-image: url(../img/body-woman-front.svg) !important;
    background-size: 110%;
}
.contBodyTesta {
	background-size: 210%;
	margin-top: 15px;
}
.contBodyTestaWoman {
    background-image: url(../img/body-woman-front.svg) !important;
    background-size: 483%;
    margin-top: -22px;
}
.contBodyTorace {
	background-size: 180%;
	background-position-y: -390px;
	margin-top: 0px;
}
.contBodySchiena {
	background-image: url(../img/body-man-retro.svg);
	background-size: 137%;
	background-position-y: -241px;
	margin-top: 0px;
}
.contBodyAddome {
	background-size: 190%;
	background-position-y: -820px;
	margin-top: 0px;
}
.contBodyArtiSup {
	background-size: 100%;
	background-position-y: -210px;
	background-position-x: 165px;
	margin-top: 0px;
}
.contBodyInguine {
	background-size: 170%;
	background-position-y: -943px;
	margin-top: 0px;
}
.contBodyArtiInf {
	background-size: 90%;
	background-position-y: -650px;
	background-position-x: 77px;
	margin-top: 0px;
}


/* -- MENU -- */

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}

/* Show the "Drag" background in the demo */
#content {
	overflow: hidden;
}
.content {
	background: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
	padding: 25px;
	padding-top: 82px;
	font-family: "UbuntuReg",sans-serif;
	line-height: 20px;
}

#orariHome {
	color: #fff;
	line-height: 16px;	
	margin: 25px auto;
}
#orariHome span {
	color: #86e0cc;
}
#orariHome img {
	width: 110px;
	float: left;
	margin-right: 10px;
}
/* Demo toolbar styles */
.content_home {
	overflow: auto !important;
	/* padding-top: 51px; */
	top: 0px;
}
.snap-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #D8D8D2;
  background-image: url('../img/sfumaturaVert.png');
  background-repeat: repeat-y;
  background-position: 229px 0px;
  
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 305px;
  height: auto;
  overflow: auto;
  /* background-image: url('../img/sfumatura.png');
  background-repeat: repeat-x; */
  
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}
#logo {
    width: 158px;
    margin: 27px 0px 9px 55px;
}
.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.snap-drawer li {
    font-size: 16px;
    font-family: "UbuntuLight",sans-serif;
    display: block;
    padding: 16px 0px 16px 32px;
    margin: 0px 0px;
    border-bottom: 1px solid #ccccc8;
}
.snap-drawer li:hover {
    opacity: .6;
}
.welField {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.welField li {
    font-size: 16px;
    font-family: "UbuntuLight",sans-serif;
    display: block;
    /* padding: 16px 0px 16px 32px; */
    margin: 21px auto 0px auto;
    padding-top: 1px;
    width: 80%;
    border-bottom: .5px solid #456a81;
    color: #456a81;
}
.menuExtra {
    padding: 5px 72px 0px 56px !important;
    font-size: 13px !important;
    border: 0px !important;
}
.prezExtra {
    position: relative;
    margin-left: 204px;
    margin-top: -21px;
    width: 38px;
    height: 18px;
    background-color: #7f9db0;
    color: #315469;
    font-family: "UbuntuBold",sans-serif;
    font-size: 12px;
    padding: 5px 0px 0px 7px;
    border-radius: 5px;
}
.iconaMenu {
    position: relative;
    top: 1px;
    left: -10px;
    float: left;
    width: 16px;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

/* Show "Left" drawer for the "Right" drawer in the demo */
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}
#pls_menu {
  background: url(../img/icoMenu.png) center center no-repeat;
  display: block;
  width: 40px;
  height: 35px;
  position:absolute;
  left:10px;
  background-size: 36px 32px;
  top: 23px;
}
#pls_back {
  background: url(../img/icoBack.png) center center no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  position:absolute;
  left:5px;
  background-size: 36px;
  top: 15px;
}
.icoCenter {
    vertical-align: middle;
    width: 40px;
    margin-top: -4px;
}

.active {
	color: #eee013 !important;
}

.plsHome {
    text-transform: uppercase;
    font-size: 12px;
	background-color: #657883;
	color: #fff;
	width: 125px;
	height: 46px;
	line-height: 15px;
	margin: 0px 5px;
	float: left;	
	padding-top: 8px;
}
.plsHome:hover{
	background-color: #3E3E3E;
}
.plsAll {
     text-transform: uppercase;
    font-size: 12px;
	background-color: #657883;
	color: #fff;
	height: 34px;
	line-height: 15px;
	margin: 10px 5px;
	float: left;	
	padding: 10px;
}
.plsAll:hover{
	background-color: #3E3E3E;
}
.promImg {
	width: 40px;	
}
.promDivImg {
	width: 40px;	
	height: 40px;
	float: left;	
	margin-right: 12px;
	margin-bottom: 20px;
	background-color: #7E7E7E;
}
.contPlsHome {
    width: 130px;
    margin: 116px auto 0px auto;
}
.plsHome img {
    float: left;
    width: 35px;
}

.welTitle {
	color: #ffea00;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	width: 80%;
	margin: 40px auto 0px auto;
}
.welText {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	width: 80%;
	margin: 3px auto 0px auto;
}
.welScroll {
	font-size: 9px !important;
	line-height: 12px !important;
	height: 77%;
	overflow: scroll;
}

.welImg {
	width: 75%;
	margin: 30px auto 0px auto;
}

/* ============================================================
 SWITCH 1 - ROUND
 ============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    padding: 2px;
    width: 82px;
    height: 40px;
    background-color: #36566b;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 3px;
    /* background-color: #36566b; */
    
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    
}
input.cmn-toggle-round + label:after {
    width: 40px;
    background-color: #fff;
    content: "SI";
    padding-top: 10px;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
    /* background-color: #8ce196; */
    
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 40px;
    content: "NO";
    padding-top: 10px;
}
/* ============================================================
 ============================================================ */

.couponImg-Fullpage {	
	background: url(../img/couponImg-Fullpage.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 100%;
}
.couponImg-Deal {
	background: url(../img/couponImg-Deal.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 72%;
}
.dealDivTit {
	width: 100%;
	text-align:center;
	text-transform:uppercase;
	font-size: 14px;
	float:left;
}
.dealDivPerc {
	float:left;
	padding-top: 25px;
}
.dealTxt1Perc {
	font-size: 72px;
	float:left;
}
.dealTxt2Perc {
	font-size: 30px;
	float:left;
	padding-top: 17px;
}
.dealDivPrez {
	float:right;
	text-align:right;
	padding-top: 8px;
}
.dealTxt1Prez {
	opacity: .5;
	font-size: 20px;
}
.dealTxt2Prez {
	font-size: 40px;
	padding-top: 9px;
}
.couponImg-Extrainfo {
	background: url(../img/couponImg-Deal.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 30%;
}
.infoDivTit {
	text-transform:uppercase;
	font-size: 15px;
	padding-bottom: 10px;
	font-family: "UbuntuBold",sans-serif;
}
.infoDivText {
	font-size: 15px;
}
#messaggioOrario {
	width: 270px;
	height: 75px;
	color: #6e9912;	
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
	border: 4px solid #6e9912;
	font-size: 16px;
	line-height: 17px;
	font-family: "UbuntuBold",sans-serif;
	text-transform: uppercase;
}
.orarioRosso {
	border-color: #ac280d !important;
	color: #ac280d !important;	
}

.icoPlsHome {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 26px;	
	float: left;
	margin: 2px 2px 0px 8px;
}

.item {
	
	padding:  0px;
}
.itemInt {
	width: 100%;
	height: 100%;	
	border-bottom: 1px solid #c6c5c0;
	padding: 10px;
	min-height: 64px;
}
.itemInt:hover {
	opacity: .7;	
}
.inizTitolo {
	font-size: 16px;
	text-transform:uppercase;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}
.promTitolo {
	font-size: 13px;
	line-height: 14px;
	text-transform:uppercase;
    /* white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden; */
}
.promSconto {
	font-size: 11px;
	line-height: 13px;
	color: #a51717;
}
.promPrezIni {
	font-size: 11px;
	line-height: 13px;
	font-family: "UbuntuLight",sans-serif;
	text-decoration: line-through;
}
.promPrezFin {
	font-size: 11px;
	line-height: 13px;
	font-family: "UbuntuBold",sans-serif;
}
.inizData {
	font-size: 10px;
	line-height: 13px;
}
.blu {
	color: #000;	
}
.bluChiaro {
	color: #8c99a0;	
}
#ipadPls {
	width: 267px;	
	margin: 10px auto 30px auto;
}
#facebookPls {
	width: 284px;	
	margin: 10px auto 10px auto;
}
.ipad {
	width: 130px;
	float: left;
}
.plsApple {
	width: 120px;
	margin-top: 15px;
	margin-left: -10px;
}
.plsGoogle {
	width: 120px;
	margin-top: 15px;
	margin-left: -10px;
}
.plsFacebook {
	width: 78px;
	float: left;
	margin-right: 10px;
}

@media  (min-width: 766px)  {
    /* ipad, nexus7 */
    .photoContentLogo {
		width: 53%;
		margin-right: 80px;
	}
    .plsHome {
        height: 273px;
        background-size: 240px;
        font-size: 14px;
    }
    .contPlsHome {
        width: 168px;
        margin: 213px auto 0px auto;
    }
    .plsHome img {
        width: 44px;
    }
	.dealDivTit {
		font-size: 18px;
	}
	.dealDivPerc {
		padding-top: 35px;
	}
	.dealTxt1Perc {
		font-size: 100px;
	}
	.dealTxt2Perc {
		font-size: 50px;
	}
	.dealDivPrez {
		padding-top: 14px;
	}
	.dealTxt1Prez {
		font-size: 30px;
	}
	.dealTxt2Prez {
		font-size: 60px;
		padding-top: 18px;
	}
	.plsHome {
		height: 48px;
		margin-top: 10px;
		width: 200px;
		padding-top: 17px;
	}
	.icoPlsHome {
		margin-top: -6px;
	}
    .promTitolo {
        font-size: 16px;
    }
    .promDivImg {
        width: 60px;
        height: 60px;
    }
    .promImg {
        width: 60px;
    }
    .itemInt {
        min-height: 84px;
    }
    .promSconto {
        font-size: 15px;
        line-height: 22px;
    }
    .promPrezFin {
        font-size: 15px;
        line-height: 15px;
    }
    .promPrezIni {
        font-size: 15px;
    }
    .inizTitolo {
        font-size: 20px;
    }
    .inizData {
        font-size: 13px;
    }

}















