@charset "UTF-8";
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,pre{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}div,article,section,header,footer,nav,li{position:relative}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}	
img, object, embed, video {
	max-width: 100%;
}
/*Custom classes beginn here*/
body {
    font-family: "Oxygen",sans-serif;
    font-size: 1em;
    line-height: 130%;
}
.icon {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: Oxygen;
	font-size: 1.3em;
	text-align: left;
	margin-bottom: -10px;
	font-weight: 400;
}
h2 {
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	line-height: 2em;
	font-weight: 400;
	line-height: 1.6em;
	font-family: Oxygen;
	text-align: center;
	font-size: 1.2em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
h4 {
display: block;
margin: 4px 0;
font-weight: 300;
}
p {
	display: block;
	font-size: 105%;
	line-height: 1.6em;
	font-weight: 400;
	font-family: Oxygen;
	text-align: left;
	margin-right: 10px;
	font-style: normal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding-left: 10px;
}
.space {
	margin-top: 50%;
}

#contentsection {
	width: 100%;
	background-color: #1BAAE3;
	margin-bottom: 20px;
	color: #›FFFFFF;
	font-style: normal;
	font-weight: 100;
	font-family: lato;
}
#webappicon {
	padding-top: 10px;
}
#mobileappicon {
	padding-top: 10px;
}
#webdesignicon {
	padding-top: 10px;
}
#socialmediaicon {
	padding-top: 10px;
}
.content a {
	color: #00B9FF;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Mobile Layout: 480px and below. */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.125%;
	padding-left: 2.4375%;
	padding-right: 2.4375%;
	clear: none;
	float: none;
}
#header {
}
#toggle{
		position:absolute;
		top:12px;
		right:16px;
		display:block;
		width:20px;
		height:20px;
		text-decoration:none;
		z-index:100;
		text-align:right;
		font-size:20px;
		color:#111;
		}
#toggle:before{
		content:"\f0c9";
			}
			
#toggle:hover{
	color: #00B0EF;
}
.header{
	height:100px;
	background:#FFF;
	width:100%;
	position:fixed;
	z-index:100;
	-webkit-box-shadow:0 0 6px #666;
	-moz-box-shadow:0 0 6px #666;
	box-shadow:0 0 6px #666
	}
.internal {
    margin: 0px auto;
    padding: 0px 1.25em;;
    max-width: 100em;
    width: 90%;
}
a:visited {
color: #000000;
}
.nav {
position: absolute;
overflow: hidden;
right: 44px;
top: 0;
margin: 5px 0 0;
font-size: 10px;
padding: 0;
float: right;
}
.nav a{
	display: none;
	margin: 0 !important;
	float: none;
	font-size: 1.125em;
	text-align: right;
	padding: 7px 10px;
	-webkit-transition: none 1s;
	-moz-transition: none 1s;
	-o-transition: none 1s;
	transition: none 1s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #00B9FF;
	text-decoration: none;
		}
.nav a:hover{
	color: #DFAF73
}
.nav.expanded a{
	display:list-item;
	z-index:1000
		}	
.nav a:last-child{
	color:#111;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:none 1s;
	-moz-transition:none 1s;
	-o-transition:none 1s;
	transition:none 1s
	}
.nav a:last-child span{
display:none;
visibility:hidden
		}
#logo {
	height:100%;
	margin-top:19px;
}
.logo{
	display: block;
	width: 15em;
	height:auto;
	margin-top:19px;
	float: left;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0;
	pading-bottom: 0px;
	}
.logo p {
	font-size: 12px;
	text-align: right;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slides {
	padding-top: 100px;
}
.content {
	padding-bottom: 25px;
	overflow: hidden;
}
.header-pad {
padding-top: 80px !important;
}
.content-column-wrap .right {
float: none;
}
.contact-block .icon {
font-size: 17px;
display: inline-block;
margin-right: 7px;
background: #FFF;
color: #00B9FF;
width: 17px;
height: 17px;
padding: 7px;
text-align: center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.contact-block.clear {
clear: both;
}
.contact-info {
background: #33B6FF;
color: #FFF;
padding: 25px 20px 15px !important;
overflow: hidden;
}
.contact-block h4 {
font-size: 1.4em;
}
.contact-info p {
text-decoration: none;
line-height: 145%;
font-size: 0.9em;
}
.contact-block {
float: left;
width: 50%;
margin-bottom: 10px;
}
.get-in-touch .map {
text-align: center;
margin-bottom: 30px;
height: inherit;
margin-top: 30px;
}
.content-column-wrap .left {
float: none;
width: 92%;
margin: 0 auto;
}
form {
display: block;
margin-top: 0em;
}
.form p {
margin: 3px 0 7px;
font-size: 1.125em;
font-weight: normal;
color: #0099FF;
line-height: 145%;
}
.contact-info a {
color: #111;
text-decoration: none;
}
.form .input {
width: 93.5%;
font-family: inherit;
padding-left: 3%;
padding-right: 3%;
margin-bottom: 25px;
font-size: 1em;
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form .input-default {
padding-top: 9px;
padding-bottom: 9px;
outline: none;
}
.form .submit {
color: #FFF;
background: #1BAAE3;
-webkit-transition: background 0.5s ease;
-webkit-transition-delay: 0;
-moz-transition: background 0.5s ease 0;
-o-transition: background 0.5s ease 0;
transition: background 0.5s ease 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding-left: 18px;
padding-right: 18px;
text-transform: uppercase;
font-family: inherit;
font-size: 100%;
margin: 0;
}
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
#whatwedo {
}
.whatwedo {
color: #00ACE3;
}
.black {
color: #000000;
}
#mobileapp {
width: 100%;
}
#webapp {
width: 100%;
clear: both;
margin-left: 0;
}
#webdesign {
width: 100%;
clear: both;
margin-left: 0;
}
#socialmedia {
width: 100%;
clear: both;
margin-left: 0;
}
.customer {
margin-bottom:30px;
}
#customera {
width: 100%;
}
#customerb {
width: 100%;
clear: both;
margin-left: 0;
}
#customerc {
width: 100%;
clear: both;
margin-left: 0;
}
#customerd {
width: 100%;
clear: both;
margin-left: 0;
}
/*footer start here*/
#footer {
	position: relative;
	zoom: 1;
	width: 100% !important;
	z-index: 200;
	box-shadow: 0 0 5px black;
	padding: 1% 0 1%;
	background-color: #999999;
	}
