body {
	background: #fff;
}

strong {
	font-weight: 600;
}

h1 {
	color: #000;
	font-weight: 900;
    font-size: 36px;
    letter-spacing: -.7px;
    line-height: 1.3;
}

h1.light {
    color: #111;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: .1px;
    padding-bottom: 40px;
    width: 100%;	
}

.button {
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background-color:#3E68FF;
    transition: all 200ms cubic-bezier(0.03, 1.12, 0.64, 0.99);
}

.button:hover {
	transform: scale(1.02);
}

/* Top bar
--------------------------------------------------------- */

.top-bar-landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding:0 10px;
    line-height: 80px;
    z-index: 10;
    background: #fff;
 }

 .interior .top-bar-landing {
 	background: none;
 	position: absolute;
 }

.container {
	max-width: 1000px;
}

.top-bar-landing .container {
	height: 80px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.05);
	max-width: 1100px;
	position: relative;
}

.logo {
	background: url(../img/logojoy-logo-large.png) no-repeat;
	background-size: 100px;
	width: 120px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	margin-left: 0;
}

.interior .top-bar-landing .logo {
	background: url(../img/logojoy-logo-white.png) no-repeat;
	background-size: 100px;
}

ul.nav-right {
	position: absolute;
	right: 0;
	top: 0;
}

ul.nav-left {
	position: absolute;
	left: 110px;
	top: 0;
}

.nav li {
	display: inline-block;
	padding: 0 5px;
	height: 80px;
}

.nav li a {
    font-size: 15px;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    margin: 20px 0;
    display: inline-block;
    color: #8a929a;
    letter-spacing: 0.2px;
    vertical-align: top;
}

.nav li a:hover, .nav li a.signup {
	color: #1485FF;
}

.nav li a.signup {
color: #0c79ef;
    font-weight: 600;
}

.interior .top-bar-landing .nav li a:hover, .interior .top-bar-landing .nav li a.signup {
	color: #fff;
}

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

	ul.nav-left {
		display: none;
	}


}
/* Buttons
--------------------------------------------------------- */

.arrow-button {
	background: url(../img/button-arrow@2x.png) right center no-repeat;
	background-size: 17px;
	display: inline-block;
	font-size: 16px;
	color: #1485FF;
	font-weight: 600;
	padding-right: 25px;
	line-height: 50px;
	margin-top: 10px;
}

/* Universal
--------------------------------------------------------- */

.section {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.section.align-right {
	text-align: right;
}

.graphic {
	position:absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
}

.how-it-works .graphic {
	transform: translateY(-50%);
}

.section .content {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	text-align: left;
}

.section .content.center, .section.center {
	text-align: center;
}

h2 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.2px;
    color: #222;
    line-height: 1.3;
}

p {
	font-size: 19px;
    color: #4A5068;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.5; 
}

p.small {
	font-size: 15px;
}

a {
	color: #1485FF;
}

.section.dark h1, .section.dark p {
	color: #fff;
}

.section .step-number {
	opacity: 0.3;
}

.section h1 {
	padding-bottom: 30px;
}

.section {
	overflow: hidden;
}

.step {
	padding: 200px 20px;
}

.section.dark .button {
	background:#fff;
	color:#222;
}



/* Hero
--------------------------------------------------------- */

