/*================================================================================================================

	STYLES

================================================================================================================*/



/*========================================================

	BEGIN Reset

========================================================*/
	
	.clearfix:after {
	    content: "";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    font-size: 0;
	    height: 0;
	}
	
	.clearfix {
	    *display: inline-block;
	    height: 1%;
	}
	
	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, font, 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 {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	}
	
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	:focus { outline: 0; }
	ins, a { text-decoration: none; }
	a, input[type=submit], button[type=submit] { cursor: pointer; }
	del { text-decoration: line-through; }
	table { border-collapse: collapse; border-spacing: 0; }
	
	
	
/*========================================================

	BEGIN Main

========================================================*/
	
	html {
		background: #000;
	}
	
	body {
		font: 14px/24px 'Muli', Helvetica, sans-serif;
		color: #fff;
		padding: 0;
		margin: 0;
		opacity: 0; /* For page fade in, open "custom.js" */
	}
	
	::-moz-selection, ::selection { color: #fff; }
	
	address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	
	address { color: #fff; }
	
	p { margin-bottom: 20px; font-weight: 100; color: #EAEAEA; font-size: 16px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; }
	a { color: #f20902; text-decoration: none; }
	a:hover { color: #FF443E; font-weight: bold; text-decoration: none; }
	a:hover:after { color: #f20902; font-weight: bold; text-decoration: none; }

	input, textarea, select {
		vertical-align: middle;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
		font-weight: 400;
		margin-bottom: 25px;
		line-height: 1em;
		letter-spacing: 2px;
	}

	h1 {
		font-size: 36px;
		text-transform: uppercase;
		letter-spacing: 7px;
		line-height: 1.2em;
	}
	
	h1 span {
		font-family: 'Titillium Web', sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-size: 33px;
		line-height: 1.6em;
		text-transform: uppercase;
		font-weight: 100;

	}
	
	h3 {
		font-size: 24px;
		line-height: 1.4em;
		letter-spacing: 0;
		font-weight: 100;
	}
	
	h4 {
		font-size: 22px;
		font-weight: 400;
		font-family: 'Source Sans Pro', sans-serif;

		text-transform: uppercase;
	}
	
	h5 {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		line-height: 1.7em;
		text-transform: uppercase;
	}
	
	h6 {
		font-size: 10px;
	}
	
	.center { text-align: center; }
	
	.line {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
		border: 1px solid #a7abad;
	}
	
	.under {
		text-decoration: underline;
	}
	
	

/*========================================================

	BEGIN Layout & Global Elements

========================================================*/
	
	#control {
		width: 34%;
		min-width: 300px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow: auto;
		-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
			   	box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
		background: url(../images/trans.png) repeat;
	}
	
	#control #side {
		width: 240px;
		padding: 78px 30px 0 30px;
		float: right;
	}
	
	#main {
		width: 63%;
		float: right;
	}
	
	#main #content {
		max-width: 660px;
		padding: 0 30px 0 0;
		position: relative;
	}
	
	/* Box */
	
		.panel {
			padding-top: 78px;
			margin-bottom: 350px;
			position: relative;
		}
	
		.box {
			color: #a7abad;
		}
		
		.box .in {
			padding: 30px;
			margin-bottom: 20px;
			overflow: hidden;
			background: url(../images/trans.png) repeat;
		}
		
		img,
		.box .in {
			max-width: 100%;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
				   	box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
		}
		
		h1 img {
			max-width: 100%;
			border-radius: 0px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-webkit-box-shadow:  0px 0px 0px 0px rgba(00, 00, 00, 00);
				   	box-shadow:  0px 0px 0px 0px rgba(00, 00, 00, 00);
		}
	
	/* Columns */

		.full { width: 100%; clear: both; margin-bottom: 25px; overflow: hidden; }
		.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth { float: left; position: relative; margin-right: 4%; margin-bottom: 25px; overflow: hidden; }
		.one-half { width: 48%; }
		.one-third { width: 30.66%; }
		.two-thirds { width: 65.1%; }
		.one-fourth { width: 22%; }
		.three-fourths { width: 74%; }
		.one-fifth { width: 16.8%; }
		.two-fifths { width: 37.2%; }
		.three-fifths { width: 54.8%; }
		.four-fifths { width: 78.8%; }
		.column-last { margin-right: 0 !important; clear: right; }
	
	/* Buttons */
	
		.btn {
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			font-weight: 700;
			font-style: normal;
			color: #fff !important;
			text-transform: uppercase;
			padding: 4px 15px;
			margin: 0 10px 10px 0;
			display: inline-block;
			border: none;
			background: #323439;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		.large {
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			padding: 4px 20px;
		}
		
		.regular {
			font-size: 12px;
		}
		
		.small {
			height: 16px;
			line-height: 16px;
			padding: 4px 10px;
		}
	


/*========================================================

	BEGIN Side

========================================================*/

	#side #logo {
		text-align: right;
	}
	
	#side #logo h1 {
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#side #logo a {
		text-decoration: none;
		display: block;
		float: right;
	}
	
	#side #nav {
		width: 100%;
		margin-top: 60px;
		overflow: hidden;
		color: #FFF;
	}
	
	#side #nav .mobile {
		display: none;
		color: #FFF;
	}
	
	#side #nav ul li {
		margin-bottom: 30px;
		margin-right: -29px;
		float: right;
		clear: both;
		color: #FFF;
	}
	
	#side #nav ul .nav_on,
	#side #nav ul .active {
		opacity: 1 !important;
	}
	
	#side #nav ul li a,
	#side #nav ul li span {
		display: block;
		float: right;
		color: #FFF;
		font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	}
	
	#side #nav ul li a {
		font-size: 18px;
		font-style: normal;
		text-align: right;
		line-height: 17px;
	}
	
	#side #nav ul li span {
		width: 26px;
		height: 18px;
		margin-left: 10px;
		display: block;
	}
	
	#side #nav ul .nav_1 span {
		height: 17px;
	/*	background: url(../images/nav.png) top right no-repeat;*/
	}
	
	#side #nav ul .nav_2 span {
		height: 16px;
	/*	background: url(../images/nav.png) right -47px no-repeat;*/
	}
	
	#side #nav ul .nav_3 span {
		height: 21px;
	/*	background: url(../images/nav.png) right -93px no-repeat;*/
	}
	
	#side #nav ul .nav_4 span {
		height: 22px;
	/*	background: url(../images/nav.png) right -141px no-repeat;*/
	}
	
	#side #nav ul .nav_5 span {
		height: 16px;
	/*	background: url(../images/nav.png) bottom right no-repeat;*/
	}
	


