.contentmain{
	width:80%;
	margin:0 auto!important;
	color:black;

}

.halfleft{
	display:inline-block;
	float:left;
	width:40%;
	margin:0 auto;
}

.halfright{
	width:40%;
	display:inline-block;
	float:right;
	margin:0 auto;
}

.inputform{
	padding:10px;
	width:100%;
	color:#9B9193;
	text-transform:uppercase;
}

.inputform:focus{
	border-color:#dea43e;
}

.contactcomplete{
	color:green;
}

/*HOVER EFFECT*/
.snip1273 {
  font-family:Raleway!important;
  position: relative;
  float: left;
  margin: 10px 1%;
  min-width: 250px -60px;
  max-width: 250px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-family:Raleway!important;
}
.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
  color:#dea43e;
}
.snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size:20px;
}
.snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}

.halfbutton{
	display:inline-block;
	margin:0 auto;
	padding-left: 210px
}

@media (max-width: 500px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}
@media (min-width:500px){
	.mobile-onlydan{
		display:none!important;
	}
}

.halffull{
	width:100%;
	color:black;
	
}

.center {
    margin: auto;
    width: 60%;
    padding: 10px;

}

.wrapper {
    text-align: center;
}

.middlejor {
    vertical-align: text-top;
}

.button {
    background-color: #f4c274;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

 ul#otis {
 list-style-type: none;
 }

 .eltd-mobile-header .eltd-mobile-menu-opener .eltd-mobile-opener-icon-holder {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

@media screen and (max-width: 1475px){
  .eltd-main-menu>ul>li>a span.item_inner {
    display: inline-block;
    padding: 0px 8px!important;
    -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    -moz-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
}
}

.price-font-size{
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 769px){
  .price-font-size{
    font-size: 13px;
    text-align: center;
  }
}

table td {
  padding: 5px 5px!important;
}

.mothers-day-banner{
  width: 50%; 
  margin-top: 10px;
}

@media screen and (max-width: 768px){
  .mothers-day-banner{
    width: 100%; 
    margin-top: 10px;
  }
}