.hero {
    padding: 200px 20px 100px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.hero .container {
    width:100%;
    height: 100%;
    position: relative;
    max-width: 100%;
    text-align: center;
}

.hero .content {
	max-width: 700px;
}

.hero h1 {
    color: #111;
    font-weight: 100;
    font-size: 37px;
    line-height: 1.5;
    letter-spacing: .1px;
    padding-bottom: 40px;
    width: 100%;
}

.hero h1 strong {
	font-weight: 700;
}

.hero p {
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: 200;
    color: #7a7f86;
}

.hero .hero-package {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 0px;
}

.hero-package .box {
    bottom: 20px;
    left: 130px;
    display: inline-block;
    position: absolute;
    width: 633px;
    height: 341px;
    background: url(../img/pluck-box@2x.png) no-repeat;
    background-size: 100%;
}
.hero-package .bag {
	bottom: 10px;
	left: 410px;
	display: inline-block;
	position: absolute;
	width: 340px;
	height: 277px;
	background: url(../img/pluck-bag@2x.png) no-repeat;
	background-size: 100%;
}
.hero-package .tag {
    bottom: 10px;
    left: 10px;
    display: inline-block;
    position: absolute;
    width: 252px;
    height: 152px;
    background: url(../img/pluck-tag@2x.png) no-repeat;
    background-size: 100%;
}


.hero p {
	padding-bottom: 30px;
}

.button.huge {
    font-weight: 500;
    letter-spacing: -0.1px;
    font-size: 23px;
    padding: 23px 90px;
    background-size: 25px;
}

.hero-who {
    position: absolute;
    right: 15px;
    bottom: 14px;
}

.hero-who p {
padding: 0 0 0;
    color: #fff;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.hero-who p span {
	opacity: 0.5;
}

.hero .next-button {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    font-size: 13px;
    padding: 12px 25px;
    color: #fff;
    border-radius: 3px;
    vertical-align: top;
    display: none;
}

.hero .next-button:hover {
    background: rgba(255,255,255,0.3);
}

.company-name-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.company-name-container input {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}


.company-name-container input:focus {
    border-width: 2px;
    border-color: #3e68ff;
}

.company-name-container .button.huge {
    width: 100%;
    border-radius: 0 0 4px 4px;
    font-size: 19px;
    font-weight: 600;
}

.company-name-container .button.huge:hover {
	border-radius: 4px;
}

/* Press
--------------------------------------------------------- */

.press {
	padding: 60px 0 80px;	
}

.press .container {

}

.press-logo {
	display: inline-block;
	vertical-align: middle;
	width: 20% !important;
}

.press-logo.taxi {
	width: 42px;
	height: 18px;
	background: url(../img/press/taxi@2x.png) no-repeat center;
	background-size: 42px;
}

.press-logo.cr {
	width: 37px;
	height: 37px;
	background: url(../img/press/cr@2x.png) no-repeat center;
	background-size: 37px;
}

.press-logo.dw {
	width: 84px;
	height: 29px;
	background: url(../img/press/dw@2x.png) no-repeat center;
	background-size: 84px;
}

.press-logo.tc {
	width: 120px;
	height: 17px;
	background: url(../img/press/tc@2x.png) no-repeat center;
	background-size: 120px;
}

.press-logo.lh {
	width: 80px;
	height: 23px;
	background: url(../img/press/lh@2x.png) no-repeat center;
	background-size: 80px;
}


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

	.press {
		padding: 10px 0 30px;
	}

	.press-logo.taxi {
		background-size: 32px;
	}

	.press-logo.cr {
		background-size: 26px;
	}

	.press-logo.dw {
		background-size: 47px;
	}

	.press-logo.tc {
		background-size: 72px;
	}

	.press-logo.lh {
		background-size: 58px;
	}
}


/* Case study
--------------------------------------------------------- */

.case-study {
	width: 100%;
	height: 590px;
	background: url(../img/case-beanery@2x.jpg) center;
	background-size: cover;
	display: inline-block;
	position: relative;
}

.case-study .container {
	height: 100%;
	max-width: 1100px;
	padding: 0 50px;
}

.case-study .case-content {
	position: absolute;
	top: 50%;
	margin-top: -129px;
	width: 379px;
}

.case-logo {
	width: 379px;
	height: 379px;
	display: inline-block;
	background:url(../img/case-beanery-logo@2x.png) center;
	background-size: 379px;
	box-shadow: 0 20px 70px rgba(0,0,0,0.9)
}

.case-line {
	color: #fff;
	font-size: 13px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
}


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

	.case-study {
		height: 300px;
	}

	.case-study .container {
	    padding: 0 20px;
	}

	.case-study .case-content {
	    margin-top: -100px;
	    width: 179px;
	}

	.case-logo {
	    width: 179px;
	    height: 179px;
	    background-size: 179px;
	}

}


/* Stats
--------------------------------------------------------- */

.stats .container {
    border: 1px solid #EBECF0;
    padding: 70px 0 70px 0;
    border-left: 0;
    border-right: 0;
}

.stat {
	width: 50%;
	display: inline-block;
}

.stat h1 {
    font-weight: 900;
    color: #3E68FF;
    font-size: 60px;
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
    }

.stars {
    background: url(../img/stars@2x.png) no-repeat;
    width: 222px;
    height: 30px;
    background-size: 222px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 26px;
}

