@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

p, ul, li, a{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2vw;
	text-align:justify;
	margin:0;
	padding:0;
	line-height:160%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.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: 100%;
	/*padding-left: 2.5%;
	padding-right: 2.5%;*/
	clear: none;
	float: none;
}

#header{
	/*border: 1px dashed black;*/
}

#logo{
	/*position:relative;*/
	width:50%;
	/*padding-bottom:6.5%;*/
	margin-left: 1.5%;
	margin-top: 1%;
	/*border: 1px dashed black;*/
}

#logo a{
	display: block;
	background-image: url(../img/logo.png);
	background-size: 100%;
	;
	background-repeat: no-repeat;
	width:190%;
	/*border: 1px dashed black;*/
	padding-bottom:50%;
	text-indent:-9999px;
}

#mainNav{
	/*position: absolute;*/
	/*top:10%;
	left: 48%;*/	
	margin-left:7%;
	list-style: none;
	width: 95%;
}

#mainNav a{
	display: inline-block;
	background: rgba(54,128,205,1.00);
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.30);
	width: 20%;
	padding: 5% 0;
	margin-left:2%;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	text-decoration: none;
	color: white;
	
}

#mainNav > a > li{
	text-align:center;
	font-size: 200%;
	font-weight: bold;
	text-transform:uppercase;
}

#call{
	width: 100%;
	margin: 0 auto;
	/*border: 1px dashed black;*/
	overflow: hidden;
	padding: 1% 0;
	box-shadow:0px 2px 3px rgba(0,0,0,0.30);
	background:rgba(59,59,59,1.00);
	
}

#landline{
	width:45%;
	float: left;
	/*border: 1px dashed red;*/
	padding-bottom: 11.5%;
	background-image:url(../img/phone-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left:2%;
}

#cellphone{
	/*margin-top: 5%;*/
	width:45%;
	float: right;
	/*border: 1px dashed red;*/
	padding-bottom: 11.5%;
	background-image:url(../img/cell-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 2%;
}
#slideshow {
	display:none;
}

#about {
	background:rgba(59,59,59,1.00);
	color: white;
	margin-top:2%;
}
#writtenContentAbout{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentAbout h1{
	text-align: center;
	margin-top: 3%;
	font-size: 150%;
}

#writtenContentAbout p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 2%;
	line-height:140%;
}
#services {
}

#writtenContentServices{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentServices h1{
	margin-top: 3%;
	font-size: 150%;
	text-align:center;
}

#writtenContentServices p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 2%;
	line-height:140%;
}
#callout {
	background:rgba(59,59,59,1.00);
	color: white;
}

#writtenContentCallout{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentCallout h1{
	margin-top: 3%;
	font-size: 150%;
	text-align:center;
}

#writtenContentCallout p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 2%;
	line-height:140%;
}

#writtenContentCallout a{
	font-size: 100%;
	text-decoration: none;
	color: orange;
}

#contact {
}

#writtenContentContact{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentContact h1{
	margin-top: 3%;
	font-size: 150%;
	text-align:center;
}

#writtenContentContact p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 2%;
	line-height:140%;
}

#writtenContentContact a{
	font-size: 100%;
	text-decoration: none;
	color: rgba(54,128,205,1.00);
}

#footer{
	background:rgba(59,59,59,1.00);
	color: white;
}

#footerCopyright{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
	padding-top: 2%;
	
}

#footerCopyright p{
	text-align:justify;
	font-size: 70%;
	margin-bottom: 1%;
	line-height:140%;
}

#footerCopyright p a{
	font-size:100%;
	text-decoration: none;
	color: orange;
}
/*SERVICES PAGE*/

#servicesPage{
	background:rgba(59,59,59,1.00);
	color: white;
	margin-top: 2%;
}

#writtenContentServicesOffered{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentServicesOffered h1{
	margin-top: 3%;
	font-size: 150%;
	text-align:center;
}

#writtenContentServicesOffered p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 1%;
	line-height:140%;
}

#written{
	width: 60%;
	float: right;
	margin-right: 5%;
	padding: 1% 0;
}

#written h1{
	font-size:110%;
}

