.solid
{
	background-color: #fff;
}

.solid:after{
	content: '';
	opacity: 0.5;
}

.type_selected{
    background-color: #DE2740;
    color: white;
}

.loader{
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: white;
}

h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 40px;
	font-weight: 700;
}

h3 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 32px;
	font-weight: 700;
}

h4 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 27px;
	font-weight: 700;
}

h5
{
	font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
}

p {
    /*line-height: 20px;*/
    /*font-size: 13px;*/
    /*font-weight: 400;*/
    /*margin: 0 0 10px;*/
    /*letter-spacing: 1px;*/
}

/*rotable t*/

.card-container{
    perspective: 600;
}

.rotable {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease;
}

.rotable .back{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);

  /* Firefox */
  -moz-transform: rotateY(180deg);

  /* IE */
  -ms-transform: rotateY(180deg);

  /* Opera */
  -o-transform: rotateY(180deg);
}

/*.rotable:hover{*/
/*    transform: rotateY(180deg);*/
/*    -webkit-transform: rotateY(180deg);*/

   /*Firefox */
/*  -moz-transform: rotateY(180deg);*/

   /*IE */
/*  -ms-transform: rotateY(180deg);*/

   /*Opera */
/*  -o-transform: rotateY(180deg);*/
/*}*/

.rotable .side{
    backface-visibility: hidden;
    position: absolute;
}

.footer-links li{
    display: inline;
    margin: 5px;
}

.block{
    margin-top: 50px;
}

.waves-effect.waves-menuripple .waves-ripple{
    background-color: #fff6e5;
}

/*table*/
.product_details {
  border-collapse: collapse;
  width: 100%;
}

.product_details td, .product_details th {
  border: 1px solid #ddd;
  padding: 8px;
}

.product_details tr:nth-child(even){background-color: #f2f2f2;}

.product_details tr:hover {background-color: #ddd;}

#.product_details th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#product {
  border-collapse: collapse;
  width: 100%;
}

#product td, #product th {
  border: 1px solid #ddd;
  padding: 15px 8px;
  text-align: center;
  font-size: 18px;
  color: #A04000;
}

#product tr:nth-child(even){background-color: #f2f2f2;}

#product tr:hover {background-color: #ddd; cursor: pointer;}

#product th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

#loader_img{
  width: 400px;
}

#logo_anchor{
  margin-left: 40px;
}

#heading{
    padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #tagline_header{
      height: 100px;
  }
  
  #home_tagline{
      font-size: 15px;
  }
  
  #loader_img{
      width: 200px;
  }
  
  #logo_anchor{
      margin-left: 10px;
  }
  
  #logo_img{
      
  }
  
  #heading{
      font-size: 15px;
      padding: 2px 5px;
  }
}


/*fonts*/
@font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Regular'), url('../fonts/DINPro-Regular_13937.woff') format('woff');
}

body{
    font-family: 'DINPro-Regular';
}
