/* ORIGINAL RULES FROM P2H */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
    margin: 20px 0 10px 0;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
    line-height: 26px;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
/*
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #fff;
	padding: .4em .7em;
*/
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#primary-nav-new {
	padding: 13px 0 0;
	overflow: hidden;
}

#primary-nav-new .nav-bar {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
}

.nav-active #primary-nav-new .nav-bar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#primary-nav-new .nav-bar li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 24px;
}

#primary-nav-new .nav-bar li a {
	color: #fff;
	text-decoration: none;
}

#primary-nav-new .nav-bar li a:hover {
	opacity: .7;
}

.nav-opener {
	width: 24px;
	height: 24px;
	float: right;
	position: relative;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	width: 100%;
	height: 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span {
	top: 50%;
	margin: -2px 0 0;
}

.nav-active .nav-opener span {
	display: none;
}

.menu-opener {
	width: 100%;
	height: 100%;
	border-top: 2px solid #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -12px;
}

.nav-active .menu-opener {
	border: none;
}

#navigation {
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	position: absolute;
	padding: 17px 0 12px;
	background: #f95637;
}

#navigation.fixed-header {
	-webkit-animation-name: fixedHeader;
	animation-name: fixedHeader;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: top .1s ease 0s, background .1s ease 0s, padding .1s ease 0s;
	transition: top .1s ease 0s, background .1s ease 0s, padding .1s ease 0s;
}

#navigation .logo {
	float: left;
	width: 176px;
	margin: 1em 0 0 5px;
}

#navigation .logo a {
	display: block;
}

#navigation .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.resize-active * {
	transition: none !important;
	-webkit-transition: none !important;
}

a {
	-webkit-transition: background .3s linear, color .3s linear, opacity .3s linear;
	transition: background .3s linear, color .3s linear, opacity .3s linear;
}

#page-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 76px;
}

.container {
	max-width: 1155px;
	margin: 0 auto;
	padding: 0 15px;
}

.container:after {
	content: " ";
	display: block;
	clear: both;
}

.hidden-xs li img {
	height: 50px;
}

.visible-xs li {
	margin: 0 5px !important;
}

.visible-xs li img {
	height: 50px;
    width: auto;
}

h1 {
	margin: 0 0 9px;
	color: #4a4a4a;
	font-size: 32px;
	line-height: 35px;
}

.header {
	overflow: hidden;
	color: #4a4a4a;
	max-width: 700px;
	margin: 0 auto 66px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}

.header p {
	margin: 0 0 31px;
}

.header p a {
	color: #4a4a4a;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid #f95637;
}

.header p a:hover {
	color: #f95637;
	text-decoration: none;
}

.visual {
	overflow: hidden;
	position: relative;
	padding: 59px 0 0;
	min-height: 600px;
}

.visual .btn-holder {
	overflow: hidden;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px 11px;
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border: none;
	font-weight: 400;
	position: relative;
	border-radius: 30px;
	text-decoration: none;
	background-color: #f04524;
}

.btn:hover {
	background: #b03d27;
}

#playIntroVideo {
	margin: 0;
	padding: 9px 18px 11px 49px;
	background-color: rgba(240, 69, 36, .62) !important;
}

#playIntroVideo:hover {
	background: #b03d27 !important;
}

.btn .icon-play {
	width: 38px;
	height: 38px;
	top: 0;
	left: 0;
	border-radius: 100%;
	position: absolute;
	background: #f04524;
	text-decoration: none;
}

.btn .icon-play:after {
	top: 50%;
	left: 50%;
	content: "";
	margin: -6px 0 0 -5px;
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
}

.images-block {
	position: relative;
}

.images-block:after {
	content: " ";
	display: block;
	clear: both;
}

.images-block .img-holder {
	width: 369px;
	margin: 0 auto;
	overflow: hidden;
}

.images-block .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.images-block .left-img {
	top: -72px;
	left: 23px;
	position: absolute;
}