#written p{
	font-size:80%;
	text-align:justify;
	line-height:145%;
}

#written a{
	font-size: 100%;
	text-decoration: none;
	color: orange;
}

#allinOne, #cartridges, #cctv, #computers, #laptops,
#multimedia, #networking, #printers, #toners, #trackingSystems,
#wifiCctv{
	background-color:rgba(59,59,59,1.00);
	color: white;
	margin-top: -0.2%;
}
#allinOne{
	background:url(../img/services/all-in-one-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#cartridges {
	background:url(../img/services/cartridges-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#cctv {
	background:url(../img/services/cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	
}
#computers {
	background:url(../img/services/computers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#laptops {
	background:url(../img/services/laptops-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#multimedia {
	background:url(../img/services/multimedia-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#networking {
	background:url(../img/services/network-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	margin-top: -0.12%;
}
#printers {
	background:url(../img/services/printers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#toners {
	background:url(../img/services/toners-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#trackingSystems {
	background:url(../img/services/tracking-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#wifiCctv {
	background:url(../img/services/wifi-cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 26%;
	background-position: 6% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	padding-bottom: 2%;
}

/*CONTACT PAGE*/

#contact-page{
	background:rgba(59,59,59,1.00);
	margin-top:2%;
	
}

#contact-page h1{
	font-size:150%;
	margin-top: 2%;
	text-align: center;
}

#contact-page p{
	font-size: 90%;
	line-height:140%;
	margin-bottom:3%;
}

#contact-page p:nth-child(3){
	margin:0;
}

#writtenContentContactUs{
	color: white;
	width: 80%;
	margin: 0 auto;
	padding: 1% 0;
}

#contactMapWrap{
	background:rgba(59,59,59,1.00);
}

#contactMap{
	width:90%;
	margin-left: 5%;
	padding:1% 0 1.5%;
}

#contactMap h1{
	margin-bottom:1%;
	color: white;
	font-size:150%;
	text-align: center;
}

#contactForm{
	background:rgba(59,59,59,1.00);
	color: white;
	padding-bottom: 2%;
}

#contactForm h1{
	margin: 2% 0;
	font-size:150%;
	text-align:center;
}
#contactForm p{
	font-size: 80%;
	margin:2% 0;
}

#contactForm > form{
	width: 80%;
	margin: 0 auto;
}

#input{
	width: 100%;
	margin: 1% 0;
}

#text-area{
	width:100%;
	height:250px;
	margin: 2% 0 5%;
}

#submit{
	margin-bottom: 2%;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	/*padding-left: 1.25%;
	padding-right: 1.25%;*/
	clear: none;
	float: none;
	margin-left: auto;
}

#header{
	/*border: 1px dashed black;*/
}

#logo{
	position:relative;
	width:23%;
	/*padding-bottom:6.5%;*/
	margin-left: 1.5%;
	margin-top: 1%;
	/*border: 1px dashed black;*/
}

#logo a{
	display: block;
	background-image: url(../img/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width:190%;
	/*border: 1px dashed black;*/
	padding-bottom:50%;
	text-indent:-9999px;
}

#mainNav{
	position: absolute;
	top:0%;
	left: 48%;	
	margin-left:0;
	list-style: none;
	width: 49%;
}

#mainNav a{
	display: inline-block;
	background: rgba(54,128,205,1.00);
	width: 24%;
	padding: 10% 0;
	margin-left:0.25%;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	text-decoration: none;
	color: white;
	
}

#mainNav > a > li{
	text-align:center;
	font-size: 120%;
	font-weight: bold;
	text-transform:uppercase;
}

#call{
	width: 100%;
	margin: 0 auto;
	/*border: 1px dashed black;*/
	overflow: hidden;
	padding: 1% 0;
	box-shadow:0px -2px 3px rgba(0,0,0,0.10);
	background:rgba(59,59,59,1.00);
}

#landline{
	width:30%;
	float: left;
	/*border: 1px dashed red;*/
	padding-bottom: 7.5%;
	background-image:url(../img/phone-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left:5%;
}

