html{
	padding: 0;
	margin: 0;
	box-shadow: none!important;
}
body{
	height: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #fff!important;
}


::selection{ background:#b20044; color:#FFF }
*::-moz-selection{ background:#b20044; color:#FFF }

a{color:#b20044;text-decoration:none;}
a:hover,a:focus{color:#7f0031;text-decoration:underline;}

.clear {
	clear: both;
}

.mainColor {
	color: #b20044;
}
.mainBackColor {
	background: #b20044;
}
.mainDarkColor {
	color: #7f0031;
}
.mainDarkBackColor {
	background: #7f0031;
}
.greyText {
	color: #696661 !important;
}
.greyLightText {
	color: #abb1b7;
}
.greyBackColor {
	background: #696661;
}
.greyLightBackColor {
	background: #abb1b7;
}
.grey2Text {
	color: #b7bcc2;
}
.greyLight2BackColor {
	background: #b7bcc2;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#newslatterDiv {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

#logo {
	position: relative;
	margin: 30px auto;
	width: 300px;
	/*height: 200px;*/
	text-align: center;
}
#logo_b {
	display: none;
}
#logo img {
    /*width: 100%;*/
    /*box-shadow: 0 0 8px #236A84;
    border: 6px solid #FFFFFF;
    border-radius: 6px;*/
    box-sizing: border-box;
}
#invoiceproformawrapper{
	margin-top: -1em;
	display: none;
}
#wrapper {display:block;}
#wrapper3 {display:none;}
#wrapper, #wrapper3 {
	width: 988px;
	margin: 0 auto 50px auto;
	border-top: 8px solid #b20044;
	box-shadow: 0 0 10px #333;
	text-align: center;
	padding: 50px 10px 40px 10px;
	background-color: rgba(255,255,255,0.86);
}
#wrapper.big{
	width: 1140px;
}

#progress{
	display: block;
	height: 9px;
	width: 508px;
	margin: auto;
	border-radius: 4px;
}

#progress .step{
	cursor: pointer;
}

#backrooms{
	margin-left:0px;
}

#step1 {
	margin-left: 160px;
}
#step2 {
	margin-left: 320px;
}
#step3 {
	margin-left: 480px;
}

#step2Cart, #step3Summary {
	text-align: center;
	transition: box-shadow 0.33s ease-in-out;
}

.questionswrapper {
	position: relative;
	width: 100%;
}
.topquestions {
	position: absolute;
	width: 136px;
	height: 136px;
	background: url('../img/aracena-dudas.png');
	right: -10px;
	top: -50px;
	cursor: pointer;
}
#fullback {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    color: #000;
    font-family: 'Montserrat';
}
#closefullback {
	position: absolute;
	font-size: 2em;
	right: -14px;
	top: -14px;
	border-radius: 31px;
	background: #A1A1A1;
	height: 28px;
    width: 28px;
}
#closefullback i {
	text-shadow: 0 0 4px #000;
	color: #b20044;
	cursor: pointer;
	position: relative;
	top: -1px;
}
#fullback h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 18px;
}
#loadingmiddle {
    position: absolute;
    width: 405px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 20px #333;
    padding: 20px 40px;
    font-size: 16px;
    color: #444;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#loadingmiddle p {
	margin: 10px 0;
}

#stepState .step{
	position: absolute;
	width: 32px;
	height: 27px;
	z-index: 99;
	border: 2px solid #fff;
	border-radius: 18px;
	margin-top: -12px;
	padding-top: 5px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 18px;
}
#stepState .step.done{
	/*background: #696661;*/
	background: #b20044;
}
#stepState .step.done:hover{
	background: #b20044;
	cursor: pointer;
}

#stepTitle {
	margin: 50px auto;
	font-size: 45px;
	color: #abb1b7;
	font-family: 'Open Sans';
	font-weight: 300;
	text-shadow: 0 0 1px #abb1b7;
}

#floatsWrapper {
	margin: auto;
	width: 900px;
}
#floatsWrapper.big {
	width: 1060px;
}

.boxshadow {
	box-shadow: 0 0 10px #ccc;
	transition: box-shadow 0.3s ease-in-out;
}
.floats50 {
	float: left;
	text-align: left;
	width: 426px;
	/*height: 600px;*/
}
.floats50.right {
	margin-left: 42px;
}
.floats30middle {
	position: relative;
	margin: auto;
	text-align: left;
	width: 300px;
	padding: 2em;
	font-family: 'Open Sans';
	border-radius: 0.5em;
	box-shadow: 0 0 10px #abb1b7;
}
#donationPay{
	font-size: 1.2em;
}
#donationphrase{
	margin-bottom: 1.5em;
}
.inputDonation{
	width: 100%;
	height: 3.450em;
	background: #fff!important;
	padding: 1.5em 1em!important;
	border: 1px solid #ddd!important;
	box-sizing: border-box;
}
.inputDonation.small{
	width: 80%;
	margin-right: 0.5em;
}
#donation_tpv .btn {
    font-weight: bold;
    font-size: 1.500em;
    padding: 0.710em;
    margin-right: 0.450em;
    margin-bottom: 0.650em;
}
#donation_tpv .btnlast {
    margin-right: 0;
}
#donation_tpv .btn:focus {
    outline: 0;
}
.bottomContainer{
	position: relative;
	width: 356px;
	top: 28px;
	left: -28px;
	padding: 1.4em 0;
	border-radius: 0 0 0.5em 0.5em;
	text-align: center;
}
.floats30 {
	float: left;
	text-align: center;
	width: 280px;
	padding: 10px;
	cursor: pointer;
	font-family: 'Open Sans';
	border-radius: 0.5em;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.76);
	height: 330px;
}

