@import url("fonts.css");

/* --------------------------------------------------------------------
	Reset - http://meyerweb.com/eric/tools/css/reset   v1.0 | 20080212
----------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1; background-color: #fff;}
ol, ul {list-style: none;}



/* --------------------------------------------------------------------
	Global Styles
----------------------------------------------------------------------- */

body {
	font-size: 100%;
}

span.caption {
	font-family: sans-serif;
	margin-top: 10px;
	display: block;
	font-size: 0.9em;
}
span.colored-circle {
  background: #0072ff;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  margin-right: 5px;
  text-align: center;
  width: 1.4em;
}

h1 {
	margin: 0 auto 40px auto;
	font-size: 3.8em;
	font-weight: 400;
	font-family: 'district', Arial, sans-serif;
	text-align: center;
	color: #494949;
}
h2 {
	margin: 0 0 30px 0;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 400;
	font-family: 'cartogothic',Arial,sans-serif;
	color: #494949;
}
h3 {
	margin: 0 0 30px 0;
	font-size: 2.2em;
	font-weight: 400;
	font-family: 'district',Arial,sans-serif;
	text-align: center;
	color: #494949;}
h4 {
	margin: 0 0 8px 0;
	font-size: 1.3em;
	font-weight: 400;
	font-family: 'cartogothic',Arial,sans-serif;
	text-align: center;
	color: #494949;
}
h4.mod-left {
	margin: 50px 0 20px 0;
	text-align: left;
	font-weight: bold;
}
h5 {
	margin: 0 auto 30px auto;
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: 400;
	font-family: 'district',Arial,sans-serif;
	color: #494949;
}
h5 a {
	color: #3baaea;
	text-decoration: none;
}
h6 {
	margin-bottom: 30px;
	font-size: 1.8em;
	font-weight: 400;
	font-family: 'cartogothic',Arial,sans-serif;
	color: #494949;
}

p {
	margin: 0 auto 30px auto;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 100;
	font-family: Helvetica,sans-serif;	
	color: #494949;
}
p a {color: #3baaea; text-decoration: none;}
p a:hover {text-decoration:underline;}
p.caption {font-size: 0.9em;}

.blockquote {margin-left: 50px; font-style: italic;}

ul.bullet-list {
	list-style:disc;
	list-style-position: outside;
	margin: 0 0 40px 20px;
}
ul.bullet-list li {
		margin-bottom: 10px;
		font-family: Helvetica,sans-serif;
		font-size: 1.2em;
		font-weight: 100;
		color: #464646;
}
ul.bullet-list.numbered-list {
	list-style: none;
	margin: 0 0 40px 0px;
}
ul.numbered-list img {width: 24px; vertical-align: sub; margin-right: 14px;}

img.kp-logo {width: 150px;}

nav {
	width: 100%;
	display: flex;
	position: fixed;
	padding: 15px 8.3%;
	box-sizing: border-box;
	z-index: 999;
	vertical-align: middle;
}
nav ul {display: table; margin-left: auto; align-self: center;}
nav ul li {display: inline-flex; position: relative; padding: 0px 20px;}
nav ul li a {font: normal normal 1.1em 'cartogothic',Arial,sans-serif; color: #494949; text-decoration: none; line-height: 45px;}
nav ul li a.active {text-decoration: underline; color:#bf2e2e;}
nav ul li a:hover {text-decoration: underline;}

.mod-darkbg-nav li a {color: #fff;}

.nav-active {background: #fff; border-bottom: 1px solid #CCC;}
.nav-ul-li-a-active {color: #494949;}

nav ul li.sub ul {
	display: none; position: absolute; top: 36px; background: #fff; border: 1px solid #bbb; width: 230px;
	text-align:left; left: 0px; padding: 10px 0 0 20px; margin-left: 20px;}
nav ul li.sub:hover ul {display: block;}
nav ul li.sub ul li {margin: 0px; padding: 0px; display: block;}
nav ul li.sub ul li a {float: left; width: 100%; font-size: 1em; color: #464646; margin: 10px 0; line-height: 1.15em;}

#mobile-nav { display: none;}
.mobile-show {display: none;}

/*iframe {display: none;}*/
.cd-faq-items.faq-list {padding: 0 40px;}
.alt {background: #f6f6f6;}

table {
	color: #494949;
	font: normal normal 1em 'district',Arial,sans-serif;
	line-height: 2em;
	border-collapse: collapse;
}
table td {border-left: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; padding: 8px;}
table td:first-child {border-left: none;}
table tr:last-child td {border-bottom: none;}




/* --------------------------------------------------------------------
	Content
----------------------------------------------------------------------- */

.header {
	padding: 180px 8.3% 80px 8.3%;
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box;
}
	.mod-homepage-header {
		background-image: url('../images/bg-header2.jpg');
		background-color: #fefefe; background-size: cover;
		background-attachment: fixed;
		padding-bottom: 0;
		padding-top: 170px;
	}
		.mod-homepage-header .col {margin-bottom: 0;}
		.mod-homepage-header img {vertical-align: bottom;}
		.center.mod-pricing-header {
			padding-bottom: 150px;
		}
	.logo {width: 60%;}
	#terms .header {background: none;}
	
	.mod-tour-header {background-image: url('../images/bg-header-tour.jpg');}
	.mod-tour-header h1 {color: #fff;}
	.mod-tour-header p {color: #fff;}
	
	.mod-design-header {background-image: url('../images/bg-header-design.jpg');}
	.mod-design-header h1 {color: #fff;}
	.mod-design-header p {color: #fff;}
	
	.center.mod-no-header {background-image: none; background-color: #fff; padding-top: 180px;}
		.header.mod-no-header h1 {text-align: center;}
	.center-bg.mod-rebranding-center-bg {background-image: none; background-color: #fff;}
	
	img.rebranding-header {width: 50%;}
	
	.success-header {
		padding: 180px 8.3% 120px 8.3%;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}
	.success-header p {
		color: #fff;
	}
	.success-header h1 {
		color: #fff;
		margin: 80px auto;
	}
	
	.rohecom {
		background-image: url('../images/success/rohecom-bg.jpg');
		background-position: left 20%;
		background-color: #37008c;
	}
	.rosphoto {
		background-image: url('../images/success/rosphoto-bg.jpg');
		background-position: right bottom;
	}
	.toulouse {
		background-image: url('../images/success/toulouse-bg.jpg');
		background-position: center;
	}
	.bb {
		background-image: url('../images/success/bb-bg.jpg');
		background-position: center bottom;
		background-size: 60%;
		background-color: #f68b43;
	}
	.illinois {
		background-image: url('../images/success/illinois-bg.jpg');
		background-position: left center;
	}
	.in5 {
		background-image: url('../images/success/in5-bg.jpg');
		background-position: center;
	}
	.miami {
		background-image: url('../images/success/miami-bg.jpg');
		background-position: center;
	}
	

.success-video {
	margin: 0 auto;
	width: 40%;
}	

.center {
	text-align: center;
}
.center.content {
	padding: 80px 0;
}
	.center.ratings {padding: 60px 8.3%;}

.center-bg {
	background-image: url('../images/bg-colors.jpg');
	padding: 90px 8.3% 80px 8.3%;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
}
	.mod-homepage-customers {background-image: url('../images/customer-bg.jpg'); padding: 200px 8.3% 200px 8.3%;}
	.center-bg.kiosks-bg {background: url('../images/bg-ipadkiosks.jpg'); background-attachment: fixed; padding: 150px 8.3% 150px 8.3%;}
	.world-bg {background-image: url('../images/bg-world.jpg'); padding: 160px 8.3% 160px 8.3%;}
	.custom-bg {background-image: url('../images/bg-custom.jpg'); background-attachment: fixed; padding: 160px 8.3% 160px 8.3%;}
	.white-text p {color: #fff;}


.success-intro {
	padding: 120px 14% 0;
	box-sizing: border-box;
	text-align: left;
}
.success-intro .col {
	padding: 0 2.8%; box-sizing: border-box;
}
.success-intro strong p {
	margin-bottom: 10px;
    font-size: 1.3em;
	font-weight: inherit;
}
.success-intro .col img {
	display: block;
	margin: 0 auto;
}

.company {
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}
.company img {
	margin: 0 0 40px 0;
}
.company p {
	font-size: 1em; margin-bottom: 20px;
}
.success-diagonal-start {
	background: rgb(255,255,255);
	background: linear-gradient(354deg, rgba(255,255,255,1) 80%, rgba(246,246,246,1) 80%);
	padding: 0 0 0 0;
}
.three-col.success-diagonal-end {
	background: rgb(255,255,255);
	background: linear-gradient(354deg, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 50%);
	padding: 100px 0 0 0;
}

.success-diagonal-start .section.group {
	padding-top: 200px;
}

.two-col.mod-success {
	padding: 140px 14% 100px;
}

.success-button {
	background-color: #fff;
    padding: 0 30px 10px;
    box-sizing: border-box;
	
}
.three-col .success-button img {
	margin: 0;
    display: block;
}
.three-col .success-button p {
	text-align: left;
}




.features-box {
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	width: 68%;
	margin: 0px auto;
	background-color: #038fe2;
	padding: 80px 4%;
	box-sizing: border-box;
}
.features-box h2 {
	color: #fff;
}
.features-box h4 {
	color: #fff;
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
.features-box p {
	color: #fff; font-size: 1.05em;
}
.features-box .col {
	padding: 0 20px; box-sizing: border-box;
}
.features-box img {
	width: 30%;
}




.two-col {
	padding: 120px 8.3% 90px 8.3%;
	box-sizing: border-box;
	text-align: left;
}
.two-col .col {
	padding: 0 40px;
	box-sizing: border-box;
}
	.two-col .col.no-padding {
		padding: 0;
	}
	.mod-homepage-usecase .col {padding: 0 20px;}
	.mod-homepage-usecase .col div {
		display: block;
		position: relative;
		margin-bottom: 15px;
		padding: 25px 20px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.mod-homepage-usecase h4 {margin: 0;}
	.mod-homepage-usecase.rebranding .col div {
		padding: 20px 20px;
	}

	.mod-tower .col {margin-bottom: 0px;}
	.mod-tower img {display: block; margin: 0 auto; vertical-align: bottom;}
	.mod-kiosks-sa img {display: block; margin: 0 auto;}
	.mod-rebranding-center {
		text-align: center;
	}
	#press .two-col {text-align: left;}
	.mod-background {
		background-image: url('../images/bg-colors.jpg');
		background-size: cover;
		background-attachment: fixed;
	}
	
.three-col {
	padding: 80px 8.3%;
	box-sizing: border-box;
	text-align: center;
}
	.three-col p {text-align: center;}
	.three-col ul {text-align: center; list-style: inside; margin: 0 0 60px 20px;}
	.three-col ul li {font: normal normal 1em 'cartogothic',Arial,sans-serif; line-height: 32px; color: #464646;}
	.three-col img {margin-bottom: 30px;}
	.mod-rebranding-three-col p {width: 60%;}
	.mod-rebranding-three-col .col p {width: 100%;}
	.mod-contact-three-col p, .mod-contact-three-col h4 {text-align: left;}
	
.four-col {
	text-align: center;
	padding: 100px 8.3% 70px 8.3%;
}
	.four-col .section {padding: 0 40px; box-sizing: border-box;}
	.four-col ul {text-align: left; list-style: outside; margin: 0 0 10px 20px;}
	.four-col ul li {padding-bottom: 15px; font: normal normal 1em 'cartogothic',Arial,sans-serif; color: #464646;}
	.four-col img {width: 90%;}
	.mod-getstart-four-col img {
		width: 80%;
		margin-bottom: 20px;
	}
	.mod-pricing-four-col .section.group {
		margin-top: -200px;
		padding-top: 0;
	}
	
img.all-icons {max-width: 100%;}

/* App ratings on homepage */
.owl-carousel h3 {
	width: 60%;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 42px;
}
.owl-carousel .owl-item img.stars {width: 20%; margin: 0 auto 20px auto;}



/* --------------------------------------------------------------------
			Feature Lists
----------------------------------------------------------------------- */

.list {background: #fff; padding: 50px 8.3% 70px 8.3%; box-sizing: border-box; display: block; text-align: center;}
.list .category {background: #787878; padding: 0 14px; box-sizing: border-box;}
.list .category .span_3_of_8 {font: normal normal 1.4em 'cartogothic-b',Arial,sans-serif; text-align: left; padding-left: 20px; box-sizing: border-box; color:#fff;}
.list .category .span_2_of_8, .list .category .span_1_of_8 {font: normal normal 1.4em 'cartogothic',Arial,sans-serif; color: #fff;}
.list .left {text-align: left; padding: 0 0 0 30px; box-sizing: border-box;}
.list .row {background: #fbfbfb; border-top: 1px solid #e8e8e8; padding: 10px 0;}
.list .row .span_3_of_8 {font: normal normal 1em 'cartogothic',Arial,sans-serif; color: #444;}
.row:hover {background: #fefefe;}
.list #accordion {margin-top: 0px;}
.list #accordion h2 {font: normal normal 0.9em 'cartogothic',Arial,sans-serif; margin: 0px; padding: 0px;}
.list.alt {background: #f6f6f6;}
.list.alt .row {background: #fff;}
.list.alt .row:hover {background: #fdfdfd;}

.lite-dot {border-radius: 50%; width: 20px; height: 20px; background: #5ad3f6; margin: 0 auto;}
.pro-dot {border-radius: 50%; width: 20px; height: 20px; background: #bf2e2e; margin: 0 auto;}
.plus-dot {border-radius: 50%; width: 20px; height: 20px; background: #91d33c; margin: 0 auto;}
.ent-dot {border-radius: 50%; width: 20px; height: 20px; background: #ed8718; margin: 0 auto;}

/* Mini Feature List on Pricing Page */
.boldendline { color: #464646; font-weight:bold;}
.greysubtext {font: normal normal 0.65em 'cartogothic',Arial,sans-serif; font-weight: normal; color: #7c7c7c;}

/* Remote Management Server List */
.mod-rms-list .category {border-bottom: 1px solid #999; width: 70%; margin: 0 auto; text-align:left; font: normal normal 1.4em 'cartogothic-b',Arial,sans-serif; color:#fff;}
.mod-rms-list .category:hover {background: #868686;}
.mod-rms-list .row {width: 70%; margin: 0 auto; text-align:left; font: normal normal 1em 'cartogothic',Arial,sans-serif; color: #444; text-align: left; padding: 10px 30px; box-sizing: border-box;}


/* JavaScript API List */
#api .list .left {padding: 15px 0 15px 30px;}
.helper {display: inline-block; height: 100%;}

.pro-span {color: #bf2e2e;}
.plus-span {color: #91d33c;}


/* The endless jungle of My Kiosk Pro styles HAS BEEN TAMED */
.mykp-thumbs .col {padding: 0;}
.mykp-thumbs .col div {width: 100%; height: 0; padding-bottom: 70.59%; background-size: 200%; cursor: pointer;}
.mykp-thumbs .col div:hover {background-position: 100% 0px;}
#mwc1 {background-image: url('../images/mykioskpro-mwc-thumb.png');}
#mwc2 {background-image: url('../images/mykioskpro-mwc2-thumb.png');}
#mwc3 {background-image: url('../images/mykioskpro-mwc3-thumb.png');}
#mwc4 {background-image: url('../images/mykioskpro-mwc4-thumb.png');}

#oceans1 {background-image: url('../images/mykioskpro-oceans-thumb.png');}
#oceans2 {background-image: url('../images/mykioskpro-oceans2-thumb.png');}
#oceans3 {background-image: url('../images/mykioskpro-oceans3-thumb.png');}
#oceans4 {background-image: url('../images/mykioskpro-oceans4-thumb.png');}

#film1 {background-image: url('../images/mykioskpro-film-thumb.png');}
#film2 {background-image: url('../images/mykioskpro-film2-thumb.png');}
#film3 {background-image: url('../images/mykioskpro-film3-thumb.png');}
#film4 {background-image: url('../images/mykioskpro-film4-thumb.png');}

#arch1 {background-image: url('../images/mykioskpro-arch-thumb.png');}
#arch2 {background-image: url('../images/mykioskpro-arch2-thumb.png');}
#arch3 {background-image: url('../images/mykioskpro-arch3-thumb.png');}
#arch4 {background-image: url('../images/mykioskpro-arch4-thumb.png');}

#rosie1 {background-image: url('../images/mykioskpro-rosie-thumb.png');}
#rosie2 {background-image: url('../images/mykioskpro-rosie2-thumb.png');}
#rosie3 {background-image: url('../images/mykioskpro-rosie3-thumb.png');}
#rosie4 {background-image: url('../images/mykioskpro-rosie4-thumb.png');}

video {width: 100%;}

.useCaseActive {
	background: #f6f6f6;
	border-radius: 8px;
}
.alt .useCaseActive {background: #fff;}
.useCaseActive h4 {color: #007aff;}
.useCaseItem:hover h4 {color: #007aff;}



/* Contact Us forms */
.radio-buttons input[type="radio"] {display: none;}

.radio-buttons label, button {
	display: inline-block;
	width: auto;
	background-color: #ababab;
	border-radius: 8px;
	padding: 10px 12px;
	box-sizing: border-box;
	font: normal normal 1em 'novecento-b',Arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: none;
}
button {
	background-color: #007aff;
	font-size: 1.2em;
}
button:hover {background-color: #3a98ff;}

.radio-buttons label:hover {
	background-color: #007aff;
}
.radio-buttons input[type="radio"]:checked+label {
	background-color: #007aff;
}
.contact-form span {color: #f00;}

label {
	font: normal normal 1.3em Helvetica,sans-serif;
	line-height: 1.7em;
	color: #494949;
	width: 120px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}
form {margin-top: 40px;}
form span {color: #f00;}

input, textarea {
	border: none;
	width: 50%;
	padding: 6px 8px;
	font: normal normal 1.3em Helvetica,sans-serif;
	line-height: 1.7em;
	color: #494949;
}

.g-recaptcha {
	margin: 20px 0 0;
}

#sales {display: none;}
#support {display: none;}


.nobottompadding {padding-bottom: 0px;}
.smallbottompadding {padding-bottom: 60px;}
.toppadding {padding-top: 60px;}
.notoppadding {padding-top: 0px;}



/* --------------------------------------------------------------------
	Typography
----------------------------------------------------------------------- */

.center p {width: 60%;}
.center-bg p {width: 60%;}

.cd-faq-content a {color: #3baaea;}
.cd-faq-content a:hover {text-decoration:underline;}

.mod-homepage-header h1 {margin: 0 0 40px 0; color: #fff; text-align: left;}
.mod-homepage-header h5 {
	font-size: 1.6em;
	text-align: left;
	color: #fff;
}
.mod-homepage-usecase h4 {text-align: left; display: block;}
.mod-homepage-usecase p {margin: 0; display: block; width: 100%;}
.mod-homepage-customers h2 {font: normal normal 3.4em 'cartogothic',Arial,sans-serif; color: #fff;}

.mod-tour-header h1 {text-align: left;}
.mod-tour-two-col {padding: 60px 8.3% 20px 8.3%;}
.mod-tour-two-col img,.mod-tour-two-col video {
	margin: -350px auto 0 auto;
	display: block;
	max-width: 90%;
}
.mod-tour-two-col .col {
	padding: 0;
}
span.grey {color: #9d9d9d;}

.center-bg.kiosks-bg h2 {color: #fff;}
.center-bg.kiosks-bg p {color: #fff;}

.header.success h5 {color: #494949;}

#rebranding .two-col h2,
#terms h4,
#mykioskpro .center-bg p,
	{text-align: left;}

.lite-text {color: #5ad3f6;}
.basic-text {color: #bf2e2e;}
.plus-text {color: #91d33c;}
.ent-text {color: #ed8118;}



/* --------------------------------------------------------------------
	Buttons
----------------------------------------------------------------------- */

.buy-button {
	margin: 0px 0 20px 0;
}
.four-col .download img {
	width: 175px;
}

a.button{
	font: normal normal 1.1em 'novecento-b',Arial,sans-serif;
	color: #fff;
	display: inline-block;
	background-color: #007aff; /*1ABA37*/
	border-radius: 8px;
	padding: 12px 14px;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	background-color: #3a98ff;
	color: #fff;
}

.center a.button,
.center-bg a.button
{margin: 0 10px;}

.list a.button {
	width: 50%;
	margin: 8px auto 0 auto;
	font: normal normal 1em 'novecento-b',Arial,sans-serif;
	padding: 8px 0px;
	box-sizing: content-box;
}

a.lite {background: #5ad3f6; color: #fff;}
a.lite:hover {background: #71dbfa;}
a.pro {background: #bf2e2e; color: #fff;}
a.pro:hover {background: #d03333;}
a.plus {background: #91d33c; color: #fff;}
a.plus:hover {background: #a8e856;}
a.enterprise {background: #ed8718; color: #fff;}
a.enterprise:hover {background: #fb9c35;}

#pricing .three-col a.button {width: 70%;}
.mod-pricing-four-col a.button {width: 90%;}
.white a.button {color: #fff; border: 3px solid #fff;}
.white a.button:hover {border: 3px solid #007aff;}
.white {color: #fff;}

.mod-three-buttons {margin: 0 20px 0 0;}



/* --------------------------------------------------------------------
	Global Footer
----------------------------------------------------------------------- */

.footer {
	background: #3d3d3d;
	width: 100%;
	padding: 40px 0 40px 90px;
	box-sizing: border-box;
}
.footer ul {text-align: left; margin: 0 auto 0 auto;}
.footer ul li:first-child {font: normal normal 1.1em 'novecento',Arial,sans-serif; color: #fff; line-height: 2.4em;}
.footer ul li {line-height: 2em;}
.footer ul li a {font: normal normal 1em 'cartogothic',Arial,sans-serif; color: #d3d3d3; text-decoration: none;}
.footer ul li a:hover {text-decoration: underline;}
.footer img {}
.footer .section {padding: 0px 120px;}



/* --------------------------------------------------------------------
	Grid for Columns - http://www.responsivegridsystem.com
----------------------------------------------------------------------- */

/*  SECTIONS  */
.section {clear: both; margin: 0px;}

/*  COLUMN SETUP  */
.col {display: block; float:left; margin: 1% 0 1% 4%;}
.col:first-child {margin-left: 0;}
.col img {max-width: 100%; height: auto;}
.col img.icon {margin: 0 0 20px 0; max-width: 22%;}
	#homepage .icon {margin: 40px 10px 0 0; max-width: 8%;}

/*  GROUPING  */
.group:before,
.group:after {content:""; display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 */}

/*  GRIDS  */
.span_1_of_2 {width: 48%;}
	.span_2_of_2 {width: 90%;}
.span_1_of_3 {width: 30.66%;}
	.span_2_of_3 { width: 65.33%; }
	.span_3_of_3 { width: 90%; }
.span_1_of_4 {width: 22%;}
	.span_2_of_4 {width: 48%;}
	.span_3_of_4 {width: 74%;}
	.span_4_of_4 {width: 90%;}
.span_1_of_8 {width: 9%;}
	.span_2_of_8 {width: 22%;}
	.span_3_of_8 {width: 35%;}
	.span_5_of_8 {width: 61%;}



/* --------------------------------------------------------------------
	Accordions
----------------------------------------------------------------------- */

.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -10px;
}
.ui-icon {width: 20px; height: 20px;}
.ui-state-default .ui-icon {background-image: url("../images/plus.png");}
.ui-state-active .ui-icon {background-image: url("../images/minus.png");}



/* --------------------------------------------------------------------
	Device sizes
----------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	h1 {font-size: 2.8em; margin-bottom: 10px;}
	h2 { font-size: 1.4em; margin-bottom: 20px;}
	h3 {font-size: 1.4em; margin-bottom: 30px;}
	h4 {font-size: 1.2em; margin-bottom: 6px;}
	p {font-size: 1.1em; margin-bottom: 20px;}
	
	.mod-homepage-header {padding: 160px 8.3% 0px 8.3%;}
	.mod-homepage-customers {padding: 150px 8.3%; background-size: 100%;}
	.mod-homepage-usecase .col div {
		display: block;
		position: relative;
		margin-bottom: 10px;
		padding: 20px 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	a.button{
		font-size: 1em;
		border-radius: 8px;
		padding: 12px 14px;
	}
}


@media only screen and (max-width: 1024px) {
	h1 {font-size: 2.6em;}
	h3 {font-size: 1.2em;}
	
	.list {padding-top: 0;}
	.header {background-size: 1024px; padding: 120px 8.3% 0px 8.3%;}
		
	.buy-button {width: 125px}
	
	.two-col {padding: 90px 8.3% 40px 8.3%} 
	.two-col .col {padding: 0 20px;}
	.mod-tour-three-col {padding: 0 8.3% 40px 8.3%;}
	.four-col {padding: 60px 2% 40px 2%;}
	
	.mod-pricing-four-col {margin: 0;}
	
	.list a.button {font: normal normal 1em 'novecento-b',Arial,sans-serif;}
	
	.footer {padding: 40px 0 0px 0;}
	.footer ul {text-align: left; margin: 0 0 0 40px; display: inline-table;}
	.footer ul li {line-height: 1.4em;}
	.footer img {margin-top:20px;}
	.footer .section {padding: 0px 0px;}
	
	
	#ipadkiosks.center-bg.kiosks-bg {background: url('../images/bg-ipadkiosks.jpg');}
	.four-col .section {padding: 0 20px; box-sizing: border-box;}
	.smallbottompadding {padding-bottom: 40px;}
	.toppadding {padding-top: 40px;}
	.col img.icon {max-width: 30%;}
}


@media only screen and (max-width: 850px) {
	h1 {font-size: 2em;}
	.mod-homepage-header {padding: 100px 8.3% 0px 8.3%;}
}


@media only screen and (max-width: 768px) {	
	h1 {font-size: 3.2em; margin-bottom: 40px;}
	h2 {font-size: 1.8em;}
		.col.span_1_of_2:last-child h2 {margin-top: 40px;}
	h3 {font-size: 1.6em;}
	p {font-size: 1.4em;}
	
	.header {padding: 60px 8.3% 60px 8.3%;}
	.header h1 {text-align: center;}
	.header h5 {text-align: center;}
	.header p {text-align: center;}
		.header.nobottompadding {padding: 60px 8.3% 0 8.3%;}
	
	.center.mod-no-header {padding-top: 80px;}
	
	.mod-homepage-header {padding: 50px 8.3% 0px 8.3%;}
	.mod-homepage-header h5 {text-align: center;}

	.mod-tour-two-col img {margin-top: 0;}
		
	.mod-plus img {width: 40%; margin: 0 auto; display: block;}
	.mod-enterprise img {width: 40%; margin: 0 auto; display: block;}
	.two-col.mod-tower {padding-bottom: 0;}
	
	nav ul li a {font-size: 0.7em;}
	
	.two-col {padding-bottom: 40px;}
	.center-bg p {width: 100%;}
	.center p {width: 100%;}

	.three-col p {width: 80%;}
		.mod-tour-three-col {padding: 0px 8.3% 40px 8.3%;}
		.mod-success-three-col {padding: 0 8.3%;}
		.mod-rebranding-three-col p {width: 100%;}
		
	.four-col .section {padding: 0;}
	.four-col ul {text-align: center; margin: 0 0 30px 0;}
	.four-col a.button {width: 60%;}
		.mod-getstart-four-col img {width: 30%;}
		.mod-getstart-four-col p {width: 60%;}
		.mod-pricing-four-col {padding: 0;}
		.mod-pricing-four-col p {width: 70%;}
		.mod-pricing-four-col img {width: 30%; margin: 60px 0 20px 0;}
	
	.list {padding: 20px 0 60px 0;}
	
	
	.center.ratings {padding: 40px 8.3%;}
	.owl-carousel .owl-item img.stars {width: 50%;}
	.owl-carousel h3 {font-size: 1.4em; width: 100%; margin-bottom: 20px;}
	
	.mod-homepage-usecase .col div {
		margin: 16px auto;
    	padding: 10px 0;
		width: 80%;
	}
	.mod-homepage-customers h2 {font-size: 1.9em}
	.mod-homepage-usecase p { display: none;}
	.useCaseItem {border: 2px solid #494949; border-radius: 8px;}
	.useCaseActive {border: 2px solid #007aff; background: #007aff;}
	.useCaseActive h4 {color: #fff;}
		.alt .useCaseActive {background: #007aff;}
	.mod-homepage-usecase h4 {text-align: center; font-size: 1.5em;}
	
	a.lite {margin-bottom: 40px;}
	a.pro {margin-bottom: 40px;}
	a.plus {margin-bottom: 40px;}
	
	.mobile-hide {display: none;}
	.mobile-show {display: block;}
	
	video.mobile-hide {display: none;}
	img.mobile-show {display: block;}
	
	#mobile-nav {display: block; width: 100%; background: #fff; position: fixed; bottom: 0px; z-index: 9999; border-top: 1px solid #cdcdcd;}
	#mobile-nav ul { text-align: center; display: table; width: 100%;}
	#mobile-nav li {display: inline;}
	#mobile-nav img {max-width: 19%; height: auto;}
	#nav1 {display: block;}
	#nav2 {display: none;}
	
	#mobile-nav ul li {
		display: table-cell;
    	line-height: 50px;
    	padding: 0 1.5%;
    	box-sizing: border-box;
		border-right: 1px solid #cfcfcf;
	}
	#mobile-nav ul li a {
		text-decoration: none;
    	color: #007aff;
    	font: normal normal 1em 'cartogothic',Arial,sans-serif;
	}
	#mobile-nav ul li:last-child {
		border-right: 0px solid #cfcfcf;
	}	
	
	img.rebranding-header {width: 100%;}
	
	
	
	.footer {padding: 40px 0 140px 0;}
	.social {float: right; margin: 0 40px;}
	
	.col {margin: 1% 0 1% 0%;}
	.col img.icon {max-width: 20%; margin-bottom: 8px;}
	.list .col {margin: 1% 0 1% 3%;}
	.span_1_of_2 {width: 100%;}
	.span_1_of_3 {width: 100%; padding-bottom: 40px;}
	.span_1_of_4 {width: 100%;}
}


/* Smartphones portrait */
@media only screen and (max-device-width : 480px){
	h1 {font-size: 2em; margin-bottom: 40px;}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.6em; margin: 0 0 20px 0;}
	h5 {font-size: 1.3em;}
	
	#terms a.button {margin-bottom: 20px;}
	
		#contact .center {padding: 80px 8.3% 50px 8.3%;}
		.two-col .col {padding: 0px;}
		.four-col ul {margin-bottom: 20px;}
		.four-col .span_1_of_4 img:first-child {margin-top: 40px;}
	
	.list {padding: 0px 0 80px 0;}
	.list .category {padding: 5px 25px;}
	.list .category .span_2_of_8, .list .category .span_1_of_8 {font-size: 1.2em;}
	.list a.button {width: auto; padding: 8px;}
	.list .category {width: 100%;}
	.list .row {width: 100%;}
	
	.footer {padding: 40px 0 100px 0;}
	.footer ul {text-align: left; margin: 0 0 0 40px; display: inline-table;}
	.footer ul li {line-height: 1.4em;}
	.footer img {margin-top: 20px;}
	.footer .section {padding: 0px 0px;}
	.social {float: right; margin-right: 20px;}

}