/* @group Global reset */

*{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,ul,ol,dl,fieldset,address{margin:0 0}li,dd{margin-left:5%}fieldset{padding:.5em}select option{padding:0 5px}.access{display:none}.clear{clear:both;font-size:0;height:0;line-height:0;overflow:hidden}a{outline:none}a img{border:none}.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}* html .clearfix{height:1%}.clearfix{display:block}

/* @end */


/* @group Columns & grid */

.columns .column1-2, .columns .column1-3, .columns .column1-4 {
    overflow: visible;
}

.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
 
.column1-2 {
	position: relative;
	display: inline;
	float: left;
	width: 45%;
	margin-right: 10%;
}

.column50 {
	position: relative;
	display: inline;
	float: left;
	width: 50%;
}

.column1-3 {
	position: relative;
	display: inline;
	float: left;
	width: 28%;
	margin-right: 8%;
}

.column1-4 {
	position: relative;
	display: inline;
	float: left;
	width: 20%;
	margin-right: 6.6%;
}

.column1-2:last-of-type, .column1-3:last-of-type, .column1-4:last-of-type {
	margin-right: 0px;
}

/* @end */


/* @group Global styles */

html {
/*	min-width: 1100px;*/
}

body {
    font: normal 13px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color:#000;
    background-color: #fff;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}


#page{
    margin:0 auto;
    width:950px;
    padding-left: 40px;
    padding-right: 40px;
    height:100%;
}

p, ul {
	margin-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 24px;
	line-height: 24px;
	color: rgba(71,57,52,1.0);
	font-weight: bold;
}

h1 {
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #241c1a;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
}

.section-header {
	height: 46px;
	width: inherit;
	margin-bottom: 48px;
	overflow: hidden;
	z-index:10000;
	border-bottom: 1px solid rgba(71,57,52,1);
	border-top: 1px solid rgba(71,57,52,0.1);
}

section {
	overflow: hidden;
	clear: both;
	margin-bottom: 48px;
}

.section-header > * {
	margin: 0px;
	line-height: 48px;
}

small > * {
	font-size: 10px;
	opacity: 0.5;
}

.light {
	opacity: 0.3;
}

del {
	text-decoration:line-through;
	opacity: 0.3;
}

.backwards {
    unicode-bidi:bidi-override;
    direction: rtl;
}

blockquote {
	margin-bottom: 24px;
	margin-left: 24px;
	font-style: italic;
}

blockquote p:before {
	content: '»';
}

blockquote p:after {
	content: '«';
}

.range_right {
	text-align: right;
}

.range_left {
	text-align: left;
}

.range_center {
	text-align: center;
}

a:link {
	text-decoration: none;
	color: rgba(71,57,52,1.0);
}

a:active {
	text-decoration: none;
	color: rgba(71,57,52,1.0);
}

a:visited {
	text-decoration: none;
	color: rgba(71,57,52,0.75);
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.hidden {
	display: none;
}

.mobile_hidden {
	display: block;
}

.margin_right {
	margin-right: 6px;
}

.neutral_button, .positive_button, .negative_button {
	padding: 8px;
	cursor: pointer;
	border-radius: 5px;
}

.neutral_button {
	background-color: rgba(71,57,52,0.1);
	color: rgba(71,57,52,1.0);
}

.positive_button {
	background-color: #8ad835;
	color: #fff;
}

.negative_button {
	background-color: #fc2b06;
	color: #fff;
}

a:link.positive_button, a:link.negative_button {
	color: #fff;
}

a:hover.positive_button, a:active.positive_button, a:hover.negative_button, a:active.negative_button {
	text-decoration: none;
} 

.neutral_button:hover, neutral_button:active, .positive_button:hover, positive_button:active, .negative_button:hover, negative_button:active {
	padding: 8px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/*Transition candy*/
a:link, a:active, a:visited, a:hover, .neutral_button:hover, neutral_button:active, .positive_button:hover, positive_button:active, .negative_button:hover, negative_button:active {
	-webkit-transition: color, background-color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
}



/* @end */




/* @group Site specific styles */




header {
 	position: fixed;
 	top:  0px;
 	height: 48px;
 	width: 950px;
 	margin:0 auto;
	line-height: 48px;
	background: inherit;
	z-index: 20000;
}

#project-header {
	height: 48px;
	width: 950px;
	margin-bottom:  48px;
	text-indent: 12px;
	line-height: 48px;
	font-weight: bold;
	background: rgba(71,57,52,1);
	z-index: 20001;
	color: #fff;
}

#normal_nav {
	display: block;
}

#mobile_nav {
	display: none;
}

header ul li {
	display: inline;
	list-style-type: none;
	line-height: 48px;
	margin-right: 18px;
	margin-left: 0px;
}

header ul {
	margin: 0px;
}

#intro {
	margin-top: 96px;
}