.footer {
	width: 88.7946%;
	max-width: 1232px;
	height:70px;
	padding-left: 0.6026%;
	padding-right: 0.6026%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	color: #FFFFFF;
	font-family:"Oxygen",sans-serif;
	letter-spacing: 5%;
}
#footerrow1 {
	width:30%;
	margin-left:10px;
	margin-top:10px;
	float:left;
	font-size:0.5em;
}
#footerrow2 {
}
#footerrow3 {
	margin-right:10px;
	float:right;
}
#social {
	float: right;
	width: auto;
}
.social {
	float: left;
	width: 30%;
	color: #FFF;
	float: right;
	margin: 7px 12px 0 0;
}
.social a {
	color: #00ACE3;
	text-decoration: none;
	margin-right: 4px;
	padding: 6px 4px;
	font-size: 0.825em;
	background: #FFF;
	width: 17px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0;
	-moz-transition: all 0.3s ease 0;
	-o-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0;
}
#whatwedo {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#contentsection .gridContainer.clearfix img {
	vertical-align: middle;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.5089%;
	padding-left: 1.2455%;
	padding-right: 1.2455%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}

#toggle {
display: none;
}
.nav {
	padding: 0;
	margin: 23px 0 0;
	float: right;
	position: relative;
}
.nav a {
	display: inline-block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
	font-size: 0.8em;
	font-weight: 200;
	-webkit-transition: color 0.3s ease;
	-webkit-transition-delay: 0;
	-moz-transition: color 0.3s ease 0;
	-o-transition: color 0.3s ease 0;
	transition: color 0.3s ease 0;
	background-color: #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.button-main, .nav a:last-child, .projects-info .projects-link, .form .submit {
	color: rgb(255, 255, 255);
	background-color: rgb(0,176,239);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-radius: 5px 5px 5px 5px;
}
#slider {
}
#mobileapp {
width: 100%;
}
#webapp {
width: 100%;
clear: both;
margin-left: 0;
}
#webdesign {
width: 100%;
clear: both;
margin-left: 0;
}
#socialmedia {
width: 100%;
clear: both;
margin-left: 0;
}
#customera {
width: 100%;
}
#customerb {
width: 100%;
clear: both;
margin-left: 0;
}
#customerc {
width: 100%;
clear: both;
margin-left: 0;
}
#customerd {
width: 100%;
clear: both;
margin-left: 0;
}
#contactus {
width: 100%;
}
#address {
width: 100%;
clear: both;
margin-left: 0;
}
#footer {
}
#footerrow1 {
	width:35%;
	margin-left:50px;
	margin-top:20px;
	float:left;
	font-size:100%;
}
#footerrow2 {
	float:right;
	margin-right: 40px;
}
#footerrow3 {
	margin-right:50px;
	float:right;
}
.social {
	margin: 1em 0 0;	
}
.social a {
	padding: 7px 5px;
	font-size: 1.3em;
	width: 20px;
	margin-right: 8px;
}
#whatwedo {
}
#section1 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.7946%;
	max-width: 1232px;
	padding-left: 0.6026%;
	padding-right: 0.6026%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}

#toggle {
display: none;
}
.nav {
	font-size:1.1em;
	padding: 0;
	margin: 23px 0 0;
	float: right;
	position: relative;
}
.nav a {
	display: inline-block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
	font-size: 1em;
	font-weight: 300;
	padding: 7px 14px;
	-webkit-transition: color 0.3s ease;
	-webkit-transition-delay: 0;
	-moz-transition: color 0.3s ease 0;
	-o-transition: color 0.3s ease 0;
	transition: color 0.3s ease 0;
	background-color: #FFF;
}
#slider {
}
.content-column {
width: 40%;
float: left;
padding: 0 2%;
}
.content-column-wrap .left {
float: left;
width: 44%;
}
.content-column-wrap .right {
float: right;
width: 42%;
}
#mobileapp {
width: 23.9819%;
position:relative;
}
#webapp {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#webdesign {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#socialmedia {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#customera {
width: 23.9819%;
}
#customerb {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#customerc {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#customerd {
width: 23.9819%;
margin-left: 1.3574%;
clear: none;
}
#contactus {
	width: 49.3212%;
}
#address {
	width: 49.3212%;
	margin-left: 1.3574%;
	clear: none;
	margin-top: 10px;
}
#footer {
}
#footerrow1 {
	width:40%;
	margin-left:50px;
	margin-top:20px;
	float:left;
	font-size:100%;
}
#footerrow2 {
	float:right;
	margin-right: 40px;
}
#footerrow3 {
	width:25%;
	margin-right:50px;
	float:right;
}
.social {
	margin: 1em 0 0;	
}
.social a {
	padding: 7px 5px;
	font-size: 1.3em;
	width: 20px;
	margin-right: 8px;
}
#whatwedo {
}
#section1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