.stat p {
	color:#adafb9;
	font-size: 14px;
	font-weight: 100;
}

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

	.stats {
		padding: 10px 0;
	}

	.stat h1 {
	    font-size: 22px;
	    padding-bottom: 10px;
	}

	.stat p {
		font-size: 14px;
	}

	.stars {
	    width: 100%;
	    background-size: 92px;
	    margin: 20px 0 11px;
	    background-position: center;
	}

}

/* Hero Sub
--------------------------------------------------------- */

.hero.sub {
	padding: 80px 20px;
}

.hero.sub .container {
    background: url(../img/heros/hero-2.5@2x.jpg) no-repeat center;
    background-size: cover;
    padding: 230px 0;
}

.hero.sub h1 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -.4px;
    line-height: 1.1;
    padding-bottom: 40px;
}

.hero.sub p {
    color: #fff;
    padding-bottom: 50px;
}


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

	.hero {
    	padding: 110px 20px 50px;
	}

	.hero.sub {
		height: auto;
		padding: 20px;
	}

	.hero.sub .container {
		padding: 100px 0;
	}

	.hero-who {
		display: none;
	}

	.hero .content {
	    position: relative;
	    left: 0;
	    width: 100%;
	    text-align: center !important;
	}

	.hero h1 {
	    font-size: 25px;
	    text-align: center;
	    padding: 0 20px 20px;
	}

	.hero.sub h1 {
		font-size: 32px;
		padding: 0 0 20px;
	}

	.hero .button {
	    font-size: 17px;
	    padding: 20px 50px;
	}

	.hero p {
		font-size: 16px;
	}

	.hero.sub .content {
	    position: relative;
	    transform: none;
	    top: 0;
	    left: 0;
	    width: 100%;
	    padding:50px 30px;
	}

	.hero.sub h1 {
		padding: 0 0 30px;
	}

	.hero.sub p {
		padding-bottom: 30px;
	}

}


/* talking
--------------------------------------------------------- */

.talking {
	text-align: center;
	padding: 160px 0 100px;
	background: url(../img/best-tool@2x.png) no-repeat top 20px center;
	background-size: 461px;
	margin-top: 60px;
}

.talking h1 {
	font-weight: 900;
	font-size: 36px;
	letter-spacing: -0.7px;
	padding-bottom: 40px;
}

.talking p {
	color: #5E666F;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.3px;
	padding-bottom: 40px;
}


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

	.talking {
	    padding: 100px 20px 40px;
	    background-size: 230px;
	    background-position: top 44px center;
	}

	.talking h1 {
		font-size: 29px;
		padding-bottom: 20px;
	}

	.talking p {
		padding-bottom: 20px;
	}

}

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

.story {
	width: 100%;
	padding: 20px;
}

.story .container {
	background: #3143FF;
	max-width: 100%;
	text-align: center;
	padding: 150px 0;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.story .content {
	max-width: 800px;
	color: #fff;
	text-align: center;
	margin:0 auto;
	display: inline-block;
}

.story p {
	color: #fff;
	font-weight: 100;
	font-size: 24px;
	line-height: 1.7;
}

.story .line {
	width: 100px;
	height: 4px;
	background: #fff;
	opacity: 1;
	display: inline-block;
	margin:80px 0;
}

.story .quick-testimonial h3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Georgia', serif;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.story .quick-testimonial h6 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	padding-top: 30px;
}

.story .quick-testimonial h6 a {
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,0.3)
}

.story .quick-testimonial h6 a:hover {
	border-bottom: 2px solid rgba(255,255,255,1)
}

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

	.story .container {
		padding:0;
	}

	.story .content {
		padding:40px 30px;
	}

	.story p {
		font-size: 14px;
	}

	.story .line {
		margin:40px 0;
	}

	.story .quick-testimonial h3 {
		font-size: 15px;
	}

	.story .quick-testimonial h6 {
		font-size: 9px;
		padding-top: 20px;
	}

}


/* Two points
--------------------------------------------------------- */

.two-points {
	padding: 90px 0;
}

.two-points .point {
	width: 50%;
	padding: 140px 50px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.two-points .production-ready {
	background: url(../img/production-ready@2x.png) no-repeat top center;
	background-size: 98px;
}

.two-points .fully-custom {
	background: url(../img/fully-custom@2x.png) no-repeat top 10px center;
	background-size: 91px;
}

.two-points h1 {
	font-size: 29px;
	font-weight: 900;
}

.two-points p {
	font-size: 19px;
	color: #4A5068;
}

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

	.two-points {
		padding:30px 0 40px;
	}

	.two-points .production-ready {
		background-size: 48px;
	}

	.two-points .fully-custom {
		background-size: 51px;
	}

	.two-points .point {
		padding:70px 20px 0;
	}

	.two-points h1 {
		padding-bottom: 15px;
	}

	.two-points p, .two-points h1 {
		font-size: 14px;
	}

}

