/*
    This is what the future looks like...
*/

body {
  margin: 0;
  padding: 0;
  background: #fced29;
  font: 62.5%/130% museo-sans, sans-serif;
  color: #000;
}

a { color: #333; }
a:hover { text-decoration: none; }

.bounds {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 970px;
}

#masthead {
	position: fixed;
	display: block;
	overflow: hidden;
	height: 38px;
	width: 100%;
	margin: 0;
	top: 0;
	background: #000;
	color: #fdec2a;
	z-index: 1000;
}

#masthead h1 {
	position: relative;
	float: left;
	width: 101px;
	display: inline;
	margin: 0 20px 0 0;
}

#masthead h1 a {
	position: relative;
	display: block;
	width: 101px;
	height: 38px;
	background: url(../images/navta.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}

#masthead ul li {
	display: inline-block;
	margin: 0 5px;
}

#masthead ul li a {
	font-size: 1.6em;
	color: #fdec2a;
	text-decoration: none;
	line-height: 38px;
	display: inline-block;
}

#masthead ul li a.active,
#masthead ul li a:hover { color: #fff; }

#masthead .site-info {
	position: absolute;
	right: 0;
	top: 0px;
	width: 240px;
	line-height: 38px;
}

#masthead .site-info a {
	display: inline-block;
	width: 19px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 7px;
	vertical-align: middle;
}

#masthead .site-info a.facebook { background: url(../images/icn-facebook.png) no-repeat 0 0; }
#masthead .site-info a.twitter { background: url(../images/icn-twitter.png) no-repeat 0 0; }

#their-story-nav {
    position: fixed;
	display: block;
	font-size: 1.6em;
	overflow: hidden;
	height: 54px;
	width: 100%;
	margin: 0;
	top: 38px;
	left: 0;
	background: transparent url(../images/bg-casestudy-nav.png);
	color: #fdec2a;
	z-index: 1000;
}

#their-story-nav ul {
	text-align: center;

}

#their-story-nav ul,
#their-story-nav ul li {
	margin: 0;
	padding: 0;
}

#their-story-nav a {
	color: #000;
	text-decoration: none;
	line-height: 54px;
	padding: 20px;
}

#their-story-nav a.active {
	background: transparent url(../images/bg-casestudy-nav-active.png);
}

#main {
	position: relative;
	display: block;
	margin: 100px 0;
}

#main .content {
    width: 679px;
}

#main .content p {
    font-size: 1.6em;
    font-family: Arial, sans-serif;
    line-height: 1.4em;
    margin: 0 0 15px 0;
}

#block-user-0 {
	margin: 100px 0 0 0;
	width: 200px;
}

#block-user-1 {
    position: fixed;
    top: 38px;
    right: 0px;
	z-index: 1001;
	background: transparent url(../images/bg-casestudy-nav.png);
	width: 100px;
}

#block-user-1 h2 {
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 5px;
}

#block-user-1 ul li.leaf {
    list-style: none;
    margin: 0;
}

#block-user-1 a {
    color: #000;
}

/* Splash-------------------------- */

.splash-equation {
    position: relative;
    display: block;
    background: transparent url(../images/bg-splash-equation.png) no-repeat 0 0;
    margin: 250px auto 25px auto;
    width: 947px;
}

.splash-equation .this,
.splash-equation .that {
    display: inline-block;
    margin: 0 150px 0 0;
    font: 7.4em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.splash-equation .this {
    margin: 0 160px 0 -10px;
}

.splash-equation .this img,
.splash-equation .that img {
    display: block;
    margin: 0;
}

.splash-equation h2.equals {
    display: inline-block;
    font: 7.4em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.splash-equation h2.equals img {
    display: block;
}


.let-us {
    font-family: Arial, sans-serif;
    font-size: 1.9em;
    line-height: 1.2em;
    width: 480px;
    display: inline-block;
    margin: 0 90px 0 0;
}

.we-can-help {
    display: inline-block;
    width: 355px;
    margin: 5px 0 0 0;
    vertical-align: top;
}

.we-can-help a {
    width: 355px;
    height: 58px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url(../images/btn-we-can-help.png) no-repeat 0 0;

}

/* Homepage Cards------------------ */

#main.home {
    margin: 37px auto 0 auto;
    -webkit-perspective: 1200;
    -webkit-transform-style: preserve-3d;

}

#main.home #tabs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.card {
    position: absolute;
    width: 200px;
    height: 240px;
    -webkit-transition: -webkit-transform 1.5s;
    -webkit-transition-property: -webkit-transform;
    -webkit-transform-style: preserve-3d;
}


.card a {
    cursor: pointer;
    margin: 10px 3px;
    display: inline-block;
    color: #fced29;
}

.card a:hover {
    text-decoration: underline;
}

.card.double { width: 400px; }
.card.quad { width: 400px; height: 480px; }

.card .front {
    position: absolute;
    left: 0;
    top: 0;
    background: #fced29;
    width: 198px;
    height: 238px;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
	-webkit-backface-visibility: hidden;
/*  -moz-border-radius: 10px;
*/}




.card.double .front { width: 398px; -webkit-backface-visibility: hidden; }
.card.quad .front { width: 398px; height: 478px; -webkit-backface-visibility: hidden; }

.card .front img,
.card .back img {
    position: absolute;
    left: 0;
    top: 0;
}

.card .front h2 {
    text-align: center;
    font-size: 2.4em;
    text-transform: uppercase;
    font-family: league-gothic, sans-serif;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    white-space:nowrap;
}

.card .back {
    position: absolute;
    left: 0;
    top: 0;
    background: #fced29;
    width: 0;
    height: 238px;
    background: #000;
    color: #fced29;
    border: 1px solid #333;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
	
    text-align: center;
    font: 1.3em/1.2em museo-sans, sans-serif;
    -webkit-transform: rotateY(180deg);
/*    -moz-border-radius: 10px;
*/	
}

