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

	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;overflow-x: hidden !important; }
	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: #fff;
	}
	
	body {
		font: 12px/22px "Baumans", 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; }
	a { color: #3e4095; text-decoration: none; }
	
	input, textarea, select {
		vertical-align: middle;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #3e4094;
		font-family: 'Lilita One', Helvetica, Arial, sans-serif;
		font-weight: 400;
		margin-bottom: 25px;
		line-height: 1em;
		letter-spacing: 0px;
	}

	h1 {
		font-size: 36px;
		text-transform: uppercase;
		letter-spacing: 0px;
		line-height: 1.2em;
	}
	
	h1 span {
		font-family: 'Baumans', sans-serif;
		font-weight: 300;
	}
	
	h2 {
font-size: 33px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
	width: 140%;
    margin-left: -20%;
	}
	
	h3 {
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	
	h4 {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		text-transform: uppercase;
	}
	
	h5 {
		font-size: 12px;
		font-family: "Baumans", 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;
	}
	
	.jump {
		color: #fff;
		font-size: 10px;
		font-style: normal;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
		width: 30px;
		height: 25px;
		padding: 5px;
		display: block;
		position: fixed;
		bottom: 30px;
		right: 30px;
		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 Layout & Global Elements

========================================================*/
	
	#control {
		width: 22%;
    margin-left: 5%;
    text-align: center;
		
		/*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: rgba(255, 255, 255, 0.7);
	}
	
	#control #side {
		width: 240px;
		padding: 78px 30px 0 30px;
		float: right;
	}
	
	#main {
width: 63%;
    margin-right: 5%;
    float: right;
	}
	
	#main #content {
		max-width: 926px;
		padding: 0 0px 0 0;
		position: relative;
	}
	
	/* Box */
	
		.panel {
			padding-top: 60px;
			margin-bottom: 103px;
			position: relative;
		}
	
		.box {
			color: #a7abad;
		}
		
		.box .in {
			padding: 30px;
			margin-bottom: 0px;
			overflow: hidden;
			background:#fff;
		}
		img { margin-bottom:13px}
		img,
		.box .in {
			max-width: 100%;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		.box .in {-webkit-box-shadow:  0px 1px 10px 0px rgba(00, 00, 00, .2));
				   	box-shadow: 0px 1px 10px 0px rgba(00, 00, 00, .2)}
	
	/* 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: 18px;
    font-family: 'Lilita One';
    font-weight: 100;
    font-style: normal;
    color: #fff !important;
    text-transform: uppercase;
    padding: 4px 51px;
    margin: 26px auto 1px;
    display: inline-block;
    border: none;
    background: #d1ae6c;
    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: center;
	}
	
	
	#side #logo a {
		text-decoration: none;
		display: block;
		float: none;
	}
	
	#side #nav {
		width: 100%;
		margin-top: -11px;
		overflow: hidden;
	}
	
	#side #nav .mobile {
		display: none;
	}
	
	#side #nav ul li {
		margin-bottom: 12px;
		float: none;
		clear: both;
	}
	
	#side #nav ul .nav_on,
	#side #nav ul .active {
		opacity: 1 !important;
	}
	#side #nav ul .active a,
	#side #nav ul li a:hover{
		color:#d1ae6c
	}
	
	
	#side #nav ul li a,
	#side #nav ul li span {
		display: block;
		float: none;
	}
	
	#side #nav ul li a {
		font-size: 18px;
		font-style: normal;
		text-align: center;
		line-height: 20px;
		
		-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
	letter-spacing: -0.5px;
	}
	
	#side #nav ul li span {
		width: 26px;
		height: 18px;
		margin-left: 10px;
		display: block;
	}
	
	


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

	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: 'Lilita One', 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: #ccc;
			}
			
			.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-header a {
				color: #686b71;
				font-style: normal !important;
				height: 40px;
				width: 100%;
				display: block;
			}
			
			.ui-accordion .ui-accordion-li-fix {
				display: inline;
			}
			
			.ui-accordion .ui-accordion-header-active a {
				color: #fff !important;
			}
			
			.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;
			text-align: center
		}
		
		#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: "Baumans", 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;
		}
		#submit_button.btn {
    line-height: 30px;
    height: 36px;
}
		
		#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;
			}
		
	/*=============================
	
		BEGIN No More
	
	=============================*/
	
		h5 {
			margin-bottom: 10px;
		}



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

	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;
	}
	
	
	/* dr */
/*New*/	
.img-right { float:right; margin: 10px 0 10px 10px;}
.img-left { float:left; margin: 10px 10px 10px 0px}
/*Rewrites*/		
#logo	img { /* remove box shadow from logo*/
    border-radius: none;
    box-shadow: none;
	width: 87%;
}
#logo h4.sub { font-family:'Baumans'; font-size:13px; line-height:24px; margin-top:-40px }

#control #side {
    width: 84%;
    padding: 0px 0 0;
    background: #fff;
    margin: 0 8%;
    height: auto;
    float: none;
    box-shadow: 0px 1px 10px 0px rgba(00, 00, 00, .2);
}
#control .info {
color: #3e4095;
    font-size: 15px;}
.divider {	width: 40%;
    margin: 8px 30%;
    height: 1px;
    background: #3e4095;}
.one-half .divider { margin-left:0}




.skill { margin-bottom:15px}
.skill .bar { height:34px;    line-height: 34px;}
.skill .bar div { height:34px; background:#666}


#logo h4.sub{ padding-right:30px}






.box { color: #868686;background: rgba(255, 255, 255, 0.7);
    padding: 29px;
	    box-shadow: 0px 1px 7px 0px rgba(00, 00, 00, .7);
		border-radius: 3px;}
p { font-size: 145%;
    line-height: 22px;
    margin-bottom: 13px;} 
.in p { color:#3e4094; text-align:justify}
.in p.cleared { clear:both}

.ui-accordion .ui-accordion-header-active {background: #323439;}

#contact h4 { margin-bottom:0px}
address { margin-bottom:15px}

#contact_form input, #contact_form textarea { background:#eaeaea}

#works ul li img { margin-bottom:5px}
.info h6 { font-size:10px; text-transform:uppercase; line-height:1.2; letter-spacing: 1px; margin-bottom:10px}

#intro {    text-align: center;
    height: 100%;
    padding: 18% 6% 24%;}
#intro img {	max-width: 150px;}
#intro	h1 {
    font-size: 66px;
	font-weight:600;
    text-transform: none;
    letter-spacing: -1px;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 3px 1px 10px rgba(0, 0, 0, 0.65);
	font-family:'Baumans', serif;
}
h2:after,  h2:before{
    display: inline-block;
    content: "";
    background: url(../images/after.gif) 16px 0px no-repeat;
    height: 32px;
    width: 135px;
    margin-bottom: -4px;
}

h2:before {
 background: url(../images/before.gif) 16px 0px no-repeat;
}
.text-deco{text-align:center;margin-bottom: -28px;}
.text-deco img {max-width:212px;transform: rotate(180deg);}
.in p strong {    font-family: 'Lilita One';
    text-transform: uppercase;
    font-weight: 400;}
	
	.arrow {
  text-align: center;
  margin: 8% 0;
}
.arrow img {  width:66px;
  opacity:1}
.bounce {
  -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
	

