/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.

By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content.
*/


/* fixed banners: */
#fixedpanelleft{  }
#fixedpanelright{  }
#fixedpanelbottom{  }
.heading-sm {padding-top:100px; padding-bottom:100px;text-align:center;}
.boxinfotext {text-align:center}

.myphone {color:#fd00fb;font-weight:bold}
.myphone a{color:#fd00fb;font-weight:bold}


.button {
  background-color: #760070; /* purple */
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  padding: 12px 28px;
}    
.button1 {text-decoration: none;color:white}
.buttones {
  background-color: #b100a8; /* purple */
  border: none;
  text-align: center;
  display: inline-block;
  color:white;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  padding: 12px 28px;
} 

.prod-description {}
.prod-description .button {
  background-color: #760070; /* purple */
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  padding: 12px 28px;
}    
.prod-description .button1 {text-decoration: none;color:white}



.a_48 {}	
.a_48 .view {  width: 300px;  height: 300px;  margin: 10px;  /* float: left; */  border: 10px solid #fff;  overflow: hidden;  position: relative;  text-align: center;  box-shadow: 1px 1px 2px #e6e6e6;  cursor: default;  /* background: #fff url(../images/bgimg.jpg) no-repeat center center; */}	
.a_48 .view .mask,.view .content {  width: 300px;  height: 300px;  position: absolute;  overflow: hidden;  top: 0;  left: 0}
.a_48 .view img {  display: block;  position: relative}
.a_48 .view h2 { color: #fff;  text-align: center;  position: relative;  font-size: 2.0em; padding: 10px;  /* background: rgba(0, 0, 0, 0.8);*/  margin: 70px 0 0 0}
.a_48 .view p {font-size: 1.2em;  position: relative;  color: #fff;  padding: 0px 20px 0px;  text-align: center}
.a_48 .view a.info {  display: inline-block;  text-decoration: none;  padding: 7px 14px;  background: #000;  color: #fff; text-transform: uppercase;  box-shadow: 0 0 1px #000}
.a_48 .view a.info:hover {  box-shadow: 0 0 5px #000}			
.a_48 .view-first img {  /*1*/  transition: all 0.2s linear;  width: 300px;  height: 300px;}
.a_48 .view-first .mask {  opacity: 0;  background-color: rgba(58, 1, 132, 0.44);  transition: all 0.4s ease-in-out;}
.a_48 .view-first h2 {  transform: translateY(-100px);  opacity: 0;  transition: all 0.2s ease-in-out;}
.a_48 .view-first p {  transform: translateY(100px);  opacity: 0;  transition: all 0.2s linear;}
.a_48 .view-first a.info {  opacity: 0;  transition: all 0.2s ease-in-out;}/* */
.a_48 .view-first .button {
  background-color: #8d0085; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
} 
.a_48 .view-first .button1 {padding: 12px 28px;}
.a_48 .view-first a{color:white;text-decoration:none}
.a_48 .view-first:hover img {  transform: scale(1.1);}
.a_48 .view-first:hover .mask {  opacity: 1;}
.a_48 .view-first:hover h2,.view-first:hover p,.view-first:hover a.info {  opacity: 1;  transform: translateY(0px);}
.a_48 .view-first:hover p {  transition-delay: 0.1s;}.a_48 .view-first:hover a.info {  transition-delay: 0.2s;}