.images-block .left-img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.images-block .right-img {
	right: -17px;
	top: -62px;
	position: absolute;
}

#main {
	overflow: hidden;
}

.area {
	overflow: hidden;
}

.area.mb {
	margin-bottom: 39px;
}

.info-holder {
	overflow: hidden;
	padding: 84px 0 44px;
	background: #f7f7f7;
}

.info-holder .header {
	margin: 0 auto 42px;
}

.info-holder h1 {
	margin: 0 0 13px;
}

.info-holder .gif-holder {
	overflow: hidden;
	margin: 0 0 64px;
	text-align: center;
}

.info-holder .gif-holder img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

.info-holder .logos-holder {
	overflow: hidden;
	padding: 0 0 0 57px;
}

.info-holder h2 {
	margin: 0 0 4px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.info-holder .logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 -38px;
	font-size: 0;
	line-height: 0;
}

.info-holder .logo-list li {
	display: inline-block;
	vertical-align: middle;
	width: 16.7%;
	padding: 0 38px; /*@include media('<desktop') {
				margin: 0 0 25px;
			}*/ /*@include media('<tablet') {
				padding: 8px;
				width: 16%;
				margin: 0 5px 15px 0;

				&:last-child {
					width: 8%;
					margin: 0 0 15px;
				}
			}*/ /*@include media("<480px") {
				width: 30%;
				padding:5px;
				margin: 0 0 10px;
			
				&:last-child {
					width: 20%;
				}
			}*/
}

.info-holder .logo-list li:last-child {
	width: 11%;
}

.info-holder .logo-list a {
	display: block;
	text-decoration: none;
}

.info-holder .logo-list a:hover {
	opacity: .7;
}

.info-holder .logo-list img {
	display: block;
	max-width: 100%;
	height: auto;
}

.app-holder {
	padding: 100px 0 106px;
	overflow: hidden;
	background: #fef7f6;
}

.app-holder .header {
	margin: 0 auto 28px;
}

.app-holder .img-holder {
	overflow: hidden;
	margin: 0 0 70px;
	text-align: center;
}

.app-holder .img-holder img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

.btn-apps {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.btn-apps li {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
}

.btn-apps a {
	display: block;
	text-decoration: none;
}

.btn-apps img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-holder {
	padding: 100px 0 80px;
	overflow: hidden;
	background: #fff;
}

.three-column {
	font-size: 0;
	line-height: 0;
	margin: 0 -35px;
	padding: 0 80px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.three-column > * {
	font-size: 15px;
	line-height: 20px;
}

.three-column .column {
	display: inline-block;
	vertical-align: top;
	padding: 0 35px;
	width: 33.33%;
}

.three-column .img-hold {
	overflow: hidden;
	margin: 0 0 10px;
}

.three-column .img-hold img {
	display: block;
	max-width: 100%;
	height: auto;
}

.three-column blockquote {
	margin: 0;
	border: none;
}

.three-column q {
	display: block;
	quotes: none;
	margin: 0;
}

.three-column cite {
	display: block;
}

.three-column cite strong {
	display: block;
	margin: 0;
	font-style: normal;
}

.three-column cite span {
	display: block;
	color: #4a4a4a;
	font-weight: 300;
}

.feature-holder {
	padding: 74px 0 81px;
	overflow: hidden;
	background: #f5fbf8;
}

.feature-holder .header {
	margin: 0 auto 43px;
}

.feature-holder .feature-box {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	min-height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feature-holder .feature-box .main_img_box {
	margin-left: -26px;
}

.feature-holder .feature-box img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

.feature-holder .icon {
	width: 87px;
	height: 87px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	box-shadow: 0 2px 21px rgba(0, 0, 0, .12);
}

.feature-holder .icon.icon-video {
	top: 25px;
	left: 105px;
	background: #feaa9a;
}

.feature-holder .icon.icon-doodle {
	left: 34px;
	bottom: 88px;
	background: #8ebdc3;
}

.feature-holder .icon.icon-voice {
	top: 29px;
	right: 110px;
	background: #eed099;
}

.feature-holder .icon.icon-yo {
	top: 50%;
	margin: -83px 0 0;
	right: 0;
	background: #a8cbbd;
}

.feature-holder .icon.icon-picture {
	bottom: 48px;
	right: 66px;
	background: #b8dadf;
}

.feature-holder .wrap {
	display: inline-block;
	vertical-align: top;
}

.feature-holder .icon-img {
	display: block;
	margin: 0 0 2px;
	line-height: 0;
    text-align: center;
}

.feature-holder .icon-img img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: none;
	width: auto;
}

.feature-holder .text {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}

.web-holder {
	padding: 97px 0 88px;
	overflow: hidden;
	background: #f3fdff;
}

.web-holder .header {
	margin: 0 auto 42px;
}

.web-holder .img-holder {
	overflow: hidden;
	text-align: center;
}

.web-holder .img-holder img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

#footer {
	overflow: hidden;
	background: #4a4a4a !important;
}

#footer .footer-holder {
	padding: 73px 0 36px;
	max-width: 545px;
	margin: 0 auto;
	overflow: hidden;
	color: #878787;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}

#footer .footer-holder p {
	margin: 0;
}

