/* This is where you will place your css code. */
body {
	background-color: #F0F7E8;
}
a, a:visited, a:active, a:focus {
	color: #7F9397;
	text-decoration: none;
}
a:hover  {
	color: #91B13E;
	text-decoration: none;
}
header {
	height: 100px;
	margin: 0 auto 10px;
	padding: 14px 0 6px 0;
	position: relative;
	width: 790px;
}
header img {
	padding: 20px 0 10px 0;
}
header img#sound-button, header img#sound-button2 {
	padding: 0 0 12px;
}
#title {
	width: 268px;
	margin: 0 auto;
}
#title h1 {
	font-size: 1em;
	margin-bottom: 0;
}
#title h2 {
	text-align: center;
	color: #F47C52;
	font-size:13px;
	font-weight: bold;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.container {
	width: 100%;
	background: url(../images/clouds.png) no-repeat center 220px;
	height: 536px;
}
.big-type {
	color: #7F9397;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.small-type {
	color: #7F9397;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 1.6;
	padding: 0 10px;
}
.normal {
	font-weight: normal;
}
.shrink-margin {
	margin-bottom: 5px;
}
.big-type {
	color: #60777D;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.do-that {
	margin-bottom: 10px;
}
p.b100 {
	padding: 70px 0 10px;
}

.center-div {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#steps {
	padding-top: 100px;
}

#step-1 .center-div, #step-2 .center-div {
	margin-top: 140px;
}

.bump80 {
	margin-top: 80px;
}

.quote, .quote a {
	color: #867772;
	font-family: 'Reenie Beanie', cursive;
	font-size: 24px;
	line-height: 1;
}
.quote a:hover {
	color: #91B13E;
}
a.s20p {
	font-size: 20px;
}

/* Form Styling ---------------------------------*/
label{
	font-size: 1.4em;
	color: #7F9397;
	letter-spacing: 1px;
}
label span {
	font-weight: normal;
}

input[type="text"] {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	height:24px;
	width: 240px;
	font-size: 1.4em;
	color: #7F9397;
}

form input[type=submit] {
	background : url("../images/next-button.png") no-repeat center center;
	width : 126px;
	height :52px;
	border : none;
	color : transparent;
	font-size : 0;
	margin-top: 30px;
}

textarea {
	width: 400px;
	height: 100px;
	margin-top: 20px;
	font-size: 18px;
	color: #7F9397;
}

form div:first-child {
	margin-bottom: 20px;
}

/* Navigation -----------------------------------*/
nav {
  float: right;
}

nav {
  padding: 0 0.7em;
  white-space: nowrap;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
	margin: 0 3px;
  list-style-type: none;
  display: inline-block;
}

.s24 {
	width: 24px;
	height: 24px;
}

#facebook .s24 {
	background: url(../images/social-media-sprite.png) no-repeat -24px 0px;
}

#facebook .s24:hover {
	background: url(../images/social-media-sprite.png) no-repeat -24px -24px;
}

#twitter .s24 {
	background: url(../images/social-media-sprite.png) no-repeat 0px 0px;
}

#twitter .s24:hover {
	background: url(../images/social-media-sprite.png) no-repeat 0px -24px;
}

/* Share Icons ----------------------------------- */
.s38 {
	width: 38px;
	height: 38px;
}

nav#share-icons {
  float: none;
}

nav#share-icons {
  padding: 0 0.7em;
  white-space: nowrap;
}

nav#share-icons ul {
  margin: 0;
  padding: 0;
}

nav#share-icons ul li {
	padding: 0 5px;
  list-style-type: none;
  display: inline-block;
}

#s-facebook .s38 {
	background: url(../images/s-facebook.png) no-repeat;
}

#s-twitter .s38 {
	background: url(../images/s-twitter.png) no-repeat;
}

#s-pinterest .s38 {
	background: url(../images/s-pinterest.png) no-repeat;
}

#s-mail .s38 {
	background: url(../images/s-mail.png) no-repeat;
}

#s-link .s38 {
	background: url(../images/s-link.png) no-repeat;
}


nav ul {
  margin-top: 20px;
  font-weight: bold;
}

nav ul li a:visited {
  color: #09c;
}

nav ul li a:hover {
  text-decoration: underline;
}

.play {
	margin: 0 auto 20px !important;
	width:50px;
	height: 50px;
	background: url(../images/play.png) no-repeat;
}
.mute {
	margin: 0 auto 20px !important;
	width:50px;
	height: 50px;
	background: url(../images/mute.png) no-repeat;
}

#sound-button a {
	width:50px;
}

.pause-button {
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-image: url(../images/mute.png);
	background-size: 100%;
	cursor:pointer;
    border: none;
}
.play-button {
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-image: url(../images/play.png);
	background-size: 100%;
	cursor:pointer;
    border: none;
}

/* OTHER SITES STYLING ----------------------------------------------- */
#bottom-wrapper {
	background: #F0F7E8 url(../images/tab-shadow.png) no-repeat center 0;
	height:230px;
	width:100%;
}
#other-sites {
	margin: 0 auto;
	height:82px;
	width: 100%;
}
#head-text {
	color:#999;
	padding: 15px 0 30px;
	text-align: center;
	letter-spacing: 1.5px;
	bottom: 180px;
	width: 100%;
}
#other-sites p {
	padding-top: 5px;
	text-indent: -27px;
}
#slider-wrapper {
	width: 980px;
	margin: 0 auto;
	bottom: 0;
	width: 100%;
}
#slider1 {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#slider1 div {
	width: 273px;
}
.bx-prev {
	position: absolute;
	top: 60px;
	left: -50px;
}
.bx-next {
	position: absolute;
	top: 60px;
	right: -50px;
}
.bx-wrapper {
	margin: 0 auto;
}
.box-window {
	padding-left: 100px;
}
.no-border, .no-border:hover {
	border: 0;
}