body {
	font-family: 'Open Sans', 'Meiryo', serif;
	padding-bottom: 0;
}

.row {
	margin: 0;
}

h3 {
	font-weight: 600;
	color: #263248;
	position: relative;
	margin-top: 0px;
}

h3:after {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-bottom: 40px;
	content: "";
	border-bottom: 3px solid #263248;
	width: 150px;
}

p {
	color: #747E93;	
	margin-bottom: 30px;
	line-height: 25px;
}

footer {
	min-width: 970px !important;
	background-color: #212121;
	padding-bottom: 1px;
	margin-top: 50px;
}

footer p {
	color: #fff;
}

.footer-text{
 font-size: 14px;
 margin-bottom: 10px;
}



/* Nav */

a.navbar-brand {
	margin-left: 0;
	padding-left: 0;
}

.header {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.logo {
	width: 100%;
}

.container {
	width: 970px !important;
	margin-top: 27px;
}

@media (min-width: 768px) {
  .container {
    width: 970px !important;
    margin-top: 27px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px !important;
    margin-top: 27px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px !important;
    margin-top: 27px;
  }
}

@media screen and (max-width: 400px){
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 970px !important;
  }
}
@media screen and (min-width: 401px) and (max-width: 800px){

  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    min-width: 970px !important;
  }
}
@media screen and (min-width: 801px){
  .container-fluid {
    padding-left: 160px;
    padding-right: 160px;
    min-width: 970px !important;
  }
}

.container-full {
  	margin: 0 auto;
 	width: 100%;
 	min-width: 970px !important;
}

.navbar ul {
	margin: 0;
}

.nav {
	padding: 0px;
}

.nav>li {
	padding-right: 0px;
	margin-right: 20px;
	padding-left: 0px;
	margin-top: 10px;
}

.nav>li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

.nav>li>a { 
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	display: inline-block;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs > li > a {
	color: #000;
	border: none;
}

.nav-tabs > li > a:hover {
	color: #a0a0a0;
	border: none;
	background-color: transparent;
}

.breadcrumbs {
	margin-left: 15px;
}

.enabled {
	border-bottom: 1px solid #DD4132;
	padding-bottom: 10px;
}
/* Home */

.jumbotron {
	padding: 0;
	background-color: #fff;
	min-width: 970px !important;
}

.jumbotron h1 {
	font-family: 'Vollkorn', serif;
	color: #fff;
	
}

.boxes {
	margin-bottom: 30px;
}

.box {
	width: 450px;
	border-bottom: 2px solid #E2695D;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

@media screen and (max-width: 400px){
	.box {
		width: 300px;
		float: left !important;
	}
}

.box p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin: 0;
	background-color: #FF9800;
	color: #fff;
}

.box a:hover {
	text-decoration: underline;
	color: #fff;
	opacity: 0.5;
}

.box span {
	top: 15px;
	left: 15px;
	position: absolute;
	margin-left: 10px;
	color: #fff;
	font-size: 155%;
}

/* About Us */

.content-header {
	position: relative;
    display: table;
	background-image: url('/en/img/bg.png');
	width: 100%;
	height: 87px;
	background-size:cover
}

.content-header .overlay {
	position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.content-header h2 {
	width: 100%;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.well {
	border: 0px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: none;
}

.well strong {
	color: #263248;
	font-size: 115%;
	font-weight: 900;
}

.well p {
	color: #263248;
	margin-bottom: 25px;
}

.well p:last-child {
	margin-bottom: 0px;
}

.client-list li {
	color: #667289;
	font-size: 120%;
	font-weight: 900;
}

.map {
	margin-bottom: 20px;
}

/* Our Team */

.thumbnail {
	padding: 0;
}

.thumbnail img {
	display: inline-block;
	margin-left: 0;
	vertical-align: top;
}

.thumbnail h3 {
	margin-top: 0;
	font-size: 140%;
	margin-bottom: 3px;
	font-weight: 600;
	padding-top: 13px;
}

.thumbnail h3:after {
	content: none;
}

.thumbnail p {
	line-height: 24px;
	margin: 0;
}

.thumbnail p.lead {
	color: #263248;
	font-size: 14px;
	margin-bottom: 5px;
}

.thumbnail .caption {
	display: inline-block;
	padding-left: 20px;
}

.caption p span:first-child {
	width: 80px;
	display: inline-block;
}

.text-uppercase {
margin-top: 20px  !important;
} 



/* Our Team - Profile */

.thumbnail.profile {
	background-color: #f1f1f1;
	border: none;
	margin-bottom: 50px;
}

.profile p {
	font-size: 110%;
	color: #454F62;
	margin-top: 5px;
}

.profile .pic {
	display: inline-block;
}

.profile address {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #454F62;
}


