#section-work, #section-contact, #work-expand
{
display: none;
}


/*         css reset       */

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;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*      css reset ends here        */


/*   main styles start from here   */

/*
font-family: 'Signika', sans-serif;
font-family: 'Raleway', sans-serif;

animation-delay:2s;
-webkit-animation-delay:2s;
*/

@font-face
{
font-family: rupee;
src: url('../fonts/rupee.ttf');
}

body
{
background: url('../images/bg.png');
font-family: 'Signika', sans-serif;
}

a
{
text-decoration: none;
color: rgba(219,39,0,0.8);
}

::selection
{
color: #ff9933;
background: transparent;
}

#navigation-outer-wrapper
{
height: 100%;
width: 170px;
position: fixed;
left: 0px;
top: 0px;
display: block;
}

#navigation-inner-wrapper
{
background: #4d4d4d;
height: 100%;
width: 100%;
position: relative;
display: block;
z-index: 2;
}

#logo-outer-wrapper
{
display: block;
width: 220px;
height: 220px;
border-radius: 50%;
background: #4d4d4d;
position: fixed;
top: 13px;
left: 60px;
}

#logo-dial
{
width: 184px;
height: 195px;
display: block;
background: url('../images/logo-dial.png') no-repeat;
background-size: cover;
margin-top: -65px;
margin-left: 18px;

-webkit-transform-origin: 92px 92px;
-ms-transform-origin: 92px 92px;
transform-origin: 92px 92px;

-webkit-transition: all .4s;
transition: all .4s;
}

#nav-pointer-wrapper
{
width: 14px;
position: fixed;
left: 190px;
top: 220px;
}

#nav-pointer-height
{
height: 0px;
width: 100%;
background: #4d4d4d;

-webkit-transition: all .4s;
transition: all .4s;
}

#nav-pointer
{
width: 29px;
height: 41px;
background: url('../images/nav-pointer.png') no-repeat;
background-size: cover;
margin-left: -14px;
margin-top: -1px;
}

#logo-gear
{
width: 360px;
height: 360px;
display: block;
background: url('../images/logo-gear.png') no-repeat;
background-size: cover;
position: fixed;
top: -57px;
left: -8px;
z-index: 1;

-webkit-animation: rotate 20s infinite linear;
-moz-animation: rotate 20s infinite linear;
-ms-animation: rotate 20s infinite linear;
-o-animation: rotate 20s infinite linear;
animation: rotate 20s infinite linear;
}

#pointer-position, #circle-1, #circle-2, #circle-3, #circle-4
{
-webkit-transition: all .8s;
transition: all .8s;
}

#pointer-position
{
width: 500px;
height: auto;
display: block;
position: fixed;
bottom: 0px;
right: 200px;
z-index: 1;
font-size: 200px;
text-align: right;
font-weight: bold;
color: rgba(222,222,222,0.2);
}

#circle-1, #circle-2, #circle-3, #circle-4
{
display: block;
width: 200px;
height: 200px;
position: fixed;
border-radius: 50%;
background: rgba(222,222,222,0.2);
}

#circle-1
{
left: 40%;
top: 0px;
}

#circle-2
{
left: 70%;
top: 50px;
}

#circle-3
{
left: 20%;
bottom: 0px;
}

#circle-4
{
left: 90%;
bottom: 50px;
}

@-webkit-keyframes rotate
{
0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg);}
}

@-moz-keyframes rotate
{
0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg);}
}

@-ms-keyframes rotate
{
0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg);}
}

@-o-keyframes rotate
{
0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg);}
}

#logo
{
width: 82px;
height: 82px;
display: block;
position: relative;
z-index: 5;
top: 64px;
left: 72px;
background: url('../images/logo.png') no-repeat;
background-size: cover;
}

#share-wrapper
{
	width: 120px;
	height: 40px;
	background: #fafafa;
	position: relative;
	left: 23px;
	display: block;
	bottom: 360px;
	z-index: 26;
	border-radius: 0 10px 0 10px;
	_overflow: hidden;
	
}

#share-wrapper #fshare-icon
{
	_border: 1px solid red;
	display: inline-block;
	width: 27px;
	margin: 7px;
	margin-left: 15px;
}