#cellphone{
	/*margin-top: 5%;*/
	width:30%;
	float: right;
	/*border: 1px dashed red;*/
	padding-bottom: 7.5%;
	background-image:url(../img/cell-white.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 5%;
	
}

#slideshow{
	box-shadow:0px -3px 3px rgba(0,0,0,0.10);
	display:block;
}

#about {
	background:rgba(59,59,59,1.00);
	color: white;
}
#writtenContentAbout{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentAbout h1{
	margin-top: 3%;
}

#writtenContentAbout p{
	text-align:justify;
	font-size: 100%;
	margin-bottom: 1%;
}
#services {
}

#writtenContentServices{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentServices h1{
	margin-top: 3%;
}

#writtenContentServices p{
	text-align:justify;
	font-size: 100%;
	margin-bottom: 1%;
}
#callout {
	background:rgba(59,59,59,1.00);
	color: white;
}

#writtenContentCallout{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentCallout h1{
	margin-top: 3%;
}

#writtenContentCallout p{
	text-align:justify;
	font-size: 100%;
	margin-bottom: 1%;
}

#writtenContentCallout a{
	font-size: 100%;
	text-decoration: none;
	color: orange;
}

#contact {
}

#writtenContentContact{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentContact h1{
	margin-top: 3%;
}

#writtenContentContact p{
	text-align:justify;
	font-size: 100%;
	margin-bottom: 1%;
}

#writtenContentContact a{
	font-size: 100%;
	text-decoration: none;
	color: rgba(54,128,205,1.00);
}

#footer{
	background:rgba(59,59,59,1.00);
	color: white;
}

#footerCopyright{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
	padding-top: 2%;
	
}

#footerCopyright p{
	text-align:justify;
	font-size: 70%;
	margin-bottom: 1%;
}

#footerCopyright p a{
	font-size:100%;
	text-decoration: none;
}


/*SERVICES PAGE*/

#servicesPage{
	background:rgba(59,59,59,1.00);
	color: white;
}

#writtenContentServicesOffered{
	width: 90%;
	margin: 0 auto;
	padding-bottom:2%;
}

#writtenContentServicesOffered h1{
	margin-top: 3%;
	font-size: 150%;
}

#writtenContentServicesOffered p{
	text-align:justify;
	font-size: 90%;
	margin-bottom: 1%;
}

#written{
	width: 70%;
	float: right;
	margin-right: 5%;
	padding: 1% 0;
}

#written h1{
	font-size:110%;
}

#written p{
	font-size:90%;
	text-align:justify;
}

#written a{
	font-size: 100%;
	text-decoration: none;
	color: orange;
}

#allinOne, #cartridges, #cctv, #computers, #laptops,
#multimedia, #networking, #printers, #toners, #trackingSystems,
#wifiCctv{
	background-color:rgba(59,59,59,1.00);
	color: white;
	margin-top: -0.2%;
}
#allinOne{
	background:url(../img/services/all-in-one-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#cartridges {
	background:url(../img/services/cartridges-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#cctv {
	background:url(../img/services/cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	
}
#computers {
	background:url(../img/services/computers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#laptops {
	background:url(../img/services/laptops-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#multimedia {
	background:url(../img/services/multimedia-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#networking {
	background:url(../img/services/network-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	margin-top: -0.12%;
}
#printers {
	background:url(../img/services/printers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#toners {
	background:url(../img/services/toners-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#trackingSystems {
	background:url(../img/services/tracking-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
}
#wifiCctv {
	background:url(../img/services/wifi-cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 16%;
	background-position: 7% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	padding-bottom: 2%;
}

/*CONTACT PAGE*/

#contact-page{
	background:rgba(59,59,59,1.00);
	
}

#contact-page h1{
	font-size:150%;
	padding-top: 2%;
	margin:0;
	text-align:left;
}

#contact-page p{
	font-size:90%;
}

#writtenContentContactUs{
	color: white;
	width: 90%;
	margin: 0 auto;
	padding: 1% 0;
}

#writtenContentContactUs > p{
	margin:0;
}

#contactMapWrap{
	background:rgba(59,59,59,1.00);
	margin-top: -0.2%;
}

#contactMap{
	width:90%;
	margin-left: 5%;
	padding:1% 0 1.5%;
	
}