#footer .footer-holder p a {
	color: #878787;
	text-decoration: none;
}

#footer .footer-holder p a:hover {
	color: #f95637;
}

.columnm-block {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0 -30px 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.columns-block .column {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.columns-block h5 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

@media (min-width: 480px) {
	.visible-xs {
		display: none;
	}
}

@media (min-width: 768px) {
	.nav-opener {
		display: none;
	}

	.feature-holder .feature-box {
		max-width: 768px;
		min-height: 270px;
	}

	.feature-holder .feature-box .main_img_box {
		width: 365px;
		margin-left: 0;
	}
}

@media (max-width: 1223px) {
	.images-block {
		left: 50%;
		display: block;
		width: 1125px;
		margin: 0 0 0 -562px;
	}

	.images-block .left-img {
		left: 0;
	}

	.info-holder .logos-holder {
		padding: 0;
	}

	.three-column {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.three-column {
		margin: 0 -15px;
	}

	.three-column .column {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	#primary-nav-new {
/*		top: 100%;  */
		left: 0;
		width: 100%;
		padding: 0;
		z-index: 99;
/*		position: absolute; */
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.nav-active #primary-nav-new {
		max-height: 4000px;
	}

	#primary-nav-new .nav-bar {
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #f95637;
		text-align: center;
		padding: 15px;
	}

	#primary-nav-new .nav-bar li {
		display: block;
		margin: 0 0 15px;
	}

	#primary-nav-new .nav-bar li:last-child {
		margin: 0;
	}

	.nav-opener {
		margin: 9px 5px 0 0;
	}

	#navigation {
		padding: 16px 0 12px;
	}

	#navigation .logo {
		width: 152px;
	}

	#page-wrapper {
		padding-top: 69px;
	}

	h1 {
		font-size: 27px;
		line-height: 37px;
	}

	.header {
		line-height: 22px;
		margin: 0 auto 40px;
		padding: 0 40px;
	}

	.header p {
		margin: 0 0 15px;
	}

	.header p br {
		display: none;
	}

	.visual {
		height: auto;
		min-height: inherit;
		padding: 34px 0 71px;
	}

	.visual .btn-apps li {
/*		width: 140px;   */
	}

	.images-block {
		width: 768px;
		margin: 0 0 0 -384px;
	}

	.images-block .img-holder {
		width: 239px;
	}

	.images-block .left-img {
		left: 68px;
		top: -48px;
		width: 190px;
	}

	.images-block .right-img {
		width: 200px;
		right: 52px;
		top: -15px;
	}

	.area.mb {
		margin-bottom: 26px;
	}

	.info-holder {
		padding: 84px 0 46px;
	}

	.info-holder .header {
		margin: 0 auto 80px;
	}

	.info-holder .gif-holder {
		margin: 0 0 110px;
	}

	.info-holder .logos-holder {
		text-align: center;
	}

	.info-holder h2 {
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 8px;
	}

	.info-holder .logo-list {
		margin: 0;
	}

	.info-holder .logo-list li {
		width: 60px;
		padding: 0;
		margin: 0 20px 10px 0;
	}

	.info-holder .logo-list li:last-child {
		width: 25px;
	}

	.app-holder {
		padding: 94px 0 80px;
	}

	.app-holder .container {
		padding: 0;
	}

	.app-holder .header {
		margin: 0 auto 106px;
	}

	.app-holder .img-holder img {
		position: relative;
		display: block;
		width: 725px;
		left: 50%;
		max-width: none;
		margin: 0 0 0 -364px;
	}

	.text-holder {
		padding: 57px 29px 3px;
	}

	.three-column {
		margin: 0;
		padding: 0 20px;
		display: block;
	}

	.three-column .column {
		padding: 0;
		width: 100%;
		margin: 0 0 34px;
	}

	.feature-holder {
		padding: 110px 0 95px;
	}

	.feature-holder .container {
		padding: 0 15px;
	}

	.feature-holder .header {
		margin: 0 auto 72px;
	}

	.feature-holder .icon {
		width: 59px;
		height: 59px;
	}

	.feature-holder .icon.icon-video {
		left: 12px;
	}

	.feature-holder .icon.icon-doodle {
		bottom: 65px;
		left: 19px;
	}

	.feature-holder .icon.icon-voice {
		right: 31px;
		top: 17px;
	}

	.feature-holder .icon.icon-yo {
		margin: -38px 0 0;
		right: 10px;
	}

	.feature-holder .icon.icon-picture {
		right: 39px;
		bottom: 16px;
	}

	.feature-holder .icon-img img {
		width: 22px;
	}

	.feature-holder .text {
		font-size: 8px;
		line-height: 10px;
	}

	.web-holder {
		padding: 107px 0 173px;
	}

	.web-holder .header {
		margin: 0 auto 51px;
	}

	.web-holder .img-holder {
		padding: 0 13px 0 42px;
	}

	#footer .footer-holder {
		padding: 28px 0;
		text-align: left;
		font-size: 14px;
		line-height: 16px;
	}

	.columns-block {
		margin: 0;
		display: block;
	}

	.columns-block .column {
		padding: 0;
		margin: 0 0 35px;
		display: block;
	}

	.columns-block h5 {
		font-size: 21px;
		line-height: 23px;
		margin: 0 0 19px;
	}

	.footer-nav {
		font-size: 17px;
		line-height: 20px;
	}
}