#share-wrapper #fshare-text
{
	_border: 1px solid red;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}

#main-navigation-menu
{
position: fixed;
display: block;
bottom: 0px;
left: 0px;
z-index: 25;
width: 170px;
}

#main-navigation-menu li
{
list-style: none;
display: inline-block;
width: 100%;
text-align: left;
_font-family: 'Raleway', sans-serif;

-webkit-transition: all .2s;
transition: all .2s;

box-shadow: 0px 1px 0px rgba(249,249,249,0.2), 0px -1px 0px rgba(0,0,0,0.2);
}

#main-navigation-menu li:first-child
{
border-top: 1px solid rgba(249,249,249,.2);
}

#main-navigation-menu li:last-child
{
border-bottom: 1px solid rgba(0,0,0,.2);
}

#main-navigation-menu a
{
color: #f9f9f9;
display: block;
padding: 30px 5px 30px 80px;
}

#main-navigation-menu li:hover
{
background: #ff9933;
}

#nav-home a, #nav-work a, #nav-contact a
{
background: url('../images/icon-sprite.png') no-repeat;

-webkit-transition: all .2s;
transition: all .2s;
}

#nav-home a
{
background-position: 10px 20px;
}

#nav-home a:hover
{
background-position: 10px -50px;
}

#nav-work a
{
background-position: 10px -120px;
}

#nav-work a:hover
{
background-position: 10px -192px;
}

#nav-contact a
{
background-position: 10px -260px;
}

#nav-contact a:hover
{
background-position: 10px -328px;
}

#copyright
{
text-align: center;
padding: 15px 0px;
font-size: 12px;
line-height: 14px;
color: rgba(255,255,255,0.3);
text-shadow: 0px 1px 0px 1px rgba(0,0,0,.2);
}

#nav-toggle
{
width: 50px;
height: 50px;
background: url('../images/icon-sprite.png') -5px -538px no-repeat, #4d4d4d;
_border: 1px solid rgba(249,249,249,0.2);
position: fixed;
z-index: 21;
border-radius: 50%;
display: none;
}

#header-wrapper
{
background: #4d4d4d;
width: 500px;
height: 130px;
padding: 30px;
position: fixed;
z-index: 5;
top: 60px;
left: 270px;
border-radius: 0 0.8em 0.8em 0;

-webkit-transform-origin: -100px 50%;
-ms-transform-origin: -100px 50%;
transform-origin: -100px 50%;

-webkit-transition: all .2s;
transition: all .2s;
}

#header-logo
{
display: none;
}

#fit-hack
{
height: 130px;
width: 24px;
background: url('../images/fit-hack.png') no-repeat;
position: absolute;
right: 99%;
top: 0%;
}

#header-pencils
{
height: 112px;
width: 78px;
background: url('../images/header-pencils.png') no-repeat;
background-size: cover;
position: absolute;
left: 470px;
bottom: 77px;
}

#header
{
font-family: 'Raleway', sans-serif;
font-size: 60px;
color: #ff9933;
text-align: center;
font-weight: 300;
}

#content-wrapper
{
position: relative;
height: auto;
width: auto;
z-index: 1;
}

#content
{
font-weight: lighter;
position: relative;
z-index: 4;
width: 100%;
height: 0;
padding-left: 300px;
padding-right: 100px;
margin-top: 200px;
text-align: left;
}

.section
{
padding-top: 20px;
font-size: 20px;
color: #4d4d4d;
position: relative;
z-index: -1;
line-height: 32px;
}

.para
{
margin: 30px 0;
}

#section-home .para .highlight
{
font-weight: bold;
}

#my-intro
{
display: block;
width: 95%;
border-radius: 1em;
margin: 0 auto;
text-align: center;
line-height: 55px;
padding: 10px;
font-size: 28px;
background: rgba(219,39,0,0.45);
color: #f9f9f9;
box-shadow: 0px 2px 0px rgba(219,39,0,0.8);
}

#self_pic
{
float: left;
margin: 0px 20px 10px 0px;
}

.para #all-skills
{
display: block;
margin-top: 60px;
}

.skills-wrapper
{
padding: 0px;
margin-top: 10px;
width: 33%;
float: left;
display: block;
vertical-align: top;
text-align: center;
}

