#hero{
	background-image:url("../content/images/header.jpg");
	position:relative
}

#hero .wrapper{
	position:relative;
	z-index:2
}

#hero:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#2c3e50;
	opacity:0;
	z-index:1
}

#hero h1{
	color:#fff;
	margin:0;
	padding:40px 0 10px;
	text-shadow:0 3px 8px rgba(0,0,0,0.3)
}

#hero .feature{
	text-shadow:0 3px 8px rgba(0,0,0,0.3)
}

@media(min-width:768px) and (max-width:992px){
	#hero{
		background-position:left center
	}

}

@media(max-width:768px){
	#hero{
		height:auto;
		padding-bottom:20px
	}

	#hero:before{
		opacity:.5
	}

	#hero .wrapper{
		padding:0 20px
	}

	#hero h1{
		padding-top:20px;
		text-shadow:0 3px 10px rgba(0,0,0,0.5)
	}

}

#hero-evolve{
	background-image:url(/content/images/pages/index/hero-evolve-slide.jpg);
	position:relative
}

#hero-evolve .wrapper{
	position:relative;
	z-index:2
}

#hero-evolve h1{
	color:#fff;
	margin:0;
	padding:40px 0 10px;
	text-shadow:0 3px 8px rgba(0,0,0,0.3)
}

#hero-evolve:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#2c3e50;
	opacity:0;
	z-index:1
}

#hero-evolve .feature{
	text-shadow:0 3px 8px rgba(0,0,0,0.3)
}

@media(max-width:992px){
	#hero-evolve{
		background-position:right center
	}

}

@media(max-width:768px){
	#hero-evolve{
		height:auto;
		padding-bottom:20px
	}

	#hero-evolve:before{
		opacity:.5
	}

	#hero-evolve .wrapper{
		padding:0 20px
	}

	#hero-evolve h1{
		padding-top:20px;
		text-shadow:0 3px 10px rgba(0,0,0,0.5)
	}

}

#gallery-content{
	overflow:hidden
}

#gallery img{
	width:770px;
	height:550px
}

@media(max-width:768px){
	#gallery img{
		max-width:100%;
		height:auto!important
	}

}

#logo-strip{
	padding:40px 0 30px
}

@media(max-width:768px){
	#logo-strip{
		padding:20px
	}

}

#logo-strip h3{
	margin:0;
	color:#bdc3c7
}

@media(min-width:768px){
	#write-csharp{
		padding-bottom:0
	}

}

#devices-carrousel{
	background:#fff;
	height:300px;
	position:relative;
	overflow:hidden;
	font-size:0;
	line-height:0
}

#devices-carrousel .slider,#devices-carrousel .slider-copy{
	white-space:nowrap;
	position:absolute;
	padding:40px 20px;
	float:left;
	width:2714px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-animation:slide-devices 32s infinite linear
}

@-webkit-keyframes slide-devices{
	0%{
		-webkit-transform:translateX(0)
	}

	100%{
		-webkit-transform:translateX(-2714px)
	}

}

#devices-carrousel .device{
	display:inline-block;
	width:200px;
	height:200px;
	margin-right:40px;
	vertical-align:bottom
}

#devices-carrousel .device img{
	display:block;
	width:100%;
	height:100%
}

#devices-carrousel .device:last-child{
	margin-right:0
}

#code{
	overflow:hidden
}

#code .code-area{
	position:relative
}

@media(min-width:992px){
	#code .code-area .description-area{
		top:0;
		width:280px;
		position:absolute;
		cursor:default
	}

	#code .code-area .description-area ul,#code .code-area .description-area li{
		list-style:none;
		padding:0;
		border:0;
		margin:0;
		font:inherit;
		color:inherit;
		line-height:normal
	}

	#code .code-area .description-area ul{
		position:relative;
		height:388px
	}

	#code .code-area .description-area ul li{
		position:absolute
	}

	#code .code-area .description-area ul li:first-child{
		top:20px
	}

	#code .code-area .description-area ul li:last-child{
		bottom:20px
	}

	#code .code-area .description-area.left{
		left:-20px;
		text-align:right
	}

	#code .code-area .description-area.right{
		left:auto;
		right:-20px
	}

}

