html{
	padding: 0;
	margin: 0;
}
body{
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 400;
}

a{color:#A98120;text-decoration:none;}
a:hover,a:focus{color:#663403;text-decoration:underline;}

.clear {
	clear: both;
}

.mainColor {
	color: #A98120;
}
.mainBackColor {
	background: #A98120;
}
.mainDarkColor {
	color: #663403;
}
.mainDarkBackColor {
	background: #663403;
}
.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);
}


#logo {
	position: relative;
	margin: 60px auto;
	width: 200px;
	height: 200px;
	text-align: center;
}
#logo_b {
	display: none;
}
#logo img {
	width: 100%;
}
#invoiceproformawrapper{
	margin-top: -1em;
	display: none;
}
#wrapper {display:block;}
#wrapper1 {display:none;}
#wrapper3 {display:none;}
/*#wrapper, #wrapper3, #wrapper1 {
	width: 988px;
	margin: 0 auto 50px auto;
	border-top: 8px solid #A98120;
	box-shadow: 0 0 10px #333;
	text-align: center;
	padding: 50px 10px 40px 10px;
	background: #f6f6f6;
}*/
#wrapper3, #wrapper1, #wrapper2{
	width: 988px;
	margin: 0 auto 50px auto;
	border-top: 8px solid #A98120;
	box-shadow: 0 0 10px #333;
	text-align: center;
	padding: 50px 10px 40px 10px;
	background: #f6f6f6;
}
.shop #wrapper{
	width: 95%;
	max-width: 1500px;
	font-family: 'Open Sans';
	box-shadow: 0 0 10px #333;
}
.shop #floatsWrapper{
	width: 90%;
}

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

#step1 {
	margin-left: 30px;
}
#step2 {
	margin-left: 235px;
}
#step3 {
	margin-left: 444px;
}

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

#shipmentMethods #recalculate-shipcosts{
	display :none;
}

#shipmentMethods #missData3{
	display:none;
}

#summaryTotal  #missData4{
	display:none;
}

.questionswrapper {
	position: relative;
	width: 100%;
}
.topquestions {
	position: absolute;
	width: 136px;
	height: 136px;
	background: url('../../img/alba-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: #A98120;
	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;
}
#stepState .step.done:hover{
	background: #A98120;
	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;
}

.boxshadow {
	box-shadow: 0 0 10px #ccc;
}
.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%;
	background: #fff!important;
	padding: 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: left;
	width: 260px;
	padding: 10px;
	cursor: pointer;
	font-family: 'Open Sans';
	border-radius: 0.5em;
	/*height: 600px;*/
}
.floats30:hover{
	box-shadow: 0 0 10px #A98120;
}
.floats30.right {
	margin-left: 30px;
	float: left;
}
.floats30 img {
	max-width: 100%;/*260px*/
	border-radius: 0.5em;
}
.floats30 h4 {
	font-size: 1.315em;
}
.groupDivision {
	margin-top: 1em;
	font-family: 'Open Sans';
	font-size: 0.950em;
}
.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 #663403;
	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 {
	font-size: 1em;
}
#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;
}
input[type="checkbox"]{
	margin: 0 !important;
	width: 18px !important;
	height: 18px !important;
}
.methodchecks {
	
}
.paymentMethods img {
	padding: 0 6px;
}
#contactWrapper, #invoiceproformawrapper {
	padding: 18px;
	background: #fff;
}
#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 input.large {
	width:93%;
	display: block;
}

.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;
	color: #999;
}

#contactWrapper select option:enabled{
	color: #555;
}

#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;
}
.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;
}
.imgLoading {
	margin: 1em auto;
	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;
}

#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(169, 129, 32, 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;
}

#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: visible;
	height: 305px;
	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: 0 !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;
	margin-left: 4px;
	padding: 3px;
	border-radius: 30px;
	text-align: center;
	font-size: 1.125em;
	cursor: pointer;
	display: none;
}
.iconCircleGrey:hover{
	background: #A98120;
}

