@font-face {
    font-family: "NeuzeitGro-Reg";
    src: url("../fonts/247099_5_0.woff") format('woff');
}

@font-face {
    font-family: "NeuzeitGro-Bold";
    src: url("../fonts/247099_4_0.woff") format('woff');
}


/*********************************
*	HTML Tags
**********************************/
html {
	min-width: 320px;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	height: 100%;
	font: 16px/24px NeuzeitGro-Reg,Helvetica,Helvetica Neue,Arial;
	font-size: 120%;
	cursor: default;
}

h2 {
	font-family: NeuzeitGro-Bold;
	line-height: 120%;
}

a {
	color: #FFF;
	text-decoration: none;
}

img {
	border: 0;
}


/*********************************
*	Globals
**********************************/
.content-block {
	margin: 0 auto;
	max-width: 700px;
	height: 100%;
	text-align: left;
	z-index: 3;
	position: relative;
	top: 10%;
}

.icon {
	background-repeat: no-repeat;
	display: inline-block;
}

.stripes-overlay {
	width: 100%;
	height: 100%;
	background: url('../../content/images/stripes.png');
	opacity: 1;	
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
  	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}


/*********************************
*	Navigation Bar
**********************************/
.nav-bar {
	height: 45px;
	width: 100%;
	background-color: #3E3E3E;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	z-index: 9999;
	position: absolute;
}

.nav-inner {
	height: 40px;
	background-color: #0D98CF;
	position: relative;
}

.nav-bar-locked {
	position: fixed;
	top: 0;
}

.nav-links {
	margin: 0 auto;
	max-width: 870px;
	height: inherit;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.nav-text-btn {
	padding: 10px 20px 0 20px;
	height: inherit;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}

.nav-text-btn.highlighted {
	background-color: #000;
}

.simple-nav-btn {
	width: 30px;
	height: 30px;
	background-image: url('../../content/images/menu.png');
	display: none;
	cursor: pointer;
}

.simple-nav-btn:hover {
	background-position: 0px -30px;
}


/*********************************
*	Progress Bar
**********************************/
.progress {
	width: 100%;
	height: 5px;
	background-color: #FFF;
	position: absolute;
	top: 0;
}

.progress .bar {
	width: 0%;
	height: inherit;
	background-color: #0D98CF;
}


/*********************************
*	Slide Show
**********************************/
.slide-show {
	width: 100%;
	height: inherit;
	background-image: url('../../assets/slideshows/1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide-btn {
	width: 42px;
	height: 70px;
	background-image: url('../../content/images/btn_arrow.png');
	cursor: pointer;
	z-index: 3;
	position: absolute;
	top: 40%;
}

.slide-btn.previous-slide {
	background-position: 0px 0px;
	left: 0;
}

.slide-btn.previous-slide:hover {
	background-position: -42px 0px;
}

.slide-btn.next-slide {
	background-position: 0px -70px;
	right: 0;
}

.slide-btn.next-slide:hover {
	background-position: -42px -70px;
}

.slide-text-block {
	margin-top: 10px;
	padding: 3% 15px;
	width: 480px;
	min-height: 32px;
	font-size: 0.75em;
	text-align: left;
	line-height: 120%;
	background: rgba(25, 25, 25, 0.5);
	color: #FFF;
}

.slide-text {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	display: none;
}

.slide-text-1 {
	display: block;
}

.coming-features-block {
	margin-top: 5px;
	padding: 3% 15px;
	background: rgba(46, 153, 195, 0.8);
	color: #FFF;
	font-size: 0.85em;
}

.coming-features-block .header {
	margin-bottom: 6px;	
	font-size: 0.85em;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

.indicator-new {
	padding: 0px 5px;
	height: 20px;
	background-color: #FFF;
	color: #0D98CF;
	display: inline-block;
}

.feature-icon-block {
	width: 25%;
	font-size: 0.85em;
	line-height: 14px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.feature-icon {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-image: url(../images/live_feature.png);
	background-size: 100%;
	display: block;
}

.feature-icon-block[data-feature="1"] .feature-icon {
	background-position: 0px 0px;
}

.feature-icon-block[data-feature="2"] .feature-icon {
	background-position: 0px -80px;
}

.feature-icon-block[data-feature="3"] .feature-icon {
	background-position: 0px -160px;
}

.feature-icon-block[data-feature="4"] .feature-icon {
	background-position: 0px -240px;
}

.feature-header:before {
	padding-right: 5px;
	content: '■';
	color: #000;
}

.feature-header {
	margin: 0;
	font-size: 0.85em;
	font-weight: normal;
}

.feature-description-block {
	display: none;
}

.feature-description {
	margin: 0;
	font-size: 0.85em;
	line-height: 16px;
}

#coming-features-table {
	width: 100%;
	font-size: 0.85em;
	line-height: 16px;
}

#coming-features-table tr {
	height: 20px;
}

#coming-features-table td {
	vertical-align: top;
}

#coming-features-table td:first-child {
	color: #000;
}


