body {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg.png);
  overflow-y: scroll;
}


#wrapper {
  width: 1000px;
  margin: 0 auto;
}


header {
  margin-top: 0px;
}
a {
  color: #088BBF;
  text-decoration: none;
}
h1 {
  display: inline-block;
  margin: 0;
  color: #c40b33;
}

h2 {
  display: inline-block;
  margin: 0;
  color: #c40b33;
}

h3 {
  display: inline-block;
  margin: 0;
  color: #c40b33;
}

#down {
  position: relative;
  top: -18px;
  margin: 0 1em;
}
.slider-wrap {
  background: none;
  padding: 0px;
  box-shadow: 0 1px 40px rgba(0,0,0,.2);
}
.slider {
  width: 1000px;
  height: 400px;
}
.slider strong { color: #F0E10E; }
article {
  position: relative;
}
.title {
  padding: 1em 0;
  position: relative;
}
.code,
#effects-select {
  display: inline-block;
}
#effects-select {
  padding: .4em;
  margin-right: 1em;
  font-size: 14px;
  border: 1px solid #aaa;
}
label { margin-right: .5em; }
code {
  padding: .5em 1em;
  background: rgba(255,255,255,.75);
  font-size: 14px;
  margin: 0 .2em;
  font-family: Ubuntu Mono, monospace;
}
.action {
  position: absolute;
  right: 0;
  top: 13px;
  color: white;
  background: black;
  border: 0;
  width: 80px;
  padding: .6em 0;
}



.box
{
	width: 240px;
	height: 190px;
	background-color: none;
    padding-top: 10px;
	left: 0px;
	margin: auto;
	margin-top: 50px;
}

.outerbox {
	width: 290px;
	height: 290px;
	border: thin solid #808080;
	background-color: #efefd0;
	display: inline-block;
	margin: 0;
	border-radius: 9px;
	right: 0px;
	color: #7c7a7a;
	
	-webkit-transition: all 1s, margin 2s;
	-moz-transition: all 1s, margin 2s;
	-o-transition: all 1s, margin 2s;
	-ms-transition: all 1s, margin 2s;
	transition: all 1s, margin 2s;

		/*-webkit-transition: width 2s ease, height 2s ease;
	-moz-transition: width 2s ease, height 2s ease;
	-o-transition: width 2s ease, height 2s ease;
	-ms-transition: width 2s ease, height 2s ease;
	transition: width 2s ease, height 2s ease;*/
}

.outerbox:hover {
	width: 330px;
	height: 330px;
	color: #454343;
	margin: -10px;
	background-color: #ffffff;
}



.stop {
  display: none;
  background: #088BBF;
  text-shadow: 1px 1px rgba(0,0,0,.4)
}
footer {
  margin-top: 2em;
}

/*.tiles-nav span { padding: .3em; }*/