/*========================================================

	BEGIN Content

========================================================*/

	#content {
		
	}
	
	/*=============================
	
		BEGIN Profile
	
	=============================*/
	
	#profile #photo {
		margin-bottom: 20px;
	}
	
	#profile p {
		margin-bottom: 0;
	}
	
	/* vCard */
	
		#vcard .in {
			padding-bottom: 0;
		}
		
		#vcard .in > div {
			margin-bottom: 0;
		}
		
		#vcard .btn {
			width: 72%;
			text-align: center;
			padding-left: 14%;
			padding-right: 14%;
		}
		
		#vcard h4 {
			line-height: 36px;
			margin-bottom: 30px;
		}
		
		.vcard_success {
			width: 200px;
			height: 70px;
			position: fixed;
			top: 50%;
			left: 50%;
			padding: 30px;
			margin: -65px 0 0 -130px;
			text-align: center;
			display: none;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
				   	box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
			background: url(../images/trans.png) repeat;
		}
	
	/*=============================
	
		BEGIN Skills
	
	=============================*/
	
	.skill {
		margin-bottom: 30px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.skill .bar {
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		color: #fff;
		height: 44px;
		line-height: 44px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-bottom: 10px;
		background: #323439;
	}
	
	.skill .bar div {
		height: 44px;
		padding: 0 4%;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #ff4343;
	}
	
	.level_1 .bar div { width: 2%; }
	.level_2 .bar div { width: 12%; }
	.level_3 .bar div { width: 22%; }
	.level_4 .bar div { width: 32%; }
	.level_5 .bar div { width: 42%; }
	.level_6 .bar div { width: 52%; }
	.level_7 .bar div { width: 62%; }
	.level_8 .bar div { width: 72%; }
	.level_9 .bar div { width: 82%; }
	.level_10 .bar div { width: 92%; }
	
	.skill h5 {
		margin-bottom: 5px;
	}
	
	.skill span {
		font-size: 14px;
		text-align: right;
		display: inline-block; 
		float: right;
	}
	
	/*=============================
	
		BEGIN Works
	
	=============================*/
	
		#works ul {
			width: 104%;
			overflow: hidden;
		}
		
		#works ul li {
			width: 46%;
			padding-right: 4%;
			margin-bottom: 10px;
			overflow: hidden;
			float: left;
		}
		
		#works ul li a {
			display: block;
		}
		
		#works ul li a img {
			float: left;
		}
		
		#works .ui-accordion-content {
			padding: 20px 0 0 0;
			overflow: hidden;
		}
		
		#works ul li img,
		#works ul li .info h4 {
			margin-bottom: 15px;
		}
		
		#works ul li .info h4 a {
			font-style: normal;
		}
		
		/* Transitions */
	
			.masonry {
				-webkit-transition-property: height, width;
				-moz-transition-property: height, width;
				-ms-transition-property: height, width;
				-o-transition-property: height, width;
				transition-property: height, width;
			}
			
			.masonry-brick {
				-webkit-transition-duration: 0.7s;
				-moz-transition-duration: 0.7s;
				-ms-transition-duration: 0.7s;
				-o-transition-duration: 0.7s;
				transition-duration: 0.7s;
				-webkit-transition-property: left, right, top;
				-moz-transition-property: left, right, top;
				-ms-transition-property: left, right, top;
				-o-transition-property: left, right, top;
				transition-property: left, right, top;
			}
			
		/* Accordion */
		
			.ui-accordion {
				width: 100%;
			}
			
			.ui-accordion .ui-accordion-header {
				color: #525252;
			}
			
			.ui-accordion .ui-accordion-header {
				color: #686b71;
				font-size: 14px;
				height: 40px;
				line-height: 40px;
				cursor: pointer;
				position: relative;
				zoom: 1;
				margin: 0;
				display: block;
				padding: 0 20px;
				margin-top: 20px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				background-color: #323439;
			}
			
			.ui-accordion .ui-accordion-li-fix {
				display: inline;
			}
			
			.ui-accordion .ui-accordion-header-active {
				color: #fff;
				background: #ff4343;
			}
			
			.ui-accordion .ui-accordion-header .ui-icon {
				position: absolute;
				left: .5em;
				top: 50%;
				margin-top: -8px;
			}
			
			.ui-accordion .ui-accordion-content {
				border-top: 0;
				position: relative;
				overflow: auto;
				display: none;
				zoom: 1;
				padding: 20px;
			}
			
			.ui-accordion .ui-accordion-content-active {
				display: block;
			}
			
	/*=============================
	
		BEGIN Pricing
	
	=============================*/
	
		#pricing h5 {
			margin-bottom: 15px;
		}
		
		.check li {
			padding-left: 20px;
			margin-bottom: 15px;
			background: url(../images/check.png) left 4px no-repeat;
		}
		
	/*=============================
	
		BEGIN Contact
	
	=============================*/
		
		#contact_form {
			width: 100%;
			min-height: 200px;
			position: relative;
			overflow: hidden;
		}
		
		#contact_form input, 
		#contact_form textarea {
			width: 93%;
			height: 40px;
			padding: 0 3%;
			margin: 0 0 20px 0;
			display: block;
			font-size: 14px;
			color: #fff;
			border: none;
			background: #eaeaea;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		#contact_form textarea {
			height: 120px;
			padding-top: 10px;
		}
		
		#contact_form label {
			font-size: 12px;
			font-family: "Open Sans", sans-serif;
			font-weight: 300;
			font-style: italic;
			position: absolute;
			margin: 10px 0 0 10px;
		}
		
		#contact_form #loader {
			position: absolute;
			bottom: -33px;
			right: 65px;
			display: none;
		}
		
		#submit_button {
			line-height: 24px;
		}
		
		#send_message {
			color: #9ecb5f;
		}
		
		/* Social */
		
			#social {
				margin-top: 30px;
			}
		
			#social li {
				float: left;
				margin: 0 10px 10px 0;
			}
			
			#social li a {
				width: 32px;
				height: 32px;
				display: block;
				text-indent: -9999px;
			}
			
			#social .facebook a {
				background: url(../images/icons/social_facebook.png) top left no-repeat;
			}
			#social .twitter a {
				background: url(../images/icons/social_twitter.png) top left no-repeat;
			}
			#social .flickr a {
				background: url(../images/icons/social_flickr.png) top left no-repeat;
			}
			#social .dribbble a {
				background: url(../images/icons/social_dribbble.png) top left no-repeat;
			}
			#social .linkedin a {
				background: url(../images/icons/social_linkedin.png) top left no-repeat;
			}
		
		div.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
div.done {
	background:url(iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}
		
	/*=============================
	
		BEGIN No More
	
	=============================*/
	
		h5 {
			margin-bottom: 10px;
			font-size: 16px;
		}



/*========================================================

	BEGIN Footer

========================================================*/

	#footer {
		width: 63%;
		height: 42px;
		display: none;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 100000;
	}
	
	.copy {
		color: #fff;
		font-size: 11px;
		font-weight: 300;
		text-transform: uppercase;
		text-align: right;
		line-height: 42px;
		padding-right: 30px;
		margin-bottom: 0;
		text-align: right;
	}
	
@import url('demo.css');

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}
