
/*============== Contact style ==============*/
.Contacto{
  background: url(img/photography.png);
}

.contact_section{
  margin-top: 60px;
}

.contact_section h1{
  color: #9CAB09;
  text-transform: uppercase;
  font-weight: 600;
}

.contact_form{

}

#contact_form{ 
    margin-top: 50px; 
    margin-bottom: 30px;  
}

#contactform legend{
    font-size: 15px; 
    color: #C9C9C9;
}

#contactform label{
    margin-bottom:28px;
    display: block;
}

#contactform label span{
    float:left;
     width:100px; 
     color:#666666;
}

#contactform input{
  width: 100%;
  height: 40px;
  border: 1px solid #DBDBDB;
  padding-left: 4px;
}

#contactform textarea{
  width: 100%;
  height:100px; 
  padding-left: 4px;
}

.submit_btn { 
  padding: 12px;
  float: left;
  width: 100px;
}

.submit_btn:hover { 

}

.success{ 
    background: #00A243;
    padding: 10px; 
    margin-bottom: 10px; 
    border: 1px solid #B9ECCE; 
    border-radius: 5px; 
    font-weight: normal; 
}

.error{ 
    background: #F44C4C; 
    padding: 10px; 
    margin-bottom: 10px;
     border: 1px solid #FFCACA; 
     border-radius: 5px; 
     font-weight: normal;
}

.contact_text{
    text-align: right;
    margin-top: 48px;
}

.contact_text p{
    font-size: 15px;
    margin-bottom: 20px;
}

.contact_text h3{
    text-transform: uppercase;
    font-size: 25px;
}

.contact_info{
 
}

.contact_info li{
    list-style: none;
    margin-bottom: 10px;
}

.contact_social{
    margin-top: 5px;
}

.contact_social li{
    display: inline;
    margin-left: 15px;
} 

.fb:hover{
    color: #3B5998;
}

.tw:hover{
    color: #55acee;
}

.rss:hover{
    color: #f26522;
}

.gp:hover{
    color: #dd4b39;
}

.contact_social {
    font-size: 35px;
}

.map-panel-heading{
  background-color: #bdc3c7;
}

.copyright_section{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}