@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@-webkit-keyframes blinking-down {

	from 
	{ 
		opacity: 0.1;
		-webkit-transform: translateY(0px);
	}
	
	to
	{ 
		opacity: 1.0;
		-webkit-transform: translateY(10px);
	}
}

@-ms-keyframes blinking-down {

	from 
	{ 
		opacity: 0.1;
		-ms-transform: translateY(0px);
	}
	
	to
	{ 
		opacity: 1.0;
		-ms-transform: translateY(10px);
	}
}

@-moz-keyframes blinking-down {

	from 
	{ 
		opacity: 0.1;
		-moz-transform: translateY(0px);
	}
	
	to
	{ 
		opacity: 1.0;
		-moz-transform: translateY(10px);
	}
}

@keyframes blinking-down {

	from 
	{ 
		opacity: 0.1;
		transform: translateY(0px);
	}
	
	to
	{ 
		opacity: 1.0;
		transform: translateY(10px);
	}
}


* {
	
	font-family: 'proxima_novalight', 'Helvetica', 'Arial', 'sans-serif';
}

h1, h2, h3, h4, h5, h6 {
	
	font-family: 'proxima_novalight', 'Helvetica', 'Arial', 'sans-serif';
}

.n-navbar {
	
	background: #000 !important;
	border-radius: 0px !important;
	border-color: #000;
	padding: 15px;
}

.n-navbar .uk-navbar-brand {
	
	color: #eee;
}

.n-navbar .n-navbar-brand {
	
	margin: 0 40px;
}

.n-navbar .uk-navbar-nav > li {
	
	margin-left: 10px;
}

.n-navbar .uk-navbar-nav > li.uk-active a {

	background: #EB8B2D;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: none;
}

.n-navbar .uk-navbar-nav > li.uk-active a:hover {

	background: #EB8B2D;
}

.n-navbar .uk-navbar-nav > li a {
	
	color: #ccc;
	font-family: 'proxima_novalight';
	font-size: 1.1em;
	text-shadow: none;
}

.n-navbar .uk-navbar-nav > li a:hover {
	
	background: #000;
	color: #fff;
}

.n-navbar .uk-navbar-nav > li a:active,
.n-navbar .uk-navbar-nav > li a:focus {
	
	background: #000;
}

.n-navbar .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
	
	color: #ccc;
	text-shadow: none;
}

a.n-anchor {
	
	text-decoration: none;
}

a.n-anchor:hover {
	
	text-decoration: underline;
}

a.n-icon-anchor:hover {
	
	text-decoration: none !important;
}

.n-blinking-down {
	
	-webkit-animation: blinking-down 1s infinite;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-moz-animation: blinking-down 1s infinite;
	-ms-animation-timing-function: ease-in;
	-ms-animation: blinking-down 1s infinite;
	animation-timing-function: ease-in;
	animation: blinking-down 1s infinite;
}

.n-footer {
	
	padding: 25px;
	height: auto;
	background: black;
	color: #ccc;
}

.n-footer .uk-subnav li a {
	
	color: #ccc;
}

.n-footer .uk-subnav li.uk-active a {
	
	color: #ffc793;
}

.n-home-slider {

}

.n-home-slider ul {

	list-style: none;
	padding-left: 0px;	
}

.n-home-slider li {

	left: 0px;
}

.n-home-slider .n-item {
	
	position: relative;
	background-position: center center;
}

.n-home-slider .n-item img {

	display: inline-block;
}

.n-home-decor {
	
	position: relative;
	overflow: hidden;
	height: 350px;
	background: black;
}

.n-home-decor .bg-1 {
	
	position: absolute; 
	background: url(images/home-decor-bg-1.jpg) no-repeat; 
	background-size: contain; 
	background-position: center bottom; 
	width: 100%; 
	height: 550px; 
	bottom: 0px;
}

.n-home-decor .bg-2 {
	
	position: absolute; 
	background: url(images/home-decor-bg-2.jpg) no-repeat; 
	background-size: cover; 
	background-position: center bottom; 
	width: 100%; 
	height: 550px; 
	bottom: 0px;
}

.n-home-decor .ov-1 {
	
	position: absolute; 
	background: url(images/home-decor-ov-1.png) no-repeat; 
	background-size: contain; 
	background-position: center bottom; 
	width: 100%; 
	height: 550px; 
	bottom: 0px;
}

.n-home-decor .mask {
	
	position: absolute; 
	background: url(images/dot-bg.png);
	width: 100%;
	height: 100%;
	top: 0px;
}