.buttonWithIcon {
	padding: 6px 8px 8px 8px;
	background: #fff;
	font-family: 'Open Sans';
	font-weight: 700;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}
.buttonWithIcon i {
	margin-right: 6px;
	font-size: 24px;
	position: relative;
	top: 2px;
}
.buttonWithIcon:hover {
	background: #A98120;
	color: #fff;
	border: 1px solid #fff;
	/*box-shadow: 2px 2px 3px #9e5e0c inset;*/
}
.buttonWithIcon:focus, .buttonWithIcon:active {
	outline: 0;
	background: #A98120;
	color: #fff;
	border: 1px solid #A98120;
	box-shadow: 2px 2px 6px #4d0d0f inset;
}
.displayRight {
	right: 0;
}
#iconCircleDay2 {
	/*width: 220px;*/
	display: inline-block;
}
#productsWrapper2 {
	background: #fff;
	padding: 1.5em;
	overflow: visible;
	height: 12em;
}
#shipmentMethods {
	background: #fff;
	padding: 1.5em;
	overflow: visible;
	display : none;
}
#productsWrapper2 table, #shipmentMethods table{
	width: 100%;
	text-align: left;
}
#productsWrapper2 table thead th, #shipmentMethods table thead th {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 1em;
	color: #acb1b7;
}
#productsWrapper2 table tbody tr, #shipmentMethods table tbodey tr {
	height: 3.5em;
	border-bottom: 1px solid #b7bcc2;
}
#productsWrapper2 table tfoot tr, #shipmentMethods table tfoot tr {
	height: 3em;
	font-size: 1.125em !important;
}
#productsWrapper2 table tbody td, #productsWrapper2 table tfoot tr, #shipmentMethods table tbody td, #shipmentMethods table tbody 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);
}

