
.navbar {
    font-weight: 700;
    margin-bottom: auto;
    border-bottom: 6px solid #0180cd;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.collapse navbar-collapse{
    color: #fff;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-nav > li > a{
    padding:7px 8px;
    margin:0 10px;
    font-size: 15px;
    font-family: "MS PGothic",Helvetica,MS PGothic;
}
.navbar-nav > li{
	margin-right: 10px;
    transition:background .2s linear,color .2s linear;
}
.navbar-nav > li:hover{
    border-radius: 4px;
}

.navbar .contact {
    float: right;
}

.accordion-target {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;

}

.accordion-target a {
    color: #000;
}
.activate span a:hover{
    text-decoration: none;
    color: #0180cd;
    transition: all .35s ease-in-out;
}
.activate {
    display: block;
}

.navbar-text{

}
.navbar{
    border-radius: 0;
}
.navbar-text span{
   vertical-align: middle;
}	
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
     color: #0086e5;
}




.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}
.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
#production img{
    margin:25px 0;
    }

#production p{
    width:80%;
    }


#production .production-item {
    padding-top: 12px;
    padding-bottom: 12px;
}
#allProduction{
    padding: 20px 0;
    margin-bottom: 20px;
	margin-top:20px;
}



.add{
    background:url(/images/atlassian/jp-banner.png) no-repeat center center/cover;margin-left:0; height:300px; width: 100%;

}
.add-content{
 
    height: 300px;
}
.add-content p{
    font-size: 45px;
    color: #fff;
    line-height: 300px;
}

.jp-table{
    margin:0 auto;
    padding-left: 30%;
    padding-bottom: 40px;
    font-size:15px;
}
 .jp-table td{
    height: 50px;
 }










.jp-intro{
    padding: 40px 20px;
}
.jp-intro h2{
  color:#30383F;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0px;
}
.jp-intro h4{
  text-align: center;
}
.jp-intro ul li{
    list-style: none;
}
.jp-intro .jp-icon{
     margin-left:30%;
      width: 40px;
   
}
.jp-intro .jp-title{
    width: 70px;
   
    font-weight: bold;
    letter-spacing: 2px;

}
.jp-intro .jp-title span{
        text-align-last: justify;
    }