/*********************************
*	Home Page
**********************************/
.home-page {
	width: 100%;
	height: 855px;
	background-color: #262626;
	text-align: center;
	z-index: 2;	
	position: relative;
}

.home-page .content-block {
	padding: 30px 20px 0 20px;
	width: 510px;
	background: url('../../content/images/stripes.png');
	color: #FFF;
	position: absolute;
	top: 5px;
	left: 10%;
}

.site-logo {
	width: 100%;
	max-width: 350px;
}

.home-page .awards {
	width: 20%;
	position: absolute;
	top: 20px;
	right: 5%;
	z-index: 20;
}


/*********************************
*	Everywhere Page
**********************************/
.everywhere-page {
	width: 100%;
	background-image: url('../../content/images/everywhere_bg.jpg');
	text-align: center;
	z-index: 2;
	position: relative;
}

.everywhere-page .content-block {
	padding: 60px 0;
	max-width: 960px;
	text-align: left;
	top: 0;
}

.product-list {
	width: 100%;
}

.product-block {
	padding: 0 10px 10px 0;
	max-width: 230px; 
}

.product-image {
	max-width: 230px;
	max-height: 150px;
	position: relative;
}

.product-text {
	padding: 10px;
	max-width: 100%;
	height: 40px;
	background-color: #3E3E3E;
	color: #FFF;
	font-size: 0.75em;
	line-height: 120%;
	-webkit-transition: background-color 0.5s ease-in-out;  
  	-moz-transition: background-color 0.5s ease-in-out;  
  	-o-transition: background-color 0.5s ease-in-out;  
	transition: background-color 0.5s ease-in-out;   
}

.product-block:hover .product-text { 
	background-color: #0D98CF;
	-webkit-transition: background-color 0.5s ease-in-out;  
  	-moz-transition: background-color 0.5s ease-in-out;  
  	-o-transition: background-color 0.5s ease-in-out;  
	transition: background-color 0.5s ease-in-out;   
}