/* 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: #A98120;
}

/* 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;
}

/* 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(169,129,32,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: #A98120;
}

/* 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;
}

/*** SHOP ***/
.col20{
	float: left;
	width: 20%;
}
.col80{
	float: left;
	width: 80%;
}
.col25{
	float: left;
	width: 25%;
}
.col75{
	float: left;
	width: 75%;
}
.col30{
	float: left;
	width: 30%;
	text-align: left;
}
.col70{
	float: right;
	width: 70%;
}
.block .title_block, .block h4 {
    font: bold 16px/18px "Roboto",sans-serif;
    color: #fff;
    background: #fea92a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea92a',endColorstr='#e89820',GradientType=0 );
    background: -moz-linear-gradient(top,#fea92a 0,#e89820 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fea92a),color-stop(100%,#e89820));
    background: -webkit-linear-gradient(top,#fea92a 0,#e89820 100%);
    background: -o-linear-gradient(top,#fea92a 0,#e89820 100%);
    background: -ms-linear-gradient(top,#fea92a 0,#e89820 100%);
    background: linear-gradient(to bottom,#fea92a 0,#e89820 100%);
    border-bottom: 1px solid #805412;
    text-transform: uppercase;
    padding: 18px 10px 17px 19px;
    margin: 0;
}
.block_content{
	text-align: left;
	background: #fff;
}
#informations{
	margin-top: 18px;
}
.block .block_content > ul {
    margin: 0;
    list-style: none;
    border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;
}
.block .list-block li:first-child {
    border-top: none;
}
.block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4;
}
.block .list-block li a{
    color: #777;
}
.block .list-block li {
    padding: 8px 0 8px 20px;
    border-top: 1px solid #d6d4d4;
}
.m-t-md{
	margin-top: 20px;
}
.col-md-4 {
    width: 31.33333%;
    display: inline-block;
    margin: 0 0.5%;
}
ul{
	list-style: none;
	text-align: left;
}
ul.product_list.tab-pane > li {
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ccc;
}
ul.product_list.grid > li.first-in-line {
    clear: left;
}
ul.product_list.grid > li .product-container {
    border: 1px solid #d6d4d4;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0;
    position: relative;
}
ul.product_list.grid > li .product-container .alert-warning {
    font-size: 13px;
    text-align: left;
}

ul.product_list .product-image-container {
    text-align: center;
    position: relative;
}
ul.product_list .product-image-container div.product_img_link {
    padding: 35px;
    display: block;
}
ul.product_list.grid > li .product-container .right-block {
    padding-left: 19px;
    padding-right: 19px;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ffffff',GradientType=0 );
    background: -moz-linear-gradient(top,#f4f4f4 0,white 34%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(34%,white));
    background: -webkit-linear-gradient(top,#f4f4f4 0,white 34%);
    background: -o-linear-gradient(top,#f4f4f4 0,white 34%);
    background: -ms-linear-gradient(top,#f4f4f4 0,white 34%);
    background: linear-gradient(to bottom,#f4f4f4 0,#ffffff 34%);
}
ul.product_list.grid > li .product-container h5 {
    margin: 0;
    padding: 18px 0 6px;
    min-height: 60px;
}
ul.product_list.grid > li .product-container .product-desc {
    margin-bottom: 6px;
}
ul.product_list.grid > li .product-container .content_price {
    padding-bottom: 7px;
    line-height: 21px;
    text-align: center;
}
ul.product_list.grid >li .product-container .content_stock{
	padding-bottom: 7px;
    line-height: 21px;
    text-align: center;
}

ul.product_list.grid > li .product-container .button-container {
    margin-bottom: 11px;
    text-align: center;
}
ul.product_list.grid > li .product-container {
    border: 1px solid #d6d4d4;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0;
    position: relative;
    border-radius: 4px;
}
ul.product_list.grid > li .product-container:hover {
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button, ul.product_list.grid > li .product-container .button-container span.button, ul.product_list.grid > li .product-container .button-container .lnk_view {
    margin: 6px auto 10px auto;
}
.button.ajax_add_to_cart_button {
    position: relative;
    overflow: hidden;
}
.btn.button, .ajax_add_to_cart_button.button, .ajax_add_to_cart_button.button:focus {
    overflow: hidden;
    padding: 9px 13px;
    font: bold 14px/18px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#363535',GradientType=0 );
    background: -moz-linear-gradient(top,#444444 0,#363535 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(100%,#363535));
    background: -webkit-linear-gradient(top,#444444 0,#363535 100%);
    background: -o-linear-gradient(top,#444444 0,#363535 100%);
    background: -ms-linear-gradient(top,#444444 0,#363535 100%);
    background: linear-gradient(to bottom,#444444 0,#363535 100%);
    border: none;
    border-bottom: 1px solid #805412;
    white-space: normal;
    text-shadow: none;
}
.btn.button:hover, .ajax_add_to_cart_button.button:hover, #search_block_top .btn.button-search:hover {
    background: #fea92a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea92a',endColorstr='#e99920',GradientType=0 );
    background: -moz-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fea92a),color-stop(100%,#e99920));
    background: -webkit-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -o-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -ms-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: linear-gradient(to bottom,#fea92a 0,#e99920 100%);
    border-bottom: 1px solid #121212;
    color: #fff;
}
.ajax_add_to_cart_button.button.disabled:hover {
    background: #efefef;
    border-bottom: 1px solid #121212;
    color: #333;
}
.product-name {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
    margin-bottom: 0;
}
.thumbincart{
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
a.product-name:hover{
	/*color: #F2A025;*/
	color: #333;
	cursor: default;
	text-decoration: none;
}
.right-block h5, .right-block .product-desc{
    text-align: left;
    font-size: 13px;
    font-family: 'Open Sans';
    color: #777;
    min-height: 60px;
}
.price.product-price {
	display: inline-block;
    font: bold 16px/20px "Open Sans",sans-serif;
    color: #333;
}
.availability{
	display: none;
}
/*.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a {
    text-decoration: none !important;
}
.pagination>.active>a, .pagination>li>a:hover, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: #fea92a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea92a',endColorstr='#e99920',GradientType=0 );
    background: -moz-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fea92a),color-stop(100%,#e99920));
    background: -webkit-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -o-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: -ms-linear-gradient(top,#fea92a 0,#e99920 100%);
    background: linear-gradient(to bottom,#fea92a 0,#e99920 100%);
    border-color: #fea92a;
    cursor: pointer;
}*/
#shopcart table tr {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#shopcart table td{
	font-size: 11px;
}
/*#trcarttransport, #trtotal, #trendshop{
	display: none;
}*/
.cartminus, .cartplus{
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 4px;
    font-family: monospace;
}
.thuds{
	width: 52px;
    text-align: center!important;
}
.thsub{
    text-align: right!important;
}
.t-center{
	text-align: center!important;
}
.t-right{
	text-align: right!important;
}
#searchbox{
	margin-bottom: 20px;
}
#search_block_top #searchbox {
    border: none;
    position: relative;
}
#search_block_top .btn.button-search {
    background: #444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#363535',GradientType=0 );
    background: -moz-linear-gradient(top,#444444 0,#363535 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(100%,#363535));
    background: -webkit-linear-gradient(top,#444444 0,#363535 100%);
    background: -o-linear-gradient(top,#444444 0,#363535 100%);
    background: -ms-linear-gradient(top,#444444 0,#363535 100%);
    background: linear-gradient(to bottom,#444444 0,#363535 100%);
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto",sans-serif;
    border-bottom: 1px solid #121212;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 9px 15px 9px;
}
#search_query_top{
	position: relative;
	width: 100%;
	top: 1px;
	display: block;
	margin: 0;
	padding: 7px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
}
#search_block_top .btn.button-search span {
    backface-visibility: hidden;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow:none;
}
.m-0{
    margin: 0!important;
}
.infodiv{
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 12px 20px;
}

#cartShipCosts, #cartSubTotalSummary{
	background: white;
	padding: 0px 0px 15px 0px;
}


#cartShipCosts div, #cartPriceSummary1 div, #cartSubTotalSummary div {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.15em;
    color: #acb1b7;
    display: inline-block;
    width: 70%;
}

#cartShipCosts #ship-costs, #cartPriceSummary1 #totalFinalCart, #cartSubTotalSummary #subtotalFinalCart{
	width: 15%;
    color: #333333;
}

 #cartPriceSummary1{
 	background:white;
 	padding:0px 0px 20px;
}

/*Online Shop*/

html{
	position:relative;
}

#wrapper,#wrapper3, #wrapper1, #wrapper2{
	margin : 0 auto;
	text-align: center;
	background: #f6f6f6;
}

#stepHead{
	background: #ffffff;
	position:relative;
	margin:0;
	display: inline-block;
    width: 100%;
    box-shadow: 0 2px 5px #ccc;
}

#stepHead .stepTitle1 {
	position: relative;
    height: 100%;
    border-top: 8px solid #A98120;
    width: 76.4%;
    display: inline-block;
    float: left;
    font-family: 'Open Sans';
    font-size: 45px;
    color: #abb1b7;
    text-transform: uppercase;
    padding: 34px 56px 22px;
    text-align: left;
    box-sizing: border-box;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: 300;
    text-shadow: 0 0 1px #abb1b7;
}

#stepHead .stepCart1 {
    display: block;
    border-top: 8px solid #000;
    width: 23.6%;
    position:absolute;
    z-index: 1000;
    top:0;
    right: 0;
    
    background: #fff;
}

#stepHead .stepCart1:hover {
    border-top: 8px solid #000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.17);
}

#stepHead .stepCart1.cartClicked{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.17);
	border: 1px solid #E8E7E7;	
    border-top: 8px solid #000;
}
#bodyCart {
    position: relative;
    height: 235px;
    background-color: #FFFFFF;
	padding: 35px 25px;
	margin: 0;
	border-top: 1px solid #E8E7E7;
    border-bottom: 1px solid #e8e7e7;
    display:none;
}

#ajax_endshop {
    background-color: #3B3B3B;
    border-radius: 96px;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: 30px;
    padding: 10px 50px;
}

#ajax_endshop:hover {
    background: #BD9940;
    border: none;
}

#headCart .ion-ios-arrow-down:hover {
    color: #B68F30;
}