.floats30.combinated {
    margin: 0 auto!important;
    float: none!important;
    height: 340px;
}
.floats30inner{
	float: left;
	width: 50%;
	height: 147px;
	background-size: cover!important;
}
.floats30inner .title{
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #d3b39a;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 8px;
}
.floats30inner .title.default{
	background: #9e9e9e url(../img/bg_dest1.png) no-repeat bottom right;
}
.floats30inner .title.naranja{
	background: #ffa200 url(../img/bg_dest1.png) no-repeat bottom right;
}
.floats30inner .title.verde{
	background: #49b458 url(../img/bg_dest1.png) no-repeat bottom right;
}
.floats30inner .title.azul{
	background: #31b4da url(../img/bg_dest1.png) no-repeat bottom right;
}
.floats30inner .title.morado{
	background: #ad0d85 url(../img/bg_dest1.png) no-repeat bottom right;
}
.floats30:hover{
	box-shadow: 0 0 10px #b20044;
}
.floats30.right {
	margin-left: 30px;
	float: left;
}
.floats30.top{
	margin-top: 30px;
}
.floats30 img {
	max-width: 100%;
	/*border-radius: 0.5em;*/
}
.floats30 h4 {
	display: block;
	font-size: 1.315em;
}
.groupDivision {
	margin-top: 1em;
	font-family: 'Open Sans';
	font-size: 0.950em;
}
.avilatitle{
    font-size: 1.5em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #b20044;
    padding-bottom: 0.4em;
    margin: 2em 0 1em 0;
    color: #b20044;
}
.avilatitle a{
	font-size: 70%;
	text-transform: lowercase;
}
.divWarningVisit {
	width: 80%;
  text-align: left;
  line-height: 1.750em;
  background-color: rgba(255, 252, 181, 0.4);
  font-size: 0.915em;
  font-family: 'Open Sans';
  color: #948309;
  padding: 16px 18px;
  margin: 1em auto 2em auto;
  border: 1px solid #C7CB13;
  border-radius: 4px;
  display:none;
}

.withoutmargin{
	margin : 20px 0px!important;
	width:90%!important;
}

span.titlewarning {
    font-style: italic;
    font-weight: bold;
}	
.divWarningVisit b{
	font-family: 'Montserrat';
    font-weight: normal;
    text-transform: uppercase;
}
.divWarning {
  text-align: left;
  line-height: 1.750em;
  background: #FEFFDD;
  font-size: 0.915em;
  font-family: 'Open Sans';
  color: #948309;
  padding: 16px 18px;
  margin: 10px 0;
  border: 1px solid #C7CB13;
  border-radius: 4px;
}
.divWarning img {
	position: relative;
	top: -2px;
	width: 22px;
	height: 20px;
	margin-right: 0.2em;
}
.summarygroups {
	display: block!important;
}
.summarygroups .subgroup{
	display: block;
	margin: 0.3em 0;
}
.summarygroups .subgroupTitle{
	display: block!important;
	margin: 0.5em 0 0 0;
	font-size: 1.215em;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #fff;
	border-top: 1px solid #7f0031;
	padding-top: 0.5em;
}
.summarygroups .groupEdit {
	position: relative;
	display: none!important;
}
.subgroup.groupSmall {
	font-size: 0.8em;
	color: #fff;
}
.subgroup.groupSmall:hover {
	cursor: pointer;
	text-decoration: underline;
}
a.tooltips {
  position: relative;
  display: inline;
  cursor: default;
}
a.tooltips span {
  position: absolute;
  left: -72px;
  top: -40px;
  width: 92px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: visible;
  border-radius: 6px;
  box-shadow: 0px 0px 6px #252525;
  font-size: 11px;
  cursor: default;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/*a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}*/
.visit_description {
	display: block;
	font-size: 1em;
}
#backtostep2{
    position: relative;
    margin: 1em auto 0 auto;
    color: #b20044;
    background-color: #fff;
    width: 90%;
    padding: 0.25em 0 0.2em 0;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 0.860em;
    cursor: pointer;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    font-weight: bold;
	display:none;
}
#backtostep2:hover{
	background-color: #7f0031;
	color: #fff;
}
#paxselector {
	width: auto;
	margin-top: 0.5em;
}
#paxselector:focus {
	outline: 0;
}
.blackover {
	position: absolute;
	background: url(../img/black-pixel.png);
}
.margint20 {
	margin-top:20px;
}
.marginb20 {
	margin-bottom:2em;
}

#calendarWrapper {
	height: 383px;
}
#calendarWrapper input[type="text"] {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -30000px;
	background: none;
	border: 1px solid red !important;
	box-shadow: none !important;
}
#dateCalendar {
	position: relative;
	width:100%;
	height:350px;
	top: 0 !important;
	left: 0 !important;
}