/* Testimonial
--------------------------------------------------------- */

.testimonial p {
	padding:50px 20px;
}

.testimonial h6 {
	font-size: 12px;
	opacity: 0.6;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonial {
	padding-bottom: 80px;
	border-bottom: 1px solid #eee;
}

/* Hoodie
--------------------------------------------------------- */

.hoodie-example {
	background:url(../img/hoodie-example@2x.jpg) center;
	background-size: cover;
	width: 100%;
	height: 700px;
}

@media screen and (max-width: 600px) {
	.hoodie-example {
		height: 300px;
	}
}

/* Example Logos
--------------------------------------------------------- */

.section.examples {
	padding: 100px 0;
	text-align: center;
    background: #fff;
    border-top: 1px solid #f3f3f3;
}

.section.examples .container {
	max-width: 700px;
}

.section.examples h2 {
	padding-bottom: 20px;
	text-align: center;
}

.section.examples .button {
	margin-top: 10px;
}

.section.examples p {
	padding-bottom: 50px;
}

.logo-examples-wrapper {
	width: 100%;
	height: 700px;
	display: inline-block;
    background:url(../img/examples-wave@2x.png) center no-repeat;
    background-size: 1823px;
    margin-top: -80px;
}

.logo-example {
	width: 302px;
	height: 230px;
	display: inline-block;
	overflow: hidden;
	margin:0px;
	background-size: cover;
	vertical-align: top;
	float: left;
	display: none;
}

.logo-example.e1 {
	background-image:url(../img/examples/logo3@2x.png); 
}
.logo-example.e2 {background-image:url(../img/heros/hero-2-small.jpg);}
.logo-example.e3 {background-image:url(../img/heros/hero-4-small.jpg);}
.logo-example.e4 {background-image:url(../img/heros/hero-6-small.jpg);}
.logo-example.e5 {background-image:url(../img/heros/hero-8-small.jpg);}
.logo-example.e6 {background-image:url(../img/examples/logo2.jpg);}
.logo-example.e7 {background-image:url(../img/examples/logo3.jpg);}
.logo-example.e8 {background-image:url(../img/examples/logo5.jpg);}
.logo-example.e9 {background-image:url(../img/examples/logo16.png);}

.mt80 {
	margin-top: 80px;
}


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

	.mt80 {
		margin-top: 40px;
	}

	.section.examples {
		padding:40px 20px;
	}

	.section.examples p {
		padding-bottom: 20px;
	}

	.logo-example {
	    width: 145px;
	    height: 110px;
	    margin: 5px;
	}

}

/* Step 1
--------------------------------------------------------- */

.step1 {
	background:#F4F5F5;
	padding: 240px 20px;
}

.step1 h1 {
	color: #1F69B9;
}

.g-inspiration {
	background:url(../img/step1-inspiration@2x.png) no-repeat;
	background-size: 695px;
	width: 695px;
	height: 521px;
	margin-left: 100px;
}

/* Step 2
--------------------------------------------------------- */

.step2 {
	background:#fff;
	padding: 260px 20px;
}

.step2 h1 {
	color: #E23F3F;
}

.g-options {
	background:url(../img/step2-options@2x.png) no-repeat;
	background-size: 512px;
	width: 512px;
	height: 559px;
	margin-left: -550px;
}


/* Step 3
--------------------------------------------------------- */

.step3 {
	background:#F4F5F5;
	padding: 250px 0;
}

.step3 h1 {
	color: #2CB78D;
}

.g-previews {
	background:url(../img/step3-previews@2x.png) no-repeat;
	background-size: 454px;
	width: 454px;
	height: 492px;
	margin-left: 110px;
}


/* Step 4
--------------------------------------------------------- */

.step4 {
	background:#fff;
}

.step4 .stat {
	padding-top: 30px;
}

.step4 h1 {
	color: #7C50AA;
}

.step4 .stat h1 {
	color: #1F2D3C;
	display: inline-block;
	padding-bottom: 0px;
}

.step4 h4 {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    padding-left: 20px;
    color: #c6ccd2;
    letter-spacing: 0.3px;
}