#footCart {
    background: #fff;
    margin: 20px auto 40px;
    display: none;
}

#trtotal{
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #BD9940;
	text-align: center;
	text-transform: uppercase;
}

#trtotal span {
    display: block;
    width: 100%;
    text-align: center;
}

#trtotal #shopcarttotal{
	font-family: 'Open Sans';
	font-size: 37px;
	font-weight: bold;
	line-height: 43px;
	color: #3B3B3B;
}


/*#bodyCart .block_content{
	padding: 35px 25px;
}*/

#bodyCart .thumbincart {
    width: 56px;
    height: 82px;
    padding: 12px 8px;
}

.block_content table {
    width: 100%;
}

#shopcart .title_shop{
	display:block;
	margin-left: 15px;
	width:90%;
}

#shopcart .title_shop .title-art_shop {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #000000;
    text-transform:uppercase;
    display:block;
}

.deleteArtCart {
    font-family: Ionicons;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    color: #BD9940;
    left: 0px;
    bottom: 106px;
    display: table;
    background: #fff;
    border-radius: 100% 0%;
    cursor: pointer;
    display: none;
}


/*.blockTitle{
	font-family:'Montserrat';
}

#cartShipCosts div, #cartPriceSummary1 div, #cartSubTotalSummary div {
    font-family: 'Judson';
    font-weight: 600;
    font-size: 1.15em;
    color: #acb1b7;
    display: inline-block;
    text-transform: uppercase;
    width: 70%;
}

.textIconCircle {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-left: 3px;
    margin-right: 9px;
    font-size: 1.0em;
}

#stepTitle {
    margin: 50px auto;
    font-size: 45px;
    color: #abb1b7;
    font-family: 'Montserrat';
    text-shadow: 0 0 1px #abb1b7;
}
.checkDisclaimer {
    font-size: 14px;
    font-family: 'Judson';
    font-weight: 400;
}

#contactWrapper input[type="text"], #contactWrapper input[type="password"], #invoiceproformawrapper input[type="text"] {
    border: 2px solid #e8ebee;
    padding: 8px 12px;
    font-size: 13px;
    font-family: 'Montserrat';
    background: #fff;
    width: 40%;
}

.cardWarningp {
    background: #fff;
    font-family: 'Judson';
    font-weight: 400;
    font-size: 15px;
    padding: 2px 18px 18px 18px;
    text-align: justify;
}

.iconCircleGrey {
    line-height: 1.45em;
}

#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: 'Judson';
    font-weight: 600;
    font-size: 18px;
}

.buttonWithIcon {
    padding: 6px 8px 8px 8px;
    background: #fff;
    font-family: 'Judson';
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.cardWarning {
    display: block;
    height: 38px;
    padding: 18px 18px 0 18px;
    background: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
}

#productsWrapper2 table tbody td, #productsWrapper2 table tfoot tr, #shipmentMethods table tbody td, #shipmentMethods table tbody tr {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.1em;
    color: #363c43;
}*/

