@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/CeraPRO-Bold.woff2') format('woff2'),
         url('../fonts/CeraPRO-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}







body {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: -1px;
	hanging-punctuation: allow-end;
}

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

.section-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 50px;
	background: #000;
	z-index: 1000;
}

.section-dashboard {
	padding-top: 50px;
	padding-bottom: 50px;	
}

.section-header {
	position: relative;
	width: 100vw;
	height: 650px;
	overflow: hidden;
	padding-top: 70px;
	background: url('../img/wooden-background.png');
	background-position: center center;
	background-size: cover;
}

.tagline {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 30px;
}
.logo-wrapper {
	position: absolute;
	width: 100vw;
	text-align: center;
	top: 150px;
	z-index: 900;

}
.main-logo {
	width: 600px;	
}
.phone-left {
	position: absolute;
	bottom: 0px;
	width: 300px;
	left: calc((100vw / 2) - 450px);
}
.phone-right {
	position: absolute;
	bottom: 0px;
	width: 300px;
	right: calc((100vw / 2) - 450px);
}
.header-appstore-left {
	position: absolute;
	top: 150px;
	width: 170px;
	left: calc((100vw / 2) - 450px);
	z-index: 999;
}
.header-appstore-right {
	position: absolute;
	top: 150px;
	width: 170px;
	right: calc((100vw / 2) - 450px);
	z-index: 999;
}

.section-login {
	background-color: #FF9500;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.section-intro {
	position: relative;
	padding-top: 50px;
}
.intro-graphic {
	position: absolute;
	bottom: 0px;
	width: 450px;
}
.light-headline {
	text-align: center;
	font-size: 70px;
	font-family: 'cera_prothin', sans-serif;
	line-height: 70px;
	letter-spacing: -4px;
	margin-bottom: 50px;
}
.bold-headline {
	text-align: center;
	font-size: 70px;
	font-family: 'Open Sans', sans-serif;
	line-height: 70px;
	letter-spacing: -4px;
	margin-bottom: 30px;
}
.copy-block {
		
}
.intro {
	font-size: 30px;
	line-height: 38px;	
}
.copy-callout {
	font-size: 30px;
	line-height: 38px;
	font-family: 'Open Sans', sans-serif;
}
.cera-bold {
	font-family: 'Open Sans', sans-serif;
}
.section-features {
	position: relative;
	background-color: #FF9500;
	padding-top: 30px;
	padding-bottom: 30px; 
}
.simulator-wrapper {
	position: relative;
	width: 100%;
	
}
#simulator-screen {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding-left: 20px;
	padding-right: 20px;
}
#simulator-screen img {
	width: 100%;
}
#simulator-frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 110;
	padding-left: 20px;
	padding-right: 20px;
}
#simulator-frame img {
	width: 100%;
}
.feature-column {
	padding-top: 50px!important;
}