.g-variations {
	background:url(../img/step4-variations@2x.png) no-repeat;
	background-size: 770px;
	width: 770px;
	height: 645px;
	margin-left: -810px;
}


/* Step 5
--------------------------------------------------------- */

.step5 {
	background:#F4F5F5;
}

.step5 h1 {
	color: #0AA2E0;
}

.g-files {
	background:url(../img/step5-files@2x.png) no-repeat;
	background-size: 384px;
	width: 384px;
	height: 309px;
	margin-left: 110px;
}

/* CTA
--------------------------------------------------------- */

.section.cta {
	text-align: center;
	padding: 100px 50px;
}

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

	.section.cta {
		padding: 50px 50px;
	}
}

/* CTA
--------------------------------------------------------- */

.section.pricing {
    background:#F9F9FA;
	text-align: center;
	padding: 80px 20px;
}

.pricing h2 {
	padding-bottom: 60px;
}

.package-option.premium h1 {
	padding-bottom: 0;
}


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

	.premium-icon {
		background-size: 184px;
	}

	.sub-packages {
		padding-top: 30px;
	}

	.sub-packages h2 {
		padding-bottom: 0;
	}

}
/* Interior Pages
------------------------------------------------ */

.hero.interior {
    padding: 130px 0 60px;
    background: #30353a;
    }

.hero.interior .content {
  width: 100%;
  text-align: center;
  max-width: 100%;
}

.hero.interior .containter {
  padding: 0;
}

.hero.interior h1 {
  padding: 0;
  font-size: 50px;
  color: #fff;
}

/* About
------------------------------------------------ */

.section.big-copy {
	padding: 50px 0;
}

.section.big-copy p {
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 2;
}

.section.small-copy p {
  text-align: left;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.6;
}

/* Affiliate
------------------------------------------------ */

.section.affiliate .container {
	max-width: 600px;
	padding-top: 100px;
	padding-bottom: 100px;
}


/* Giveaway
------------------------------------------------ */

.section.giveaway .container {
	margin:0 auto;
}
.section.giveaway .container .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.hero.branding-package {
	background: url(../img/branding-honey.jpg) no-repeat center;
	background-size: cover;
}

ul.checkmark-list li {
	font-size: 15px;
  padding:5px 0 5px 25px;
  display: inline-block;
  width: 100%;
  background: url(../img/checkmark-list@2x.png) left no-repeat;
  background-size: 16px;
}

.section.big-copy p.small {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
	.section.giveaway .container .col {
		width: 100%;
	}
}

/* Customer logos
------------------------------------------------ */

.customer-logos {
  width: 100%;
  display: inline-block;
  padding:100px 20px 120px;
  border-top: 1px solid #eee;
}

.customer-logos img {
  width: 100%;
  max-width: 890px;
  display: inline-block;
}

.customer-logos .line {
  background:#eee;
  display: block;
}

/* Experts
------------------------------------ */

.experts .container {
  padding: 80px;
  background:url(../../img/hr-expert@2x.jpg) center;
  background-size: cover;
  height: 500px;
}