.deleteArtCart:before {
    content: "\f128";
}

td.cartitemprice.t-right {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 14px;
    color: #BD9940;
}

#headCart {
    box-sizing: border-box;
    padding: 28px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #bd9940;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}

.lightbox_article, #logo {
    cursor: pointer;
}

#headCart .ion-bag{
	font-family: Ionicons;
	font-size: 42px;
	font-weight: 500;
	line-height: 46px;
	color: #BD9940;
}

#headCart .ion-bag:before {
    content: "\f110";
}

#headCart .ion-ios-arrow-down{
	font-family: Ionicons;
    font-size: 30px;
    line-height: 40px;
    color: #A1A0A1;
    vertical-align: top;
    display: none;
}

#headCart .ion-ios-arrow-down.closed:before{
	content: "\f3d0";
}

.infodiv {
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    color: #818182;
    border: none;
    border-radius: 0px;
}

.infodiv h3 {
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #BD9940;
    text-transform: uppercase;
}

#headCart .ion-ios-arrow-down.opened:before{
	content:"\f3d8";
}

#headCart #shopcartuds {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    position: relative;
    right: 50%;
    bottom: 5px;
}

#headCart .fa.fa-circle {
    position: relative;
    right: 23%;
    top: 8px;
    font-size: 28px;
}