.skill-icon-wrapper
{
width: 100%;
height: 50px;
overflow: hidden;
}

.skill-icon, .pre-loader
{
width: 50px;
height: 50px;
background: url('../images/skills-icon.png');
display: block;
margin: 25px auto;

-webkit-animation: rotate 10s infinite linear;
-moz-animation: rotate 10s infinite linear;
-ms-animation: rotate 10s infinite linear;
-o-animation: rotate 10s infinite linear;
animation: rotate 10s infinite linear;
}

#web-skill .skill-icon, .pre-loader
{
background-position: 50% 0;
}

#illustration-skill .skill-icon
{
background-position: 50% -113px;
}

#video-skill .skill-icon
{
background-position: 50% -230px;
}

.skill-name
{
padding: 0px 5px;
}

.skill-name div
{
color: #ff9933;
padding: 15px;
border-radius: 0.2em;
width: auto;
font-size: 20px;
background: #4d4d4d;
/*background: url('../images/icon-sprite.png') -5px -418px no-repeat, url('../images/icon-sprite.png') 101% -458px no-repeat, #4d4d4d;
text-shadow: 0 1px 0px rgba(200,200,200,0.7);*/
}

.skill-description
{
font-size: 20px;
}

.skill-description span
{
width: 95%;
display: block;
margin: 5px auto;
background: transparent;
padding: 10px;
border-radius: 0.5em;
color: #4d4d4d;
box-shadow: 0px 1px 0px rgba(219,39,0,0.8);

-webkit-transition: all .2s;
transition: all .2s;
}

.skill-description span:hover
{
background: rgba(200,200,200,0.1);
}
/*
#software-heading
{
position: relative;
top: 68px;
border-radius: 0 0 1em 1em;
padding: 15px 0 20px 0px;
margin: 0 auto;
background: rgba(219,39,0,0.45);
width: 300px;
display: block;
font-size: 25px;
text-align: center;
z-index: 6;
color: #f9f9f9;
}*/

.para #software-wrapper
{
display: block;
padding-top: 100px;
border-top: 1px solid rgba(219,39,0,0.45);
}


#softwares
{
color: rgba(0,0,0,0.8);
text-align: left;
}

.software-icons
{
width: 32%;
margin: 20px 0;
height: 250px;
display: inline-block;
vertical-align: top;
}

.software-icons div:not(.software-name)
{
display: block;
margin: 0 auto;
border-radius: 50%;
border: 1px solid #ff9933;
height: 200px;
width: 200px;
background: url('../images/software-icons.png') no-repeat, #f9f9f9;
}

#photoshop
{
background-position: 50% 50px;
}

#premiere
{
background-position: 50% -150px;
}

#corel
{
background-position: 50% -350px;
}

#max
{
background-position: 50% -545px;
}

#notepad
{
background-position: 50% -740px;
}

#wp
{
background-position: 50% -950px;
}

#ae
{
background-position: 50% -1150px;
}

.software-name
{
text-align: center;
width: 100%;
position: relative;
height: auto;
opacity: 0;
margin-top: 15px;
}

#work-expand
{
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,0.9);
top: 0px;
left: 0px;
z-index: 30;
overflow: auto;
}

#work-expand-scrollable
{
display: none;
}

.expand-pics
{
width: 49%;
height: auto;
display: inline-block;
vertical-align: top;
padding: 20px;
margin-top: -150px;
opacity: 0;
}

.expand-pics .ep-content
{
max-width: 99%;
height: auto;
display: block;
margin: 20px auto;
}