.blockTitle {
	/*height: 38px;*/
	padding: 14px 0;
	background: #ebe9e5;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 1.125em;
	text-align: center;
}
.cardWarning {
	display: block;
	height: 38px;
	padding: 18px 18px 0 18px;
	background: #fff;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 16px;
}
.cardWarning img {
	position: relative;
	top: -2px;
	margin-right: 6px;
}
.cardWarningp {
	background: #fff;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	padding: 2px 18px 18px 18px;
	text-align: justify;
}
.checkGroup {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	padding: 10px;
}
.checkDisclaimer {
	font-size: 11px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.paymentMethods {
	padding: 18px;
	background: #fff;
}
input[type="checkbox"]{
	margin: 0 !important;
	width: 18px !important;
	height: 18px !important;
}
.methodchecks {
	
}
.paymentMethods img {
	padding: 0 6px;
}
#contactWrapper, #invoiceproformawrapper {
	padding: 18px;
	background: #fff;
	box-sizing: border-box;
}
#contactWrapper input[type="text"], #contactWrapper input[type="password"],
#invoiceproformawrapper input[type="text"] {
	border: 2px solid #e8ebee;
	padding: 8px 12px;
	font-size: 11px;
	font-family: 'Open Sans';
	font-weight: 400;
	background: #fff;
	width: 40%;
}
#contactWrapper #groupInput {
	border: 2px solid #e8ebee;
	padding: 8px 12px;
	font-size: 11px;
	font-family: 'Open Sans';
	font-weight: 400;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
.emptyData {
	border: 2px solid #ffa8a8 !important;
	background: #ffe5e5 !important;
	border-color: rgba(255, 0, 0, 0.4) !important;
	outline: 0 !important;
	outline: thin dotted \9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.4) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.4) !important;
	box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.4) !important;
	transition: box-shadow 0.33s ease-in-out;
}
#contactWrapper .container40 {
	width: 47.4%;
}
.width60 {
	width: 60%;
}
.width40 {
	width: 40%;
}
#countrySelect {
	width: 100% !important;
}
#citycp {
	display: none;
}
#contactWrapper select {
	display: block;
	border: 2px solid #e8ebee;
	padding: 4px 8px;
	font-size: 11px;
	font-family: 'Open Sans';
	font-weight: 400;
	background: #fff;
	width: 100%;
	height: 40px;
}
#contactWrapper select:focus {
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.4);
	transition: box-shadow 0.33s ease-in-out;
}
#disclaimerText {
	font-size: 0.8em;
	font-family: 'Open Sans';
	margin: 1em auto !important;
	width: 90% !important;
	height: 10em;
	text-align: justify;
	overflow-y: scroll;
	background: #eeeeee;
	border-radius: 0.5em;
	padding: 0.4em 1em;
	display: none;
}
#divWrongPassword, #summaryTotal #missData2, #summaryTotal #missData3, #contactWrapper .hiddenInput {
	display: none;
}
#summaryTotal #missData2 {
	margin: 1em auto 0 auto;
	width: 80%;
	padding: 1em 1em;
	position: relative;
}
.block {
	display: block !important;
}

.wrongData {
	background: #ffc1c1;
	color: #ff2323;
	padding: 8px 12px;
	margin: 10px 0;
	font-family: 'Open Sans';
	font-weight: 400;
	border: 1px solid #ff2323;
	border-radius: 4px;
}

.resume_fringe {
    padding: 5px 0px;
    text-align: left;
}

#resumeCart {
    padding: 0px 15px;
    text-align: left;
    margin: 0 auto;
}

.priceFinalCart{
	white-space:nowrap;
}

.stockchangedcart.wrongData {
  padding: 2px 12px;
  display: block;
  text-align: center;
}
.stockchangedcart.wrongData i{
	font-size: 18px;
	position: relative;
	top: 2px;
	left: 3px;
	cursor: pointer;
}
.mailSuccess{
	width: 80%;
	margin: auto !important;
	text-align: left;
	line-height: 1.5em;
	background: #e6ffd1;
	color: #5e932f;
	padding: 16px 22px;
	margin: 10px 0;
	font-family: 'Open Sans';
	font-weight: 400;
	border: 1px solid #5e932f;
	border-radius: 4px;
}
#productsWrapperUp{
	padding-bottom: 0.1em;
}

#productsWrapper .productList{
	overflow:hidden;
}

.imgLoading {
	margin: 3em auto 2em;
	width: 12em;
	display: block;
}
.imgLoadingSmall {
	margin: 1em auto;
	width: 6em;
	display: block;
}
.spanConnecting {
	font-size: 1em;
	padding: 0;
	display: block;
	width: 100%;
	margin-left: 0 !important;
	font-family: 'Open Sans';
	font-weight: 400;
}
#passInput{
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

#productsCombWrapper, #fringeshourComb {
    background: #fff;
    margin: 0 auto;
    width: 90%;
    padding: 25px 0px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.wrongDatav6{
	background: #ffc1c1;
	color: #ff2323;
	padding: 8px 12px;
	margin: 10px auto;
	font-family: 'Open Sans';
	font-weight: 400;
	border: 1px solid #ff2323;
	border-radius: 4px;
	width:85%;
}

#productsCombWrapper table, #fringeshourComb table {
    width: 90%;
    margin: 0 auto;
}