#contactMap h1{
	margin-bottom:1%;
	color: white;
	font-size:150%;
	text-align:left;
}

#contactForm{
	background:rgba(59,59,59,1.00);
	color: white;
	padding-bottom: 2%;
	margin-top: -0.2%;
	
}

#contactForm p{
	font-size:90%;
	
}



#contactForm h1{
	/*margin: 1% 0 0 5%;*/
	font-size:150%;
	text-align:left;
	margin-left:5%;
	margin-bottom: 0.5%;
}

#contactForm > form{
	width: 90%;
	margin: 0 auto;
}

#input{
	width: 70%;
	margin: 1% 0;
}

#contactForm form p{
	margin:0;
}

#contactForm > form > p:nth-child(10),
#contactForm > form > p:nth-child(18){
	margin-bottom: 1%;
}

#contactForm > form > p:nth-child(12),
#contactForm > form > p:nth-child(20){
	margin-top: 1%;
}
#text-area{
	width:70%;
	height:250px;
	margin-top: 1.5%;
	margin-bottom: 3%;
}

#submit{
	margin-bottom: 1%;
}

.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: 100%;
	/*padding-left: 0.8333%;
	padding-right: 0.8333%;*/
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

a{
	text-decoration:none;
	color:orange;
	transition: 0.5s ease-in-out;
}
a:hover{
	transition: 0.5s ease-in-out;
	color: rgba(54,128,205,1.00);
}

#header {
	position:relative;
	height: auto;
	margin-top:0.5%;
	/*border-bottom: 2px solid rgba(59,59,59,0.25);*/
	
}

#logo{
	width:23%;
	/*padding-bottom:6.5%;*/
	margin-left: 10%;
	/*border: 1px dashed black;*/
	margin-top:0;
	
	
}

#logo a{
	display: block;
	background-image: url(../img/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width:100%;
	/*border: 1px dashed black;*/
	padding-bottom:20%;
	text-indent:-9999px;
}

#mainNav{
	position: absolute;
	top:-8%;
	left: 40%;	
	margin-left:19%;
	list-style: none;
	width: 40%;
}

#mainNav a{
	display: inline-block;
	background: rgba(54,128,205,1.00);
	width: 18%;
	padding: 5.2% 0;
	margin-left:0.5%;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

#mainNav a li{
	display:block;
	text-transform: uppercase;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: white;
	text-align:center;
}

#mainNav a:hover{
	background: rgba(59,59,59,0.8);
	padding: 5.2% 0 7%;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

#call{
	position:absolute;
	/*border: 1px dashed black;*/
	width: 12%;
	top:-8%;
	left: 40%;
	height: auto;
	background-color: rgba(255,255,255,0.00);
	box-shadow: none;
	padding: 0.25% 0 0 0;
}

#landline{
	width:100%;
	float: right;
	/*border: 1px dashed red;*/
	padding-bottom: 25%;
	background-image:url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#cellphone{
	margin-top: 5%;
	margin-right: 0;
	width:100%;
	float: right;
	/*border: 1px dashed red;*/
	padding-bottom: 25%;
	background-image:url(../img/cell.png);
	background-repeat: no-repeat;
	background-size: 100%;
	
}

/*SLIDESHOW*/

#slideshow{
	box-shadow:0px -2px 3px rgba(0,0,0,0.10);
}

/*ABOUT*/

#about {
	height: auto;
	background:rgba(59,59,59,1.00);
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	background-image: url(../img/slide-in/van-logo.png), url(../img/slide-in/vans.jpg);
	background-position:99.5% 50%, 500% 50%;
	background-size: 6.5%, 33%;
	background-repeat: no-repeat, no-repeat;
	padding-bottom:1.5%;
	margin-top: 0;
}


#about:hover{
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	background-position: 55% 50%, 87.5% 50%;
}

#writtenContentAbout{
	color: white;
	display: block;
	overflow: hidden;
	width:38%;
	margin-left: 10%;
}

#writtenContentAbout h1{
	font-size:225%;
	padding-left: 0.5%;
	padding-top:3%;
	text-align:left;
	
}

