@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

.brdr{
    border: 1px solid;
}
/* Global Style */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}
.hr-s1:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    height: 100%;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}
.hr-s1{
    background-color: rgba(0, 0, 0, 0.075);
    border: 0 none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    height: 1px;
    padding: 0;
    position: relative;
}
.text-blue{
    color: #0090E6;
}

/* Global CSS */
.inputStyleIcon{
    position: relative;
}
.inputStyleIcon.inputleft .form-control{
    padding-left: 42.5px;
}
.inputStyleIcon.inputright .form-control{
    padding-right: 42.5px;
}
.inputStyleIcon.inputleft .form-control-feedback,.inputStyleIcon.inputright .form-control-feedback  {
    color: #222D3A;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 34px;
}
.inputleft .form-control-feedback{
    left: 0;
}
.inputright .form-control-feedback{
    right: 0;
}
/* Domain logo */
.navbar-brand.domain-brand{
    padding: 10px 15px 15px;
}
.domain-logo{
    max-width: 200px;
}
/* Sub Menu */
.meta-sub-menu li{
    border-right: 1px solid #ddd;
}
.meta-sub-menu li:last-child{
    border: none;
}
/* Footer */
.footer{
    background: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
}
.footer-content{
    padding-bottom: 0.375em;
    padding-top: 0.75em;
}
.footer-ul li{
    border-right: 1px solid #ccc;
}
.footer-ul li a{
    color: #fff;
}
.footer-ul li:last-child{
    border: none;
}
.footer-ul li.last-child-li{
    border-right:none;
}
.copyright{
    color: #ccc;
}
.social-links li a{
    color: #fff;
}
.social-links li a,.social-links li a:hover,.social-links li a:focus{
    text-decoration: none;
    outline: none;
}