.video-wrapper
{
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.video-wrapper iframe
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.expand-description
{
vertical-align: top;
color: #f9f9f9;
text-align: left;
width: 49%;
height: 100%;
display: inline-block;
padding: 30px 20px;
padding-top: 200px;
opacity: 0;
}

#overlay-close img
{
width: 30px;
height: 30px;
top: 10px;
right: 10px;
position: fixed;
cursor: pointer;
opacity: 0.8;
}

#overlay-close img:hover
{
opacity: 1;
}

.expand-heading
{
color: #ff9933;
font-size: 2.3em;
font-weight: lighter;
border-bottom: 1px solid #ff9933;
padding-bottom: 10px;
}

.expand-content
{
padding: 20px 5px;
line-height: 1.5em;
font-size: 1.1em;
font-weight: lighter;
}

.expand-content li
{
list-style-type: disc;
}

.expand-content-sub-heading
{
color: #ff9933;
font-size: 1.3em;
margin: 30px 0 10px 0;
}

.work-class-heading
{
border-bottom: 1px solid rgba(219,39,0,0.45);
_padding-right: 500px;
}

.work-class-heading span
{
opacity: 1;
}

#work-wrapper
{
padding: 60px 0;
_text-align: center;
}

.work-div
{
padding: 0 3px;
margin: 0;
width: 19.3%;
height: 180px;
display: inline-block;
cursor: pointer;
_border: 1px solid red;
position: relative;
overflow: hidden;
}

.work-div:after
{
	content: "";
	width: 99.6%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 100%;
	left: 1.5px;
	z-index: 3;
	display: block;

	-webkit-transition: all .2s ;
	transition: all .2s ;
}

.work-div:before
{
	content: '';
	position: absolute;
	bottom: 40px;
	display: block;
	z-index: 4;
	width: 0%;
	left: 50%;
	height: 1px;
	background: rgba(250,250,250,0.5);

	-webkit-transition: all .6s ;
	transition: all .6s ;
}

.work-div:hover:after
{
	top: 0%;
}

.work-div:hover:before
{
	width: 90%;
	left: 5%;
}

.work-div:hover .work-description
{
bottom: 3px;
}

.work-icon
{
_border: 1px solid black;
display: block;
width: 100%;
height: 100%;
position: relative;
z-index: 2;

/*
-webkit-transform-origin: 90px 15px;
-ms-transform-origin: 90px 15px;
transform-origin: 90px 15px;
-webkit-transition: all .8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all .8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
*/

-webkit-transition: all .8s ;
transition: all .8s ;
}

#vidIntro .work-icon
{
background: url('../images/thumbs/vidIntro.png') 50% no-repeat;
background-size: cover;
}

#inks .work-icon
{
background: url('../images/thumbs/ink.png') 50% no-repeat;
background-size: cover;
}

#mockup .work-icon
{
background: url('../images/thumbs/mockup.png') 50% no-repeat;
background-size: cover;
}

#kt .work-icon
{
background: url('../images/thumbs/kt.png') 50% no-repeat;
background-size: cover;
}

#graffiti .work-icon
{
background: url('../images/thumbs/graffiti.png') 50% no-repeat;
background-size: cover;
}

#music .work-icon
{
background: url('../images/thumbs/music.png') 50% no-repeat;
background-size: cover;
}

#dravaka .work-icon
{
background: url('../images/thumbs/dravaka.png') 50% no-repeat;
background-size: cover;
}

#mv .work-icon
{
background: url('../images/thumbs/mv.png') 50% no-repeat;
background-size: cover;
}

#sh-video .work-icon
{
background: url('../images/thumbs/shvideo.png') 50% no-repeat;
background-size: cover;
}

#meta-poster .work-icon
{
background: url('../images/thumbs/meta.png') 50% no-repeat;
background-size: cover;
}

#audition-poster .work-icon
{
background: url('../images/thumbs/poster.png') 50% no-repeat;
background-size: cover;
}

#rouble-logo .work-icon
{
background: url('../images/thumbs/rouble.png') 50% no-repeat;
background-size: cover;
}

.work-description
{
_text-align: center;
font-size: 15px;
color: #fafafa;
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
_border: 1px solid black;
z-index: 6;
-webkit-transition: all .4s ;
transition: all .4s ;
}

.short-sum
{
_background: rgba(121,121,121,0.1);
margin: 3px;
line-height: 17px;
padding: 5px 10px;

-webkit-transition: all .8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all .8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#contact-wrapper
{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 5px;
font-size: 1em;
text-align: left
}

input, textarea
{
background: none;
outline: none;
border: none;
border-bottom: 1px solid #ff9933;
padding: 5px;
width: auto;
font-size: 1em;
color: #ff9933
}

textarea
{
border: 1px solid #ff9933;
resize: vertical;
width: 50%;
height: 200px;
}

div.selectBox
{
position:relative;
display:inline-block;
cursor:default;
text-align:left;
line-height:30px;
clear:both;
color:#4d4d4d;
top: 10px;
left: 5px;
}

span.selectedOption
{
width:250px;
text-indent:20px;
border-bottom: 1px solid #ff9933;
border-right:none;
overflow:hidden;
}

span.selectArrow
{
width:30px;
border:none;
text-align:center;
font-size:18px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
border: 1px solid #ff9933;
}
 
span.selectArrow, span.selectedOption
{
position:relative;
float:left;
height:32px;
z-index:1;
font-size: 0.8em;
cursor: pointer;
}

span.selectedOption
{
border-left: 1px solid #ff9933;
border-top: 1px solid #ff9933;
}

div.selectOptions
{
position:absolute;
z-index: 2;
top:30px;
left:0;
width:280px;
overflow:hidden;
_background:#ff9933;
display:none;
margin-top: 2px;
}

.selectOptionsInnerWrap
{
top: 0px;
position: relative;
}
     
span.selectOption
{
display:block;
width:100%;
line-height:20px;
border-bottom:1px solid #ff9933;
border-left:10px solid #ff9933;
border-right:10px solid #ff9933;
padding:5px 10%;
font-size: 0.8em;
cursor: pointer;
background:#f6f6f6;
}
 
span.selectOption:hover
{
color:#f9f9f9;
background:#ff9933;         
}

.hidden
{
display: none;
}

#rupee
{
font-family: rupee;
}

#errors
{
color: red;
font-size: 0.8em;
display: none;
height: 80px;
position: relative;
}

.error
{
position: absolute;
top: 0;
}

#submit
{
width: 150px;
height: 40px;
display: block;
background: #ff9933;
color: #f9f9f9;
border-bottom: 1px solid #f9f9f9;
text-align: center;
padding-top: 5px;
font-size: 0.6em;
cursor: pointer;

-webkit-transition: all .2s;
transition: all .2s;
}

#submit:hover
{
background: #4d4d4d;
}

.pre-loader
{
margin-top: -47px;
margin-left: 170px;
margin-right: 0;
display: none;
position: absolute;

-webkit-animation: rotate 3s infinite linear;
-moz-animation: rotate 3s infinite linear;
-ms-animation: rotate 3s infinite linear;
-o-animation: rotate 3s infinite linear;
animation: rotate 3s infinite linear;
}

#my-links
{
text-align: center;
background: rgba(121,121,121,0.1);
width: 300px;
margin: 20px auto;
padding: 10px;
border-radius: 1em;
float: right;
}

#facebook-link, #twitter-link, #phone-number, #linkedin-link
{
width: 50px;
height: 50px;
display: inline-block;
vertical-align: top;
margin-right: 5px;
}

#phone-number
{
background: url('../images/contact-icons.png') 0px 0px no-repeat;
position: relative;
}

#phone-number:hover
{
background-position: -50px 0px;
}

#phone-number div
{
position: absolute;
bottom: 110%;
background: rgba(0,0,0,0.7);
font-size: 0.8em;
border-radius: 0.2em;
margin-bottom: -10px;
opacity: 0;
text-align: center;
color: #f9f9f9;
width: 230px;
padding: 10px;
height: auto;
}

#facebook-link
{
background: url('../images/contact-icons.png') 0px -59px no-repeat;
}

#facebook-link:hover
{
background-position: -50px -59px;
}

#twitter-link
{
background: url('../images/contact-icons.png') 0px -111px no-repeat;
}

#twitter-link:hover
{
background-position: -50px -111px;
}

#linkedin-link
{
background: url('../images/contact-icons.png') 0px -160px no-repeat;
}

#linkedin-link:hover
{
background-position: -50px -160px;
}


@media screen and (min-width: 1001px)
{
	
	#contact-wrapper #cw-line
	{
	line-height: 3em;
	}
	
}

@media screen and (max-width: 1600px)
{
	.work-div
	{
	width: 24%;
	}
}

@media screen and (max-width: 1400px)
{
	.work-div
	{
	width: 32%;
	}
}

@media screen and (max-width: 1130px)
{
	.work-div
	{
	width: 49%;
	height: 200px;
	}
}

@media screen and (max-width: 1001px)
{
	.work-div
	{
	width: 32.3%;
	}
	
	#content-wrapper
	{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 2;
	overflow: auto;
	}
	
	#navigation-outer-wrapper, #main-navigation-menu
	{
	left: -170px;
	}
	
	#nav-pointer-wrapper, #header-pencils
	{
	display: none;
	}
	
	#logo-outer-wrapper
	{
	top: -50px;
	left: -50px;
	z-index: 2;
	}
	
	#logo-gear
	{
	top: -120px;
	left: -120px;
	}
	
	#header-wrapper
	{
	width: 300px;
	position: fixed;
	top: 5px;
	left: 160px;
	padding: 10px;
	height: 90px;
	}
	
	#header
	{
	padding-top: 10px;
	font-size: 2.7em;
	}
	
	#fit-hack
	{
	height: 90px;
	}
	
	#content
	{
	padding-left: 170px;
	margin-top: 70px;
	text-align: left;
	}
	
	#nav-toggle
	{
	display: block;
	top: 135px;
	left: 105px;
	}
	
	#work-wrapper
	{
	padding-left: 0px;
	}
	
	.software-icons div:not(.software-name)
	{
	width: 150px;
	height: 150px;
	}
	
	#photoshop
	{
	background-position: 50% 25px;
	}

	#premiere
	{
	background-position: 50% -171px;
	}

	#corel
	{
	background-position: 50% -369px;
	}

	#max
	{
	background-position: 50% -570px;
	}

	#notepad
	{
	background-position: 50% -765px;
	}

	#wp
	{
	background-position: 50% -975px;
	}

	#ae
	{
	background-position: 50% -1175px;
	}
}

@media screen and (max-width: 870px)
{
	#share-wrapper
	{
		bottom: 60px;
	}

	#pointer-position, #circle-1
	{
	display: none;
	}
	
	#header-logo
	{
	display: block;
	width: 72px;
	margin: -5px auto;
	}
	
	#header-logo img
	{
	display: block;
	width: 50px;
	height: 50px;
	}
	
	#header-wrapper
	{
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 47x;
	border-radius: 0px;
	height: 60px;
	}
	
	#fit-hack
	{
	display: none;
	}
	
	#header
	{
	text-align: right;
	font-size: 1.5em;
	display: block;
	width: 150px;
	float: right;
	margin-top: -32px;
	margin-right: 5px;
	padding-top: 0px;
	}
	
	#logo-outer-wrapper
	{
	display: none;
	}
	
	#logo-gear
	{
	left: 50%;
	margin: -80px 0 0 -180px;
	
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	}
	
	#content
	{
	padding: 0 10px;
	}
	
	.skills-wrapper
	{
	width: 100%;
	}
	
	#nav-toggle
	{
	top: 5px;
	left: 10px;
	}
	
	#main-navigation-menu
	{
	top: 60px;
	}
	
	.software-icons
	{
	width: 49%;
	margin: 8px 0;
	}
	
	.software-name
	{
	opacity: 1;
	}
	
	.skill-description span
	{
	width: 49%;
	display: inline-block;
	}
	
	.expand-pics, .expand-description
	{
	width: 99%;
	padding: 30px;
	}
	
	.expand-heading
	{
	font-size: 1.7em;
	}
	
	.work-class-heading
	{
	padding-right: 0px;
	}
	
	textarea
	{
	width: 95%;
	}
	
	#self_pic
	{
	width: 200px;
	height: auto;
	}
}

@media screen and (max-width: 650px)
{
	.work-div
	{
	width: 49%;
	}
}

@media screen and (max-width: 500px)
{	
	.work-div
	{
	width: 99%;
	}
	
	.skill-description span
	{
	width: 100%;
	display: block;
	}
}

@media screen and (max-width: 460px)
{
	#header
	{
	font-size: 20px;
	}
	
	.software-icons
	{
	width: 99%;
	}
	
	#contact-wrapper
	{
	font-size: 0.8em;
	}
	
	input, textarea
	{
	padding: 0px;
	font-size: 0.8em;
	}
	
}
