.feature-block {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
.feature-icon {
	width: 64px;
}

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

.section-business {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../img/wooden-background.png');
	background-position: center center;
	background-size: cover;
}

.ps-btn {
	padding:8px 18px 12px 18px;
	border-radius: 45px;
	border-width: 2px;
	border-style: solid;
	text-decoration: none!important;
	font-size: 18px;
	font-family: 'cera_promedium', "Helvetica Neue", sans-serif !important;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.ps-btn-white {
	border-color: #FFFFFF;
	color: #FFFFFF!important;;
}
.ps-btn-black {
	border-color: #031024;
	color: #031024!important;;
}
.ps-btn:hover {
	text-decoration: none!important;
}
.ps-btn-white:hover {
	border-color: #FFFFFF;
	background:#FFFFFF;
	color: #031024!important;
	
}
.ps-btn-black:hover {
	border-color: #031024;
	background:#031024;
	color: #FFFFFF!important;
}

.section-footer {
	background: #000;
	position: relative;
	color: #AAA;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 102;
}
#footer-logo {
	position: absolute;
	bottom: 0px;
	width: 130px;
	left: calc(50% - 65px);
}
.business {
	text-align: right; 
	color: #FFF;
	margin-bottom: 20px;
}
.appstore-logo {
	width: 200px;	
}

/* Smartphones */
@media only screen and (max-device-width : 480px) {
	
/* Styles */
	.section-header {
		height: 600px;
		padding-top: 70px;
	}
	.tagline {
		font-size: 30px;
		line-height: 38px;
	}
	.logo-wrapper {
		top: 230px;
	}
	.main-logo {
		width: 300px;
	}
	.phone-left {
		width: 250px;
		left: calc((100vw / 2) - 250px);
	}
	.phone-right {
		width: 250px;
		right: calc((100vw / 2) - 250px);
	}
	.header-appstore-left {
		top: 190px;
		width: 100px;
		left: calc((100vw / 2) - 140px);
	}
	.header-appstore-right {
		top: 190px;
		width: 100px;
		right: calc((100vw / 2) - 140px);
	}
	.light-headline {
		font-size: 42px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.section-intro {
		padding-top: 30px;
	}
	.copy-block {
		font-size: 16px;
		line-height: 18px;
	}
	.intro {
		font-size: 20px;
		line-height: 24px;	
	}
	.copy-callout {
		line-height: 30px;	
	}
	.intro.text-right, .copy-callout.text-right, .copy-block.text-right {
		text-align: center!important;	
	}
	.intro-graphic {
		position: relative;
		bottom: 0px;
		width: 100%;
	}
	.bold-headline {
		margin-bottom: 0px;
		font-size: 40px;
		line-height: 42px;
		letter-spacing: -2px;
		margin-bottom: 20px;
	}
	.business {
		text-align: center; 
	}
	.not-right {
		text-align: center!important;
	}
	#footer-logo {
		bottom: -15px;
		width: 100px;
		left: calc(50% - 50px);
	}
	.appstore-logo {
		width: 100px;	
	}
	.feature-column {
		padding-top: 0px!important;
	}
	.biz-copy {
		font-size: 16px!important;
		line-height: 18px!important;
	}
	.section-footer {
		font-size: 12px;
		line-height: 16px;
	}
}

/* Tablets */
@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
/* Styles */
	.tagline {
		font-size: 30px;
		line-height: 38px;
	}
	.logo-wrapper {
		top: 250px;
	}
	.main-logo {
		width: 300px;
	}
	.phone-left {
		width: 250px;
		left: calc((100vw / 2) - 250px);
	}
	.phone-right {
		width: 250px;
		right: calc((100vw / 2) - 250px);
	}
	.header-appstore-left {
		top: 190px;
		width: 170px;
		left: calc((100vw / 2) - 200px);
	}
	.header-appstore-right {
		top: 190px;
		width: 170px;
		right: calc((100vw / 2) - 200px);
	}
	.light-headline {
		font-size: 58px;
		line-height: 60px;
		margin-bottom: 30px;
	}
	.section-intro {
		padding-top: 30px;
	}
	.intro.text-right, .copy-callout.text-right, .copy-block.text-right {
		text-align: center!important;	
	}
	.intro-graphic {
		position: relative;
		bottom: 0px;
		width: 100%;
	}
	.bold-headline {
		margin-bottom: 0px;
	}
	.business {
		text-align: center; 
	}
	.not-right {
		text-align: center!important;
	}
	#footer-logo {
		bottom: -20px;
		width: 100px;
		left: calc(50% - 50px);
	}
	.appstore-logo {
		width: 150px;	
	}
	
}

/* Laptops */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	.tagline {
		font-size: 40px;
		line-height: 48px;
	}
	.logo-wrapper {
		top: 180px;
	}
	.main-logo {
		width: 500px;
	}
	.phone-left {
		width: 250px;
		left: calc((100vw / 2) - 350px);
	}
	.phone-right {
		width: 250px;
		right: calc((100vw / 2) - 350px);
	}
	.header-appstore-left {
		top: 190px;
		width: 170px;
		left: calc((100vw / 2) - 350px);
	}
	.header-appstore-right {
		top: 190px;
		width: 170px;
		right: calc((100vw / 2) - 350px);
	}
	.section-intro {
		padding-top: 30px;
	}
	.intro.text-right, .copy-callout.text-right, .copy-block.text-right {
		text-align: center!important;	
	}
	.intro-graphic {
		position: relative;
		bottom: 0px;
		width: 100%;
	}
	.bold-headline {
		margin-bottom: 0px;
	}
	.business {
		text-align: center; 
	}
	.not-right {
		text-align: center!important;
	}
	#footer-logo {
		bottom: -50px;
	}
}

.small-print {
	font-size: 16px;
	line-height: 20px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.locationName {
    background: #000;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'cera_promedium', sans-serif;
}
.timelineHeader {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #444;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #BBB;
}
.timelineMap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-size:cover;
    background-position: center center;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}
.timelineBoozrName {
    position: absolute;
    top: 5px;
    left: 57px;
    height: 20px;
    font-family: 'cera_promedium', sans-serif;
    font-size: 15px;
    overflow: hidden;
    padding-right:5px;
}
.timelineBoozrAddress {
    position: absolute;
    top: 23px;
    left: 57px;
    height: 16px;
    font-size: 13px;
    overflow: hidden;
    padding-right: 5px;
}
.timelineAttendee {
    position: relative;
    width: 100%;
    height: 25px;
    overflow: hidden;
}
.timelineTime {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    width: 60px;
    overflow: hidden;
    padding-top: 3px;
}
.eventImageTooltip {
	width: 100%;
	height: 100px;
	overflow: hidden;	
}