#productsCombWrapper thead, #fringeshourComb thead{
    line-height: 19px;
    color: #a6a6a6;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #E7E7E7;
}
#productsCombWrapper thead th, #fringeshourComb thead th {
    padding: 10px;
}
#productsCombWrapper tbody td, #fringeshourComb tbody td{
	padding: 20px 0px;
	border-bottom: 1px solid #e7e7e7;
	
}

#groupfringeImg {
  	display: inline-block;
    width: 20%;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom:20px;
}

#groupfringeImgRoom {
    display: block;
    width: 20%;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
    margin: 0 auto;
}

#groupfringeImg img, #groupfringeImgRoom img{
	height:50px;
	width: 50px;
	position: absolute;
	top: 0px;
	left:0px;
	border-radius: 8px;
}

.combquantity{
    white-space: nowrap;
}

.dataroom {
    display: inline-block;
    width: 75%;
}

#fringeshourComb .combquantity {
    display: inline-block;
    width: 10%;
}

#continueStep2, #continueStep3 {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    border-radius: 9.6px;
    background-color: #BA024D;
    border: none;
    padding: 8px 20px;
    margin: 0px 30px;
}
#fringeshourComb .floats50 {
    width: 380px;
}

.resumeCalendar .modifyCalendarDate{

	background: #fff;
	border: 1px solid #D8D5D5;
	border-radius: 7px;
	padding: 5px 15px;
	float: right;
	display:block;
}

#fringeshourComb .calendar_wrap {
    margin: 40px 0px;
    overflow: hidden;
}

#fringeshourComb .calendar_wrap .floats50{
	margin:10px;
}

.modifyCalendarDate .os_t_modify_calendar {
    color: #9B9B9B;
    font-family: "Open Sans";
    font-size: 12.8px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px;

}
.modifyCalendarDate .fa{
	color:#9B9B9B;
}

#productsCombWrapper #continueStep2 .fa, #fringeshourComb #continueStep3 .fa {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin: 0px 10px 0px 0px;
    background: #BA024D;
}
.resumeCalendar {
    padding: 20px 0px 0px 20px;
    text-align: left;
}

.rowFringe {
    overflow: hidden;
}
.fringeroomImg {
    display: inline-block;
    float: left;
    margin: 0px 20px;
}


.resumeCalendar span {
    color: #4a4a4a;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}

.resumeCalendar .selectedDateFringe {
	color:#BA024D;
	text-transform: uppercase;
}

#productsCombWrapper tfoot td, #fringeshourComb tfoot td {
    padding: 30px 0px 10px;
}

#fringeshourComb #fringesDuration #fringeRanges .hours{
	width: 16.2%;
    padding: 4px 10px;
}

#fringeshourComb #fringesDuration{
	text-align: center;
}

#productsCombWrapper .name_entry, #fringeshourComb .name_room {
    display: block;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    font-family: "Open Sans";
    text-transform: capitalize;
    text-align: left;
}

#productsCombWrapper table tr:last-child td, #fringeshourComb table tr:last-child td{
	border-bottom: none;
}

#productsCombWrapper tfoot td, #fringeshourComb tfoot td {
    border-top: 1px solid #e7e7e7;
}

.pricecomb, #priceTotalComb {
    color: #BA024D;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
}

#fringeshourComb #os_t_130 {
    white-space: nowrap;
}

#productsCombWrapper .fa {
    background: #f3f3f3;
    height: 25px;
    width: 25px;
    color: #A6A6A6;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    border-radius: 25px;
    margin: 0px 20px;
    cursor:pointer;
}

.valquantity, #quantityTotalComb, .valquantityRoom {
    color: #494949;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
}

#fringeshourComb .fringeroomImg img{
	width: 70px;
	height:70px;
	border-radius: 5px;
}

#productsCombWrapper .desc_entry, #fringeshourComb .desc_room {
    text-align: left;
    display: block;
    padding: 5px 0px;
    font-size: 15px;
    color: #999999;
    font-family: 'Open Sans';
}


#productsCombWrapper #os_t_24, #fringeshourComb #os_t_129{
	text-align: left;
}


#fringesDuration {
	position: relative;
	z-index: 9999;
	margin: auto;
	display: none;
	/*margin-top: 16px;*/
	padding: 14px;
	transition: box-shadow 0.33s ease-in-out;
}
.boxclicked { box-shadow: 0px 0px 0px white inset, 0 0 45px 0 rgba(178, 0, 68, 0.7); }
.boxclicked2 { text-shadow: 0px 0px 0px white inset, 0 0 15px 0 rgba(0, 0, 0, 1); }

#fringesDuration .hours, #fringesDuration .nohour {
	background: rgba(255,255,255,0.5);
	padding: 4px 17px;
	font-family: 'Open Sans';
	font-weight: 600;
	width: 14.3%;
	margin: 1%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

#fringesDuration .hours.active, #fringesDuration .hours:hover {
	background: rgba(255,255,255,1);
}
#fringesDuration .hours.disabled, #fringesDuration .nohour.disabled {
	background: rgba(0,0,0,0.2);
	cursor: no-drop !important;
}

#fringesDuration .title {
	position: relative;
	display: block;
	padding: 2px 0 8px 0;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #fff;
	text-align: center;
}

