/* CUSTOM CSS */

/*header*/
.navbar {
  background-color: #F8F8F8;
}

.carousel-control {
  line-height: 45px;
  font-size: 50px;
  
  width: initial;
  height: initial;
  left: -30px;
}
.carousel-control.right {
right: -25px;
}

/*navi*/

 .navbar .nav  {
  display: block;
  float: right;
  margin: 20px 10px 0 0;
  position: relative;
  left: 0;
}
.navbar .nav > li {
display: block;
float: left;
}

.navbar .nav > li > a{
  color: #555;
  cursor: pointer;
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}

/* work　*/
.circle {
  margin: 30px 10px;
}
/* work　
.work_cont {
  border-bottom: solid;
  border-bottom-color: gray;
  border-bottom-width: 0.5px

}*/

.work_cont h2 {
  margin-top: 25px;
  border-bottom: solid;
  border-bottom-width: 2px;

}

.work_cont dt {
  border-bottom: solid;
  border-bottom-width: 1px;

}
.work_cont dd {
  margin: 0 auto 0 25px;
}

.work_detail{
  margin-top: 25px;

}
.process {
  margin-top: 20px
}
.process h2{
  margin-top: 25px;
  border-bottom: solid;
  border-bottom-width: 2px;
}

.process div{
  margin-top: 10px;
  
}

.photo h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: solid;
  border-bottom-width: 2px;

}

.well{
  padding: 0;
}

.contact {
  left: auto;
}

.subnav {
float: left;
margin-top: 25px;
color: #686868;
}

/*Twitter Feed - These were left blank so you can add your own styles*/

#jstwitter {
	padding-left:5px;
}

#jstwitter .tweet {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
}

#jstwitter .tweet a {
}

#jstwitter .tweet a:hover {
	text-decoration: underline;
}

#jstwitter .tweet .time {}
}

/* Pricing */

.pricing{
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
  }

/* Custom Footer Styles */
  footer {
  border-top:solid 1px #D4D4D4;
  background-color: #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom:10px;
}