
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0 22px 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 "Lucida Grande", sans-serif; *font-size:small; background:url(../img/bg.jpg) repeat-x; color: #404040; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Cabin', sans-serif; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

::selection      { background:#fca307; color:#fff; /* Safari and Opera */ }
::-moz-selection  { background:#fca307; color:#fff; /* Firefox */ }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* fonts */

h1 {
	letter-spacing: 0.01625em;
	font-size: 24px;
	color: #211d1e;
}

h2 { 
	font-size: 14px;
}

.wrap {
	width: 1002px;
	margin: 0 auto;
}
	
.center {
	margin: 0 auto;
}


header {
	height: 100px;
	width: 100%;
	padding: 30px 0 10px 0;
}

	header #logo {
		display: block;
	}
	
section#main_area {
	height: 620px;
}

	section#main_area nav {
		height: 90px;
		position: relative;
		top: 520px;
	}
	
	ul#button_nav {
		height: 60px;
	}
				
		ul#button_nav a {
			width: 62px;
			height: 62px;
			display: block;
			text-indent: -9999px;
		}
		
		li#prev {
			float: left;
			background:url(../img/Logo_and_Buttons/button_left.jpg) no-repeat;
		}
			
		li#next {
			float: right;
			background:url(../img/Logo_and_Buttons/button_right.jpg) no-repeat;
		}
	
	ul#pager_nav {
		position: relative;
		top: -40px;	
		height: 14px;
	}
		
	ul#pager_nav li {
		float: left;
	}
	
		ul#pager_nav li a {
			background:url(../img/Pager/pager.jpg) no-repeat;
			text-indent: -9999px;
			display: block;
			width: 14px;
			height: 14px;
			margin: 0 5px 0 0;
		}
		
		ul#pager_nav li a:hover {
			background-position: 0px -14px;
		}
		
		ul#pager_nav li a.active {
			background-position: 0px -28px;
		}
		
#gallery {
	height: 520px;
	position: absolute;
	left: 0;
	overflow: hidden;
}

	#center_cont {
		width: 870px;
	}

	#stage_container {
		position: relative;
		float: left;
		transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
		-moz-transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
		-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
		-o-transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
	}
	
	#stage_container.left {
		-webkit-transform: translate(-870px, 0px);
		-moz-transform: translate(-870px, 0px); 
		-o-transform: translate(-870px, 0px);
	}
	
	#stage_container.right {
		-webkit-transform: translate(870px, 0px);
		-moz-transform: translate(870px, 0px); 
		-o-transform: translate(870px, 0px);
	}
	.stage {
		position: relative;
		float: left;
		width: 870px;
		height: 520px;
	}
	
		.stage h1 {
			margin: 90px 0px 30px 536px;
		}
		
		.stage p {
			margin: 20px 0 0 536px;
			width: 333px;
		}
		
		.stage a {
			display: block;
			position: relative;
			padding-bottom: 4px;
			margin: 20px 0 0 536px;
			background:url(../img/plus_btn_sprite.jpg) no-repeat;
			height: 10px;
			width: 80px;
			text-decoration: none;
		}
		
		.stage a:hover {
			background-position: 0px -14px;
		}
		
		.stage a:hover var {
		opacity: 1;
				filter: alpha(opacity = 100);
		}
		
		.stage a var {
			position: absolute;
			width: 14px;
			height: 14px;
		    top: 0; left: 0; bottom: 0; right: 0;
			background:url(../img/plus_btn_sprite.jpg) no-repeat;  0 -24px;
			opacity: 0;
			filter: alpha(opacity = 0);
			-webkit-transition: opacity 0.3s;
			-moz-transition: opacity 0.3s;
			-o-transition: opacity 0.3s;
		}
		
		.stage a span {
			margin: 0 0 0px 20px;
			color: #211d1e;
			position: relative;
			top: -2px;
		}
	
	
	div.activated {
		/*opacity: 1;*/
	}
	
	#stage0 {
		background:url(../img/stage_images/1.jpg) no-repeat;
	}
	
	#stage1 {
		background:url(../img/stage_images/2.jpg) no-repeat;
	}
	
	#stage2 {
		background:url(../img/stage_images/3.jpg) no-repeat;
	}
	
	#stage3 {
		background:url(../img/stage_images/4.jpg) no-repeat;
	}
	