#fullway {
	position: relative;
	font-family: 'Open Sans';
	top: 1.250em;
}
#fullway ul li {
	list-style: none;
	display: inline-block;
}

#productsWrapper {
	background: #fff;
	padding: 20px;
	overflow: hidden;
	height: 100%;
	transition: box-shadow 0.33s ease-in-out;
}
.productsWarning {
  display: block;
  background: #ffc1c1;
  color: #ff2323;
  padding: 20px;
  font-family: 'Open Sans';
  font-weight: 400;
}
#productsClosed {
	display: none;
	background: #ffc1c1;
	color: #ff2323;
	padding: 20px;
	font-family: 'Open Sans';
	font-weight: 400;
}
#mCSB_1_container, #mCSB_2_container {
	width: 100% !important;
}
#mCSB_1_container table, #mCSB_2_container table {
	width: 100%;
}

#productsWrapper p {
	margin: 4px 0;
}

.productList {
	padding: 15px 0;
	border-bottom: 1px solid #b7bcc2;
}
.productList:first-child {
	padding-top: 0;
}
.spanStock {
	display: inline-block;
	float: none !important;
	margin: 0px 5px !important;
	background: #eee;
	padding: 1px 8px;
	border-radius: 3px;
	color: #38b507;
	font-size: 1em;
}
.spanStock.low {
	color: #ff2323;
}

.productsLeft {
	float: left;
}
.productsRight {
	float: right;
	padding-top: 8px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.productsRight input {
	font-family: 'Open Sans';
	font-weight: 600;
	width: 30px !important;
}
.productPrice {
	display: inline-block;
	position: relative;
	top: -15px;
	margin-left: 6px;
}
.productsLeft .productName {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px;
}
.productsLeft .productDescription {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11px;
}

.spinnerInput {
	box-shadow: none !important;
}

#summary1, #summary2, #summaryTotal {
	padding: 14px 16px;
}
#summary1 div, #summary2 div, #summaryTotal div {
	display: inline-block;
}
#summaryTotal {
	position: relative;
	font-size: 16px;
	text-align: center;
}
.textIconCircle {
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
	margin-left: 3px;
	margin-right: 9px;
	font-size: 0.90em;
}
#actualroomHtml {
  font-size: 1.415em;
  font-weight: 600;
  margin: 0 0.1em;
}
#step2TotalDiv, #step3TotalDiv {
	position: relative;
	font-size: 1.1em;
}
.totalfee {
  position: absolute;
  display: none;
  width: 100%;
  top: 22px;
  right: 0;
  font-family: 'Open Sans';
  font-size: 0.750em;
  color: #fff;
}
.totalfee2 {
  position: relative;
  display: none;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-size: 0.750em;
  color: #fff;
}
.totalfee3 {
  position: relative;
  display: none;
  margin: 0 auto;
  right: 30px;
  font-family: 'Open Sans';
  font-size: 0.750em;
  color: #000;
}
.totalContainer{
	position: relative;
	width: 100%;
}
#buyStep2{
	margin-top: 20px;
}
#summaryTotal button {
	margin-top: 1em;
}
#summaryTotal button:focus {
	outline: 0;
}
#step3Pay {
	font-size: 1.2em;
}

.iconCircle {
	background: #fff;
	height: 20px;
	width: 20px;
	/* padding-left: 9px; */
	padding: 3px;
	border-radius: 2em;
	text-align: center;
	font-size: 16px;
}
.iconCircleGrey {
	background: #696661;
	color: #fff;
	height: 1.45em;
	width: 1.45em;
	/* padding-left: 9px; */
	padding: 3px;
	border-radius: 30px;
	text-align: center;
	font-size: 1.125em;
	cursor: pointer;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.iconCircleGrey:hover{
	background: #b20044;
}

.buttonWithIcon {
	padding: 6px 8px 8px 8px;
	background: #fff;
	font-family: 'Open Sans';
	font-weight: 700;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.buttonWithIcon i {
	margin-right: 6px;
	font-size: 24px;
	position: relative;
	top: 2px;
}
.buttonWithIcon:hover {
	background: #b20044;
	color: #fff;
	border: 1px solid #fff;
	/*box-shadow: 2px 2px 3px #9e5e0c inset;*/
}
.buttonWithIcon:focus, .buttonWithIcon:active {
	outline: 0;
	background: #b20044;
	color: #fff;
	border: 1px solid #b20044;
	box-shadow: 2px 2px 6px #4d0d0f inset;
}
.displayRight {
	right: 0;
}
#iconCircleDay2 {
	/*width: 220px;*/
	display: inline-block;
}
#productsWrapper2 {
	background: #fff;
	padding: 1.5em;
	overflow: visible;
}
#productsWrapper2 table {
	width: 100%;
	text-align: left;
}
#productsWrapper2 table thead th {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 1em;
	color: #acb1b7;
}
#productsWrapper2 table tbody tr {
	height: 3.5em;
	border-bottom: 1px solid #b7bcc2;
}
#productsWrapper2 table tfoot tr {
	height: 3em;
	font-size: 1.125em !important;
}
#productsWrapper2 table tbody td, #productsWrapper2 table tfoot tr {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 0.9em;
	color: #363c43;
}
#cartPriceSummary {
	position: relative;
	display: block;
	background: #fff;
	height: 3em;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 1.125em !important;
	padding-left: 8.5em;
}