#writtenContentAbout p{
	float:left;
	padding-left:0.5%;
	padding-top:2%;
	font-size: 1.2vw;
	margin: 0;
	
}

/*SERVICES*/

#services {
	height: auto;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	background-image: url(../img/slide-in/services-one.jpg),
					   url(../img/slide-in/services-two.jpg),
					   url(../img/slide-in/services-three.jpg),
					   url(../img/slide-in/services-four.jpg),
					   url(../img/slide-in/services-five.jpg);
	background-position:11% -550%, 18% 650%, 25% -550%, 32% 650%, 0.5% 50%;
	background-size: 6%, 6%, 6%, 6%, 6%;
	background-repeat: no-repeat, no-repeat;
	padding-bottom:1.5%;
}

#services:hover{
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	background-position: 11% 50%, 18% 50%, 25% 50%, 32% 50%, 39% 50%;
}
	

#writtenContentServices{
	color: rgba(59,59,59,1.00);
	overflow: hidden;
	width:38%;
	float:right;
	margin-right: 10%;
}

#writtenContentServices h1{
	text-align: right;
	font-size:225%;
	padding-left: 0.5%;
	padding-top:3%;
}

#writtenContentServices p{
	float:right;
	padding-left:0.5%;
	padding-top:2%;
	font-size: 1.2vw;
	margin: 0;
}

/*CALLOUT*/

#callout {
	padding-bottom:3%;
	background:rgba(59,59,59,1.00);
	background-image: url(../img/slide-in/call-out-header.png),
					  url(../img/slide-in/call-out-one.png),
					  url(../img/slide-in/call-out-three.png),
					  url(../img/slide-in/call-out-two.png);
	background-size:7.2%, 30%, 30%, 30%;
	background-position: 99.25% 50%, 150% 10%, 150% 30%, 150% 40%;	
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;				
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#callout:hover {
	background-image: url(../img/slide-in/call-out-header-hover.png),
					  url(../img/slide-in/call-out-one-hover.png),
					  url(../img/slide-in/call-out-three-hover.png),
					  url(../img/slide-in/call-out-two-hover.png);
	background-position: 56.5% 50%, 86% 12%, 86% 50.5%, 86% 89%;	
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#writtenContentCallout{
	color: white;
	overflow: hidden;
	width:38%;
	float:left;
	margin-left:10%;
}

#writtenContentCallout h1{
	font-size:225%;;
	padding-left: 0.5%;
	padding-top:3%;
	text-align:left;
}

#writtenContentCallout p{
	float:left;
	padding-left:0.5%;
	padding-top:2%;
	font-size: 1.2vw;
	margin: 0;
}

#writtenContentCallout a{
	font-size: 1.2vw;
}

/*CONTACT*/

#contact {
	padding-bottom:3%;
	background-image: url(../img/slide-in/contact-us.jpg),
					   url(../img/slide-in/it4u-map.jpg);
	background-size:6%, 31.25%;
	background-position: 0.5% 50%, 0% -1000%;	
	background-repeat: no-repeat, no-repeat;				
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#contact:hover{
	background-image: url(../img/slide-in/contact-us-hover.jpg),
					   url(../img/slide-in/it4u-map.jpg);
	background-position: 45% 50%, 15% 50%;	
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#writtenContentContact{
	color:rgba(59,59,59,1.00);
	overflow: hidden;
	width:38%;
	float:right;
	margin-right:10%;
}

#writtenContentContact h1{
	font-size:225%;
	padding-left: 0.5%;
	padding-top:3%;
	text-align:right;
}

#writtenContentContact p{
	float:right;
	padding-left:0.5%;
	padding-top:2%;
	font-size: 1.2vw;
	margin: 0;
}

#writtenContentContact a{
	font-size: 1.2vw;
}

/*CONTACT PAGE*/

#contact-page{
	background:rgba(59,59,59,1.00);
	margin:0;
}

#contact-page h1{
	font-size:225%;
}

#contact-page p{
	font-size: 1.2vw;
}

