/*
CSS for Magnetyz
Author: Ian Lunn & tweaked by Vaibhav Bharadwaj
License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike)
*/

@charset "utf-8";

/* Global Settings */

body{
	margin: 0px auto;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #e6e6e6;
	overflow: visible;
}

img{
	border: 0;
}

/* Typography Settings */

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GestaBold';
    src: url('../fonts/gesta-bold-mag.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GestaBold';
    src: url(//:) format('no404'), url('../fonts/gesta-bold-mag.woff') format('woff'), url('../fonts/gesta-bold-mag.ttf') format('truetype'), url('../fonts/gesta-bold-mag.svg#webfontpcKQnOD7') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GestaLight';
    src: url('../fonts/gesta-light-mag.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GestaLight';
    src: url(//:) format('no404'), url('../fonts/gesta-light-mag.woff') format('woff'), url('../fonts/gesta-light-mag.ttf') format('truetype'), url('../fonts/gesta-light-mag.svg#webfontzjZhM1UT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GestaMedium';
    src: url('../fonts/gesta-medium-mag.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GestaMedium';
    src: url(//:) format('no404'), url('../fonts/gesta-medium-mag.woff') format('woff'), url('../fonts/gesta-medium-mag.ttf') format('truetype'), url('../fonts/gesta-medium-mag.svg#webfontviZABDYB') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GestaRegular';
    src: url('../fonts/gesta-regular-mag.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GestaRegular';
    src: url(//:) format('no404'), url('../fonts/gesta-regular-mag.woff') format('woff'), url('../fonts/gesta-regular-mag.ttf') format('truetype'), url('../fonts/gesta-regular-mag.svg#webfontv1hTrFeR') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Other Settings */

::selection{ 
	background:#000;
	color:#fff;
	text-shadow: none;
}

::-moz-selection{ 
	background: #000;
	color:#fff;
	text-shadow: none;
}

a:link{
	color: #828282;
	text-decoration: none;
}

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

h1{
	font-family: 'GestaMedium', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
}

pr{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 11px;
	color: #828282;
}

p{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
}

.space{
	padding: 5px;
}

.space2{
	padding-top: 10px;
}

.space3{
	padding: 13px;
}

#nav{
	background-color: #ffffff;
	height: 45px;
	width: 270px;
	padding: 5px 0 5px 0;
    position: fixed;
	bottom: 0;
	z-index: 999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.tabs{ 
	list-style: none;
	margin-left: -34px;
	margin-top: -3px;
}

.tabs li{ 
	float: left;
	padding: 4px;
}

.tabs li a.current{ 
	background-position: 0 0;
}

.tree{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_tree.png) bottom;
}

.tree:hover{
	background-position: 0 0;
}

.magnet{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_magnet.png) bottom;
}

.magnet:hover{
	background-position: 0 0;
}

.beaker{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_beaker.png) bottom;
}

.beaker:hover{
	background-position: 0 0;
}

.bomb{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_bomb.png) bottom;
}

.bomb:hover{
	background-position: 0 0;
}

.mask{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_mask.png) bottom;
}

.mask:hover{
	background-position: 0 0;
}

.compass{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_compass.png) bottom;
}

.compass:hover{
	background-position: 0 0;
}

.lifesaver{
	display: block;
	width: 29px;
	height: 30px;
	background: url(../images/nav_lifesaver.png) bottom;
}

.lifesaver:hover{
	background-position: 0 0;
}

#ruler{
    position: fixed;
	background: url(../images/ruler.png) no-repeat;
	left: 0px;
	top: 86px;
	width: 86px;
	height: 515px;
	z-index: 999;
}

#levelbg{
    position: fixed;
	background: url(../images/levelbg.png) no-repeat;
	left: 30px;
	top: 94px;
	width: 57px;
	height: 50px;
	padding: 12px 18px 12px 18px;
	text-align: left;
	z-index: 999;
}

#point{
	font-family: 'GestaMedium', Arial, sans-serif;
	font-size: 24px;
	color: #94b42a;
}

#logo{
	right: 23px;
	top: 86px;
	position: fixed;	
	z-index: 999;
}

.story{
	margin: 0 auto;
	width: 100%;
}

.title {
	position: absolute;
	padding: 210px 0 0 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-family: 'GestaBold', Arial, sans-serif;
	font-size: 60px;
	color: #ffffff;
}

