.rond img{
border-radius: 50%;
}
#et-info {
float: right!important;
}
#main-content {
background-color: rgba(255, 255, 255, 0)!important;
}  .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, select {
font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
font-weight: 500;
background-color: #fff!important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
select {
height:50px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
.wpcf7-submit {
font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
width: 100%;
color: #ffffff!important;
cursor: pointer;
font-size: 16px;
font-weight: 500;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 10px;
line-height: 1.7em;
background-color: #000;
border: 1px solid #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #28964a;
border: 1px solid #fff;
}
#rc-imageselect, .g-recaptcha {transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1){
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
}