.button {
  background-color: #AB192D;
  /* red */
}
.btn-primary {
  padding: 8px 8px;
}
.cimm_productHead h2{
  color:#444d69;
}
.cimm_placeHolder_Top{
  background:#bfae7f;
  padding:20px 0px;
  text-align:center;
}
.cimm_placeHolder_Top h3, .cimm_placeHolder_Top p{
  color:#fff;
}
.cimm_placeHolder_Top p{
  padding:0 10px;
}
.cimm_placeHolder_Top h3{
  margin-bottom:10px;
}
.cimm_welcomeNote{
  color:#878787;
  text-align:center;
}
.cimm_placeHolder_Bottom img{
  width:100%;
}
.cimm_HomepageSliderWrap{
  height:382px;
  margin-bottom:30px;
}
.cimm_HomepageSliderWrap img{
  top:0px !important;
}
.cimm_HomepageSliderWrap{
  color:#ffffff !important;
  font-weight:bold;
}
.cimm_HomepageSliderWrap .jssorb01{
  top:170px !important;
  bottom:0 !important;
}
.cimm_placeHolder{
  margin:0 10px;
}
.mainHeading{
  color:#444d69;
  margin-top:20px;
  padding-bottom:5px;
}
.subHeading{
  margin:20px 0 20px 0;
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
.paraBold{
  font-weight:bold;
  margin:0 0 20px 0;
  background-color:#f2efe5;
  color:#444d69;
  padding:10px;
}
.paragrapghtext{
  margin:10px 0;
}
.paraWrap p a img{
  float:left;
  margin-right:20px;
}
.paraWrap p a{
  display:block;
}
.leadershipWrap{
  margin-top:20px;
}
.imgWrap{
  margin-right:20px;
  border:1px solid #ccc;
  padding:10px;
}
.imgDiv{
  padding-left:20px!important;
}
.imgWrap a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.imgWrap a{
  display:block;
  overflow:hidden;
}
.imgWrap a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
.listBlock h3{
  margin:20px 0 10px 0;
}
.listBlock ul{
  padding-left:15px;
}
.listBlock ul li{
  list-style:disc;
  padding-bottom:5px;
}
.subheading2{
  color:#000038;
  font-size:14px;
  margin-bottom:10px;
}
button.accordion{
  background-color:#eee;
  color:#444;
  cursor:pointer;
  padding:18px;
  width:100%;
  text-align:left;
  border:none;
  outline:none;
  transition:0.4s;
}
button.accordion.active, button.accordion:hover{
  background-color:#ddd;
}
/*div.panel{
padding:0 18px;
background-color:white;
display:none;
}
div.panel.show{
display:block;
}*/
.marginTop{
  margin-top:20px;
}
.accordion{
  margin-bottom:1px;
  background-color:#444d69!important;
  padding:10px 5px!important;
}
.panel{
  padding:10px!important;
  margin-bottom:1px!important;
}
.panel ul{
  padding-left:20px;
}
.panel ul li{
  padding:3px;
  list-style-type:disc;
}
.DiSp_bttns{
  width:100%;
  box-shadow:none !important;
  margin-bottom:40px!important;
}
.DiSp_bttns > .DiSp_applyOnlineBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  margin-right:10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn:hover, .DiSp_bttns > .DiSp_applyOnlineBtn:hover{
  background:#565f65!important;
}
.staticFormWrap{
  margin-top:20px;
}
.fullStaticBG{
  width:600px;
  background-color:#f2efe5;
  padding:20px;
}
.forms .Validate-String, .forms .Validate-email{
  width:100%;
}
.forms > ul > li > label > span{
  color:#F00;
}
.DiSP_txtBox{
  width:400px!important;
  height:40px!important;
  padding:5px!important;
  border:1px solid #878787!important;
  border-radius:5px!important;
}
.DiSP_form{
  margin-top:20px!important;
  background-color:#f2efe5;
  padding:20px;
  width:1000px;
  margin:0 auto!important;
}
.DiSP_form input[type="text"]{
  padding:0 10px;
  width:94%;
  margin-right:3%;
}
.selectInDropDown1{
  width:94%;
  margin-right:3%;
}
.Disp_button{
  padding:5px;
  background:#444d69;
  color:#fff;
  text-align:center;
  font-size:19px;
  text-transform:uppercase;
  border:2px solid #fff;
  height:40px;
  width:180px;
  margin-top:35px;
  margin-bottom:60px;
  float:right;
}
.DiSp_invImg{
  margin-right:15px;
}
.sideHeading{
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
ul.listimg li{
  float:left;
  width:30%;
  padding:18px;
  margin-right:2%;
}
.listimg a{
  display:block;
  overflow:hidden;
}
.listimg li a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.listimg li a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
ul.DiSp_invent li i{
  color:#444d69;
  margin-right:10px;
}
ul.DiSp_invent li{
  line-height:30px;
}
#cimm_headingbg h3{
  color:#444d69;
  font-size:30px;
}
.cimm_top{
  margin-top:20px;
}
#cimm_headingbg{
  background:rgba(191, 174, 127, 0.42);
  ;
  text-align:center;
  padding:30px;
  width:100%;
  height:100px;
  float:left;
}
.cimm_para{
  margin:0 auto!important;
  float:none!important;
  width:70%!important;
}
.cimm_SubTitles h5{
  color:#444d69;
  font-size:17px;
  text-align:center;
}
ul.cimm_listitems li{
  line-height:25px;
  font-size:16px;
  list-style-type:disc;
  margin-left:17px;
}
.cimm_TabBlock:hover, .cimm_TabBlock_img:hover{
  background:rgba(228, 221, 201, 0.12);
}
.cimm_TabBlock, .cimm_TabBlock_img{
  padding:15px;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.cimm_banner{
  overflow:hidden;
}
h1.cimm_bannertxt{
  color:rgb(164, 135, 67);
  position:absolute;
  left:0px;
  width:100%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:50px;
  top:32px;
  text-align:right;
}
.cimm_bannerpara{
  color:#fff;
  position:absolute;
  width:45%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:16px;
  top:111px;
  right:0;
  float:right;
  text-align:right;
}
.cimm_middlecontent{
  height:auto;
  line-height:25px;
  width:80%!important;
  float:none!important;
  background:rgba(200, 204, 217, 0.109804);
  margin:0px auto !important;
}
.cimm_middlecontent h3{
  margin:0 auto;
  width:85%;
  line-height:75px;
  font-size:26px;
  color:#444d69;
}
.cimm_midpart{
  margin:0 auto;
  width:85%;
}
.cimm_midpart i{
  font-size:25px;
  color:#444d69;
}
.cimm_midpart span{
  font-size:16px;
  line-height:26px;
}
#cimm_head{
  font-weight:bold;
  font-size:17px;
  margin-right:10px;
}
.cimm_imgbgcenter{
  margin:0 auto!important;
  width:80%!important;
  float:none!important;
  background:#f9fafb;
  padding:0 2px!important;
}
.cimm_imgbgcenter img{
  background:#444d69;
  border-radius:60%;
  display:block;
  padding:12px;
  margin:0 10px;
}
.cimm_imghead{
  color:#444d69;
}
.cimm_left{
  margin-top:20px;
}
.cimm_img:hover{
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.Static_columnImage{
  width:45%;
  margin:0 auto;
}
.cimm_frstleft{
  padding:15px!important;
}
.cimm_frstright{
  width:30%!important;
  padding:15px!important;
}
.cimm_frstleft h4{
  font-size:26px;
  color:#444d69;
  font-weight:bold;
  text-transform:lowercase;
}
.cimm_frstleft p{
  font-size:16px;
  line-height:26px;
}
ul.cimm_lists li{
  line-height:26px;
  margin-left:10px;
}
.cimm_frstright h4{
  font-size:18px;
  margin-bottom:7px;
}
.cimm_lists i{
  font-size:14px;
  padding-right:10px;
  color:#444d69;
}
.cimm_middlecontent p{
  line-height:25px;
}
.cimm_clipart{
  padding:15px!important;
}
.cimm_clipart img{
  float:left;
  display:block;
  margin-right:10px;
}
.cimm_clipart p{
  font-size:16px;
  line-height:26px;
}
.cimm_leftcontent{
  padding:20px!important;
  width:30%!important;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px;
  margin:5px;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px!important;
  margin:12px;
  float:right!important;
  width:25%!important;
  font-style:italic;
  font-weight:bold;
}
.cimm_imgleft{
  margin-right:20px;
  width:40%!important;
}
p.DiSp_paragrapghText{
  margin-top:15px;
}
ul.DiSp_liststyle{
  margin-left:21px;
  width:250px;
  float:left;
}
ul.DiSp_liststyle li{
  padding:10px;
  border-bottom:1px solid #f2efe5 !important;
}
.DiSp_border{
  padding:22px !important;
  border:1px solid #f2efe5;
}
i.fa.fa-arrow-right{
  color:#444d69;
}
.DiSp_Heading_bg{
  background:#444d69;
  width:6px;
  position:relative;
  height:60px;
  margin-bottom:10px;
  margin-top:20px;
}
.DiSp_Main_heading{
  padding:3px 10px;
  color:#444d69;
  position:absolute;
  width:232px;
  margin-left:10px;
  height:50px;
}
.DiSp_Heading_bg p{
  width:250px;
  position:absolute;
  padding:34px 20px;
}
.DiSp_Static_Image{
  float:left;
  width:45%;
  margin-right:5%;
}
.DiSp_static_content{
  float:left;
  width:45%;
  margin:20px 0px;
}
a.DiSp_Static_more{
  color:#444d69;
}
.DiSp_static_content hr{
  margin:30px 0px;
  border:none;
  height:1px;
  background:#f2efe5;
}
.clear{
  clear:both;
}
a.DiSp_Static_more:hover{
  border-bottom:1px dotted #bfae7f;
}
.colelem{
  display:inline;
  float:left;
  clear:both;
}
.DiSp_Static_columnImage{
  width:45%;
  margin:0 auto;
}
.DiSp_columnText{
  margin-top:15px;
  text-align:center;
  padding:10px;
}
.DiSp_Static_columnHeading{
  text-align:center;
  margin-top:20px;
}
.DiSp_threeBlocks{
  margin:0 1%;
  border-top:5px solid #444d69;
  width:31.33% !important;
}
.column1, .column2, .column3{
  width:22%!important;
  margin-right:2%;
  float:left;
  padding:0 10px;
}
.column1{
  margin-left:3%;
}
.column4{
  width:22%!important;
  margin-right:3%;
  float:left;
  padding:0 10px;
}
.outerWrap{
  padding:40px 20px 20px 20px;
  background-color:#444d69;
}
.outerWrap ul li{
  float:left;
  width:23.5%;
  margin-right:2%;
  list-style-type:none;
}
.outerWrap ul li:last-child{
  margin-right:0;
}
.titleWrap{
  position:relative;
  top:0;
  left:10px;
  background-color:#bfae7f;
  padding:10px 20px;
}
.outerWrap{
  position:absolute;
  margin-top:20px;
}
.flip{
  color:#000!important;
}
.flip i{
  display:inline;
  float:right;
  font-size:23px;
  color:#fff;
  font-weight:bold;
}
.flip a{
  padding:5px;
  background-color:#444d69!important;
  border:1px solid;
  border-color:#fff;
  border-bottom-color:#aaa;
  font-weight:bold;
  display:block;
  font-size:16px;
  line-height:32px;
  padding:5px 10px;
  text-decoration:none;
  color:#fff;
}
.DiSp_panel{
  padding:0px 25px;
  background-color:rgb(255, 255, 255);
  border:1px solid rgb(204, 204, 204);
  display:block;
  color:#000;
}
.redStar{
  color:#f00;
}
.inputWrap{
  margin-top:20px;
}
.DiSP_form label{
  display:block;
}
.DiSP_form textarea{
  width:930px;
  height:100px;
  border:1px solid #bfae7f;
}
.formWrap{
  margin-top:20px;
}
.bttnWrap{
  width:1000px;
  margin:0 auto!important;
}
.bttnWrap input[type="submit"]{
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:11px 30px!important;
  float:right;
  margin-top:20px;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.pressWrap h3{
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}
.pressWrap p{
  text-align:justify;
}
.NewsWrap{
  padding:20px 30px!important;
}
.NewsWrap h4 a{
  color:#444d69;
  text-decoration:underline;
}
.NewsWrap h4 a:hover{
  text-decoration:none;
}
.NewsWrap span a{
  color:#bfae7f;
}
.NewsWrap span a:hover{
  text-decoration:underline;
}
.DiSP_aboutUsDescp img{
  float:left;
  padding:0 20px 20px 0;
}
.DiSP_aboutUsDescp{
  margin-top:20px;
}
.aboutUsList ul li{
  list-style-type:disc;
  padding:3px 0;
}
.aboutUsList ul{
  padding-left:20px;
}
.aboutUsList h5{
  margin:20px 0;
}
.aboutDescp1 h4{
  color:#444d69;
  margin:20px 0 0 0;
}
.homePageContainer {
  max-width: 1170px;
  margin: auto !important;
}
.abeHotByeBg {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/craft-bg.jpg);
  height: 400px;
  width: 100vw;
  position: absolute;
}
.abeHotByeBg:before {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/WhiteAbeBg.png) no-repeat;
  position: absolute;
  height: 400px;
  width: 100vw;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
}
.findRentalBg {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/Blackboard.jpg);
  background-repeat: repeat;
}
.shopDepartmentBlk {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/bgRectangle.png);
}
.shopDepartmentBlk .homePageContainer {
  margin: 30px auto 0 auto !important;
}
.gardenBgBlk {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/wood-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: 0 21%;
}
.craftBgBlk {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/craft-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: 0 21%;
}
.featureBrandsBlk {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/prh-craft.jpg) no-repeat;
  height: 215px;
  background-size: cover;
  background-position: 0 41%;
}
.gardenBgBlk .homePageContainer {
  margin: 20px auto !important;
}
@media (min-width: 1200px){
  .shopDepartmentBlk .cimm_sliderWrap ul li {
    width: 31%;
    float: left;
    margin: 0 35px 20px 0;
  }
}
@media (max-width: 768px){
  .shopDepartmentBlk .cimm_sliderWrap ul li {
    width: 50%;
    float: left;
    margin: 0 35px 20px 0;
  }
.Widget_slideJssor .captionOrange a.btn-primary {
  font-size:22px!important;
}
}
@media (max-width: 480px) and (min-width: 320px) {
  .Widget_slideJssor .captionOrange {
    left: 52% !important;
    top: 28% !important;
    width: 470px !important;
    padding: 0px 20px 36px!important;
  }
.Widget_slideJssor .captionOrange h1 {
  font-size: 35px!important;
}
.Widget_slideJssor .captionOrange p {
  font-size: 24px!important;
  margin-top: 10px!important;
  line-height: 30px!important;
}
.Widget_slideJssor .captionOrange a.btn-primary {
  font-size:16px!important;
  padding: 16px 26px!important;
}
}
.shopDepartmentBlk .cimm_sliderWrap ul li:nth-child(3n) {
  margin: 0 0 20px 0
}
.shopDepartmentBlk .cimm_slideItemImg img {
  width: 100%;
}
.shopDepartmentBlk .cimm_slideItemDesp {
  padding: 8px 0 0;
}
.shopDepartmentBlk .cimm_slideItemDesp ul li {
  width: 100%;
  margin: 0;
  text-align: center;
}
.shopDepartmentBlk .cimm_slideItemDesp ul li .productTitle {
  font-family: SerifaBol;
  color: #585858;
  font-weight: normal;
  text-transform: uppercase;
}
.shopDepartmentBlk .cimm_slideItemDesp ul li h5 {
  font-size: 18px;
}
.shopDepartmentBlk .cimm_slideItemDesp ul li h5 a {
  color: #585858;
}
.shopDepartmentBlk .row .homePageContainer, .shopDepartmentBlk .row .homePageContainer .marginY-3 {
  margin-top: 0 !important;
}
.shopDepartmentBlk .cimm_sliderWrap h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #ab192d;
}
.featureBrandsBlk .cimm_sliderWrap .cimm_CaroBlockTitle label {
  font-weight: 600;
  font-family: Brandon Grotesque;
  font-size: 24px;
  letter-spacing: 0;
  color: #332617;
  text-transform: none;
}
.captionOrange {
  left: 23% !important;
  top: 35% !important;
  width: 54% !important;
  padding:20px;
  /*height: 30% !important;*/
  background: rgba(0,0,0,0.5);
  display: table;
  text-align: center;
}
.captionOrange h1 {
  color: #fff;
  text-transform: uppercase;
}
.captionOrange p {
  color: #f5f5f5;
  font-size: 24px;
  margin: 25px 0 50px 0;
}
.captionOrange a.button {
  padding: 12px 25px;
  font-family: SerifaBol;
  letter-spacing: 1px;
}
.rentalBtnBlk .button, .partyBtnBlk .button {
  position: absolute;
  top: 95px;
  padding: 10px 30px;
  font-family: SerifaBol;
  letter-spacing: 1px;
  background: #d0d0ce;
  color: #000;
}
.rentalBtnBlk .button:hover, a.button:hover, .circularBlk .button:hover, .partyBtnBlk .button:hover, a.button:hover, .circularBlk .button:hover  {
  color: #fff;
}
.circularBlk .button {
  position: absolute;
  bottom: 35px;
  left: 30%;
  padding: 10px 30px;
  font-family: SerifaBol;
  letter-spacing: 1px;
  background: #d0d0ce;
  color: #000;
}
.gardenBtnBlk .button {
  position: absolute;
  bottom: 12%;
  left: 28%;
  padding: 15px 20px;
  font-family: SerifaBol;
  letter-spacing: 1px;
}
/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
/******hover effect******/
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin:15px 0;
  width:100%;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay, .hovereffect:active .overlay {
  background-color: rgba(171, 25, 45, 0.4);
}
.hovereffect img {
  display: block;
  position: relative;
  margin:auto;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 36px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.0);
  text-shadow: 2px 2px 2px #000;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.textover h2{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px #000;
}
.hovereffect:hover h2, .hovereffect:active h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: 0;
  padding: 40px 60px;
}
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
/******hover end******/
.screw{
  list-style: square inside url("/ASSETS/IMAGES/CMS/STATIC_IMAGES/screw.png");
}
.screw ul{
  padding-left:20px;
}
.cimm_staticPageWrap>.container {
  /*box-shadow: 0 12px 12px 0 #9e9a9a;
  padding:0 60px 40px;
  padding-bottom: 40px;*/
  background-color:#fff;
}
.abe-hero{
  margin: 0px -40px 30px;
}
.cimm_bodyContentWrap {
  background-color: #e8e4de;
}
.cimm_bodyContentWrap>.container {
  background-color:#fff;
}
.cimm_sliderWrap ul{
  list-style-type: none;
}
.todo{
  margin:20px -15px;
  background-color:#404040;
  color:#fff;
  list-style: square inside url("/ASSETS/IMAGES/CMS/STATIC_IMAGES/screw-white.png");
  padding:10px 10px 30px;
}
#mycanvas ul:not(.slick-slider) li:before, .cimm_staticPageWrap ul:not(.slick-slider) li:before {
  display: none !important;
}
.corkboard{
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/cork.jpg');
  border:solid 10px;
  margin:10px -20px;
}
.note {
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  padding:16px;
  margin: 8px;
  border: 1px solid rgba(0,0,0,.25);
}
.sticky1 {
  transform: rotate(-0.5deg);
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  background-color: #fff;
  color:#ab192d;
  padding:10px;
  margin:10px;
}
.sticky2 {
  transform: rotate(-1.5deg);
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  background-color: #fff;
  padding:10px;
  margin:10px;
}
.sticky3 {
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  background-color: #fff;
  padding:10px;
  margin:10px;
}
.image-grid-cover {
  width: 100%;
  background-size: cover;
  min-height: 180px;
  position: relative;
  margin-bottom: 30px;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  border-radius: 4px;
}
.image-grid-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0,0,0,.45);
}
.cover-wrapper {
  font-size: 24px;
  font-family: SerifaBol;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: rgba(0,0,0,.8) 0 2px 0;
  z-index: 21;
  position: relative;
  top: 60px;
}
nav.navbar .cimm_nav>ul>li {
  text-transform:uppercase;
}
.cimm_staticPageWrap ul:not(.slick-slider) li {
  padding-left: 0px !important;
}
@media (max-width: 768px){
  .shopDepartmentBlk .cimm_slideItemImg img {
    width: 100% !important;
  }
}
.breadcrumbs li{
  display:inline-block;
  float: left;
}
@media screen and (min-width: 1201px) {
  .cimm_bodyContentWrap>.container {
    max-width: 1400px;
    width: 1400px;
    padding: 0 100px 30px;
  }
#slider0_container_Wrapper{
  margin: 0 15px;
}
}
.rental_Bg h3.cimm_page-title{
  padding-left:80px;
}
.rental_Bg h3:before
{
  content: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Rentals/rentalWhite.png);
  position: absolute;
  left:10px;
}
.assignedStaticPageWrap .overlay {
  height: 50% !important;
  width: 105% !important;
  position: absolute;
  bottom:0;
  cursor: pointer;
  z-index: 5;
}
.assignedStaticPageWrap .overlay:after {
  bottom:10px !important;
  background-color:#000;
  padding:5px 10px;
  color:#fff !important;
  border-radius:5px;
}
/*nav.navbar .cimm_nav > ul > li > a, h1, .btn {
font-family: SerifaBol !important;
}*/
ul.context-menu-list.context-menu-root{
  /*position: fixed;*/
}
.icon-bar span {
  text-align: center;
  width: 30%;
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
  line-height: 2.5em;
}
.icon-bar img {
  float: left;
  width:80px;
}
.icon-bar .btn {
  margin-top:18px;
}
.icon-bar{
  padding: 2% 0;
}
.row.icon-bar.homeIcon-bar {
  background: transparent !important;
  margin: 0px !important;
}
.cimm_staticPageWrap .btn-primary:hover{
  color: #fff;
  text-decoration: none;
}
.cimm_BreadCrumbs{
  margin: 0px !important;
}
.textover h2:hover{
  color: #fff;
  text-decoration:none;
}
@media (max-width: 480px){
  .cimm_staticPageWrap h1{
    font-size: 36px;
  }
.abe-hero{
  margin: 0px;
}
}
@media (max-width: 812px) and (min-width: 480px){
  .icon-bar .btn{
    font-size:16px;
  }
}
.captionOrange{
  display:none;
}
.cutomTCBanner{
  margin-left:-100px;
  margin-right:-100px;
}
h1 {
  font-size:40px;
}
.img-overlay a{
  color:#fff;
}
nav.navbar .cimm_nav>ul>li.dropdown .megaMenuFlyout .megaMenuSection_img .megaMenuImgContainer img,nav.navbar .cimm_nav>ul>li.dropdown .megaMenuFlyout .megaMenuSection_img .megaMenuImgDefaultContainer img,nav.navbar .cimm_nav>ul>li.dropdown .megaMenuFlyout .megaMenuSection_imgDefault .megaMenuImgContainer img,nav.navbar .cimm_nav>ul>li.dropdown .megaMenuFlyout .megaMenuSection_imgDefault .megaMenuImgDefaultContainer img {
  object-fit: cover;
}
.doubleUp{
  width:47.5%;
  float:left;
  margin-left:2.5%;
}
.doubleUp1{
  width:47.5%;
  float:left;
  margin-right:2.5%;
}
.slick-slide{
  background: #fff;
  border: 2px solid #ab192d;
  margin: 0 15px ! important;
}
.itemprop {
  width: 100%;
  height: auto ! important;
}
.FullPic{
  padding:0 !important;
}
.bgeBgBlk {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/eggfest/eggFest-Background.png) no-repeat;
  background-size: cover;
  background-position: 0 21%;
}
.craftPaperBg {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/craft-bg.jpg);
}
.canningBg {
  background: url(../../ASSETS/IMAGES/CMS/STATIC_IMAGES/canning-web.png);
  padding:20px;
}
.description p
{
  position: absolute;
  margin:0;
  top: 50%;
  left: 50%;
  width:80%;
  transform: translate(-50%, -50%);
}