.dateholder {
	text-align: center;
	font-family: 'GestaLight', Arial, sans-serif;
	font-size: 19px;
	padding-bottom: 8px;
	color: #b8b8b8;
}

.incase {
	text-align: center;
	font-family: 'GestaLight', Arial, sans-serif;
	font-size: 14px;
	color: #b8b8b8;
}

.getmag {
	padding: 120px 0 0 0;
	text-align: center;
	font-family: 'GestaLight', Arial, sans-serif;
	font-size: 14px;
	color: #b8b8b8;
}

.heading {
	position: absolute;
	padding: 150px 0 0 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-family: 'GestaBold', Arial, sans-serif;
	font-size: 70px;
	color: #ffffff;
}

#opacity {
    position:absolute;
    top:0;
    left:0;
	width: 100%;
	height: 100%;
    background:#e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index: -2;
}
	
#home{
	height: 950px;
	margin: 0 auto;
	padding: 0;
}

#home .smilie{
	background: url(../images/smilie.png) no-repeat ;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#about{
	height: 950px;
	margin: 0 auto;
	padding: 0;
}

#about .magnetbig{
	background: url(../images/magnet.png)  no-repeat ;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#abt1{
	margin: 225px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#abt2{
	margin: 335px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#abt3{
	margin: 445px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#abt4{
	margin: 225px 0 0 0;
	left: 64%;
	position: absolute;
	z-index: 220;
}

.abtblockbg{
	color: #828282;
	width: 203px;
	height: 80px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.abtconbg{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	width: 203px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding-top: 47px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#magblock{
	position:absolute;
    top:0;
    left:0;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 10px;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#abticon{
	position:absolute;
    bottom:3px;
    right:8px;
	background-color: transparent;
}

.abtimg1{
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width:100%;
	margin-top: 20px;
}

.abtimg2{
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width:100%;
	margin-top: 10px;
}

.abtimg3{
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width:100%;
	margin-top: 3px;
}

.abtimg1 a, .abtimg2 a, .abtimg3 a {
	cursor: default;
}

#services{
	height: 950px;
	margin: 0 auto;
	padding: 0;	
}

#services .penholder{
	background: url(../images/penholder.png)  no-repeat ;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

.bullet{
	margin-right: 15px;
}

.line{
	margin-bottom: 4px;
}

#serv1{
	margin: 150px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#serv2{
	margin: 245px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#serv3{
	margin: 150px 0 0 0;
	left: 64%;
	position: absolute;
	z-index: 220;
}

#serv4{
	margin: 440px 0 0 0;
	left: 64%;
	position: absolute;
	z-index: 220;
}

#serv5{
	margin: 540px 0 0 0;
	left: 73.6%;
	position: absolute;
	z-index: 220;
}

.servconbg{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	width: 203px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#servicon1{
	position:absolute;
    top:-2px;
    left:-32px;
	text-align: center;	
}

#servicon2{
	position:absolute;
    top:-2px;
    left:-32px;
	text-align: center;	
}

#servicon3{
	position:absolute;
    top:-1px;
    right:-32px;
	text-align: center;
}

#servicon4{
	position:absolute;
    top:0;
    right:-32px;
	text-align: center;
}

#portfolio{
	height: 950px;
	margin: 0 auto;
	padding: 0;	
}

#portfolio .filmcan{
	background: url(../images/filmcan.png) no-repeat;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#port1{
	margin: 290px 0 0 0;
	right: 78%;
	height: 160px;
	position: absolute;
	z-index: 220;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #828282;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#port2{
	margin: 290px 0 0 0;
	right: 68%;
	height: 160px;
	position: absolute;
	z-index: 220;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #828282;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#port3{
	margin: 290px 0 0 0;
	left: 68%;
	height: 160px;
	position: absolute;
	z-index: 220;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #828282;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#port4{
	margin: 290px 0 0 0;
	left: 78%;
	height: 160px;
	position: absolute;
	z-index: 220;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #828282;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#ident{
	display: block;
	margin-left: 2px;
	width: 72px;
	height: 80px;
	background: url(../images/iden_icon.png) bottom;
}

#ident:hover{
	background-position: 0 0;
}

#print{
	display: block;
	margin-left: 2px;
	width: 71px;
	height: 75px;
	background: url(../images/print_icon.png) bottom;
}

