body {
	background-color:#fff;
}


a:link {
	color:#555;
	text-decoration:none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;	
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:visited {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#20d4d6;
	text-decoration:none;	
}

a:active {
	color:#20d4d6;
	text-decoration:none;
} 


@font-face {
    font-family: 'Swiss721';
    src: url('images/tt0005m_.ttf');
    src: url('tt0005m_.ttf?#iefix') format('embedded-opentype');
    font-weight: Bold;
    font-style: normal;   
}

#logo img {
    width: 100px;
    height: 35px;
}

#logo {
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;	
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#logo:hover {
	opacity: 1;
}

div.header {
	position: fixed;
    padding: 45px 0 0px 50px;
	left: 0px;
	top: 0px;
	z-index: 100;
    width: 100%;
    background-color: #fff;
}

#nav{
	position: fixed;
    padding: 10px 0 35px 50px;
	left: 0px;
	top: 70px;
	z-index: 99;
    width: 100%;
    background-color: #fff;
}

.navmain {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 12px;
	letter-spacing: -.05em;
	line-height: .9em;
	color: #888;
	text-align: left;
}

p.intro {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 92px;
	letter-spacing: -.05em;
	line-height: .9em;
	color: #888;
	text-align: left;
    max-width:1100px;
}

header.column1 {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 38px;
	letter-spacing: -.05em;
	line-height: .9em;
	color: #414042;
	text-align: left;
	vertical-align: top;
	padding: 20px 65px 0px 0px;
}


p.column2 {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -.02em;
	line-height: 1.6em;
	color: #777;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
}

#bodyabout {
	background-color: #fff;
    margin:0;
}


div.about1 {
	background-color: #fff;
	padding: 90px 30px 90px 50px;
	margin: 0;
}

div.about1 p {
	max-width: 400px;
}

div.about2 {
	background-color: #fcfcfc;
	padding: 90px 30px 90px 50px;
	margin: 0;
}

div.about2 p {
	max-width: 400px;
}

div.portpic1 {
	background-color: #fff;
	padding: 25px 0 0 0;
	margin: 0;
}

div.portpic1 img {
	width: 100%;
    max-width: 1200px;
	display: block;
	margin: 0 auto;
}

div.portpic2 {
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0px;
}

div.portpic2 img {
	max-width: 1200px;
	width: 100%;
	display: block;
}

.mainwrapper {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 14px;
	letter-spacing: -.05em;
	line-height: 1.5em;
    min-height: 376px;
	min-width:376px;
	margin: 0 0 0 0;
	text-align: center;
	float:left;
}

/* Image Box Style */
.mainwrapper .box {
	cursor: pointer;
	height: 376px;
	width: 376px;
	position: relative;
	overflow: hidden;
}

.mainwrapper .box img {
	/* position: absolute; */
	left: 0;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;	
	transition: all .4s ease-out;
    height: 300px;
    width: 300px;
}

/* Caption Common Style */
.mainwrapper .box .caption {
	background-color: #000;
	opacity:.3;
	position: absolute;
	color: #fff;
	z-index: 50;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;	
		transition: all .4s ease-in-out;
	left: 38px;
    top: 38px;
}

/** Caption 2: Full Width & Height **/
.mainwrapper .box .full-caption {
	width: 300px;
	height: 300px;	
	top: -300px;
}

.mainwrapper .box .full-caption h {
	top:0px;
	left:0;
	width: 220px;
	height: 220px;
	position: absolute;
	text-align: center;
	padding: 125px 40px 40px 40px;
}

/** Full Caption :hover Behaviour **/
.mainwrapper .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: .9;
}

div#prevnext {
position: fixed;
left: 50px;
top: 165px;
width: 210px;
height: 29px;
background: #f4f4f4;
}


a#prev {
	float:left;
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 10px;
	letter-spacing: -.05em;
	line-height: .9em;
	text-align: left;
	padding: 10px 0 0 20px;
}

a#next {
	float:left;
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 10px;
	letter-spacing: -.05em;
	line-height: .9em;
	text-align: left;
	padding: 10px 0px 0 18px;
}


.footer {
	margin: 0 0 0 20px;
}

.footertext {
	font-family: 'Swiss721', 'Helvetica', 'Arial', sans-serif;
	font-weight: Bold;
	font-size: 9px;
	letter-spacing: -.05em;
	line-height: .9em;
	color: #555;
	text-align:left;
}

div.m1 {
	margin-top: 10px;
}

div.m2 {
	margin-top: 20px;
}

div.m3 {
	margin-top: 30px;
}

div.m4 {
	margin-top: 40px;
}

div.m5 {
	margin-top: 50px;
}

div.m6 {
	margin-top: 60px;
}

div.m7 {
	margin-top: 70px;
}

div.m9 {
	margin-top: 90px;
}

div.m10 {
	margin-top: 100px;
}

div.m120 {
	margin-top: 120px;
}

div.m140 {
	margin-top: 140px;
}

div.m150 {
	margin-top: 150px;
}

div.m175 {
	margin-top: 175px;
}

div.m200 {
	margin-top: 200px;
}

div.m225 {
	margin-top: 225px;
}

div.m300 {
	margin-top: 300px;
}

div.footermargin {
	margin-top: 100px;
}

div.clear {
	clear:both;
}







.work {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}