/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	overflow-y: scroll;
	overflow-x: hidden;
	background:#fff;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}



#top_bar {
	width:990px;
	height:15px;
	padding:5px;
	padding-right:20px;
	text-align:right;
	font-family:'Titillium Web', serif;
	font-size:7pt;
	}
	

.top_bar_items {
margin-left:10px;
color:#fff;}

.top_bar_items_regular {
color:#000;
}

#menu_bar_desktop {
	width:990px;
	height:60px;
	padding:5px;
	font-size:12pt;
	font-weight:400;
	display:block;
}


#menu_desktop_filler_bar {
	position:fixed;
	top:0;
	width:100%;
	background-color:#fff;
	height:105px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#menu_bar_mobile {
	display:none;
	width:990px;
	height:60px;
	padding:5px;
	opacity: 0.8;
	font-size:14pt;
	}
	
#logo_desktop {
float:left;
width:133px;}

#logo_mobile {
float:left;
width:133px;}

#menu_desktop {
float:right;
margin-top:30px;
font-family:'Ubuntu', serif;
}

#menu_mobile {
display:none;
}

.menu_desktop_item {
margin-left:20px;
padding:8px;
background-color:#475e70;
border-radius:3px;
color:#fff;}

.menu_desktop_item_regular {
margin-left:20px;
padding:8px;
font-weight:500;
color:#475e70;}

.menu_desktop_item_active {
margin-left:20px;
padding:8px;
font-weight:500;
background-color:#475e70;
border-radius:3px;
color:#fff;}

.menu_desktop_item:hover {
background-color:#475e70;
border-radius:3px;
//opacity:0.5;
}

.menu_desktop_item_regular:hover {
//background-color:#d6e2e8;
background-color:#ccc;
font-weight:normal;
border-radius:3px;
}


.menu_desktop_item:active {
background-color:#475e70;
border-radius:3px;
color:#fff;}

.menu_desktop_item_regular:active {
background-color:#475e70;
font-weight:normal;
border-radius:3px;
color:#fff;}

#content_container {
width:100%;
background-color:#fff;
margin-top:-20px;
padding-top:125px;}


#content {
width:100%;
display:table;
margin-bottom:50px;
}

#title_bar {
color:#fff;
width:100%;
font-size:30pt;
font-family:'Ubuntu', serif;
padding-top:60px;
padding-bottom:60px;
font-weight:bold;
}

.development {
background-image: url("/images/parallax/development.jpg");
}

.portfolio {
background-image: url("/images/parallax/portfolio.jpg");
}

.purenet {
background-image: url("/images/parallax/purenet.jpg");	
}

.contact {
background-image: url("/images/parallax/contact.jpg");	
}

.privacy {
background-image: url("/images/parallax/privacy.jpg");	
}

.terms {
background-image: url("/images/parallax/terms.jpg");	
}

.notfound {
background-image: url("/images/parallax/notfound.jpg");	
}


#page_content_middle {
width:990px;
text-align:left;
padding-top:50px;
padding-left:10px;
color:#333;
font-size:12pt;
font-family:'Raleway', serif;
line-height:120%;
}

#page_content_bullets {
font-size:10pt;
color:#666;}

#content_third_left {
width:31%;
margin-bottom:20px;
margin-right:20px;
float:left;}

#content_third_middle {
width:31%;
margin-right:20px;
margin-bottom:20px;
float:left;
}

#content_third_right {
width:31%;
margin-bottom:20px;
float:left;}

#content_half_left {
width:49%;
margin-bottom:20px;
margin-right:10px;
line-height:150%;
float:left;}

#content_half_right {
width:49%;
line-height:150%;
float:left;}

#content_70 {
width:65%;
line-height:150%;
float:left;
margin-right:15px;
margin-bottom:35px;
overflow:hidden;
}

#content_30 {
width:30%;
float:left;
}

.page_content_title {
color:#181818;
font-weight:bold;
text-align:left;	
}

.content_center_text {
	width:96%;
	text-align:center;
	margin-bottom:40px;
}

.content_left_text {
	width:98%;
	text-align:justify;
	margin-bottom:40px;
	font-size:11pt;
	line-height:200%;
}


.list_content {
margin-bottom:10px;	
}

.parallax { 
    /* The image used */
    

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio_banner {
width:485px;
height:263px;
margin-bottom:10px;
border:1px solid #e7e8e9;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portfolio_container {
width:100%;
height:100%;
text-align:center;
background-color:rgba(0,0,0,0);
}

.portfolio_container:hover {
width:100%;
height:100%;text-align:center;
background-color:rgba(0,0,0,0.4);
}

.portfolio_container:hover > .portfolio_text {
display:block;
}

.portfolio_text {
position: relative;
top: 90%;
transform: translateY(-50%);
color:#fff;
font-family:'Titillium Web';
display:none;
}

#mki {
background-image:url('/images/portfolio/mki.jpg');
}

#mit {
background-image:url('/images/portfolio/mit.jpg');
}

#cwfs {
background-image:url('/images/portfolio/cwfs.jpg');
}

