/*h1,h2{
    text-align: center;
}
.justify{
    text-align: justify !important;
}*/

.header_testimonial p{
    color: #404040;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    padding-top: 20px;

}
.header_testimonial h4{
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}
/*.home_text{
    padding-bottom: 30px; 
    210px
}*/
.navbar-brand{
    padding-top: 7px;
    padding-bottom: 13px;
}

footer{
    padding: 10px 0px;
}

footer .social{
    padding-top: 0px;
}
footer .copyright_text{
    padding-top: 20px;
}

.btn.circle{
    margin-top: 10px;
    width:30px;
    height:30px;
    border-radius:50%;
    font-size:14px;
    color:#141823 !important;
    line-height:5px;
    font-weight: bold;
    text-align:center;
    background:#FFF;
    padding:10px 10px;
    text-transform:lowercase !important
}

ul.navbar-nav li a img{
    width: 24px;
}

.title-row{
    margin-bottom: 20px;
}

.contact{
    padding-top: 96px;
}
.about_us_area{
    padding-bottom: 0px;
}

.font-bold{
    font-weight: bold; 
}

.translateLink{
    float: left !important;
}

.translateLink.seperator{
    padding-top: 15px;
    padding-bottom: 15px;
}
.translateLink:first-child{
    padding-right: 2px;
}
.translateLink:last-child{
    padding-left: 2px;
}
.translateLink:hover{
    cursor: pointer;
}

#waitingDiv {
    position: fixed;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    z-index: 9999;
    background-color: #000;
    opacity: 0.4
}

button.btn-default.submit-btn.form_submit.success{
    background-color: #449d44;
    color: #FFF;
}

button.btn-default.submit-btn.form_submit.fail{
    background-color: #e5e5e5;
    color: #000;
}

input.require,textarea.require{
    border-color: #c31714;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c31714;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c31714;
}

.logo-text:before{
    content: 'Application';
	color:black;
/*     color: #0884C8; */
}
.logo-text:after{
    content: 'DD';
	color:black;
/*     color: #ED1C2C; */
}
.email-text, .link-text{
    color:#1C75BC;
    
}
.noty-message{
	font-size : 18px;
	line-height : 1.2em;
}
/*.single_image {
    // height: 194px !important
}*/