footer {
	width: 100%;
	height: 300px;
	background:url(../img/footer_texture.jpg) repeat;
	color: #d1d1d1;
	font-size: 11px;
}

	footer section {
		width: 306px;
		float: left;
		margin: 70px 0 0 30px;
	}
	
		footer section img {
			float: left;
			margin: 2px 10px 0 0;
		}
	
	footer section#about {
		margin-left: 12px;
	}
	
		footer section#photo div#photo_cont {
			width: 250px;
		}
		
			div#photo_cont a {
				display:block;
				width:40px;
				height:40px;
				float: left;
				margin: 0 10px 10px 0;
			}
	
		footer section#photo img {
			margin-bottom: 10px;
		}
		
		canvas#test {
		}
	
	footer section#social {
		margin-right: 12px;
	}
	
		section#social div#social_cont {
			height: 24px;
			margin-bottom: 20px;
		}
	
		section#social div#social_cont a {
			float:left;
			position: relative;
			display:inline-block;
			width: 24px;
			height: 24px;
			margin: 2px 10px 0 0;
			cursor:pointer;
		}
			section#social a span {	
				position: absolute;
		        top: 0; left: 0; bottom: 0; right: 0;
				background-position:  0 -24px;
		        opacity: 0;
				filter: alpha(opacity = 0);
       			-webkit-transition: opacity 0.3s;
 		        -moz-transition: opacity 0.3s;
        		-o-transition: opacity 0.3s;
			}
			
			section#social a:hover span {
				opacity: 1;
				filter: alpha(opacity = 100);
			}
	/*	
		section#social a:hover {
			background-position: 0px -24px;
		}
	*/
		section#social a#fb,section#social a#fb span {
			background-image:url(../img/facebook.jpg);
		}
		
		section#social a#gplus, section#social a#gplus span {
			background-image:url(../img/gplus_sprite.jpg);
		}
		/*		
		section#social a#fb:hover {
			background-image:url(../img/facebook.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#twitter,section#social a#twitter span {
			background-image:url(../img/twitter.jpg);
		}
		/*
		section#social a#twitter:hover {
			background-image:url(../img/twitter.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#ldin, section#social a#ldin span {
			background-image:url(../img/linkedin.jpg);
		}
		/*
		section#social a#ldin:hover {
			background-image:url(../img/linkedin.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#dribbble, section#social a#dribbble span {
			background-image:url(../img/dribbble.jpg);
		}
		/*
		section#social a#dribbble:hover {
			background-image:url(../img/dribbble.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#forrst, section#social a#forrst span {
			background-image:url(../img/forrst.jpg);
		}
		/*
		section#social a#forrst:hover {
			background-image:url(../img/forrst.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#flickr, section#social a#flickr span {
			background-image:url(../img/flickr.jpg);
		}
		/*
		section#social a#flickr:hover {
			background-image:url(../img/flickr.jpg) no-repeat 0px -24px;
		}
	*/
		section#social a#hypem, section#social a#hypem span {
			background-image:url(../img/hypem.jpg);
		}
		/*
		section#social a#hypem:hover {
			background-image:url(../img/hypem.jpg) no-repeat 0px -24px;
		}
		*/
		section#social a#behance, section#social a#behance span{
			background-image:url(../img/behance.jpg);
		}
		/*
		section#social a#behance:hover {
			background-image:url(../img/behance.jpg) no-repeat 0px -24px;
		}
*/
		section#social a.mail {
			color: #7d7b7c;
			text-decoration: none;
		}
		
		section#social a.mail:hover {
			color: #fcd207;	
		}
			

	footer hr {
		border: 0;
		width: 100%;
		height: 1px;
		color: #1e1d1e;
		background: #312f2f;
		margin-bottom: 22p;
	}







.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