#vendorSelect {
	padding: 4px 8px;
	cursor: pointer;
	width: 245px;
	background: #fafafa;
	margin-top: 30px;
	font-size: 14px;
}

#vendorPass {
	width: 217px;
	padding: 5px 13px;
	margin-top: 8px;
	background: #fff url(../img/lock-form.png) 214px 4px no-repeat;
	border: 1px solid #ccc;
	font-size: 14px;
}
#vendorPass.inputError {
	border: 1px solid #c90000;
	background: #ffd3d3;
}

#bSubmit {
	display: block;
	margin: auto;
	padding: 6px 38px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 22px;
	cursor: pointer;
	background: -moz-linear-gradient(center top,#fff,#cfcfcf) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#cfcfcf));
	background: -o-linear-gradient(bottom,#fff 0,#cfcfcf 100%);
	background: -ms-linear-gradient(bottom,#cfcfcf 0,#fff 100%);
	background: linear-gradient(center top,#fff,#cfcfcf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#cfcfcf');
}
#bSubmit:focus{
	outline: 0;
	background: -moz-linear-gradient(center top,#cfcfcf,#fff) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#cfcfcf),to(#fff));
	background: -o-linear-gradient(bottom,#cfcfcf 0,#fff 100%);
	background: -ms-linear-gradient(bottom,#fff 0,#cfcfcf 100%);
	background: linear-gradient(center top,#cfcfcf,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf',endColorstr='#fff');
}

#pcopyright {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11px;
	margin-top: 70px;
}

#bonePreview {
	background: #d8d6d6 url('../img/watermark.png') no-repeat;
	background-position: 350px -140px;
	padding: 3em 3em 2em 3em;
	border-radius: 10px;
	font-family: 'Montserrat';
}
#imgBarcode {
	position: relative;
	margin-top: -50px;
	float: right;
	/*width: 400px;
	height: 82px;*/
	border: none;
	background: #fff;
	padding: 6px 6px 0 6px;
}
#boneTitle {
	display: block;
	font-size: 1.75em;
	font-family: 'Open Sans';
	font-weight: 700;
	margin: 1em 0 2em 0;
}
#verificationDiv {
	margin: 2em 0 1em 0;
	padding: 0 3em;
	text-align: left;
	font-family: 'Open Sans';
}
#webConditions {
	margin: 2em 0 1em 0;
	padding: 0.5em 3em;
	text-align: justify;
	font-family: 'Open Sans';
}
.pBone {
	padding: 0.6em 0 1em 0;
	text-align: left;
	width: 100%;
	font-size: 1.3em;
}
.fontw600 {
	font-weight: 600;
}
#pDay {
	float: left;
	padding-left: 10px;
	width: 14em;
	text-align: left;
	border-left: 4px solid #444;
	font-size: 1.5em;
}
#pHour {
	float: left;
	padding-left: 10px;
	text-align: left;
	border-left: 4px solid #444;
	font-size: 1.5em;
}
.dottedTop {
	border-top: 1px dotted;
}
.dottedBottom {
	border-bottom: 1px dotted;
}


#tableContainer table tbody tr:first-child {
	background-color: rgba(196, 255, 196, 0.4) !important;
}

#tableContainer table tbody tr:nth-child(odd) {
	 background-color: rgba(150, 150, 150, 0.2);
}
#tableContainer table tbody tr:nth-child(even) {
	 background-color: rgba(20, 20, 20, 0.2);
}

#applyCodeButton{
	background:#b20044;
}


#button_pdf:hover, #send_email:hover{
    color:#b20044;
    border-color:#b20044;
    
}