.card.quad .back {
    height: 480px
}

.card .back h2 {
    text-align: center;
    font-size: 2.4em;
    text-transform: uppercase;
    font-family: league-gothic, sans-serif;
    width: 198px;
    margin: 20px 0 10px;
}

.card.quad .back h2,
.card.double .back h2{
    width: 398px;
}

.card .back p{
    padding: 15px;
    width: 168px;
}

.card.quad .back p,
.card.double .back p{
    width: 368px;

}

.card.flipped {
    -webkit-transform: rotateY(180deg);
}



/* Our Story----------------------- */

body.our-story #main {
    margin: 75px 0 100px;
}

body.our-story #main .bounds .content {
    width: 675px;
    margin: 30px 0 0 250px;
}

#jump-nav {
    position: fixed;
    display: inline;
    width: 201px;
    border: 2px solid #000;
    margin: 0 45px 0 0;
    padding: 0 0 3px 0;
    text-align: center;
}

#jump-nav ul li {
    list-style: none;
}

#jump-nav ul li a {
    display: block;
    padding: 8px 0;
    margin: 5px 8px;
    color: #FCED29;
    text-decoration: none;
    background: #000;
    font-family: league-gothic, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
}

#jump-nav ul li a:hover {
    background: #FCED29;
    color: #000;
}

body.our-story h2 {
    font-family: Georgia, Times, serif;
    font-size: 2.2em;
    font-style: italic;
    margin: 0 0 20px 0;
}

body.our-story h2#our-mediums,
body.our-story h2#our-services {
	padding: 40px 0 0 0;
	margin: 0 0 25px 0;
	border-top: 1px solid #000;
}

body.our-story #main .content p {
    margin: 0 0 65px 0;
}

body.our-story #main .content p.shout-it {
    font: 4em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
}

body.our-story #main .content table {
	margin: 0 0 25px 0;
}

body.our-story #main .content td p {
    margin: 0 0 25px 0;
}

.shout-it {
    font: 4em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

td {
    vertical-align: top;
}

td img {
    margin: 0 25px 0 0;
}

#main td h3 {
    margin: 20px 0 15px 0;
}


/* Case Study---------------------- */

.hello-beautiful {
    position: relative;
    display: block;
    height: 1007px;
}

.hello-beautiful a.continue {
    position: absolute;
    top: 440px;
    right: 0;
    width: 365px;
    height: 62px;
    background: url(../images/interrupter-continue.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}

#main .equation {
    position: relative;
    display: block;
    background: transparent url(../images/bg-equation.png) no-repeat 135px center;
    margin: 0 0 25px 0;
}
#main .equation .this,
#main .equation .that {
    display: inline-block;
    margin: 0 75px 0 0;
}

#main .equation h2.equals {
    display: inline-block;
}

#main h3 {
    font: 3em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.slideshow-wrapper {
    position: relative;
    margin: 10px 0 0 0;
}

.slideshow {
    position: relative;
    width: 675px;
    height: 530px;
    border: 2px solid #000;
    background: #000;
}

.slide {
	text-align: center;
	width: 675px;
	height: 530px;
}

#slide-left,
#slide-right {
    position: absolute;
    z-index: 100;
    top: 240px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    opacity: 0;
}

#slide-left {
    margin: 0 0 0 -28px;
    left: 0;
    background: transparent url(../images/btn-arrow-left.png) no-repeat 0 0;
}
#slide-right {
    left: 650px;
    background: transparent url(../images/btn-arrow-right.png) no-repeat 0 0;
}

ul#pager {
    list-style: none;
    margin: 15px 0 25px;
    text-align: center;
}

ul#pager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/icn-carousel-indicator.png);
    background-position: 0 0;
    cursor: pointer;
}

ul#pager li.activeSlide,
ul#pager li:hover {
    background-position: 0 -12px;
}

.tags {
    float: right;
    display: inline;
    width: 201px;
    border: 2px solid #000;
    margin: 20px 10px 0 0;
}

.tag {
    position: relative;
    margin: 0 0 5px;
}

.tags .arrow {
    position: absolute;
    top: 188px;
    left: 90px;
}

.tag p {
    display: block;
    margin: -10px 4px 0 4px;
    padding: 4px 0;
    text-align: center;
    font: 2em/1.2em league-gothic, sans-serif;
    text-transform: uppercase;
    color: #fced29;
    background: #000;
}

.node {
    padding: 20px 0 0 0;
}

/* Contact---------------------- */

#webform-client-form-2 {
    
}

#webform-client-form-2 label {
    font: 3em/1em league-gothic, sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

#webform-client-form-2 input, 
#webform-client-form-2 textarea {
    border: 1px solid #000;
    font-size: 1.6em;
    font-family: Arial, sans-serif;
    width: 590px;
    padding: 10px;
    margin: 0;
    background: #eee;
}

#webform-client-form-2 input:focus, 
#webform-client-form-2 textarea:focus {
    background: #fff;
    -webkit-box-shadow: #000 2px 2px 2px;
    -moz-box-shadow: #000 2px 2px 2px;
}

#webform-client-form-2 .form-item {
    margin: 0 0 15px 0;
}

#webform-client-form-2 input.form-submit {
    font-size: 1.4em;
    font-family: museo-sans, sans-serif;
    font-weight: bold;
    width: 150px;

}
.contact #node {
    width: 679px;
}

.contact #main .content {
    width: 620px;
}
#contact-info {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    font-size: 2em;
    line-height: 1.2em;
}

#contact-info img {
    display: block;
    margin: 0 0 25px 0;
}

#contact-info address {
    margin: 0 0 15px;
}