#writtenContentContactUs{
	color: white;
	width: 80%;
	margin: 0 auto;
	padding: 1% 0;
}

#writtenContentContactUs > p{
	margin:0;
}

#contactMapWrap{
	background:rgba(59,59,59,1.00);
}

#contactMap{
	width:80%;
	margin-left: 10%;
	padding:1% 0 1.5%;
}

#contactMap h1{
	margin-bottom:1%;
	color: white;
	font-size:225%;
}

#contactForm{
	background:rgba(59,59,59,1.00);
	color: white;
	padding-bottom: 2%;
}

#contactForm h1{
	margin: 1% 0 0 10%;
	font-size:225%;
}
#contactForm p{
	font-size: 1.2vw;
	margin: 2% 0;
}

#contactForm > form > p:nth-child(10){
	margin: 0;
}

#contactForm > form{
	width: 80%;
	margin: 0 auto;
}

#input{
	width: 50%;
	margin: 1% 0;
}

#text-area{
	width:50%;
	height:350px;
	margin-top: 0.5%;
}

/*SERVICES PAGE*/

#servicesPage{
	background-color: rgba(59,59,59,1.00);
	width: 100%;
	margin: 0 auto;
	color: white;
	
}

#writtenContentServicesOffered{
	width: 80%;
	margin: 0 auto;
}

#writtenContentServicesOffered h1{
	margin-top: 3%;
	font-size:225%;
	text-align:left;
}

#writtenContentServicesOffered p{
	margin-bottom: 1%;
	font-size: 1.2vw;
}

#allinOne, #cartridges, #cctv, #computers,
#laptops, #multimedia, #networking, #printers, 
#toners, #trackingSystems, #wifiCctv {
	background-color: rgba(59,59,59,1.00);
	width: 100%;
	margin: 0 auto;
	color: white;
}

#written p{
	font-size: 1.2vw;
	text-align:justify;
}

#written a{
	font-size: 100%;
	text-decoration: none;
	color: orange;
}

#written{
	width: 60%;
	margin: 0 10% 0 0;
	float: right;
	padding: 0;
}

#written h1{
	font-size:180%;
}

#allinOne {
	background:url(../img/services/all-in-one-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#allinOne:hover{
	background:url(../img/services/all-in-one-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}

#cartridges {
	background:url(../img/services/cartridges-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 2% 0;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}

#cartridges:hover{
	background:url(../img/services/cartridges-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#cctv {
	background:url(../img/services/cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 2% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#cctv:hover{
	background:url(../img/services/cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#computers {
	background:url(../img/services/computers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}

#computers:hover{
	background:url(../img/services/computers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#laptops {
	background:url(../img/services/laptops-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 2% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#laptops:hover{
	background:url(../img/services/laptops-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#multimedia {
	background:url(../img/services/multimedia-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#multimedia:hover{
	background:url(../img/services/multimedia-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#networking {
	background:url(../img/services/network-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#networking:hover{
	background:url(../img/services/network-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#printers {
	background:url(../img/services/printers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 2% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#printers:hover{
	background:url(../img/services/printers-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#toners {
	background:url(../img/services/toners-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 3% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#toners:hover{
	background:url(../img/services/toners-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}
#trackingSystems {
	background:url(../img/services/tracking-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 50%;
	/*border: 1px solid white;*/
	padding: 2% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#trackingSystems:hover{
	background:url(../img/services/tracking-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 50%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	
}
#wifiCctv {
	background:url(../img/services/wifi-cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 8%;
	background-position: 17% 35%;
	/*border: 1px solid white;*/
	padding: 2% 0 5% 0;
	transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
}
#wifiCctv:hover{
	background:url(../img/services/wifi-cctv-base.png);
	background-color: rgba(59,59,59,1.00);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position: 15% 35%;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}

/*FOOTER*/

#footer {
	background:rgba(59,59,59,1.00);
}

#footerCopyright{
	color: white;
	width: 80%;
	margin: 0 auto;
	padding: 1% 0;
}

#footerCopyright p{
	text-align:justify;
	font-size:0.8vw;
	margin: 0;
}

#footerCopyright a{
	font-size:0.8vw;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}