/* Spinner */
.spinner .add-on{padding:2px}.spinner .add-on a.spin-up,.spinner .add-on a.spin-down{height:10px;display:block;text-align:center;position:relative;color:#999}.spinner .add-on a.spin-up .icon-sort-down,.spinner .add-on a.spin-down .icon-sort-down{position:relative;top:-19px}.spinner .add-on a.spin-up:hover,.spinner .add-on a.spin-down:hover{color:#555}.spinner input{width:4em;text-align:center;padding-top:2px;padding-bottom:2px}
.fa.fa-sort-desc {top: -4px;position: absolute; left:4px;}
/* End Spinner */
.select-style {
	display: inline-block;
	align-items: center;
    padding: 0;
    margin: 0;
    width: 70px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ebe9e5;
    background: #ebe9e5 url("../img/arrow-down.png") no-repeat 90% 50%;
    background-position: 34px 5px
}

.select-style select {
    width: 100%;
    padding-left: 12px;
    padding-top: 9px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Open Sans';
	font-weight: 600;
	font-size: 1em;
    color: #696661;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style select option {
	padding: 4px 0 !important;
}

.select-style select:focus {
    outline: none;
}

/*** glDatepicker ***/
.gldp-flatwhite {
	position: absolute;
	font-family: 'Open Sans';
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
}

.core.border.monyear {
	height: 75px !important;
	line-height: 75px !important;
}

/* Cell border */
.gldp-flatwhite .border {
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 16px !important;
	font-family: 'Open Sans';
	font-weight: 700;
	background: #b20044;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
	color: #fff;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow {
	background: url('../img/arrow-left.png');
	width: 18px;
	height: 27px;
	display: block;
	float: right;
	margin-top: 23px;
}
.gldp-flatwhite .next-arrow {
	background: url('../img/arrow-right.png');
	width: 18px;
	height: 27px;
	display: block;
	float: left;
	margin-top: 23px;
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #000;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #222;
	font-weight: normal;
	cursor: auto !important;
	background: #eee;
	text-transform: uppercase;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: normal;
	color: #696661;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #888;
	background: #fcfcfc;
	font-weight: normal;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #aaa !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background-color: rgba(178, 0, 68,0.5);
	color: #fff !important;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #bbb;
	font-weight: normal;
	cursor: no-drop !important;
	background: #ddd;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 15px;
	border-color: #888;
	background: #b20044;
}

/* Today */
.gldp-flatwhite .today {
	color: #696661;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 15px;
	border-color: #000;
	background-color: rgba(255,255,255,1);
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 15px;
	border-color: #444;
	background: #666;
}

.gldp-flatwhite .prev-arrow:hover {
	background: url('../img/arrow-left.png');
	background-position: 0 -27px;
	width: 18px;
	height: 27px;
	cursor: pointer;
}
.gldp-flatwhite .next-arrow:hover {
	background: url('../img/arrow-right.png');
	background-position: 0 -27px;
	width: 18px;
	height: 27px;
	cursor: pointer;
}

.gldp-flatwhite .monyear:hover{
	cursor: default;
}

/*** fontfaces ***/

@font-face {
  font-family: 'LatoLight';
  src: url('lato/Lato-Light.eot');
  src: local('☺'), url('lato/Lato-Light.ttf') format('truetype'), url('lato/Lato-Light.svg') format('svg'), url('lato/Lato-Light.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'LatoRegular';
  src: url('lato/Lato-Regular.eot');
  src: local('☺'), url('lato/Lato-Regular.ttf') format('truetype'), url('lato/Lato-Regular.svg') format('svg'), url('lato/Lato-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-Regular.eot');
  src: local('☺'), url('montserrat/Montserrat-Regular.ttf') format('truetype'), url('montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*** Safari & Chrome ***/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.select-style select {
	    padding-top: 4px;
	}
	@font-face {
	    font-family: 'Montserrat';
	    src: url('montserrat/Montserrat-Regular.svg') format('svg');
	  }
	}

@media only screen and (max-width: 1028px){
	#wrapper, #wrapper3, #wrapper.big  {
		width: 100%;
		padding: 3em 0;
	} 
	#floatsWrapper, #floatsWrapper.big {
		width: 90%;
	}
	#stepTitle {
		font-size: 2.5em;
		margin: 2em 0;
	}
	#stepState .step{
		position: absolute;
		width: 2em;
		height: 1.5em;
		padding-top: 0.6em;
		z-index: 99;
		border: 2px solid #fff;
		border-radius: 3em;
		margin-top: -0.8em;
		color: #fff;
		font-family: 'Open Sans';
		font-weight: 600;
		font-size: 2em;
	}
	.floats50 {
		display: block;
		float: none;
		margin: 0 auto 30px auto;
		width: 100%;
	}
	.floats50.right {
		margin: auto;
	}
	input[type="checkbox"] {
		margin: 0.2em !important;
		width: 2.5em !important;
		height: 2.5em !important;
	}

	#fringesDuration .title {
		padding: 0.7em 0 1.2em 0;
		font-size: 2em;
	}

	.blockTitle {
		padding: 1em 0;
		font-size: 1.75em;
	}

	.core.border.monyear.title {
		width: 70% !important;
		font-size: 2em !important;
	}

	.core.border.monyear {
		width: 15% !important;
	}

	.core.border.dow, .noday, .special, .today, .mon, .tue, .wed, .thu, .fri, .sat, .sun, .outday, .gldp-flatwhite .selected {
		width: 14.28% !important;
		height: 3em !important;
		line-height: 3em !important;
		font-size: 2em !important;
	}

	#fringesDuration .hours, #fringesDuration .nohour {
		padding: 0.8em;
		font-size: 2.8em;
		width: 23%;
		margin: 1%;
		border-radius: 0.3em;
	}
	.withoutmargin {
	    margin: 20px 0px!important;
	    width: 93%!important;
	}
	
	#resumeCart {
    	width: 100%;
	}

	#fringeshourComb #fringesDuration #fringeRanges .hours {
	    width: 23.2%;
	    padding: 10px 10px;
	}

	#fringesDuration .hours i, #fringesDuration .nohour i {
		margin: 0 0 0.4em 0;
	}
	#productsWrapper p {
		margin: 0.4em 0;
	}
	.productList {
		padding: 3em 0 2em 0;
		border-bottom: 1px solid #b7bcc2;
	}
	.productList:first-child {
		padding-top: 1em;
	}
	.productsLeft .productName {
		font-size: 2em;
	}
	.productsLeft .productDescription {
		font-size: 1.3em;
	}
	.productPrice {
		font-size: 2.4em;
		top: -0.5em;
	}
	.select-style {
		width: 7em;
		margin-top: -0.5em;
		background-position: 3.8em 1.4em;
	}
	.select-style select {
		font-size: 2em;
		height: 2em;
		line-height: 2em;
		padding-left: 0.8em;
	}

	#summaryTotal {
		padding: 0.8em 1em;
	}
	#step2TotalDiv, #step3TotalDiv {
		font-size: 2em;
	}
	.buttonWithIcon {
		font-size: 1.5em;
		padding: 1em 1em 0.9em 1em;
		display: block !important;
		margin: auto;
	}
	#productsWrapper {
		/*height: 38em;*/
	}

	#progress {
		width: 60%;
	}
	#step2 {
		margin-left: 35%;
	}
	#step3 {
		margin-left: 55%;
	}
	#calendarWrapper {
		height: 665px;
	}

	#contactWrapper .container40 {
		width: 100%;
	}
	/*#cpInput {
		width: 40% !important;
	}*/

	#fringeshourComb .floats50 {
	    width: 100%;
	}

	.wayDescription .divWarningVisit {
		display:none;
	}

	.wrongData {
		padding: 1em;
		font-size: 2em;
		line-height: 1.2em;
		margin: 0.3em 0;
	}
	#contactWrapper input[type="text"], #contactWrapper input[type="password"],
	#invoiceproformawrapper input[type="text"] {
		width: 100%;
		padding: 1em;
		font-size: 2em;
		line-height: 2em;
		box-sizing: border-box;
	}
	#contactWrapper select {
		padding: 0.4em 0.85em;
		font-size: 2em;
		line-height: 1em;
		height: 2.85em;
	}
	.checkDisclaimer {
		font-size: 1.4em;
	}

	.resume_fringe{
	    padding: 0;
	    text-align: left;
	    font-size: 14px!important;
	}

	.iconCircle {
		margin: 1em !important;
		height: 2em;
		width: 2em;
		padding: 0.6em;
	}
	.iconCircle i {
		font-size: 2em;
	}
	.textIconCircle {
		top: 0.2em;
		position: relative;
		font-size: 2em;
	}
	.paymentMethods .checkDisclaimer {
		font-size: 1.8em;
	}

	#contactWrapper .right {
		float: none !important;
	}
	.cardWarning {
		font-size: 2em;
	}
	.cardWarningp {
		font-size: 0.9em;
	}
	/*#summary_date, #summary_hour, #summary_entries, #summary_date2, #summary_hour2, #summary_entries2 {
		width: 100%;
	}*/
	#summary1 div, #summary2 div {
		/*font-size: 1.175em;*/
		margin: 0;
		/*height: 2em;*/
	}
	#summary1, #summary2, #summaryTotal {
		padding: 1em 0 3em 0;
	}
	#productsWrapper2 {
		font-size: 2em;
	}
	#cartPriceSummary {
		font-size: 2.455em !important;
		height: 2em;
		padding: 0 !important;
	}
	#productsWrapper2 table thead th {
		font-size: 0.8em;
	}
	.removeFromCart i, .removeFromCart2 i {
		position: relative;
		top: 0.25em;
	}
	#disclaimerText {
		font-size: 2em;
		line-height: 1.5em;
	}
	.spanStock {
		display: inline-block;
		float: none !important;
		margin: 0.3em 0 !important;
		background: #eee;
		padding: 0.3em;
		border-radius: 3px;
		color: #38b507;
		font-size: 1.3em;
	}
	#fullway {
		top: 2.650em;
	}
	.summarygroups .subgroup {
	  display: block;
	  height: 7em;
	  margin: 0.5em 0;
	  line-height: 0.1em;
	}
	.divWarning {
		font-size: 2em;
	}
	.summarygroups .subgroupTitle {
	  font-size: 2.500em !important;
	  padding-top: 1em!important;
	  margin-top: 1em!important;
	  height: 1em!important;
	}
	.subgroup.groupSmall {
	  /* font-size: 0.9em!important; */
	  margin-top: 2em!important;
	  display: block!important;
	  height: 1em!important;
	  color: #fff;
	}
	.floats30{
		width:50%;
		float: none!important;
		text-align: center;
		margin: 0 auto 2em auto !important;
		display: inline-table;
	}
	.floats30.right{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px){
	#logo {
		width: 130px;
    	height: 130px;
	}
	#stepTitle {
		font-size: 2em;
	}
	.paymentMethods .alignRight {
		text-align: left;
	}
	.paymentMethods .width60, .paymentMethods .width40 {
		width: 100%;
	}
	.paymentMethods .left, .paymentMethods .right {
		float: none;
	}
	.paymentMethods .checkDisclaimer {
		font-size: 1.8em;
	}
	#cardPay, #paypalPay {
		margin: 1em 0;
	}
	#buyStep2, #buyStep3 {
		margin: 0.8em 0;
	}
	/*#calendarWrapper {
		height: 426px;
	}*/

	#productsWrapper2 table thead th {
		font-size: 0.6em;
	}
	#productsWrapper2 table tbody td {
		font-size: 0.7em;
	}
}

@media print {
    body {
    	background: none;
    }
    #stepState, #stepTitle, #boneTitle {
    	display: none;
    }
    #wrapper {
    	margin: 0;
    	padding: 0;
    	border: none;
    }
    .notprint {
    	display: none !important;
    }
    #logo_b {
    	display: block;
    }
}