.experts .content {
  color: #fff;
  text-align: left;
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.experts .content h1 {
  padding-bottom: 30px;
  font-size: 25px;
}

.experts .content h2 {
  font-size: 19px;
}

/* Features
------------------------------------ */

.more-features {
  font-size: 0;
  padding-bottom: 100px;
  text-align: center;
  padding-top: 100px;
}

.more-features h1 {
	text-align: center;
	margin-bottom: 80px;
}

.feature {
  width: 30%;
  margin:30px 1.5%;
  padding: 70px 0 40px;
  display: inline-block;
  text-align: left;
  height: 200px;
  vertical-align: top;
  background-position: top left;
  background-repeat: no-repeat;
}

.password-protected {
  background-image: url(../img/features/16_security_lock_128@2x.png);
  background-size: 34px;
}

.digital-signatures {
  background-image: url(../img/features/09_signing_contract_128@2x.png);
  background-size: 44px;
}

.custom-design {
  background-image: url(../img/features/17_ux_design_128@2x.png);
  background-size: 44px;
}

.multiple-collaborators {
  background-image: url(../img/features/05_brainstorming_128@2x.png);
  background-size: 44px;
}

.multiple-handbooks {
  background-image: url(../img/features/03_accounts_storage_128@2x.png);
  background-size: 44px;
}

.publish-everywhere {
  background-image: url(../img/features/17_adaptive_layout_128@2x.png);
  background-size: 44px;
}

.state-specific {
  background-image: url(../img/features/23_map_location_128@2x.png);
  background-size: 44px;
}

.up-to-date {
  background-image: url(../img/features/16_system_update_128@2x.png);
  background-size: 44px;
}

.automatic-toc {
  background-image: url(../img/features/17_solution_tricks_128@2x.png);
  background-size: 44px;
}

.safe-reliable {
  background-image: url(../img/features/15_technology_process_128@2x.png);
  background-size: 44px;
}

.custom-domain {
  background-image: url(../img/features/27_world_education_128@2x.png);
  background-size: 44px;
}

.photos-more {
  background-image: url(../img/features/17_content_management_128@2x.png);
  background-size: 44px;
}


.feature h4 {
    font-size: 13px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.feature p {
  padding:0;
}

.more-features .button {
  margin-top: 60px;
}

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

  .feature {
    width: 100%;
    margin: 20px 0 0;
    height: auto;
  }
}


/* Why
------------------------------------ */

.why {
  padding:80px 0;
  border-top: 1px solid #eee;
  background:#fbfbfb;
}

.why h2 {
  padding: 30px 80px;
  line-height: 1.8;
}

.why .item {
  width: 50%;
  display: inline-block;
  text-align: left;
  padding: 40px;
  vertical-align: top;
}

.why .line {
  background:#eee;
  margin:40px 0;
  width: 100px;
}

.why .item p {
  padding: 20px 0;
}

.why .button {
  margin-top: 50px;
}

/* Footer
------------------------------------------------ */

.footer {
  background:#31353a;
  padding-top:50px;
  width: 100%;
  display: inline-block;
  position: relative;
  color: #fff;
  overflow: hidden;
}

a.highlight {
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	width: 100%;
	background: #ff9b14;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .col {
  width:33.3%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0 20px;
}

.footer a {
	color: #fff !important;
}

.footer li a {
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
  display: inline-block;
  opacity: 0.6;
  width: 100%;
}

.footer li a:hover {
  opacity: 1;
}

.footer h6 {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
   }

.footer .copyright {
    color: #fff;
    padding-top: 0;
    opacity: 0.5;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    float: right;
    vertical-align: top;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.footer .logo-container {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  height: auto;
  text-align: center;
  cursor: default;
}

.footer .logo {
	background: url(../img/logojoy-logo-white.png) no-repeat;
	background-size: 100px;
	width: 100px;
	height: 24px;
	display: inline-block;
	position: static;
	float: left;
	margin: 0;
}

.footer .social-container {
	text-align: center;
	padding-top: 50px;
}

.footer .social-container li {
	display: inline-block;
}

.footer .social-container li a {
	width: 37px;
	height: 36px;
	background: url(../img/social/facebook@2x.png) no-repeat;
	background-size: 36px;
	display: inline-block;
	margin:0 10px;
}

.footer .social-container li a.facebook {
	background-image: url(../img/social/facebook@2x.png);
}

.footer .social-container li a.twitter {
	background-image: url(../img/social/twitter@2x.png);
}

.footer .social-container li a.instagram {
	background-image: url(../img/social/instagram@2x.png);
}

.footer .social-container li a.linkedin {
	background-image: url(../img/social/linkedin@2x.png);
}

.footer .social-container li a.angellist {
	background-image: url(../img/social/angellist@2x.png);
}

.footer .social-container li a.dribbble {
	background-image: url(../img/social/dribbble@2x.png);
}

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

	.footer .col {
		width: 100%;
		padding: 20px
	}

	h1 {
		font-size: 22px;
		letter-spacing: 0;
	}

	p {
		font-size: 15px;
	}
}



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

.page-contact, .page-contact .section.big-copy p {
	text-align: center;
}

.page-contact h1 {
	padding:30px 0 110px;
}

.page-contact .col {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding:0 30px;
}

.section.contact {
	padding-bottom: 100px;
}


/* About
--------------------------------------------------------- */

.page-about .section.big-copy p {
	font-size: 22px;
	font-weight: 100;
	padding-top: 30px;
}


/* Partners
------------------------------------------------ */

.partner-box {
	width: 33%;
	padding:20px;
	display: inline-block;
	vertical-align: top;
}

.partner-box .partner-img {
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.partner-box img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

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

	.partner-box {
		width: 100%;
	}
}



























