

#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:'TitilliumWeb-Regular', arial;
	font-size:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


.container {
	position: relative;

	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
}
 
#filters {
	
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color:#3173ba;
}

.inside_content  #filters li {
		float:left;
		list-style:none;
		background-image:none;
		border-bottom: 1px solid #a2cffe;
		border-right: 1px solid #a2cffe;
		padding-left:27px;
		padding-right:3px;
}
	
	#filters li span {
	display: block;
	text-decoration:none;
	color:#666;
	cursor: pointer;
	padding-bottom: 5px;
	margin-right: 25px;
	list-style:none;
	padding-top:5px;
	color:#FFFFFF;
	}
	#filters li span:hover { color:#f79434;}
	#filters li span.active {
	color:#35B9FF;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:1.1%;
	display:none;
	float:left;
	overflow:hidden;
	border:1px #CCCCCC solid;
	border-radius:0px;
    box-shadow: 0px 0px 1px 1px #e1e1e1;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}

		.portfolio .label-bg {
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #F5F5F5;
		}
	
		.portfolio .label-text {
	color:#323f4f;
	position: relative;
	z-index:500;
	padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	
	





/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.all{
	font-size:12px;
	color:#434b57;
	float: left;
	line-height: 15px;
}

.all:hover{
	font-size: 12px;
	color:#009aee;	
	
}
.graphic-design{
	width:90px;
	height:30px;
	background-image: url(../images/graphic-desihn.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 14px;
	color:#434b57;
}
.graphic-design:hover{
	background-image: url(../images/graphic-desihn.png);
	background-position: left -30px;
	font-size: 14px;
	color:#009aee;
}
.all-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	
	
}


.graphic-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.web-img{
	float: left;
	height: 30px;
	width: 34px;
	margin-right: 10px;
}
.corpporate-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.interactive-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.animation-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.video-img{
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.icon-all{
	background-image: url(../images/Icons_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 20px;
}
.icon-all:hover{
	background-image: url(../images/Icons_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 20px;
}

.icon-graphic{
	background-image: url(../images/graphic-design.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 0px;
}
.icon-graphic:hover{
	background-image: url(../images/graphic-design.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 0px;
}

.icon-web{
	background-image: url(../images/webdesign-development.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 0px;
}
.icon-web:hover{
	background-image: url(../images/webdesign-development.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 0px;
}

.icon-corpporate{
	background-image: url(../images/multimedia.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 0px;
}
.icon-corpporate:hover{
	background-image: url(../images/multimedia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 0px;
}
.icon-interactive{
	background-image: url(../images/Icons_5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 0px;
}
.icon-interactive:hover{
	background-image: url(../images/Icons_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 0px;
}
.icon-animation{
	background-image: url(../images/Icons_6.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
	margin-right: 0px;
}
.icon-animation:hover{
	background-image: url(../images/Icons_6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
	margin-right: 0px;
}

.icon-video{
	background-image: url(../images/animation.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:background-position 500ms ease-in-out 0s;
	float: left;
	height: 30px;
	color:#434b57;
}
.icon-video:hover{
	background-image: url(../images/animation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	color:#009aee;
}
.send-shadw{
	float: left;
	height: 20px;
	background-image: url(../images/shadow_2.png);
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.menu-bg{
	width:100%;
	height:116px;
	
	background: url("../images/menu-bg.png") repeat-x center top,
		    url("../images/second-shadw.png") no-repeat left bottom;
		    
	margin: 0px;
	
}
.logo-n{
width:213px;
height:94px;
float:left;
padding-left:20px;
padding-top:5px;
margin-right:100px;

}
.nav-full{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* nav */
.nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 0px;
	padding: 0px;
	
}
.nav ul {
	margin: 0;
	padding: 0;
	height: 94px;
}
.nav li {
	list-style: none;
	display: inline-block;
	height: 90px;
	padding-top:4px;
	padding-top: 4;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	font-family:'TitilliumWeb-Regular', arial;
	font-size:16px;
}
.nav a {
	text-decoration: none;
	color: #393939;
	line-height: 100%;
	height:56px;
	padding-top:38px;
	float: left;
	padding-right: 19px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.nav a:hover {
	color: #fff;
	background-image: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: left 4;
	height:94px;
}
.nav .current a {
	color: #fff;
	background-image: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: left 4;
	height:94px;
}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}

@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
	.menu-bg{
	width:100%;
	height:116px;
	
}

.logo-n{
width:213px;
height:94px;
float:left;
padding-left:20px;
padding-top:5px;
margin-right:100px;

}
	
}

@media screen and (max-width: 800px) {
	.nav {
		position: relative;
		min-height: 40px;
		
	}	
	.nav ul {
		width: 300px;
		padding: 5px 0;
		position: fixed;
		top: 0;
		right: 0;
		border: solid 1px #aaa;
		background:  url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: block; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		float:left;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
	.menu-bg{
	width:100%;
	height:116px;
	
}

.logo-n{
width:213px;
height:94px;
float:left;
padding-left:20px;
padding-top:5px;
margin-right:100px;

}
	
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}



/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.menu-bg{ width:50%;}
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */
