/*Custom Template built by Webtech Evolution Limited - Palmerston North - NZ: © 2018.Template URI: https: //webtech.kiwiPhone: +64 6 354 8336Author Design: Mike Oliver - mike@webtech.kiwiClient: ProFabVersion: 1.0*/
/* RESET */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
nav ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none; }
a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  text-decoration: none;  color: inherit; }
a:hover {  text-decoration: none; }
ins {  background-color: #008c98;  color: #000;  text-decoration: none; }
mark {  background-color: #008c98;  color: #000;  font-style: italic;  font-weight: bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] {  border-bottom: 1px dotted;  cursor: help; }
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0;  padding: 0; }
input, select {  vertical-align: middle; }
input, select, textarea {  outline: none}
body {  font: 12px/1.231 sans-serif;  *font-size: small; }
select, input, textarea, button {  font: 99% sans-serif; }
pre, code, kbd, samp {  font-family: monospace, sans-serif; }
body, select, input, textarea {  color: #444; }
h1,h2,h3,h4,h5,h6 {  font-weight: normal; }
html {  overflow-y: scroll; }
ul, ol {  margin-left: 0; }
ol {  list-style-type: decimal; }
li {  list-style: none; }
nav ul, nav li {  margin: 0; }
small {  font-size: 85%; }
strong, th {  font-weight: bold; }
td, td img {  vertical-align: top; }
sub {  vertical-align: sub;  font-size: smaller; }
sup {  vertical-align: super;  font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea {  overflow: auto; }
.ie6 legend, .ie7 legend {  margin-left: -7px; }
input[type="radio"] {  vertical-align: text-bottom; }
input[type="checkbox"] {  vertical-align: bottom; }
.ie7 input[type="checkbox"] {  vertical-align: baseline; }
.ie6 input {  vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  cursor: pointer; }
button, input, select, textarea {  margin: 0; }
:: -moz-selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
:: selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
button {  width: auto;  overflow: visible; }
.ie7 img {  -ms-interpolation-mode: bicubic; }
.ir {  display: block;  text-indent: -999em;  overflow: hidden;  background-repeat: no-repeat;  text-align: left;  direction: ltr; }
.hidden {  display: none;  visibility: hidden; }
.visuallyhidden {  position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible {  visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020";  display: block;  height: 0;  visibility: hidden; }
.clearfix:after {  clear: both; }
.clearfix {  zoom: 1; }
/* ======================================================================== Component: Grid ========================================================================== */
/* * 1. Makes grid more robust so that it can be used with other block elements like lists */
.col {  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;  /* 1 */
 margin: 0;  padding: 0;  list-style: none; }
/* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */
.col:before, .col:after {  content: "";  display: block;  overflow: hidden; }
.col:after {  clear: both; }
/* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */
.col > * {  /* 1 */
 -ms-flex: none;  -webkit-flex: none;  flex: none;  /* 2 */
 margin: 0;  /* 3 */
 float: left; }
/* * Remove margin from the last-child */
.col > * >: last-child {  margin-bottom: 0; }
/* Grid gutter ========================================================================== */
/* * Default gutter */
/* Horizontal */
.col {  margin-left: -25px; }
.col > * {  padding-left: 25px; }
[class*='col'] {  box-sizing: border-box; }
/* * Widths */
/* Whole */
.col-1-1 {  width: 100%; }
/* Halves */
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {  width: 50%; }
/* Thirds */
.col-1-3, .col-2-6 {  width: 33.333%; }
.col-2-3, .col-4-6 {  width: 66.666%; }
/* Quarters */
.col-1-4 {  width: 25%; }
.col-3-4 {  width: 75%; }
/* Fifths */
.col-1-5, .col-2-10 {  width: 20%; }
.col-2-5, .col-4-10 {  width: 40%; }
.col-3-5, .col-6-10 {  width: 60%; }
.col-4-5, .col-8-10 {  width: 80%; }
/* Sixths */
.col-1-6 {  width: 16.666%; }
.col-5-6 {  width: 83.333%; }
/* Tenths */
.col-1-10 {  width: 10%; }
.col-3-10 {  width: 30%; }
.col-7-10 {  width: 70%; }
.col-9-10 {  width: 90%; }



body{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #3B6BB2;
}
h1, h2, h3, h4, h5, h6{
    font-family: Inter;
}
h4 {
	font-size: 20px;
	color: rgba(0,0,0,.5);
}
h2 {
    font-size: 48px;
}
p a {
	color: #3B6BB2;
	text-decoration: underline;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
}
.header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	background: #fff;
}
.uk-navbar-nav.nav.menu {
	margin-left: auto;
}
.uk-navbar-container.uk-navbar {
	background: none;
	margin-left: auto;
}
.moduletable_menu.uk-first-column {
	width: 100%;
}
.col-1-2.wbg-img {
	height: 680px;
	background-position: center;
	background-size: cover;
}
h1 {
	color: #3B6BB2;
	font-family: Inter;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
.uk-navbar-nav > li > a {
	color: #3B6BB2;
	font-family: Inter;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0.02em;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	min-height: 40px;
}
.wbg-text_container {
	max-width: 580px;
	float: right;
	padding-right: 100px;
	height: 100%;
	display: flex;
	align-items: center;
}
.top-a {
	background: #E5E5E5;
}
.top-a li {
	display: inline-block;
	margin: 20px 40px;
}
.top-a ul {
	display: table;
	margin: 0 auto;
}
.icon-aircon::before {
	background: url(../images/aircon.svg);
	content: "";
	/* display: block; */
	width: 69px;
	height: 80px;
	/* float: left; */
	background-position: center;
	background-repeat: no-repeat;
}
.icon-heating::before {
	background: url(../images/heating.svg);
	content: "";
	/* display: block; */
	width: 69px;
	height: 80px;
	/* float: left; */
	background-position: center;
	background-repeat: no-repeat;
}
.icon-ventilation::before {
	background-image: url(../images/ventilation.svg);
	content: "";
	/* display: block; */
	width: 95px;
	height: 80px;
	/* float: left; */
	background-position: center;
	background-repeat: no-repeat;
}
.top-a li a {
	color: #3B6BB2;
	font-size: 22px;
	font-weight: 600;
	margin-left: 20px;
	position: relative;
	padding-left: 100px;
	height: 80px;
	/* display: block; */
	display: flex;
	align-items: center;
}
.top-a li a::before {
	position: absolute;
	left: 0;
	top: 0;
}
.btn {
	color: #3B6BB2;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-decoration: none;
	background: url(../images/arrow.svg) no-repeat right;
	padding-right: 20px;
}
.top-b {
	background: url(../images/top_b.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}
.top-b::after {
	content: "";
	background: #0E2B56;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .65;
}
.top-b .container {
	position: relative;
	z-index: 100;
}
.top-b h3.mod-title {
	color: #EA751F;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.02em;
	font-family: Inter;
	margin-bottom: 100px;
}
.top-b h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: Inter;
	line-height: 36px;
	margin-bottom: 40px;
}
.top-b p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.top-b .btn {
	color: #fff;
}
.top-b ul {
	margin-top: 40px;
}
.top-c {
	text-align: center;
	padding: 100px 0;
}
.top-c h3 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.top-c h2 {
	color: #3B6BB2;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}
.top-e {
	background: #3B6BB2;
	text-align: center;
	padding: 100px 0;
	position: relative;
}
.top-e h3 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.top-e h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}
.bottom-b .wbg_img {
	height: auto;
	background-position: center;
	background-size: cover;
}
.footer {
	background: #3B6BB2;
	color: #fff;
	padding: 50px 0;
}
.footer ul {
	display: block;
	float: left;
	margin-left: 40px;
}
.orange-btn {
	background: #EA751F;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 14px 20px;
	display: inline-block;
	line-height: 1;
  margin-top:30px;
}
.footer p {
	margin-bottom: 30px;
}
.footer p a {
	color: #fff;
}
.footer li {
	margin-bottom: 5px;
}
.proj-img {
	height: 300px;
	margin-bottom: 40px;
  background-size: cover;
  background-position: 50%
}
.proj-content {
	text-align: left;
}
.proj .mod-articles-category-title {
	font-size: 22px;
	font-weight: 50;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
	color: #3B6BB2;
	font-weight: 500;
}
.uk-grid.proj {
	margin-top: 40px;
}
.proj-content .mod-articles-category-introtext {
	margin-bottom: 20px;
}
.top-c .moduletable:last-child {
	border-bottom: 3px solid #EA751F;
	padding-bottom: 50px;
}
.wbg-text h1, .wbg-text p {
	margin-bottom: 40px;
}
.top-e p {
	color: #fff;
	margin-bottom: 40px;
}
.gallery-img.sigFreeLink.fancybox-gallery {
	height: 400px;
}
#rsform_3_page_0 {
	background: #F7F7F7;
	padding: 50px;
}
.bottom-a h3 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.bottom-a h2 {
	color: #3B6BB2;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}
.bottom-a .uk-width-1-2 {
	display: flex;
	align-items: center;
}
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
	color: #3B6BB2;
	font-weight: 500;
	font-family: Inter;
}
.uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"], .uk-form select, .uk-form textarea {
	padding: 10px;
	height: auto;
	border: none;
	width: 100%;
}
.rsfp_thankou_popup_close_btn{
	color: #fff;
}
#Submit {
	background: #EA751F;
	font-size: 13px;
	font-family: Inter;
	letter-spacing: 0.1em;
	padding: 13px 20px;
	font-weight: 500;
	line-height: 1;
	height: auto;
	max-height: 100%;
}
.main-bottom-c .container {
	border-bottom: 1.5px solid #EA751F;
	padding-bottom: 40px;
}
.uk-form-controls.formControls {
	text-align: right;
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
	margin-top: 20px;
}
.bottom-a .custom {
	border-bottom: 3px solid #EA751F;
	padding-bottom: 100px;
}
.bottom-a .custom .mod-content {
	padding-right: 200px;
}
.bottom-a {
	padding: 100px 0;
}
.top-b .uk-width-1-2:first-child {
	border-right: 1.5px solid #EA751F;
	padding-right: 50px;
}
.top-b .uk-width-1-2:nth-child(2) {
	padding-left: 60px;
}
.top-b_header h3 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.uk-navbar-nav > li.item-115 > a {
	background: #EA751F;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.uk-navbar-nav.nav.menu {
	margin-top: 25px;
}
.main-top {
	background: #3B6BB2;
	text-align: center;
	padding: 40px;
}
.main-top h3, .main-top h1 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	max-width: 900px;
	margin: 0 auto;
}
.main-top h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: Inter;
	line-height: 36px;
	margin-bottom: 40px;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}