.bx-wrapper .bx-viewport {

	-moz-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
	box-shadow: 0 1px 5px #ccc;
}

.n-home-slider .n-item .n-title {
	
	position: absolute;
	width: 100%;
}

.n-home-slider .n-item .n-flow-title {
	
	padding: 10px;
	font-size: 14px;
	color: white !important;
	background: rgba(0,0,0,0.5);
	height: 80px;
}

.n-home-body {
	
	padding: 30px 0;
}

.n-content-padding {
	
	padding: 30px !important;
}

.n-bottom-space {
	
	padding-bottom: 30px;
}

.n-bottom-space-small {
	
	padding-bottom: 15px;
}

.n-blue-gradient {
		
	background: #72a9d3; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #72a9d3 0%, #1f6b9e 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#72a9d3), color-stop(100%,#1f6b9e)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #72a9d3 0%,#1f6b9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #72a9d3 0%,#1f6b9e 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #72a9d3 0%,#1f6b9e 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #72a9d3 0%,#1f6b9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a9d3', endColorstr='#1f6b9e',GradientType=1 );
}

.n-orange-gradient {
		
	background: #ffd289; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffd289 0%, #f49930 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffd289), color-stop(100%,#f49930)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffd289 0%,#f49930 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffd289 0%,#f49930 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffd289 0%,#f49930 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffd289 0%,#f49930 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd289', endColorstr='#f49930',GradientType=1 );
}

.n-sky-gradient {
	
	background: #9ACFF9; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ACFF9 10%, #ffffff 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#9ACFF9), color-stop(78%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ACFF9 10%,#ffffff 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ACFF9 10%,#ffffff 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ACFF9 10%,#ffffff 78%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ACFF9 10%,#ffffff 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ACFF9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.n-brand-container i,
.n-brand-container img {
	
	display: inline-block;
	margin: 0 20px;
	color: #fff;
}

.n-brand-container > div {

	display: inline-block;
	margin: 0px 0px;
	width: 80px;
	height: 50px;
	margin: 20px 5px;
}

.n-brand-container > div > img {

	height: 50px;
}

.n-project-thumbnail {
	
	border: 1px solid #ccc;
	background: #111;
}

.n-news-container {
	
}

.n-head-icon {

	position: relative;
	width: 50px;
	border-radius: 5px;
	background: #0BA1D8;
	line-height: 50px;
	color: #fff;
}

.n-head-icon:after {

	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid #0BA1D8;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
}

.n-news-icon {

	display: inline-block;
	position: relative;
	width: 50px;
	border-radius: 5px;
	background: #EB8B2D;
	line-height: 50px;
	color: #fff;
}

.n-news-icon:after {

	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid #EB8B2D;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
}

.n-valign-bottom {
	
	vertical-align: bottom;
}

.n-parallax-obj {
	
	position: fixed;
	display: none;
}

.n-parallax-anchor {

	display: block;
}

#mainnav {
	
	width: 100% !important;
	position: fixed;
}

#content {
	
	padding-top: 0px;
}

.n-shadow-inset {

	-moz-box-shadow:    inset 0 0 5px #aaaaaa;
	-webkit-box-shadow: inset 0 0 5px #aaaaaa;
	box-shadow:         inset 0 0 5px #aaaaaa;
}

.n-shadow-inset-dark {

	-moz-box-shadow:    inset 0 0 15px #111111;
	-webkit-box-shadow: inset 0 0 15px #111111;
	box-shadow:         inset 0 0 15px #111111;
}

.atm {
	
	right: 30px !important;
	left: auto !important;
}

.fb-like-box {
	
	background: white;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	
    width: 100% !important;
    min-width: 200px;
    border-radius: 8px;
}

.n-latest-tweet {
	
	display: none;
}

.n-follow-us a {
	
	margin-left: 5px;
}

.gha-activity.gha-small .gha-message {
	
	max-width: 60%;
}

@media screen and (max-width: 1680px) {

	.n-home-decor {
		
		height: 390px !important;
	}
}

@media screen and (max-width: 1280px) {

	.n-home-decor {
		
		height: 350px !important;
	}
}

@media (max-width: 960px) {
	
	.n-home-decor {
		
		height: 300px !important;
	}
}

@media (max-width: 767px) {

	.n-home-decor .bg-1 {
		
		position: absolute; 
		background: url(images/home-decor-bg-1.jpg) no-repeat; 
		background-size: cover; 
		background-position: center bottom; 
		width: 100%; 
		height: 550px; 
		bottom: 0px;
	}
	
	.n-home-decor {

		height: 160px !important;
	}
}