.product-block:hover .product-image .stripes-overlay { 
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
  	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

/*********************************
*	Feature Page
**********************************/
.feature-page {
	width: 100%;
	background-color: #E7E7E7;
	text-align: center;
	z-index: 2;
	position: relative;
}

.feature-page .content-block {
	max-width: 100%;
	text-align: left;
	top: 0;
}

.main-feature-block {
	width: 50%;
	cursor: pointer;
	position: relative;
}

.main-feature-inner {
	color: #FFF;
	border-right: 1px #0D98CF solid;
	border-bottom: 1px #0D98CF solid; 
}

.main-feature-star {
	width: 100%;
	position: absolute;
	top: 10%;
	z-index: 2;
}

.icon-star {
	margin-left: 5%;
	width: 90px;
	height: 90px;
	background-image: url('../../content/images/star.png');
	position: relative;
}

.icon-star span {
	color: #000;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: 37%;
	left: 35px;
}

.main-feature-title {
	margin-left: 5%;
	width: 95%;
	height: 40px;
	position: absolute;
}

.main-feature-title h2 {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}

.main-feature-description {
	width: 100%;
	font-size: 0.75em;
	position: absolute;
}

.main-feature-description .inner {
	width: 98%;
	line-height: 120%;
}

.main-feature-image {
	width: 100%;
	height: auto;
	vertical-align: middle;
	z-index: -1;
}

.main-feature-block:hover .icon-star {
	background-position: 0 -90px;
}

.main-feature-block:hover .icon-star span {
	color: #FFF;
}

.main-feature-block:hover .main-feature-inner {
	color: #0D98CF;
	-webkit-transition: color 0.5s ease-in-out;  
  	-moz-transition: color 0.5s ease-in-out;  
  	-o-transition: color 0.5s ease-in-out;  
	transition: color 0.5s ease-in-out;  
}

.feature-list {
	width: 100%;
	background-color: #272727;
	color: #FFF;
}

.icon-close {
	margin: 10px;
	width: 30px;
	height: 30px;
	background-image: url('../../content/images/close.png');
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

.icon-close:hover {
	background-position: 0px -30px;
}

.feature-list {
	display: none;
}

.feature-block {
	width: 50%;
	height: 230px;
}

.feature-inner {
	margin: 2%;
}

.feature-image-block {
	width: 45%;
	max-width: 220px;
}

.feature-image {
	margin-top: 5%;
	width: 100%;
}

.feature-content-block {
	padding-left: 2%;
	width: 50%;
	line-height: 90%;
}

.feature-content-block h4 {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0;
	color: #0D98CF;
}

.feature-content-block p {
	font-size: 0.75em;
}


/*********************************
*	Architecture Page
**********************************/
.about-page {
	padding-bottom: 2%;
	width: 100%;
	background-image: url('../../content/images/about_bg.jpg');
	text-align: center;
	z-index: 2;
	position: relative;
}

.about-page .content-block {
	max-width: 941px;
	text-align: left;
	top: 0%;
}

.about-header {
	margin: 0;
	padding-top: 45px;
	text-transform: uppercase;
}

.about-title {
	font-size: 0.75em;
	font-weight: bold;
	display: block;
}

.image-description {
	font-size: 0.75em;
}

.image-description p {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.technology-block {
	margin-top: 2%;
	width: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.3);
	cursor: default;
	-webkit-transition:background-color 0.5s ease-in-out; 
}

.technology-block:hover {
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition:background-color 0.5s ease-in-out;  
}

.technology-inner {
	margin: 0 auto;
	padding: 2%;
	width: 95%;
	display: table;
}

.technology-icon-block {
	display: table-cell;
}

.icon-key {
	width: 100px;
	height: 100px;
	background-image: url('../../content/images/keys.png');
}

.technology-1 {
	background-position: -100px -100px;
}

.technology-2 {
	background-position: 0px 0px;
}

.technology-3 {
	background-position: 0px -100px;
}

.technology-4 {
	background-position: -100px 0px;
}

.technology-5 {
	background-position: -200px 0px;
}

.technology-content-block {
	margin-left: 5%;
	width: 80%;
	line-height: 90%;
}

.technology-content-block h4 {
	margin: 0;
}

.technology-content-block p {
	font-size: 0.75em;
}


/*********************************
*	Pricing Page
**********************************/
.pricing-page {
	width: 100%;
	min-height: 600px;	
	background-color: #A9A9A9;
	position: relative;
}

.pricing-page .content-block {
	max-width: 960px;
}

.pricing-header {
	margin: 0;
	padding-top: 45px;
	text-transform: uppercase;
}

.pricing-table {
	margin: 40px auto;
	width: 98%;
	font-size: 0.75em;
	border-collapse: collapse;
}

.pricing-table th {
	padding: 5px 20px;
	background-color: #36A7D3;
	color: #FFF;
	border: 0;
}

.pricing-table td {
	padding: 5px 20px;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}

.odd-row {
	background-color: #E8E9EA;
}

.even-row {
	background-color: #F4F5F6;
}

.enquires-block {
	margin: 30px auto;
	padding-bottom: 50px;
	width: 98%;
	font-size: 0.75em;
}

.enquires-block a {
	color: #000;
}

.enquires-title {
	margin: 0;
	font-weight: bold;
}


/*********************************
*	Clients Page
**********************************/
.clients-page {
	width: 100%;
	min-height: 970px;
	background-image: url('../../content/images/technologies_bg.jpg');
	background-position: center;
	text-align: center;
	z-index: 2;
	position: relative;
}

.clients-page .content-block {
	padding: 50px 0 80px 0;
	max-width: 1010px;
	top: 5%;
}

.image-type {
	margin: 20px 0 10px 0;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
}

.sort-message {
	font-size: 80%;
	text-transform: none;
}

.image-block {
	margin: 0 10px 10px 0;
	width: 190px;
	height: 120px;
	border: 1px #838383 solid;
	position: relative;
	overflow: hidden;
}

.image-icon {
	position: absolute;
	top: 0;
	left: 0;	
}

.image-icon.top {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.image-icon.top:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.trademark-block {
	margin-top: 40px;
	color: #FFF;
	font-size: 0.75em;
}


/*********************************
*	Awards Page
**********************************/
.awards-page {
	width: 100%;
	min-height: 970px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.awards-page .content-block {
	padding: 40px 20px 0 20px;
	max-width: 1100px;
}

.awards-title {
	color: #A7834F;
	text-transform: uppercase;
}

.message-block {
	margin-bottom: 20px;
	width: 60%;
	float: left;
}

.comment {
	color: #A7834F;
}

.awards-block {
	width: 40%;
	float: left;
}

.awards-block img {
	margin-top: 40px;
	width: 95%;
}

.snippet {
	margin-bottom: 40px;
	padding-right: 25px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.snippet img {
	width: 100%;
	border: 4px solid #0D98CF;
}

.snippet h4 {
	margin: 0;
	padding: 0;
}

.snippet p {
	margin: 0;
	padding: 0;
}


/*********************************
*	Footer
**********************************/
.footer {
	width: 100%;
	min-height: 45px;
	background-color: #3E3E3E;
	position: relative;
}

.footer-inner {
	width: 100%;
	min-height: 30px;
	background-color: #121212;
	color: #FFF;
	font-size: 0.75em;
	position: relative;
	top: 5px;
}

.footer-block {
	margin: 0 auto;
	max-width: 810px;
	min-height: 45px;
}

.separator {
	margin: 0 20px;
	display: inline-block;
}

.copyright {
	display: inline-block;
}

.tel, .email, .social {
	margin-right: 10px;
	display: inline-block;
}

.social span {
	margin-right: 10px;
	position: relative;
}

.social-btn {
	display: inline-block;
	position: relative;
	top: 7px \9;
}

.social-icon {
	margin: 0 2px;
	width: 26px;
	height: 26px;
	background-image: url('../../content/images/btn_social.png');
	cursor: pointer;
	position: relative;
}

.facebook {
	background-position: 0px 0px;
}

.facebook:hover {
	background-position: -26px 0px;
}

.twitter {
	background-position: 0px -26px;
}

.twitter:hover {
	background-position: -26px -26px;
}