@media (max-width: 479px) {
	.hidden-xs {
		display: none;
	}

	.app-holder .img-holder {
		margin: 0;
	}
}

@media (max-width: 407px) {
	.header {
		padding: 0 10px;
	}

	.text-holder {
		padding: 57px 0 3px;
	}

	.feature-holder .feature-box {
		width: 100%;
	}

	#footer .footer-holder {
		padding: 28px 0 36px;
	}
}

@-webkit-keyframes fixedHeader {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fixedHeader {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}






/* CUSTOM DESIGN TWEAKS OVER P2H */

.modal-video {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-video-content {
    background-color: #000000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    min-height: 400px;
    color: #FFFFFF;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: -10px -4px 0 0;
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.container {
    
}
@media (min-width: 480px) {
.headerSubPages {
    text-align: left;
    max-width: 100%;
    margin: 0 auto 44px;
    background-image: url("/img/supertext/fl/faces.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}
}
@media (min-width: 480px) {
    .faqContent {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        column-gap: 80px;
        padding-bottom: 40px;
    }
    #introSection {
    min-height: 800px;
}
}

.faq {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.faqContent h5 {
    margin: 0 0 10px 0;
}
a {
    color: #f95637;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.center {
    text-align: center;
}
.smsgroup-holder {
	padding: 97px 0 88px;
	overflow: hidden;
	background: #fffef3;
}

.smsgroup-holder .header {
	margin: 0 auto 42px;
}

.smsgroup-holder .img-holder {
	overflow: hidden;
	text-align: center;
}

.smsgroup-holder .img-holder img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}


@media (max-width: 767px) {
	.smsgroup-holder {
		padding: 107px 0 173px;
	}

	.smsgroup-holder .header {
		margin: 0 auto 51px;
	}

	.smsgroup-holder .img-holder {
		padding: 0 13px 0 42px;
	}
    .notAvailableMobile {
    display: none !important;
}
}

.commands tr td {
    padding: 8px;
}
.commands code {
    background-color: aliceblue;
}
.footer-holder {
    max-width: 700px !important; 
}
.footer-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}
.footer-holder ul li {
	margin: 0 0 2px;
    text-align: left;
}

.footer-holder ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-holder ul li a:hover {
	color: #f95637;
}
.subFooter {
    padding: 20px 0;
}

body.android .hide-android,
body.desktop .hide-desktop,
body.iphone .hide-iphone,
body.mobile .hide-mobile,
body.tablet .hide-tablet {
    display: none!important
}

.show-android,
.show-desktop,
.show-iphone,
.show-mobile,
.show-tablet {
    display: none!important
}

body.android .show-android,
body.desktop .show-desktop,
body.iphone .show-iphone,
body.mobile .show-mobile,
body.tablet .show-tablet {
    display: inherit!important
}


input, select, textarea {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f7fa;
    border-bottom: .0725em solid #f5f7fa;
    border-right: .0725em solid #f5f7fa;
    border-top: .0725em solid #e0e4e9;
    border-left: .0725em solid #007aff;
    border-radius: 0;
    display: block;
    color: #33363b;
    font: inherit;
    font-size: 1em;
    line-height: 1.375em;
    margin: 0 0 .625em;
    outline: 0;
    padding: .8125em .9375em .6875em;
    vertical-align: top;
    width: 100%
}

input + label[for], label, label[for] {
    display: none;
}

input[type="submit"] {
    width: auto;
}


/* DESIGN COMPATIBILITY  */
@media (min-width: 718px) {
    #primary-nav-new {
        width: 78%;
    }
}
#navigation nav ul li a:not(.btn) {
/*
    border: #f95637 1px solid;
    border-radius: 10px;    
*/
    color: #ffd3cb;
    text-transform: uppercase;
}
#navigation nav ul li a:not(.btn):hover {
/*
    border: white 1px solid;
    border-radius: 10px;
*/
    background-color: #f95637;
    color: #fff;
}
#primary-nav-new .nav-bar li a:hover {
    opacity: 1;
}
section {
    max-width: inherit;
}
#footer h5 {
    border-bottom: none;
    text-align: left;
}
.footer-holder {
    float: none;
}
body #navigation.fixed + section {
    padding-top: 2em;
}
.btn {
    background-color: #f04524 !important;
}
.btn:hover {
    background-color: #b03d27 !important;
}

.self .content .bubble {
    background-color: #6caab3 !important;
    border-color: #6caab3 !important;
}

.message.app .bubble, .message.ip .bubble, .message.web .bubble {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

main > section > div {
    width:inherit;
    max-width: none;
}
main > section > div > div {
    width:inherit;
    max-width: none;
    float: none;
}
main > section {
    padding: 0;
}
#footer ul li {
    margin-bottom: 0;
}
#footer ul li a {
    font-weight: 300;
}
.panel.error {
    background-color: #fff;
    border-color: #f95637;
    color: #000;
    margin-bottom: 0;
}
p {
    font-size: 1em;
}