
a {
    color: #000;
    text-decoration: none;
}
a:hover,a:focus,a:active{
    
    color:#c11b24;
}


h2.slogan {
	color: #000;
	font-size: 48px;
	font-weight: 900;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
     
}

h3.slogan {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
}
.overlay2 {
  
    background-color: rgba(0, 0, 0, 0.4);
    height: 200px;
}

#pro{
    height:160px;
}


.item-img-box {
 
    height: 160px;
    position:absolute;
    left:0;
}

.item-img-box img{
    
    width: 100px;
     position: absolute;  
    top:0;
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
  
}
.item-info {
  
    margin-top: 5px;
    height: 100%;
    position:absolute;
    right:0;
}

.item1{
     margin: 5px;
    border-top: 1px dotted #b4a895;
}

.panel-footer1 {
    
    position: absolute;
    bottom: 0;  
    left: 0;  
    right: 0; 
    padding: 10px 15px;
    
}



.panel-body{
    
    
   font-size:14px;    
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   line-height: 1.42857143;
   text-align: left;

}

@media(max-width:480px) {


.item-img-box img{
    
    width: 80px;
   
 }
}

.sections{
    margin-top:30px;
}

.box {
  margin: 0 0 30px;
    
  /**    
  border: solid 1px rgba(255, 255, 255, 0.6);
  **/
  border: solid 1px #fff;   
     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow:hidden;
  z-index: 1045;
  color:#000;
}
label{
    font-weight: 500;
}

select {
  
	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
    display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 28px;
  	position: absolute;
  	top: -2px;
  	right: 20px;
  	color: #434B67;
  	pointer-events: none;
}

select::-ms-expand {
  display: none;
}