/**
* @Author Ben Ali Faker 
* @Engineer/ProjectManager
* @Company Xanweb 
* Date: 26/07/17.
*/
.search-form .fa-search
{
    cursor: pointer;
}
.input-group.one-locale:not(:first-child)
{
    margin-top:20px;
}
img.ccm-region-flag
{
     max-width:none;
}

.search-form-title-translations{
    margin-top:20px;
}

.contact-form{
    padding: 30px;
}
.contact-form .required, .required-elements{
    color:#ca0a16;
}
.contact-form .form-group {
    width: 50%;
    display: inline-block;
    float: left;
}
.contact-form .form-group.at-textarea.ccm-last-textarea {
    width: 100%;
}
/*.contact-form .form-group:nth-child(even) {
    float: right;
    display: inline-block;
}*/
.contact-form .form-group:last-child{
    width:100%;
}
.contact-form .hidden-passs{
    display: none;
}
@media (max-width: 767px){
    .contact-form .form-group {
        width: 100%;
    }
}