#titleCart{
	padding-right: 3%;
	vertical-align: super;
}


.title_shop span {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 14px;
    color: #BD9940;
    padding-top: 10px;
}


.iconBag{
	display: inline-block;
	vertical-align: text-bottom;
}


.shop #floatsWrapper {
    width: 93%;
    margin: 60px auto 0px;
}

#product-container{
	border:none;
	box-shadow:none;
	border-radius: 0px;
}

#product-container .left-block .product_img_link{
	padding:20px;
}

#product-container .right-block{
	background: #ffffff;
    border-top: 3px solid #f5f5f5;
    height:250px;
}

#product-container .product-name{
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 20px;
	color: #666;
	display: table;
    width: 100%;
	margin-top: 10px;
	height: 40%;
}

#product-container .product-price{
	display: table;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	color: #BD9940;
	width: 100%;
	height: 15%;
}

#product-container .product_category {
    font-family: Judson;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 12px;
    color: #A1A0A1;
    width: 100%;
    display: table;
    height: 5%;
    margin-top: 10%;
}

#product-container .button-container {
    width: 100%;
    display: table;
}

#product-container a.button.ajax_add_to_cart_button {
    background: #BD9940;
    border-radius: 80px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    color: #FFFFFF;
    border: none;
    height: 20%;
    letter-spacing: 0.1em;
    padding: 9px 20px;
}

#blocknewproducts{
	margin:0px;
}

.block{
	margin: 0px 12% 0px 0px;
}
.col-md-3 {
    width: 23.5%;
    display: inline-block;
    margin: 0 0.8%;
}

.first_art.col-md-3 {
	margin: 0 0.5% 0 0;
} 
.last_art.col-md-3{
	margin: 0 0 0 0.5%;
}

.product-image-container img{
	height:192px;
	width: auto;
}

.pagination {
	display:inline-block;
    float: right;
    padding: 0px 15px 40px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    margin: 0px 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #B0ADB2;
    font-family: 'Open Sans';
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    position: relative;
    border-radius: 50%;
}

.pagination li.active a{
	background-color: #B68F30;
}

.pagination li a:hover {
    text-decoration: none;
    background-color: #3B3B3B;
}


#search_block_top #search_query_top {
    background-color: #ffffff;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 1px;
    color: #828183;
    box-shadow: 0 0 10px #ccc;
}



#dropdown-sum.dropdown-opened:before{
	content:'-';
}
#dropdown-sum.dropdown-closed:before{
	content:'+';
}

#categories .title_block {
    background: none;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #A07610;
    text-align: left;
    padding: 0px;
    border: none;
}

#categories .block_content {
    background: none;
}

#categories li, #categories h2{
	cursor:pointer;
}

#categories #browser {
    background: none;
    border: none;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1px;
    color: #3B3B3B;
}

#categories {
    padding-bottom: 45px;
    border-bottom: 1px solid #dadada;
}

#shop-message-error{
	width: 80%;
    text-align: center;
    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;
}