#footer_end {
	clear: both;
	padding: 24px;
	padding-top: 96px;
	color: rgba(71,57,52,1.0);
	background: rgba(71,57,52,0.1);
}

.vimeo_large {
	height: 552px;
}

#tender_window {
	margin-top: 48px;
	padding: 0px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
}



.project-image {
	position: relative;
	float: left;
	height: 408px;
	width: 100%;
	margin-bottom: 6px;
	background-color: #d7d4d3;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}


.project-image div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.0;
	-webkit-transition: all 0.25s ease-in-out;
}

.project-image div:hover {
	opacity: 1.0;
	webkit-transition: all 2s ease-in-out;
}


.half-project-image {
	position: relative;
	float: left;
	height: 408px;
	width: 50%;
	margin-bottom: 6px;
	background-color: #d7d4d3;
	-webkit-transition: all 0.25s ease-in-out;
	text-align: center;
}

.third-project-image {
	height: 408px;
	width: 33%;
}



.screenshot {
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.overlapped {
	margin-left: -98px;
}

.store_product {
	width: 100%;
	margin-bottom: 24px; 
}

/* @end */





/* @group WordPress */

.aside {
	background: #eae9e8;
	padding: 24px;
	text-shadow:inset 0px 1px 0px rgba(255,255,255,0.2);
}

.aside p:last-child {
	margin-bottom: 0px;
}

.aside .section_title {
	border: none;
	margin-bottom: 24px;
	line-height: 24px;
}

#sidebar_blog_menu {
	display:none;
	position: absolute;
	float: left;
	top: 60px;
	margin-left: 65px;
	background: #fff;
	padding: 24px;
	width: 300px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
}

#sidebar_blog_menu section:last-child {
	margin-bottom: 0px;
}

nav input {
	border-radius: 15px;
	border: 1px solid rgba(71,57,52,0.2);
	padding-left: 10px;
	color: rgba(71,57,52,0.2);
}

/* @end */




/* @group Facebook comments */

iframe {
	font: normal 13px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color:#000;
	color: rgba(71,57,52,0.8); 
}

.commentsNumber {
	font-size: 24px;
}

/* @end */




/* @group Feature slider */

#feature_slider {
	overflow: hidden;
}

.feature_slide {
	position: relative;
	float: left;
	width: 950px;
}

#scroller {
	width:9500px;
	height:100%;
	margin-bottom: 24px;
	float:left;
	padding:0;
}

#scroller_nav {
	position: relative;
	min-height: 24px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
#indicator {
	position: relative;
	width: 140px;
	padding-top: 4px;
	margin: 0px auto;
}
 
#indicator > li {
	float: left;
	width:8px;
	height:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background:#ddd;
	overflow:hidden;
	margin: 3px;
	color: rgba(255,255,255,0);
}
 
#indicator > li.active {
	background:#000;
}

/* @end */
 





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

	html {
		min-width: 100%;
	}
		
	#page{
		width:304px;
		padding-left: 0px;
		padding-right: 0px;
		height: 100%;
	}
	
		
	/* hide stuff */
	.vimeo_large {
		display: none;
	}
	
	
	header {
	   width: inherit;
	   text-indent: 10px;
	   background-color: rgba(71,57,52,1.0);
	   color: #fff;
	   display: none;
	}
	
	/*#normal_nav {
	   display: none;
    }*/

	#intro {
		margin-top: 48px;
	}
	
	section {
		margin-bottom: 24px;
	}
	
    #mobile_nav {
    	display: block;
    	border-bottom: 1px solid rgba(71,57,52,0.1);
    }
	
	h1 {
		font-size: 22px;
	}
	
	#intro h2 {
	   font-size: 13.5px;
	   font-weight: normal;
	}
	
	.project-image {
		width: 100%;
	}
		
	.column1-2, .column1-3, .column1-4 {
		position: none;
		display: inline;
		float: none;
		clear: both;
		width: 100%;
		padding-bottom: 24px;
		margin-bottom: 48px;
		border-bottom: 1px solid rgba(71,57,52,0.1);
	}
	
	.feature_slide {
		width: 304px;
		max-height: 216px;
		overflow: hidden;
	}
	
	.feature_slide .column1-2, .feature_slide .column1-3, .feature_slide .column1-4 {
		position: relative;
		float: left;
		clear: none;
		width: 142px;
		margin-right: 10px;
	}
	
	.feature_slide .column1-2:last-of-type, .feature_slide .column1-3:last-of-type, .feature_slide .column1-4:last-of-type {
		display: none;
	}
	
	#scroller {
		width:3040px;
	}
	
	#scroller_nav {
		position: relative;
		margin-top: -2em;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.mobile_hidden {
		display: none;
	}
	
	.screenshot {
		width:  100%;
		
	}
	
	
	

}