@media(min-width:992px) and (max-width:1260px){
	#code .code-area .description-area{
		width:280px
	}

	#code .code-area .description-area.left{
		left:-80px
	}

	#code .code-area .description-area.right{
		right:-80px
	}

}

@media(min-width:1460px){
	#code .code-area .description-area{
		width:340px
	}

	#code .code-area .description-area.left{
		left:-80px
	}

	#code .code-area .description-area.right{
		right:-80px
	}

}

@media(max-width:992px){
	#code .code-area pre{
		margin-bottom:40px
	}

	#code .code-area .description-area:after{
		content:".";
		visibility:hidden;
		display:block;
		height:0;
		clear:both
	}

	#code .code-area .description-area ul{
		list-style:none;
		padding:0;
		border:0;
		margin:0;
		font:inherit;
		color:inherit;
		line-height:normal;
		margin-left:-20px;
		margin-right:-20px
	}

	#code .code-area .description-area li{
		list-style:none;
		padding:0;
		border:0;
		margin:0;
		font:inherit;
		color:inherit;
		line-height:normal;
		padding:0 20px;
		width:50%;
		float:left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-ms-box-sizing:border-box
	}

	#code .code-area .description-area li:nth-child(2n+1){
		margin-left:0!important;
		clear:left
	}

	#code .code-area .description-area+.description-area{
		margin-top:40px
	}

}

@media(max-width:768px){
	#code .code-area pre{
		margin-bottom:20px
	}

	#code .code-area .description-area ul{
		margin-left:0;
		margin-right:0
	}

	#code .code-area .description-area li{
		padding:0;
		width:auto;
		float:none
	}

	#code .code-area .description-area li:nth-child(2n+1){
		margin-left:0!important;
		clear:left
	}

	#code .code-area .description-area+.description-area{
		margin-top:0
	}

	#code .code-area .description-area h4{
		margin-top:20px
	}

}

#code .code-area h4{
	color:#2c3e50
}

#code .code-area p{
	font-size:15px;
	line-height:1.6
}

#code pre{
	margin-top:40px;
	padding:25px
}

#code pre .keyword{
	color:#188f92
}

#code pre .type{
	color:#3989be
}

#code pre .string{
	color:#a63367
}

#code pre mark{
	padding:.2em .3em .1em;
	margin:-0.2em -0.3em -0.1em;
	border-radius:1px;
	background:transparent;
	color:inherit
}

#code pre[data-type="type-inference"] mark.type-inference{
	background-color:#fbefbf
}

#code pre[data-type="async"] mark.async{
	background-color:#fbefbf
}

#code pre[data-type="generics"] mark.generics{
	background-color:#fbefbf
}

#code pre[data-type="functional"] mark.functional{
	background-color:#fbefbf
}

#code .columns p{
	font-size:14px
}

#developer-slide{
	background-image:url(../content/images/beach1.jpg)
}

#develop .ide-icon{
	width:128px;
	height:128px;
	display:block;
	margin:0 auto;
	line-height:128px
}

#develop .ide-icon img{
	display:inline-block;
	vertical-align:middle
}

#develop .muted{
	margin-top:-0.4em
}

#quotes blockquote{
	list-style:none;
	padding:0;
	border:0;
	margin:0;
	font:inherit;
	color:inherit;
	line-height:normal;
	font-size:19px;
	color:#4e5758;
	line-height:1.6;
	text-indent:-0.35em
}

#quotes .author{
	margin-top:30px;
	line-height:normal
}

#quotes .author img{
	display:block;
	float:left;
	border-radius:100%;
	margin-top:-6px;
	margin-right:15px;
	width:60px;
	height:60px
}

#quotes .author .name{
	font-weight:bold;
	display:block
}

#quotes .author em{
	font-style:normal;
	display:block;
	color:#7f8c8d
}

@media(max-width:768px){
	#quotes .author{
		margin-top:10px
	}

	#quotes .author blockquote{
		line-height:1.3
	}

	#quotes .author img{
		width:30px;
		height:30px;
		margin-top:0
	}

	#quotes .author .name,#quotes .author em{
		display:inline
	}


}