#brief_article {
    width: 75%;
    height: 800px;
    margin: 0px auto;
    background: #fff;
    z-index: 1000;
    position: relative;
    top: -40px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border: 1px solid #BAB7B7;
    display: none;
}

.black_overlay{
	display: none;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: black;
	z-index:999;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
	overflow:hidden;
}
 
.white_content {
	width: 75%;
    height: 600px;
    margin: 0px auto;
    background: #fff;
    z-index: 1000;
    position: relative;
    top: -40px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border: 1px solid #BAB7B7;
    display: none;
}

.col50.colLeft {
    top: 0;
    left: 0;
    border-right: 1px solid #BAB7B7;
}

.col50 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.col50.colRight {
    top: 0;
    right: 0;
}

#brief_title {
    position: relative;
    display: table;
    margin: 90px auto 0px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #000000;
    text-transform: uppercase;
    width: 80%;
}

#brief_description {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    color: #818182;
    width: 80%;
    margin: 0px auto 25px;
    padding-bottom: 50px;
    text-align: justify;
    border-bottom: 1px solid #E1DFDF;
    height: 25%;
}

#categories .title_block.all-categories:hover {
    text-decoration: underline;
}

#browser li span:hover {
    color: #A07610;
}
#product-container a.button.ajax_add_to_cart_button:hover {
    background: #3B3B3B;
}

#brief_main_pic_container {
    height: 400px;
    width: 100%;
    margin: 20% auto;
    line-height: 400px;
    vertical-align: middle;
}

.brief-container-stock {
    width: 80%;
    background-color: rgba(255, 252, 181, 0.4);
    font-size: 12px;
    font-family: 'Open Sans';
    color: #948309;
    padding: 8px 18px;
    border: 1px solid #C7CB13;
    border-radius: 4px;
    text-align: center;
    display:none;
}

.brief_main_pic {
    max-width: 75%;
    max-height: 100%;
}

#brief_footer .button.ajax_add_to_cart_button.btn.btn-default:hover {
    background: #BD9940;
    border: none;
}


.brief-icon-close:before{
    content: '\f404';
}

.brief-icon-close {
    font-family: Ionicons;
    font-size: 50px;
    font-weight: 500;
    line-height: 54px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 30px;
}



input#quantity_num::-webkit-outer-spin-button,
input#quantity_num::-webkit-inner-spin-button {
   
    -webkit-appearance: none;
    margin: 0; 
}

input#quantity_num {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
    color: #000000;
    text-align: center;
    background: #ffffff;
    border: 1px solid #BAB7B7;
    border-radius: 2px;
    -webkit-appearance: none;
}

#brief_footer {
    width: 70%;
    display: table;
    position: relative;
    margin: 0 auto;
}

.quantity_container {
    display: inline-block;
    float: left;
}

.quantity_label {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #818182;
    display: block;
}

#quantity_num {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.content_stock{
	display:none;
}

#brief_footer .button-container {
    display: inline-block;
    line-height: 95px;
    vertical-align: bottom;
}

#brief_footer .button.ajax_add_to_cart_button.btn.btn-default {
    background-color: #3B3B3B;
    border-radius: 96px;
    padding: 15px 30px;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: inline-block;
}

#brief_price {
    font-family: 'Open Sans';
    font-size: 37px;
    font-weight: bold;
    line-height: 43px;
    color: #BD9940;
    margin: 10px auto 20px;
    width: 80%;
    text-align: left;
    display: table;
    position: relative;
}

#product-container.product-disable:before {
    content: "";
    position: absolute;
    line-height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #B0ADB2;
    background-color: rgba(176, 173, 178, 0.5);
}

.banner_img_link.banner-disable:hover:before{
	content:'';
}

.banner_img_link.banner-disable .span-stockless {
    background: #d85659;
    border-radius: 13.6px;
    padding: 5px 15px;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin: 0px;
    text-transform: uppercase;
}

