/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------end of reset---------*/

.index{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.home{
	background-color: #100d2b;
}
.home_icon{
	color: #fff;
	background: url(../images/home_icon.png)no-repeat;
}
.inner-header .logo{
	display: inline-block;
    text-decoration: none;
    opacity: 0.6;
    font-weight: bold;
    padding: 10px 0px 10px;
}
.inner-header .logo a{
	color: #fff;
}
.ui-ux{
	padding-top: 120px;
}
.title{
	display: block;
	margin:2% auto 10%
}
.title h3{
	text-align: center;
    border: none;
    opacity: 1;
    color: #0082af;
    text-transform: uppercase;
	margin: 0;
	font-size: 1.5em;
	font-weight:100;
}
.title h3:nth-child(2) {
	text-transform:lowercase;
	font-size: 1.2em;
}
.ui-ux img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.edge{
	background: url("../images/edge2.png") no-repeat top;
	Width:100%;
	display: block;
	height: 100px;
	transform: rotate(-180deg);
}

/*----------------------project page---------------------------*/
.project-banner img{
	width: 100%;
}
.project-page h2{
	text-align: center;
	font-size: 22px;
	margin: 20px auto;
	text-transform: uppercase;
    font-weight: 700;
}
.project-page p{
	text-align: left;
}
.project-page p:nth-child(1){
	padding-top:20px;
}
.project-col2 img{
	width: 49%;
}
.project-col-half{
	width:70%;
	margin:0 auto;
}
.project-col-half img{
	width: 100%;
	margin:0 auto;
}
.project-col4 img{
	width: 24%;
}
.project-col3 img{
	width: 33%;	
}
.project-col6 img{
	width: 15%;
}
.project-page section{
	padding-top: 30px;
    padding-bottom: 80px;
}
.project-footer{
	width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
 	bottom: 0;
    z-index: 999;
    background-color: #100d2b;
	padding-top:20px;
}
.tekken-page .full-page,
.tekken-page .highlight{
	height:900px;
}
.inner-footer-project{
	width: 90%;
    max-width: 1400px;
    height: 100px;
	margin: 0 auto;
	font-family:'Raleway', sans-serif;
}
.inner-footer-project a{
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #5556af;
    font-weight: 700;
}
.inner-footer-project a:hover{
	color: #0082af;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.footer-col{
	width:50%;
	float:left;
}
.footer-col p{
	text-align: right;
}
.footer-col:nth-child(1){
	text-align: left;
}
.footer-col:nth-child(2){
	text-align: right;
}
@media only screen and (max-width: 926px){
	.project-col3 img{
		width: 49%;	
	}
}
@media only screen and (max-width: 550px){
	.project-col2 img,
	.project-col3 img{
		width: 100%;	
	}
	.full-page p{
		font-size: 20px;
	}
	.project-page h1 {
		font-size: 22px;	
	}
	.project-col4 img {
		width: 49%;
	}
	.project-page section {
    	padding-top: 20px;
    	padding-bottom: 40px;
	}
}

@media only screen and (max-width: 375px){
	.full-page p{
		font-size: 18px;
	}
	.project-page h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px){
	.title h3{
		font-size: 2em;
	}
	.title h3:nth-child(2){
		font-size: 1.5em;
	}
	.ui-ux{
    	padding-top: 20%;
	}
}

@media only screen and (max-width: 800px){
	.title{
    	margin-bottom: 10px;
	}
	.edge{
		height:60px;
	}
	footer .footer-col-1,
	footer .footer-col-2{
    	width: 50%;
	}
	footer .footer-col-2 p{
    	text-align:center;
	}
	.footer-photo{
		height: 150px;
	}
	footer .footer-col-3{
		display:none !important;
	}
}

@media only screen and (max-width: 585px){
	.title h3{
		font-size: 1.5em;
	}
	.title h3:nth-child(2){
		font-size: 1em;
	}
	.inner-wrapper {
    	margin: 0 auto;
	}
}
@media only screen and (max-width: 480px){
	footer .footer-col-1,
	footer .footer-col-2{
    	width: 100%;
		margin-top:30px;
	}
	.footer-nav ul li {
    	text-align: center;
    	height: 40px;
	}
	footer .footer-col-2 p {
    	text-align: center;
	}
}

@media only screen and (max-width: 680px){
	.ui-ux img {
		max-height: 100px;
	}
	
}


				  /*------webdesign hover--------*/
.imgborder{
	max-width: 100%;
}

span.roll {
	background: center center no-repeat #0f0c2dc7; 
	box-sizing: border-box;
	position: absolute;
	width: 100%;
    height: 100%;
	z-index: 0;	
	top:0;
	left:0;
}

span.roll p{
	font-size: 1.2em;
	color: #7695a0;
	margin-top:30%;
	text-align: center;
	line-height: 1.2;
	vertical-align:middle;
}

.hover-image{
	margin:80px auto;
}
/*-------------end of webdesign hover---------------*/

/*-----------------art works------------------------*/

.art-section{
	margin-top: 60px;
}
p#box {
	position: absolute;
	font-size: 18px;
	color: #fff;
	width: calc(100% - 8px);
	background-color: rgba(255, 255, 255, 0.25);
	padding-left: 10px;
	line-height: 40px;
	bottom: 5px;
	left: 6px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
span.roll#art-hover{
	margin:2px;
	height:200px;
	width:calc(100% - 8px);
	left:4px;
}
.hover-image-art{
    margin: 30% 0 0 30%;
	position:absolute;
}
.art{
	margin:2px;
}

/*-----------------end of art works-----------------*/

.pic-image{
	width:0;
}

/*-*/
/* Preload images */
body:after {
  content: url(../images/img/close.png) url(../images/img/loading.gif) url(../images/img/prev.png) url(../images/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: black;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  position:absolute;
  width: 34%;
  left: -70px;
  float: left;
  background: url(../images/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: .5;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  position:absolute;
  width: 64%;
  right: -70px;
  float: right;
  background: url(../images/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: .5;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  font-family: 'Raleway';
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  font-family: 'Raleway';
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 600px){
	.lb-nav a.lb-next{
		right: -15px;
	}
	.lb-nav a.lb-prev{
		left: -15px;
	}
}

/****smoothScroll***/


.content {
  margin-top: 100%;
  margin-bottom: 100%;
}