#mabophe {
background-image:url('/images/portfolio/mabophe.jpg');
}


.clients {
width:150px;
height:100px;
margin-right:9px;
margin-bottom:20px;
float:left;
//border:1px solid #e7e8e9;
background-position: center;
background-repeat: no-repeat;
filter: grayscale(100%);
opacity:0.5;
//box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.clients:hover {
filter: grayscale(0%);
opacity:1;
}
	

#camdetech {
background-image:url('/images/clients/camdetech.png');
}

#castrol {
background-image:url('/images/clients/castrol.png');
}

#ciber {
background-image:url('/images/clients/ciber.png');
}

#education {
background-image:url('/images/clients/education.png');
}

#ecsa {
background-image:url('/images/clients/ecsa.png');
}

#gfc {
background-image:url('/images/clients/gfc.png');
}

#kotane {
background-image:url('/images/clients/mki.png');
}

#signet {
background-image:url('/images/clients/signet.png');
}

#smart {
background-image:url('/images/clients/smart.png');
}

#form {
margin-top:25px;
color:#333;
font-size:11pt;
font-family:'Raleway', serif;	
}

.form_input {
color:#333;
font-size:11pt;
font-family:'Raleway', serif;
width:90%;
height:30px;
border: 1px solid #dee3e8;
margin-bottom:20px;
}

#address {
display:none;}

#form_text {
color:#333;
font-size:11pt;
font-family:'Raleway', serif;
width:90%;
height:150px;
border: 1px solid #dee3e8;
overflow:hidden;
resize:none;
line-height:1.5;
padding:5px;
margin-bottom:20px;
}

#submit {
font-family:'Titillium Web', serif;	
background-color:#475e70;
color:#fff;
height:40px;
margin-bottom:20px;
}

#submit:hover {
background-color:#27292b;
}

#submit:active {
background-color:#000;
color:#ccc;
}

#footer {
background:#27292b;
height:150px;
}

#footer_content {
width:990px;
text-align:left;
padding-top:50px;
padding-left:10px;
color:#fff;
font-size:9pt;
font-family:'Titillium Web', serif;
}

#footer_logo {
width:33%;
float:left;}

#telephone {
width:33%;
margin-top:15px;
float:left;
text-align:center;
}

#terms {
width:32%;
float:left;
text-align:right;}

#copyright {
padding-top:30px;
padding-bottom:30px;
color:#475e70;
font-size:9pt;
font-family:'Titillium Web', serif;
}


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

#menu_mobile_item {
display:none;}

#content, #title_bar, #footer_content, #page_content_middle {
width:100%;
}

#top_bar, #menu_bar_desktop {
width:98%;
}

.portfolio_banner {
width:435px;
height:236px;
}

}

@media screen and (max-width: 875px) { 
#menu_bar_desktop {
	width:98%;
	font-size:10pt;

}

#menu_mobile_item {
display:none;}

#content, #title_bar, #footer_content, #page_content_middle {
width:100%;
}

#top_bar {
width:98%;	
}

.portfolio_banner {
width:350px;
height:190px;
}

}

@media screen and (max-width: 720px) { 
#menu_bar_mobile {
	display:block;
	width:100%;
	font-size:10pt;
}

#content, #title_bar, #footer_content, #page_content_middle {
width:100%;
}

#top_bar {
width:98%;	
}


#menu_bar_desktop {
display:none;}	
	
#menu_mobile {
margin-top:10px;
display:none;	
width:100%;
font-size:16pt;
text-align:left;
font-family:'Ubuntu', serif;
text-transform:uppercase;
background-color:#9cc2d1;
padding-bottom:20px;
opacity:0.95;
}

#mobile_icon_div {	
float:right;
margin-top:30px;
padding-right:5px;
}

#mobile_icon {
color:#fff;
padding:0px;}

#mobile_icon_regular {
color:#587283;
}

.menu_mobile_item {
height:30px;
padding-top:15px;	
width:70%;
border-bottom: 1px solid #b9d2de;
margin-left:15%;
margin-right:15%;
color:#fff;
}

.menu_mobile_item:hover {
color:#587383;
}

#footer_logo,  #telephone, #terms {
	width:100%;
	text-align:center;
	clear:both;
}

#content_third_left, #content_third_middle, #content_third_right,#content_70, #content_30 {
	width:98%;
	text-align:left;
	clear:both;
}

#content_half_left {
width:98%;
margin-bottom:25px;
text-align:center;
}

#content_half_right {
width:98%;
float:left;
margin-bottom:5px;
}

.portfolio_banner {
width:98%;
height:54vw;
}

#mki {
background-image:url('/images/portfolio/mki_o.jpg');
}

#mit {
background-image:url('/images/portfolio/mit_o.jpg');
}

#cwfs {
background-image:url('/images/portfolio/cwfs_o.jpg');
}

#mabophe {
background-image:url('/images/portfolio/mabophe_o.jpg');
}


#footer {
height:230px;
}

#telephone {
margin-bottom:10px;
}


}