#product-container.product-disable .button.ajax_add_to_cart_button.btn.btn-default {
    background: #ff0000;
}

ul.noshow {
    display: none;
}

ul.show{
	display:block;
}

#browser li {
    margin-top: 20px;
}

#banners-articles {
    margin-top: 50px;
    width: 100%;
    display: block;
}

.banner_img_link a {
    width: 100%;
    display: block;
}

.banner_img_link img {
    width: 100%;
    height: 220px;

}

.banner_img_link {
    height: 220px;
	background: linear-gradient(179.47deg, rgba(0,0,0,0) 0%, #000000 100%);
}

.banner_img_link:hover {
    background-color: rgba(59,59,59,0.5);
}
.banner_img_link:hover:before {
    font-family: Ionicons;
    font-size: 77px;
    font-weight: 500;
    color: #FFFFFF;
    content: "\f489";
    position: absolute;
    line-height: 100%;
    margin: 72px 130px;
}

.banner_img_link.banner-disable{
    background: rgba(176, 173, 178, 0.5);
}

.left-block.lightbox_article:hover:before {
    font-family: Ionicons;
    font-size: 77px;
    font-weight: 500;
    color: #fff;
    content: "\f489";
    position: absolute;
    line-height: 100%;
    margin: 78px 104px;
    z-index: 1;
}
.left-block.lightbox_article:hover:after {
    content: "";
    position: absolute;
    line-height: 100%;
    z-index: 1;
    background: rgba(59,59,59,0.5);
    width: 100%;
    top: 0;
    height: 233px;
}
.banner_title {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #FFFFFF;
    position: relative;
    top: 70%;
    left: 0px;
    display: table;
    width: 90%;
    text-align: left;
    margin: 0px auto;
    text-transform: uppercase;
}

.banner_price {
    background-color: #B68F30;
    border-radius: 13.6px;
    padding: 5px 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    color: #FFFFFF;
}

.banner-price-div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    top: 30%;
}

#banners-articles ul {
    margin: 0px;
}

#banners-articles li{
	margin-bottom: 45px;
}

#imgCredits img {
    margin: 40px 25px 0px;
    width: 81px;
    height: 48px;
}

#footer{
	text-align: center;
	margin: 50px 0px 80px;
}

#footer #linksinfo {
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

#linksinfo ul{
	margin:0px;
}

#linksinfo li {
    display: inline-block;
    text-align: center;
    
}
#linksinfo li:before{
	content:'|';
}
#linksinfo li:first-child:before{
	content: '';
}
#linksinfo li a{
	font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #B68F30;
}

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


/*** 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, #wrapper2, #wrapper3, #wrapper1 {
		width: 100%;
		/*padding: 3em 0;*/
	}
	#floatsWrapper {
		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: 20%;
		margin: 1%;
		border-radius: 0.3em;
	}
	#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: 90%;
	}
	#step2 {
		margin-left: 41%;
	}
	#step3 {
		margin-left: 77%;
	}
	#calendarWrapper {
		height: 665px;
	}

	#contactWrapper .container40 {
		width: 100%;
	}
	/*#cpInput {
		width: 40% !important;
	}*/
	.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"], #contactWrapper input.large {
		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;
		color: #909;
	}
	.checkDisclaimer {
		font-size: 1.4em;
	}
	.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, #shipmentMethods{
		font-size: 2em;
	}
	#cartPriceSummary {
		font-size: 2.455em !important;
		height: 2em;
		padding: 0 !important;
	}
	#productsWrapper2 table thead th, #shipmentMethods 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:80%;
		float: none!important;
		text-align: center;
		margin: 0 auto 2em auto !important;
	}
	.floats30.right{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px){
	#logo {
		width: 170px;
		height: 170px;
	}
	#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, #shipmentMethods table thead th{
		font-size: 0.6em;
	}
	#productsWrapper2 table tbody td, #shipmentMethods table thead 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;
    }
}