.main-top p {
	color: #fff;
}
.main-top .btn {
	color: #fff;
}
.icons {
	display: none;
}
.breadcrumb li {
	color: rgba(255, 255, 255, 0.25);
	font-size: 13px;
	display: inline-block;
}
.article-img {
	height: 100%;
	background-size: cover;
	min-height: 500px;
	background-position: center;
}
.uk-width-1-2.article-text {
	display: flex;
	align-items: center;
}
.item-content p {
	padding: 10px 0;
}
.main-bottom-a p {
	color: #EA751F;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.main-bottom-a h2 {
	color: #EA751F;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}
.main-bottom-a {
	padding: 100px 0;
}
.main-bottom-a .container {
	border-left: 1.5px solid #EA751F;
	border-radius: ;
	border-radius: ;
	border-right: 1.5px solid #EA751F;
	padding: 0 40px;
	box-sizing: border-box;
}
.main-bottom-b .wbg_img {
	height: 100%;
	display: block;
}
.main-bottom-b .mod-content, .main-bottom-b .wbg {
	/* height: 100%; */
	background-size: cover;
	width: 100%;
}
.main-bottom-b .wbg_img {
	height: 100%;
	display: block;
	background-size: cover;
	min-height: 600px;
	width: 100%;
}
.main-bottom-b h3 {
	color: #3B6BB2;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.main ul li {
	list-style: disc;
}
.main ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.main p {
	margin-bottom: 20px;
}
.main .orange-btn {
	line-height: 1;
}
.main-bottom-c h3 {
	color: #3B6BB2;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
}
.main-bottom-c {
	padding: 100px 0;
}
.icon-top_img::after {
	content: "";
	height: 171px;
	width: 171px;
	background: #E5E5E5;
	display: block;
	position: absolute;
	top: 0;
	border-radius: 100%;
}
.icon-top_img {
	height: 200px;
	position: relative;
}
.icon-top_img img {
	position: relative;
	z-index: 100;
}
.main-bottom-b .uk-width-1-2 {
	display: flex;
	align-items: center;
}
.article-content {
	padding: 50px 0;
}

.article-content h3 {
  color: #3B6BB2;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.uk-navbar-nav li.parent > a::after {
	content: "";
	background: url(../images/cross.svg);
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	right: -3px;
	top: 12px;
}
.gallery img {
	width: 100%;
}
.uk-navbar-dropdown-nav > li > a {
	color: #fff;
}
.uk-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 25px;
	background: #3B6BB2;
	color: #ffff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.header {
	padding: 10px 0;
}
.uk-navbar-dropdown-nav > li > a:hover {
	color: rgba(255,255,255,.5);
}
.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
	background: #f5f5f5;
	color: #444;
	outline: 0;
}
.uk-navbar-nav > li.parent {
	margin-right: 12px;
}
.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
	background: none;
	color: #EA751F;
	outline: 0;
}
.proj .mod-articles-category-title {
	font-size: 22px;
	font-weight: 50;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
	color: #3B6BB2;
}
.categories-list {
	padding: 100px 0;
}
.uk-width-1-3.grid-item--width1 {
	margin-bottom: 40px;
}
.article-content h2 {
	color: #3B6BB2;
}
.contact .item-content {
	display: none;
}
.main-bottom-c-header h3{
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.main-bottom-c-header {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#rsfp_thankyou_popup_inner h3 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
.rsfp_thankyou_popup_inner {
	background: #3B6BB2;
	width: 40%;
	padding: 40px;
	margin: 0 auto;
	position: relative;
}
#rsfp_thankyou_popup_inner p {
	color: #fff;
}
.footer {
	font-size: 13px;
}
.footer a:hover {
	color: #EA751F;
}
.footer .orange-btn:hover {
	background: #fff;
}
.projitem-img {
	height: 400px;
	background-size: cover;
	margin-bottom: 100px;
  background-position: center;
}
.projitem h1 {
	color: #3B6BB2;
	font-size: 35px;
	margin-bottom: 30px;
}
.project-slideshow-image {
	height: 400px;
	background-position: center;
	background-size: cover;
}
.project-slideshow-thumb {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
}
.slider-thumb li {
	display: inline-block;
	margin-right: 20px;
}
.project-info2 h3, .project-info3 h3 {
	color: #EA751F;
	text-transform: uppercase;
	font-weight: 600;
}

.project-info2 h3 {
	color: #EA751F;
	text-transform: uppercase;
	font-weight: 600;
}
.projectsview .main-top {
	display: none;
}
.projectsview .main .container {
	max-width: 100%;
}
.projectsview .main .container .projitem {
	max-width: 1400px;
	margin: 0 auto;
}
.projectsview .top-f {
	display: none;
}
.project-info2 {
	margin-bottom: 40px;
}
.breadcrumb a, .breadcrumb span {
	color: #7cc6f2;
}
.main ul.breadcrumb {
	padding-left: 0;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: #fff;
}
.top-b .mod-content {
	margin-bottom: 40px !important;
}
.top-c.top-b2 .moduletable:last-child {
	max-width: 800px;
	margin: 0 auto;
	border: none;
	padding-bottom: 0;
}
.top-b2.top-c h3, .top-b2.top-c p {
	margin-bottom: 30px;
}
.main .top-c li {
	list-style: none;
}
.main-bottom-c-headerf h3 {
	color: #EA751F;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-transform: uppercase;
}
.fabrication .main-bottom-c .container {
	border: none;
}
.fabrication .main-bottom-c, .fabrication .main-bottom-c .top-c {
	padding-bottom: 0;
}
.fabrication .main-top {
	background: url(../images/fabrication.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.fabrication .gallery img {
	height: 400px;
	object-fit: cover;
}
.fabrication .main-bottom-c {
	background: #3B6BB2;
	color: #fff;
}
.icon-fabrication::before {
	background-image: url(../images/fabrication.svg);
	content: "";
	/* display: block; */
	width: 95px;
	height: 80px;
	/* float: left; */
	background-position: center;
	background-repeat: no-repeat;
}
.full-banner {
	background: url(../images/banner3.jpg);
	height: 90vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 800px;
	position: relative;
}
.full-banner .container {
	width: 100%;
	z-index: 100;
}
.full-banner .mod-content {
	max-width: 600px;
}
.full-banner::after {
	content: "";
	background: rgba(0,0,0,.4);
	background: ;
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.full-banner .mod-content h1 {
	font-size: 50px;
	line-height: 1;
}
.full-banner .btn {
	font-size: 20px;
	color: #fff;
}
.full-banner .mod-content p {
	font-size: 20px;
	line-height: 1.5;
}
.full-banner .mod-content h1, .full-banner .mod-content p {
	color: #fff;
	margin-bottom: 40px;
}
.full-banner::after {
	content: "";
	background: #0E2B5680;
	background: ;
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.uk-subnav.uk-subnav-pill {
	margin: 0 auto;
	list-style: none;
}
.uk-subnav > * {
	list-style: none !important;
}
.uk-subnav-pill > * > :first-child {
	padding: 10px 20px;
	background: transparent;
	color: #3B6BB2;
	font-family: Inter;
	font-size: 17px;
	font-weight: 500;
	text-transform: none;
}
.uk-subnav-pill > .uk-active > a {
	background-color: #3B6BB2;
	color: #fff;
}
.proj-img span {
	background: #EA751F;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	display: inline-block;
	line-height: 1;
	margin: 10px;
}
.project-info2 .tags.inline > li {
	display: inline-block;
	background: #EA751F;
	padding: 10px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
.project-info2 .tags.inline {
	list-style: none !important;
	padding: 0 !important;
}
.project-title h3 {
	color: #3B6BB2;
	font-size: 22px;
}
.bottom-b .container {
	width: 100%;
	max-width: 100%;
}
.bottom-b {
	margin-bottom: -10px;
} 
.bottom-b img{
	width: 100%;
}