body, html {
}
body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'HelveticaNeue-Thin';
	font-size: 14px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}
a:hover, a:focus {
	text-decoration: none;
}
.main-header {
	position: relative;
}
.bottom-header {
	background: url(../img/pattern.jpg)center 10px #000000 repeat-x;
	position: relative;
	padding: 0 0 7px;
}

.bbb-wrap {
	max-width: 85px;
	margin-right: 10px;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	max-width: 110px;

}
.nav-link {
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.banner-wrap {
	position: relative;
	min-height: 489px;
	background: url(../img/banner.jpg)center center no-repeat;
	border-bottom: #000 30px solid;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.banner-wrap:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0+33,0+33,0+72,1+100 */
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 89%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 89%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 89%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.contact-block {
	padding: 50px 0;
}
.block-title h2 {
	font-size: 20px;
	margin: 0;
	line-height: 26px;
	color: #000;
}
.project-block {
	background: #000000;
	padding: 50px 0;
}
.project-block .block-title h2 {
	color: #fff;
}
.img-wrap {
	margin: 0 15px;
	position: relative;
	border: #bfbfbf 1px solid;
}
.fancy-pop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	bottom: 0;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../img/fancybox_sprite.png);
}
.project-slider {
	padding-top: 50px;
}
.slick-slide:focus, .slick-slide img:focus {
	outline: none;
}
.navbar-toggler-icon {
	position: relative;
}
.navbar-toggler-icon:after, .navbar-toggler-icon:before, .navbar-toggler-icon {
	width: 32px;
	height: 3px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 2px;
}
.navbar-toggler-icon:after, .navbar-toggler-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}
.navbar-toggler-icon:before {
	margin: -1px 0 0;
}
.navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-top: -12px;
}
.navbar-toggler:focus {
	outline: none;
}
.address-wrap {
	padding: 50px 0 0;
}
.address-wrap i {
	font-size: 30px;
	margin: 20px 0 0;
}
.address-wrap a {
	color: #000;
}
.desc {
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
}
.address-wrap h4 {
	font-size: 18px;
}
.top-header {
	background: #0a0a0a;
	padding: 8px 0;
}
.top-header ul {
	margin: 0;
	padding: 0;
}
.top-header ul li {
	list-style-type: none;
	display: inline-block;
}
.pacific-wrap {
	max-width: 60px;
}
.project-box h3 a{
	color: #fff;
}
.gallery-item{
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #b5121b;
  padding: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}