@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext');

.container { width: 1280px !important; }

body {
	background-color: #0a0b0d;
	font-family: 'Open Sans', sans-serif;
	color: #f9fafa;
	font-size: 14px;
}

.body {
	padding-top: 20px;
	padding-bottom: 20px;
}


.body {
	
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	
}

.nbody {
	position: fixed;
	background-color: #0a0b0d;
	overflow: hidden;
	width: 100%;
	height: 93px;
}
.navbar {
	max-width: 1280px;
	background-color: #0a0b0d;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	}

.nbody .navbar-nav  {
	padding-top: 18px;
	}
.nbody .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	
}
.nbody .navbar-nav > li > a {
	background: #0a0b0d;
	color: #ffffff;
}
.nbody .navbar-nav > li:before {
	content: "/";
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	float: right;
	padding-top: 13px;
	font-weight: bold;
}

.nbody .navbar-nav > li:last-child:before {
	content: none;
}

img.rbanner {
	width: 100%;
	margin-top: 93px;
}

h2 {
	
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

h4 {
	
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 60px;
	margin-top: 40px;
	border-top: 2px solid #6fffa8;
	padding-right: 20px;
	width: 100px;
	white-space: nowrap;
	
}


h3 {
	
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 50px;
	
}

h5 {
	font-weight: bold;
}



.center  {
	text-align: center;
}

.justify {
	text-align: justify;
}

.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

div.banner {
	margin-top: 90px;
}

div#portfolio {
	padding: 20px;
}

div#about-the-team {
	padding: 20px;
}

div#about-me {
	background: url("../img_temp/2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	color: #ffffff;
	font-weight: bold;
}

#about-the-team img {
	width: 168px;
	height: 168px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

#about-the-team div.col-sm-3 {
	text-align: center;
	
}

#how-we-operate {
	padding: 20px;
}

#wha-we-can-do {
	background-color: #dededc;
	padding: 20px;
}

#price {
	padding: 20px;
	background-color: #dededc;
	
}

#wha-we-can-do img{
	display: block;
	width: 520px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}


#photo-gallery img{
	
	display: block;
	width: 255px;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-brand {
	width: 265px;
	height: 93px;
	background-image: url("../img/logo.png");
	margin-top: -20px;
}

.row img {
	margin-top: 30px;
}

.p-t-180{
	padding-top: 180px;
}

.m-t-100 {
	margin-top: 100px;
}
.horizontal-align-center {
	display: table-row;
}

.horizontal-align-center div {
	display: table-cell;
	vertical-align: middle;
}

input.manto, textarea.manto {
	background: none;
	border: none;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

input.manto-send {
	background: none;
	border: none;
	padding: 5px;
	font-weight: bold;
}

.z10 {
	z-index: 10;
}