.error_txt
{
	background-color:#F5A9BC;
}
.masthead {
	height: 90px;
	background-color: #FFFFFF;
	padding: 5px;
}

.header-lang {
    color: #999999;
    margin-right: 30px;
    float: right;
}

/*
 * Footer
 */

.footer-bottom-info {
    font-size: 10px;
}

.footer {
 color: #fff;
    background-color: #575757;
        padding: 20px 0 25px;
}



.navbar-sumisora {
    color: #FFFFFF;
    background-color: #F4711F;
}


.navbar-sumisora .navbar-nav > li > a {
    color:#fff;
}



.navbar-sumisora.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:#19A7E5;
}


.back {
    width: 0;
    height: 0;
    display: inline-block;
    content: "t";
    position: absolute;
    top: -18px;
    right: 0;
    border: 18px solid transparent;
    border-top: none;
    border-bottom-color: #575757;
    cursor: pointer;
}


.line-title {
    text-align: center;
    background-image: url(../images/line.png) repeat-x center;
}

.line-title-text {
    padding: 0 13px;
    background-color: #fff;
}

.sectionContent{
    padding-top:  130px;
}

 @media (max-width: 980px) {
    .sectionContent {
        padding-top: 55px;
    }
  }
  
  
.panel-profile .panel-heading {
    height: 50px;
    background-size: cover;
	background-color: #fff;
color: white;
 font-weight: bold;
 text-align:center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 3em 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
    width: 50%;
    left: 25%;
    position: relative;
    border: none;
}  

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