#print:hover{
	background-position: 0 0;
}

#web{
	display: block;
	margin-left: 2px;
	width: 71px;
	height: 70px;
	background: url(../images/web_icon.png) bottom;
}

#web:hover{
	background-position: 0 0;
}

#motion{
	display: block;
	margin-left: 2px;
	width: 72px;
	height: 73px;
	background: url(../images/motion_icon.png) bottom;
}

#motion:hover{
	background-position: 0 0;
}

#clients{
	height: 950px;
	margin: 0 auto;
	padding: 0;	
}

#clients .rolodex{
	background: url(../images/rolodex.png) no-repeat;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#client1{
	margin: 225px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#client2{
	margin: 225px 0 0 0;
	left: 65%;
	position: absolute;
	z-index: 220;
}

.clientconbg{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	width: 203px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.clientblockbg{
	width: 203px;
	background-color: transparent;
	padding: 0;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
}

#maskblock{
	position:absolute;
    top:0;
    left:0;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 10px;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#clientbtn{
	position:absolute;
    bottom:0;
    right:0;
	width: 92px;
	height: 20px;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#clientbtn:hover{
	color: #000000;
}

#contact{
	height: 950px;
	margin: 0 auto;
	padding: 0;	
}

#contact .mobile{
	background: url(../images/mobile.png) no-repeat;
	height: 786px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#con1{
	margin: 225px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#con2{
	margin: 406px 0 0 0;
	right: 64%;
	position: absolute;
	z-index: 220;
}

#con3{
	margin: 225px 0 0 0;
	left: 64%;
	position: absolute;
	z-index: 220;
}

.conconbg{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	width: 203px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.conblockbg{
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #828282;
	width: 203px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding-top: 23px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.conblockbg2{
	width: 350px;
	background-color: transparent;
	padding: 0;
	font-family: 'GestaRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #828282;
}

#compassblock{
	position:absolute;
    top:0;
    left:0;
	width: 25px;
	height: 20px;
	text-align: center;
	padding: 10px;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.plug{
	position: absolute;
	top:50px;
	left:0;
	display: block;
	width: 27px;
	height: 26px;
	background: url(../images/plug_icon.png);
}

#l1{
	margin: 10px 0 0 0;
	left: 0;
	position: absolute;
	font-family: 'GestaLight', Arial, sans-serif;
	font-size: 18px;
	color: #828282;
	width: 65px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#l2{
	margin: 10px 0 0 0;
	left: 100px;
	position: absolute;
	font-family: 'GestaLight', Arial, sans-serif;
	font-size: 18px;
	color: #828282;
	width: 66px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#mail{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../images/mail_icon.png) bottom;
	margin: 70px 0 0 0;
	left: 0px;
	position: absolute;
}

#mail:hover{
	background-position: 0 0;
}

#facebook{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../images/facebook_icon.png) bottom;
	margin: 70px 0 0 0;
	left: 40px;
	position: absolute;
}

#facebook:hover{
	background-position: 0 0;
}

#twitter{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/twitter_icon.png) bottom;
	margin: 70px 0 0 0;
	left: 80px;
	position: absolute;
}

#twitter:hover{
	background-position: 0 0;
}

#behance{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/behance_icon.png) bottom;
	margin: 70px 0 0 0;
	left: 120px;
	position: absolute;
}

#behance:hover{
	background-position: 0 0;
}

#linked{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/linkedin_icon.png) bottom;
	margin: 70px 0 0 0;
	left: 160px;
	position: absolute;
}

#linked:hover{
	background-position: 0 0;
}

/*--Image Preview--*/
#preview{
	position:absolute;
	background:#ffffff;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-khtml-box-shadow: 0px 0px 10px #999;
	z-index: 1000;
}
	
/*--Tool Tip--*/
#tooltip{
	position:absolute;
	background:#ffffff;
	padding:4px 6px 3px 6px;
	color:#868686;
	height: 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-khtml-box-shadow: 0px 0px 5px #ccc;
	z-index: 1000;
}

/* creates the larger triangle */
#tooltip:after {
	content:"";
	position:absolute;
	bottom:-8px;
	left:1px; 
	border-width:0 10px 7px 0;
	border-style:solid;
	border-color:transparent #999;
}
