.cyan { color: #00bfbd; }
.cyan:hover { color: #00d4ce; }
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=button],input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 11.5pt;
	margin: 0 5px 0 0;
	border-radius: 5px;
	padding: 4pt 10pt 3pt;
}
input[type=text], input[type=password], textarea {font-family: Arial, Helvetica, Trebuchet MS; color: #556; margin: 0 0 10px 0;padding: 8px; font-size: 12pt; border: 1px solid #cdc; box-shadow: 1px 1px 2px 1px #eef inset;}
input[type=text]:focus, input[type=password]:focus, textarea:focus {margin: 0 0 10px 0;padding: 8px; font-size: 12pt; border: 1px solid #0dc; box-shadow: 1px 1px 2px 1px #eef inset;}
select {font-family: Arial, Helvetica, Trebuchet MS; color: #556; margin: 0 0 10px 0;padding: 8px; font-size: 12pt; border: 1px solid #cdc; box-shadow: 1px 1px 2px 1px #eef inset;}
textarea {resize: none;min-width:400px;min-height:60px;}
label {
	width: 280px;
	display: block;
	text-align: left;
	padding: 5px 5px 2px 2px;
	font-size: 9pt;
	font-weight: bold;
	color: #888;
	vertical-align: top;
	text-transform: uppercase;
}
.left-button {
	border-radius: 5px 0 0 5px !important;
	border-right: 0 !important;
}
.small-link {font-size: 11pt !important;font-weight:bold;margin: 0 0 10px 0 !important;}

.divLane {
	background: #00bfbd;
	border-radius: 4px;
	color: #fff;
	padding: 4px 0 4px 10px;
	margin: 5px 0;
	font-size: 11pt;
	font-weight: bold;
}
.middle-button {
	border-radius: 0 0 0 0 !important;
	border-right: 0 !important;
}
.right-button {
	border-radius: 0 5px 5px 0 !important;
	border-left: 2px !important;
}
.smaller-field {
	width: 50px;
}
.small-field {
	width: 80px;
}
.medium-field {
	width: 60%;
	max-width: 250px;
}
.big-field {
	width: 100%;
	max-width: 400px;
}

body {
	font-family: 'Raleway', Helvetica, sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,p {
	font-weight: 200;
	margin: 0;
	padding: 0;
}

.container {
	width: 1116px;
	margin: 0 auto;
	color: #555;
}

.container--width {
	width: 1372px;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
	font-size: 0;
}

/* ----- Header ----- */
.header { /*	max-width: 1300px; */
	min-height: 120px;
	max-height: 180px;
	padding-right: 0px;
	background-color: rgba(255,255,255, 1);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	/*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);*/
}

.header__left {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	margin-left: 0px;
	margin-top: 15px;
	cursor: pointer;
}

.header__left img {
	width: 75%;
	height: auto;
}

.header__right_mobile {
	display: none;
	float: right;
	font-size: 16pt;
	padding-right: 10px;
	line-height: 80px;
}

.header__right_mobile .fa {
	color: #1868A6;
}

.header__right {
	float: right;
	width: 650px; margin-top : 20px;
	text-align: right;
	margin-top: 20px;
}
.header__contact {
	background: #555;
	color: #ccc;
	padding: 8px 0;
}
.header__contact div {
	color: #ccc;
	font-size: 9.5pt;
	font-family: 'Montserrat', Helvetica, Arial;
}
.header__contact div span {
	font-size: 10.5pt;
	color: #fff;
}
.header__contact div i.fa {
	font-size: 12.5pt;
	color: #grey;
}
.header__contact div a.contact_phone {
	font-size: 11pt;
}
.header__contact div a.contact_phone:hover {
	color: #fff;
}
.header__contact div a {
	font-size: 10pt;
	letter-spacing: -0.2px;
	color: rgba(255,255,255,0.8);
}
.header__contact div a:hover {
	color: #fff;
}
.circle {
	background: rgba(255,255,255,0.3);
	color: #fff;
	border-radius: 20px;
	padding: 3px 4px 3px 5px;
}

.header__download {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #15aaac;
	font-size: 16px;
	font-weight: 800;
	margin-top: 9px;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s;
}

.header__download:hover {
	border-bottom: 1px solid #15aaac;
}

.header__download:active {
	border-bottom: 1px solid transparent;
	color: #15aaac;
}
.header__menu_mobile {
	display:none;
	background: #fff;
	clear:both;
	margin-top:80px;
}
.header__menu_mobile a {
	border-top: 1px solid #ddd;
	display: block;
	width: 100%;
	line-height: 50px;
	padding: 0 10px 0 30px;
	font-size: 16px;
	color: #666;
	transition: border-bottom 0.3s;
	cursor: pointer;
}
.header__menu_mobile a:hover {
	background-color: #f4f4f4;
}
.header__menu_mobile a:active {
	background-color: rgba(0, 195, 197, 1);
	color: #fff;
}
.menu {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	text-transform: none;
}

.menu__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.menu__item:last-child {
	margin-right: 20px;
}

.menu__link {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #246da0;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}

.menu__link:hover {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menu__link:active {
	border-bottom: 1px solid transparent;
	color: rgba(0, 195, 197, 1);
}


.btn--user {
	display: inline-block;
	vertical-align: top;
	padding: 8px 30px 8px;
	color: #fff;
	background: #00b7bd;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	transition: all 0.2s;
}

.btn--user:hover {
	background: rgba(0, 195, 197, 1);
	color: #fff;
}

.btn--user:active {
	background: #597979;
}

/* ----- Banner ----- */
.banner {
	width: 100%;
	min-height: 400px;
	height: 58vh;
	padding: 120px 0 100px 0;
	background: #02a7b5 url("../../../s3.amazonaws.com/noknox/assets/i/bg-landing-001.jpg") center center
		no-repeat;
	background-size: cover;
	text-transform: none;
	letter-spacing: -0.6px;
	box-sizing: border-box;
}

.banner p {
	width: 58%;
	margin-bottom: 34px;
	color: #fff;
	font-weight: 400;
	font-size: 16pt;
	line-height: 26px;
	letter-spacing: -0.4pt;
	text-shadow: 1px 1px 28px rgba(0, 80, 100, 0.9);
}

.banner span {
	font-weight: 700;
	font-size: 38pt;
	line-height: 38pt;
	letter-spacing: -1.5pt;
	display: block;
	color: #fff;
	text-transform: none;
	width: 96%;
	margin-bottom: 10px;
	text-shadow: none;
}

.btn--banner {
	display: inline-block;
	min-width: 250px;
	max-width: 250px;
	color: #fff;
	background: #00c5ca;
	font-weight: 700;
	font-size: 12pt;
	line-height: 20pt;
	padding: 6px;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #00d4cc;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 5px;
}
.btn--banner-clear {
	display: inline-block;
	min-width: 250px;
	max-width: 250px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 12pt;
	line-height: 20pt;
	padding: 6px;
	border-radius: 20px;
	text-align: center;
	transition: all 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid rgba(255,255,255,0.8);
	margin-right: 20px;
	margin-bottom: 5px;
}

.btn--banner:hover {
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);;
	color: #fff;
	box-shadow: 0px 0px 1px #6ef0e9;
	cursor: pointer;
	border: 2px solid #00d4cc;
}
.btn--banner-clear:hover {
	background: #fff;
	color: #555;
	box-shadow: 0px 0px 1px #6ef0e9;
	cursor: pointer;
	border: 2px solid #fff;
}

.btn--banner:active {
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);;
	color: #ffffff;
	cursor: pointer;
	border: 2px solid #00c5ca;
}

input.btn--banner-reverse[type=submit] {
	display: block;
	max-width: 320px;
	color: #ffffff;
	background: #00ccbb;
	font-weight: 700;
	font-size: 13pt;
	line-height: 20pt;
	padding: 10px 30px;
	border-radius: 10px;
	border: 0;
	text-align: center;
	transition: all 0.3s;
	text-transform: uppercase;
	cursor: pointer;
}
input.btn--banner-reverse[type=submit]:hover {
	background: #fff;
	color: #00ccbb;
	cursor: pointer;
}
.btn--banner-reverse {
	display: block;
	max-width: 320px;
	color: #ffffff;
	background: #00ccbb;
	font-weight: 700;
	font-size: 14pt;
	line-height: 20pt;
	padding: 12px 0 12px 0;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s;
	text-transform: uppercase;
	cursor: pointer;
}

.btn--banner-reverse:hover {
	background: #ffffff;
	color: #00ccbb;
	box-shadow: 0px 0px 1px #6ef0e9;
	cursor: pointer;
}

.btn--banner-reverse:active {
	background: #ffffff;
	color: #00ccbb;
	cursor: pointer;
}

.btn--banner-white {
	display: inline-block;
	max-width: 320px;
	color: #ffffff;
	background: #00c5ca;
	font-weight: 700;
	font-size: 12pt;
	line-height: 20pt;
	padding: 6px 40px;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.btn--banner-white:hover {
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);;
	color: #fff !important;
	box-shadow: 0px 0px 1px #6ef0e9;
	cursor: pointer;
}

.btn--banner-white:active {
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);;
	color: #ffffff;
	cursor: pointer;
}

/* ----- Subscribe ----- */
.screenshots {
	position: relative;
	min-height: 500px;
	height: 60vh;
	padding: 180px 0 0 50px;
	background: #02a7b5 url("../../../s3.amazonaws.com/noknox/assets/i/app.jpg") center no-repeat;
	background-size: cover;
	text-transform: none;
	box-sizing: border-box;
	text-align: center;
}

.screenshots h2 {
	color: #fff;
	font-size: 36pt;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 35pt;
	text-transform: none;
}
.mentions {
	position: relative;
	min-height: 250px;
	padding: 50px 0 20px;
	background: #fff;
	background-size: cover;
	text-transform: none;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;	
}

.mentions h2 {
	color: #00b7bd;
	font-size: 22pt;
	font-weight: 600;
	line-height: 35pt;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.mentions a img {
	opacity: 0.5;
}
.mentions a:hover img {
	opacity: 1.0;
}

.subscribe {
	position: relative;
	min-height: 380px;
	padding: 40px 0 0 0;
	background: #009193;
	text-transform: none;
	box-sizing: border-box;
}

.subscribe h2 {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 36pt;
	line-height: 30pt;
	font-weight: 700;
	letter-spacing: -2px;
}

.subscribe p {
	margin-bottom: 47px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}

.subscribe__input {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin: 0 12px 12px 0;
	padding: 14px 23px 10px;
	background: #ffffff;
	color: #15aaac;
	border: none;
	outline: none;
	font-size: 18px;
	line-height: 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

.subscribe__input:focus {
	
}

::-webkit-input-placeholder {
	color: #4daaa9;
}

::-moz-placeholder {
	color: #4daaa9;
}

/* Firefox 19+ */
:-moz-placeholder {
	color: #4daaa9;
}

/* Firefox 18- */
:-ms-input-placeholder {
	color: #4daaa9;
}

.subscribe__btn {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 12px 0 0 0;
	padding: 12px 0 5px 0;
	background: #00b5a8;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 6px;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.subscribe__btn:hover {
	background: #fff;
	color: #00b5a8;
}

.subscribe__btn:active {
	background: #004944;
	color: #00b5a8;
}

.color-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	font-size: 0;
}

.color-line__item {
	display: inline-block;
	vertical-align: top;
	width: 14.285714285714285714285714285714%;
	height: 100%;
}

.color-line__item:nth-child(1) {
	background: #000000;
}

.color-line__item:nth-child(2) {
	background: #0e5753;
}

.color-line__item:nth-child(3) {
	background: #008c85;
}

.color-line__item:nth-child(4) {
	background: #00b5a8;
}

.color-line__item:nth-child(5) {
	background: #12d5cd;
}

.color-line__item:nth-child(6) {
	background: #8dfff7;
}

.color-line__item:nth-child(7) {
	background: #d2fffa;
}


/* ----- Testimonial ----- */
.testimonial {
	background: #00b7bd; 
	min-height: 300px;
	color: #fff; 
}
.testimonial-title {
	color: #fff; 
	padding-top: 30px; 
	font-size: 22pt; 
	font-weight: bold;
	margin-bottom:30px;
	text-align: center;
}
.mentions-title {
	color: #1868A6; 
	font-size: 22pt; 
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

/* ----- Service ----- */
.service {
	min-height: 400px;
	height: 40vh;
	padding: 50px 10px 80px 10px;
	background: url("../i/s/service.png") 93% bottom no-repeat;
	box-sizing: border-box;
}

.service h1 {
	margin-bottom: 25px;
	text-transform: none;
	color: #555;
	font-weight: bold;
	font-size: 28pt;
	line-height: 20pt;
	letter-spacing: -2px;
}

.service__list {
	padding-left: 5px;
	margin-bottom: 20px;
}

.service__item {
	position: relative;
	padding-left: 5px;
	color: #777;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.service__item i.fa {
	color: #1868A6;
	margin-right: 5px;
}

/* ----- About ----- */
.about {
	border-top: 15px solid #0e958c;
	background: #00b5a8 url("../i/s/about-bg%402x.jpg") 0 0 repeat-x;
	background-size: cover;
}

.about img {
	float: left;
	margin-top: 30px;
	margin-left: 60px;
}

.about p {
	float: right;
	width: 55%;
	margin-top: 57px;
	font-weight: 500;
	color: #fff;
	font-size: 16pt;
	line-height: 30px;
}

/* ----- Package ----- */
.package {
	position: relative;
	min-height: 425px;
	background: #e1f3f3;
	text-transform: uppercase;
}

.package .container {
	padding: 38px 0 0 13px;
	box-sizing: border-box;
}

.package h2 {
	display: inline-block;
	vertical-align: top;
	/*width: 545px;*/
	width: 564px;
	text-align: left;
	color: #019d9f;
	font-weight: 700;
	font-size: 62px;
	line-height: 76px;
}

.package h5 {
	display: inline-block;
	vertical-align: top;
	/*max-width: 549px;*/
	max-width: 528px;
	margin-top: 6px;
	font-weight: 300;
	text-align: center;
	color: #019d9f;
	font-size: 23px;
	line-height: 26px;
}

.package__list {
	margin-top: 15px;
}

.package__item {
	position: relative;
	float: left;
	display: block;
	width: 33.333%;
	font-weight: 400;
	box-sizing: border-box;
}

.package__item:first-child::after,.package__item:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 86%;
	background: #916841;
}

.package__item::before {
	content: "";
	display: block;
	width: 100px;
	height: 123px;
	margin: 0 auto;
	background: url("../i/s/sprite-pack.png") 0 0 no-repeat;
}

.package__item:nth-child(2)::before {
	background-position: -104px 0;
}

.package__item:nth-child(3)::before {
	width: 187px;
	height: 123px;
	background-position: -213px 0;
}

.package__info {
	color: #019d9f;
	font-weight: 500;
	width: 100%;
	max-width: 70%;
	margin: 10px auto 0 auto;
	font-size: 20px;
	line-height: 28px;
	box-sizing: border-box;
}

.package__info>ul {
	padding: 0;
	margin: 0;
}

.package__info>ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.package__price {
	width: 50%;
	float: left;
	color: #15aaac;
	font-family: 'Montserrat';
}

.package__more {
	width: 22%;
	float: right;
	margin-top: 5px;
	margin-right: 18px;
	font-size: 10px;
	line-height: 13px;
	font-weight: 300;
	color: #00d0ca;
}

/* ----- Review ----- */
.review {
	padding: 66px 30px 57px 30px;
	box-sizing: border-box;
}

.review h2 {
	position: relative;
	color: #0e5753;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-size: 31px;
	line-height: 38px;
	margin-bottom: 46px;
}

.review h2::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 14%;
	display: inline-block;
	width: 93px;
	height: 91px;
	background: url("../i/s/quotes.png") 0 0 no-repeat;
	transform: rotate(-180deg);
}

.review h2::after {
	content: "";
	position: absolute;
	top: -11px;
	right: 14%;
	display: inline-block;
	width: 93px;
	height: 91px;
	background: url("../i/s/quotes.png") 0 0 no-repeat;
}

.review h2 span {
	font-weight: 700;
	display: block;
}

.review__item {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
	margin-bottom: 27px;
}

.review__item:nth-child(2n) {
	margin-right: 0;
}

.review__img {
	float: left;
	width: 47%;
	background-color: #a8efe7;
}

.review__img img {
	width: 100%;
	height: auto;
}

.review__info {
	float: right;
	width: 50%;
	color: #018b85;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	padding-top: 19px;
}

.review__author {
	font-weight: 700;
}

.review__company {
	font-weight: 500;
}

.review__info p {
	color: #000000;
	text-transform: none;
	font-size: 15px;
	line-height: 20px;
}

/* ----- Slider ----- */
.slider {
	background: #e4e4e4;
	padding: 16px 0;
	box-sizing: border-box;
	min-height: 480px;
}

.slider .container h2 {
	font-weight: 700;
	color: #018b85;
	font-size: 69px;
	line-height: 100px;
	padding-left: 70px;
}

.slider__container {
	max-width: 940px;
	margin: 0 auto;
}

.slider__item {
	outline: none;
}

.slider__item p {
	position: relative;
	color: #666;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
}

.slider__item p::before {
	content: "";
	position: absolute;
	top: 0;
	left: -82px;
	display: inline-block;
	width: 62px;
	height: 37px;
	background: url("../i/s/quotes-mint.png") 0 0 no-repeat;
	transform: rotate(-180deg);
}

.slider__item p::after {
	content: "";
	position: absolute;
	top: 0;
	right: -75px;
	display: inline-block;
	width: 62px;
	height: 37px;
	background: url("../i/s/quotes-mint.png") 0 0 no-repeat;
}

.slider__item span {
	font-weight: 500;
}

/* slider controls */
.slider>.container {
	position: relative;
}

.slider .slick-arrow {
	position: absolute;
	background: url("../i/s/arrow.png") 0 0 no-repeat;
	width: 24px;
	height: 48px;
	border: none;
	outline: none;
	font-size: 0;
	top: 240px;
	z-index: 2;
}

.slider .slick-prev {
	left: 0;
}

.slider .slick-next {
	right: 0;
	transform: rotate(-180deg);
}

.slider .slick-dots {
	font-size: 0;
	text-align: center;
}

.slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.slider .slick-dots li:last-child {
	margin-right: 0;
}

.slider .slick-dots button {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background: #ffffff;
	transition: background 0.3s;
}

.slider .slick-active button {
	background: #008b85;
}

.slider .slick-dots button:hover {
	background: #00bab2;
}

.slider .slick-dots button:active {
	background: rgba(0, 186, 178, 0.45);
}

.slider .slick-active button:hover {
	background: #008b85;
	cursor: auto;
}

.slider .slick-active button:active {
	background: #008b85;
}

/* ----- Active ----- */
.active {}

.active__item {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-right: 142px;
	text-align: center;
	text-transform: uppercase;
}

.active__item:last-child {
	margin-right: 0;
}

.active__img {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 5px solid #12d4cd;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 10px;
}

.active__img img {
	width: 100%;
	height: auto;
}

.active__info {
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-size: 20px;
	line-height: 27px;
	box-sizing: border-box;
	padding: 0 53px;
}

.active__item:first-child .active__info {
	padding: 0 20px;
}

.active__info span {
	display: block;
	color: #009b94;
}

/* ----- Footer ----- */
.footer {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}

.footer__left {
	float: left;
	width: 500px;
	margin-left: 0px;
}

.footer__right {
	float: right;
	width: 251px;
	color: #fff;
	margin-right: 25px;
	font-size: 10pt;
	line-height: 12pt;
}

.footer__top {
	background: #444;
	color: #ffffff;
}

.footer__top .container {
	padding: 36px 0 30px 0;
	box-sizing: border-box;
}

.footer__top h5 {
	color: rgba(230,230,230,0.8);
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
}

.footer__menu {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 10px;
}

.footer__menu:last-child {
	margin-right: 0;
}

.footer__link {
	color: #ffffff;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}

.footer__link:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__link:active {
	color: #8dfdf7;
	border-bottom: 1px solid transparent;
}

.social__list {
	font-size: 16pt;
	color: #fff;
	margin-top: 12px;
	margin-bottom: 15px;
}

.social__list li {
	display: inline-block;
	vertical-align: top;
}

.social__list li a {
	color: #fff;
	margin: 0 6px;
}

.social__list li a:hover {
	text-shadow: 0px 0px 5px #00cdd0;
}

.underlined {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px !important;
}

.overlined {
	border-top: 1px solid #ddd;
	margin: 30px 0 20px 0 !important;
	padding: 20px 0 0 0;
}

.profile-picture {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 125px;
	border: 2px solid #12d4cd;
	margin: 5px 2% 5px 2%;
}

.center {
	text-align: center;
}

.footer__bottom {
	min-height: 50px;
	padding: 20px 0 15px 0;
	background: #333;
	color: #999;
	font-size: 9.5pt;
	box-sizing: border-box;
}

.footer__bottom p {
	width: 705px;
	margin: 0 auto;
	text-align: center;
	font-weight: 200;
	line-height: 18px;
}

.footer__bottom span {
	display: inline-block;
	vertical-align: middle;
	background: url("../i/s/footer-user.png") 0 0 no-repeat;
	width: 25px;
	height: 30px;
	margin-bottom: 5px;
}

.footer__bottom a {
	color: #ccc;
	margin: 0;
	font-weight: 500;
}

.footer__bottom a:hover {
	color: #fff;
}

/* ----- Pages ----- */
.page {
	position: relative;
	min-height: 365px;
	padding: 30px 10px 30px 10px;
	background: #f8f8f8;
	text-transform: none;
	box-sizing: border-box;
}

.page h2 {
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #666;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
}

.page p {
	margin-bottom: 47px;
	color: #666;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

.page p strong {
	color: #1868A6;
}

.page .container {
	padding: 0;
}

.page-header {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);
	color: #fff;
	text-align: center;
	min-height: 250px;
	padding-bottom: 50px;
}
.page-header-headline {
	margin-top: 50px;
	font-size: 36pt;
	font-weight: bold;
	line-height: 1em;
}
.page-header-subheadline {
	margin-top: 10px;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.2em;
	max-width: 80%;
}
.page-header-title {
	display: inline-block;
	height: 100px;
	padding: 259px 0 0 0;
	font-size: 36pt;
	letter-spacing: -0.5px;
	font-weight: 500;
}
.page-header-title span {
	line-height: 0.5em;
}
.page-header-premium {
	background-color: #283e4e; 
	background-size: cover; 
	background-position: top; 
	min-height: 250px;
	background-image: url('../../../s3.amazonaws.com/noknox/assets/i/bg-premium-001.jpg');
}
.page-header-contact {
	background-color: #283e4e; 
	background-size: cover; 
	background-position: top; 
	background-image: url('../../../s3.amazonaws.com/noknox/assets/i/bg-contact.jpg');
}
.page-header-features {
	background-color: #907d70; 
	background-size: cover; 
	background-position: center; 
	height: 450px;
	background-image: url('../../../s3.amazonaws.com/noknox/assets/i/bg-features-001.jpg');
}
.page-header-communications {
	background: #444; 
	background-size: cover; 
	background-position: center; 
	min-height: 400px;
	background-image: url('../../app/i/s/datacenter-bg.jpg');
}
.page-header-innovation {
	background: #444; 
	background-size: cover; 
	background-position: center; 
	min-height: 400px;
	background-image: url('../../../s3.amazonaws.com/noknox/assets/i/bg-innovation-livia-01.jpg');
}
.page-header-career {
	background-color: #09b; 
	background-size: cover; 
	background-position: center; 
	height: 350px;
	background-image: url('../../../s3.amazonaws.com/noknox/assets/i/bg-career.jpg');
}
.page-header-features span, .page-header-communications span, .page-header-innovation span, .page-header-premium span, .page-header-contact span, .page-header-career span {
	font-size: 20pt;
	font-weight: 400;
}
.page-header-premium .page-header-title, .page-header-career .page-header-title,
.page-header-contact .page-header-title, .page-header-features .page-header-title, 
.page-header-communications .page-header-title, .page-header-innovation .page-header-title {
	max-width: 1000px;
	min-width: 1000px;
	text-align: left;
	padding: 100px 100px 10px 0px;
	font-weight: 700;
	font-size: 36pt;
}

.box-func-container {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.box-func {
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}
.box-app-txt {
	width: 55%;
}
.box-app-img {
	width: 40%;
}
.box-func-txt {
	width: 60%;
}

.box-func-img {
	width: 38%;
}

.box-func-txt,.box-func-img, .box-app-img, .box-app-txt {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	color: #666;
	font-size: 14pt;
	text-align: left;
}

.box-func-txt-right {
	padding: 40px 80px 40px 0px;
}

.box-func-txt-left {
	padding: 40px 0px 40px 80px;
}
.box-app-txt-right {
	padding: 60px 20px 40px 0px;
}

.box-app-txt-left {
	padding: 60px 0px 40px 20px;
}

.box-func-img {
	text-align: center;
}

.box-func-img img {
	width: 90%;
	max-width: 250px;
}

.box-app-img-mobile {
	display: none;
}
.box-func-img-mobile {
	display: none;
}

.box-func-img-right {
	padding: 0px 80px 0px 0px;
}

.box-func-img-left {
	padding: 0px 0px 0px 80px;
}

.box-func-txt strong {
	font-size: 20pt;
	line-height: 18pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #15aaac;
	margin-bottom: 5px;
	display: inline-block;
}

.box-func-cyan {
	text-align: center;
	padding: 5% 20%;
	background: linear-gradient(to bottom, #00c5ca 0%, #05959a 100%);
	color: #fff;
	border: 5px solid #00c5ca;
	border-radius: 10px;
}

.box-func-cyan strong {
	font-size: 18pt;
}

.plan-box {
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	width: 100%;
	display: inline-block;
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 5px;
	font-size: 10pt;
	text-align: center;
	color: #444;
}

.plan-cbox {
	float: left;
	margin: 0;
	box-sizing: border-box;
	width: calc(50% -   10px);
	display: inline-block;
	padding: 5px;
	font-size: 10pt;
	text-align: left;
	color: #444;
}

.plan-cbox ul {
	padding: 5px 0 0 15px;
}

.plan-cbox ul li {
	list-style: url('../i/checked.png');
	margin: 2px 10px;
}
.plan-box img {
	width: 60%;
	max-width: 160px;
}

.plan-box-detail {
	padding: 0 10px;
}
.plan-std {
	border: 1px solid #00c5ca;
	background: linear-gradient(to bottom, #00c5ca 0%, #05959a 100%);
	color: #fff;
}

.plan-std .plan-caller, .plan-std .plan-caller-mobile {
	background: #fff;
	color: #00a8ac;
}

.plan-caller, .plan-caller-mobile {
	background: #00b7bb;
	color: #fff;
	border: 0px;
	font-size: 10pt !important;
	font-weight: bold !important;
	padding: 10px 15px !important;
	text-transform: uppercase;
}
.plan-caller-mobile {
	display:none;
}

.plan-title {
	font-weight: bold;
	font-size: 2.0em;
}

.plan-price {
	font-family: 'Montserrat';
	letter-spacing: -0.1em;
	font-size: 1.1em;
	line-height: 1.6em;
	min-height: 45px;
	max-height: 45px;
}
.plan-price strong {
	font-size: 1.5em;
}
.plan-price-small {
	font-size: 1.0em;
}
.plan-price-num {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.plan-price-free {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: -1px;
	min-height: 45px;
	max-height: 45px;
}

.plan-price-num-small {
	font-size: 12pt;
	font-weight: bold;
}

.plan-sum {
	border-radius: 12px;
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	font-size: 24pt;
	line-height: 24px;
	background: #00b7bb;
	color: #fff;
}

.plan-calc {
	border: 0;
	width: 40%;
	margin: 0;
	padding: 20px 0;
	background: #f8f8f8;
	color: #666;
	font-size: 18px;
}

.plan-calc-box {
	width: 15%;
	background: #eee;
	color: #666;
	border: 2px solid #f8f8f8;
	text-align: center;
	padding: 0 0 20px 0;
}

.plan-calc-title {
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom, #888 0%, #666 100%);
	padding: 8px 0;
}

.plan-calc-title.std {
	background: linear-gradient(to bottom, #00c5ca 0%, #05959a 100%);
}

.plan-calc-price {
	font-family: 'Montserrat';
	font-size: 18pt;
	font-weight: bold;
	margin-top: 10px;
	color: #444;
	letter-spacing: -1px;
}

.plan-calc-det {
	font-family: 'Montserrat';
	font-size: 10pt;
	letter-spacing: -0.5px;
	line-height: 12px;
	margin-top: 5px;
}

.plan-calc-box i {
	font-size: 16pt;
	color: #e4004b;
}

.plan-field {
	text-align: center;
	background: #fff;
	color: #666;
	border-radius: 6px;
	border: 2px solid #00d0d5;
	padding: 3px 0 3px 0px;
	width: 80px;
	font-size: 16pt;
	margin: 0 5px;
}

.plan-compare {
	width: 100%;
}

.plan-compare tr.compare-div td.std,.plan-compare tr:first-child td.std
{
	color: #fff;
	background: linear-gradient(to bottom, #00c5ca 0%, #00a5ab 100%);
}

.plan-compare tr.compare-div td {
	border: 0px;
	background: linear-gradient(to bottom, #777 0%, #555 100%);
	color: #fff;
	font-weight: bold;
}

.plan-compare tr td i.fa {
	font-size: 18pt;
}

.plan-compare tr td i.fa-times {
	color: #e4004b;
}

.plan-compare tr td i.fa-check {
	color: #00c292;
}

.plan-compare tr td.std {
	background: #e2f3f3;
	border-color: #a7d9db;
}

.plan-compare tr:first-child td:first-child {
	border-top: 0px solid #ddd;
}

.plan-compare tr:first-child td {
	font-weight: bold;
	font-size: 14pt;
	padding: 10px;
}

.plan-compare tr:last-child td:first-child {
	border-bottom: 0px solid #ddd;
}

.plan-compare tr:last-child td {
	border-top: 0px solid #ddd;
	padding: 15px 10px;
}

.plan-compare tr:last-child td input {
	margin: 0 !important;
	font-size: 9pt !important;
}

.plan-compare tr td:first-child {
	width: 400px;
	text-align: left;
	border-left: 0px solid #ddd;
}

.plan-compare tr td {
	width: 250px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 10pt;
}

.plan-compare td:nth-child(4) {
	display: none;
}

.plan-compare tr td.bolde {
	font-size: 11pt;
	font-weight: normal;
}

.btCompare {
	padding: 10px 20px !important;
	text-transform: uppercase;
}
.page p.termos {
	font-size: 16px;
	text-align: left;
}

.page p strong.termos {
	color: #444;
}

.page p a {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}
.autocomplete-suggestions { border: 1px solid #ddd; background: #fff; overflow: auto; }
.autocomplete-suggestion { padding: 10px 10px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { 
	background: #00d4ce;
	background: -moz-linear-gradient(top, #00d4ce 0%, #00bfbd 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #00d4ce 0%,#00bfbd 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #00d4ce 0%,#00bfbd 100%); /* W3C */
	color:#fff;
}
.autocomplete-suggestion strong { font-weight: bold; color:#00d4ce;}
.autocomplete-selected strong { font-weight: bold; color:#fff;}
.info-link {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(0, 195, 197, 1);;
}
.box-features-image { 
	background-position: center center fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: transparent;
	display: inline-block;
	margin: 0px; 
	float: left;
	box-sizing: border-box;
	min-height: 300px;
	width: 49%;
	padding: 20px;
}
.box-features-left {
	display: inline-block;
	margin: 0px;
	float: left;
	box-sizing: border-box;
	min-height: 300px;
	width: 49%;
	padding: 20px 20px 0 30px;
	text-align: left;
	background-color: transparent;
}
.text-features {
	font-size: 14pt;
	font-weight: 400;
	color: #444;
}
.title-features {
	font-size: 20pt;
	line-height: 20pt;
	font-weight: 700;
	color: #444;
	margin: 10px 0;
}
.text-features a {
	font-weight: 600;
	color: #00bfbd;
}
.text-features a:hover {
	text-decoration: underline;
}
.precall-features {
	padding: 10px 10px; 
	text-align: center;
	font-size: 18pt; 
	color: #555;
	margin-bottom: 50px;
}
.contact-block {
	border: 1px solid #eee;
	padding: 20px 0; 
	margin: 0 10px;
	width: 100%; 
	min-height:120px; 
	display:inline-block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 6px;
}
.contact-block:hover {
	cursor: pointer;
	border: 1px solid #d6d6d6;
	box-shadow: 5px 5px solid #00cec2;
}
.contact-block .title {
	font-weight: bold;
	color: #00b3a9;
}
.contact-block .subtitle {
	font-size: 9pt;
	line-height: 12pt;
	color: #888;
	padding: 2px 20px;
}
.contact-help {
	width: 100%;
	background: #eee;
	display:inline-block;
	float:left; 
	padding: 30px; 
	box-sizing:border-box;
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only
	screen and (min-resolution: 144dpi) {
	.banner {
		background-image: url("../../../s3.amazonaws.com/noknox/assets/i/bg-landing-001.jpg");
	}
	.service {
		background: url("../i/s/service%402x.png") 93% bottom no-repeat;
		background-size: 306px 270px;
	}
	.service__item::before {
		background-image: url("../i/s/person%402x.png");
		background-size: 26px 32px;
	}
	.package__item::before {
		background-image: url("../i/s/sprite-pack%402x.png");
		background-size: 397px 123px;
	}
	.review h2::before {
		background-image: url("../i/s/quotes%402x.png");
		background-size: 93px 91px;
	}
	.review h2::after {
		background-image: url("../i/s/quotes%402x.png");
		background-size: 93px 91px;
	}
	.slider__item p::after {
		background-image: url("../i/s/quotes-mint%402x.png");
		background-size: 62px 37px;
	}
	.slider__item p::before {
		background-image: url("../i/s/quotes-mint%402x.png");
		background-size: 62px 37px;
	}
	.slider .slick-arrow {
		background-image: url("../i/s/arrow%402x.png");
		background-size: 24px 48px;
	}
	.social__link {
		background-image: url("../i/s/social%402x.png");
		background-size: 238px 55px;
	}
	.footer__bottom span {
		background-image: url("../i/s/footer-user%402x.png");
		background-size: 24px 29px;
	}
}



/* Media */
@media ( max-width : 1385px) {
	.container--width {
		width: 100%;
		margin: auto;
	}
}

@media ( max-width : 1170px) {
	.container {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.banner {
		height: 58vh;
		background-position: 40%;
	}

	.screenshots {
		padding: 100px 0 0 50px;
		min-height: 400px;
		font-size: 16pt;
		height: 40vh;
		background-position: 45%;
	}
	.screenshots h2 {
		font-size: 30pt;
	}
	.about img {
		margin-left: 0;
	}
	.about p {
		width: 63%;
	}
	.package {
		padding-bottom: 50px;
		padding-top: 30px;
	}
	.package .container {
		padding-top: 0;
		padding-left: 0;
	}
	.package h2 {
		display: block;
		margin: 0 auto;
	}
	.package h5 {
		display: block;
		margin: 0 auto;
	}
	.review__item {
		width: 49%;
		margin-right: 10px;
	}
	.review__info {
		padding-top: 5px;
	}
	.review h2::before {
		left: 0;
	}
	.review h2::after {
		right: 0;
	}
	.active__item {
		width: 32.333%;
		margin: 0;
	}
	.active__item .active__info {
		text-align: center;
	}
	.slider__container p::before,.slider__container p::after {
		display: none;
	}
}

@media ( max-width : 1040px) {
	.plan-box {
		font-size: 0.9em;
	}
	.plan-box-detail {
		display: none;
	}
	.plan-caller {
		display:none;
	}
	.plan-caller-mobile {
		display: inline-block;
	}
			
	section.page {
		padding: 30px;
	}
	.header {
		padding-right: 0;
	}
	.about .container {
		padding: 20px;
	}
	.about p {
		float: none;
		width: auto;
		padding: 0 0 0 10px;
		margin: 0;
	}
	.about img {
		margin-right: 30px;
		width: 230px;
		margin-top: 0;
	}
	.review__item {
		display: block;
		width: 100%;
	}
	.review__img {
		width: 20%;
		margin-right: 20px;
	}
	.review__info {
		float: left;
		width: 76%;
		padding-top: 0;
	}
	.slider__list {
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
}

@media ( max-width : 960px) {
	.contact-help {
		display: none;
	}
	.package__info {
		font-size: 16px;
	}
	.subscribe__input {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.subscribe__btn {
		display: block;
		margin: 0 auto;
		width: 200px;
	}
	.subscribe {
		padding-bottom: 40px;
	}
}

@media ( max-width : 850px) {
	.banner .container span {
		font-size: 24pt;
	}
	.banner .container div {
		font-size: 15pt !important;
	}
	.plan-compare tr:first-child td {
		font-weight: bold;
		font-size: 12pt;
		padding: 5px;
	}
	
	.header__left {
		float: left;
	}
	.header__right {
		display: none;
		float: none;
		margin: 20px auto 0 auto;
		text-align: right;
	}
	.header__right_mobile {
		display: block;
		float: right;
	}
	.slider .slick-dots {
		margin-top: 20px;
	}
	.slider {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.slider>.container button {
		display: none !important;
	}
	.slider>.container h2 {
		padding: 0;
		text-align: center;
		font-size: 20pt;
		line-height: 55px;
	}
	.banner p {
		width: auto;
	}
	.service h1 {
		text-align: center;
		font-size: 40px;
		line-height: 45px;
	}
	.service {
		background-size: 30%;
	}
	.service__item {
		font-size: 16px;
		line-height: 25px;
	}
}

@media ( max-width : 768px) {
	.box-features-image { 
		width: 100%;
		min-height: 250px;
		background-color: #e2e2e2;
	}
	.box-features-left {
		width: 100%;
		min-height: auto;
		padding-bottom: 40px;
		background: #e6e6e6;
	}
	.title-features {
		font-size: 16pt;
		line-height: 18pt;
	}
	.text-features {
		font-size: 12pt;
	}
	.precall-features {
		font-size: 13pt; 
	}
	.plan-cbox {
		width: calc(50% -   10px);
	}
	
	.banner span {
		font-size: 30pt;
		line-height: 30pt;
		letter-spacing: -0.8pt;
	}
	.service h1 {
		font-size: 26pt;
		line-height: 26pt;
		letter-spacing: -0.8pt;
	}
	.page-header {
		height: auto;
		padding: 0 25px;
	}
	.page-header .page-header-title {
		display: inline-block;
		line-height: 100%;
		height: 200px;
		padding: 120px 0 0 20px;
		font-size: 20pt;
		letter-spacing: -0.5px;
	}
	.page-header-title span {
		font-size: 15pt;
		line-height: 15px;
	}
	.page-header-features {
		height: auto;
		text-align: left;
	}
	.page-header-features span {
		font-size: 14pt;
		font-weight: 300;
	}
	.page-header-features .page-header-title {
		display: inline-block;
		line-height: 100%;
		min-width: 100px;
		width: auto;
		height: 200px;
		padding: 20px 0 20px 0;
		font-size: 22pt;
		letter-spacing: -0.5px;
		font-weight: 600;
	}
	.btn--features-header {
		margin: 10px 0;
	}
	.box-func-container {
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.box-func {
		padding: 0 0 20px 0;
	}
	.box-func-img {
		width: 30%;
		padding: 0;
	}
	.box-func-img img {
		width: 90%;
		max-width: 250px;
	}
	.box-func-txt-left {
		padding: 0;
		font-size: 12pt;
		width: 65%;
	}
	.box-func-txt-right {
		padding: 0;
		font-size: 12pt;
		width: 65%;
	}
	.box-func-txt strong {
		font-size: 16pt;
		line-height: 14pt;
	}
	.box-func-cyan {
		text-align: center;
		padding: 5%;
		background: linear-gradient(to bottom, #00c5ca 0%, #05959a 100%);
		color: #fff;
		border: 5px solid #00c5ca;
		border-radius: 10px;
	}
	.box-func-cyan strong {
		font-size: 16pt;
	}
	.review h2::before {
		transform: rotate(-180deg) scale(0.7);
		left: -30px;
		top: -50px;
	}
	.review h2::after {
		transform: scale(0.7);
		right: -30px;
		top: -50px;
	}
	.active__info {
		padding: 0;
		text-align: center;
	}
	.active__item:first-child .active__info {
		padding: 0;
	}
	.footer__right {
		float: none;
		margin: 20px auto 0 auto;
	}
	.footer__left {
		float: none;
		margin: 0 auto;
	}
	.footer__top .container {
		padding: 30px 0;
	}
	.footer__bottom p {
		width: auto;
		text-align: center;
	}
	.footer__bottom span {
		display: block;
		margin: 0 auto;
	}
	.package__item {
		display: block;
		float: none;
		overflow: hidden;
		width: 100%;
	}
	.package__item::after {
		display: none;
	}
	.package__item::before {
		display: block;
		float: left;
		margin-left: 40px;
	}
	.package .package__item:nth-child(3)::before {
		margin-left: 0;
	}
	.package__item .package__info {
		margin-left: 200px;
		width: auto;
	}
	.package h2 {
		font-size: 35px;
		text-align: center;
		width: auto;
	}
	.package h5 {
		font-size: 18px;
		max-width: 100%;
	}
}

@media ( max-width : 682px) {
	.contact-block {
		width: 90%;
		margin-bottom: 20px;
	}
	
	.banner span {
		font-size: 28pt;
		line-height: 30pt;
		letter-spacing: -0.8pt;
	}
	.subscribe h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.subscribe p {
		margin-bottom: 30px;
	}
	.header__download {
		display: block;
		margin: 0 auto 10px auto;
		width: 90px;
	}
	.btn--user {
		display: block;
		width: 198px;
		margin: 0 auto;
	}
	.menu {
		display: block;
		margin: 0 auto 10px auto;
		width: 100%;
		text-align: center;
	}
	.menu a {
		font-size: 18px;
	}
	.review {
		padding-bottom: 15px;
	}
}

@media ( max-width : 560px) {
	.banner {
		height: auto;
		padding: 40px 0 40px 0;
	}
	.service {
		height: auto;
		padding: 20px 10px 30px 10px;
	}
	
	.banner p {
		letter-spacing: -0.2px;
		font-size: 14pt;
		line-height: 22px;
		text-align: left;
	}
	.page-header {
		height: 150px;
	}
	.page-header .page-header-title {
		display: inline-block;
		line-height: 100%;
		height: 200px;
		padding: 120px 0 0 20px;
		font-size: 20pt;
		letter-spacing: -0.5px;
	}
	.page-header-title span {
		font-size: 15pt;
	}
	.page-header-features span {
		font-size: 14pt;
		font-weight: 300;
	}
	.btn--features-header {
		display: none;
	}
	.no-mobile { display: none; }
	.page-header-features .page-header-title {
		font-size: 16pt;
	}
	.box-func-txt-left,.box-func-txt-right, .box-app-txt-left,.box-app-txt-right {
		width: 100%;
		font-size: 12pt;
	}
	.box-func-txt strong {
		font-size: 14pt;
		line-height: 12pt;
	}
	.box-func-cyan strong {
		font-size: 13pt;
		line-height: 12pt;
		letter-spacing: -0.5px;
	}
	.box-func-img, .box-app-img {
		display: none;
	}
	.box-func-img-mobile, .box-app-img-mobile {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0 0 10px 0;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
		text-align: center;
	}
	.box-func-img-mobile img, .box-app-img-mobile img  {
		width: 90%;
		max-width: 250px;
	}
	section.page p {
		font-size: 12pt;
		line-height: 16pt;
	}
	section.page p strong {
		line-height: 18pt;
	}
	.subscribe {
		padding-top: 20px;
	}
	.subscribe h2 {
		text-align: center;
	}
	.service h1 {
		font-size: 26pt;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.service__item {
		font-size: 11pt;
		line-height: 20px;
	}
	.about img {
		float: none;
		margin: 0 auto 15px auto;
		display: block;
	}
	.about p {
		font-size: 18px;
		line-height: 25px;
	}
	.review__info {
		float: none;
		width: auto;
	}
	.review h2::before {
		display: none;
	}
	.review h2::after {
		display: none;
	}
	.active__item {
		width: 100%;
		margin: 0 auto 10px auto;
		display: block;
		text-align: left;
	}
	.active__item .active__info {
		text-align: left;
	}
	.active__item:last-child {
		margin-bottom: 0;
	}
	.active__img {
		vertical-align: middle;
		margin: 0 10px 0 0;
		width: 80px;
		height: 80px;
	}
	.active__info {
		display: inline-block;
		vertical-align: middle;
		font-size: 17px;
		line-height: 23px;
		text-align: left;
	}
	.active {
		padding-top: 30px;
	}
	.footer__left {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer__right {
		margin: 20px 0 0 20px;
	}
}

@media ( max-width : 480px) {
	.plan-caller {
		display: inline-block;
	}
	.plan-caller-mobile {
		display: none;
	}
	.plan-compare tr td {
		font-size: 0.7em;
	}
	.plan-compare tr:first-child td {
		font-size: 0.7em;
	}
	.plan-compare tr td.bolde {
		font-size: 0.7em;
	}
	.plan-compare-calls {
		display: none;
	}
	h2.plan-compare-head {
		line-height: 18pt;
	}
	.plan-calc-text {
		font-size: 10pt;
	}
	.plan-calc-box .plan-calc-title {
		font-size: 10pt;
	}
	.plan-calc-box .plan-calc-price {
		font-family: 'Montserrat';
		font-size: 14pt;
	}
	.plan-calc-box .plan-calc-det {
		min-height: 30px;
	}
	
	
	.plan-cbox {
		width: calc(100% -   10px);
	}
	.plan-box {
		font-size: 1.0em;
	}
	.active .container {
		padding-right: 0;
	}
	.package__item::before {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.package .package__item:nth-child(3)::before {
		margin: 10px auto 0 auto;
	}
	.package__item .package__info {
		display: block;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.package__more {
		width: auto;
		margin-right: 0;
	}
	.package__list {
		margin: 0;
	}
}

@media ( max-width : 400px) {
	.service {
		background: none;
	}
	.review {
		padding-top: 40px;
	}
}
@media ( max-width : 360px) {
	
	.plan-caller {
		display: none;
	}
	.plan-caller-mobile {
		display: inline-block;
	}
}

.hint {
	line-height: 5pt;
	font-size: 10pt;
	color: #777;
}
.mini-hint {
	font-size: 8.5pt;
	color: #999;
}
.mini-hint a {
	font-weight: bold;
	color: #999;
}
.mini-hint a:hover {
	color: #777;
}
.step-box {
	width: 24.5%;
	display:inline-block;
	text-align: center;	
}
.step-ball {
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	padding-top: 5px;
	line-height: 100%;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	box-sizing: border-box;
	border: 3px solid #00bcbc;
	color: #666;
}
.step-ball-off {
	color: #ddd;
	background: #fff;
}
.step-label {
	display: inline-block;
	margin: 0px 0px 0px 5px;
	letter-spacing: -1px;
	color: #666;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.step-warning {
	background: #ffe6ec;
	border: 1px solid #ffacc1;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	color: #e35b7e;
}
.order-details {
	display: inline-block;
	width: 90%;
	max-width: 580px;
	min-width: 200px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 10pt;
	box-sizing: border-box;
	color: #555;
}
.order-disclaimer {
	display: inline-block;
	width: 85%;
	max-width: 400px;
	min-width: 200px;
	font-family: Helvetica, Arial;
	font-size: 0.7em;
	color: #777;
}
.order-disclaimer a {
	color: #00acac;
	font-weight: bold;
}
.order-disclaimer a:hover {
	text-decoration: underline;
}
div.order-details div.data-block {
	display: inline-block;
	min-width: 10px;
	margin-right: 20px;
}
div.order-details div.data-block label {
	min-width: 10px !important;
	width: auto;
}
div.order-details div.headline {
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
div.order-details label {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	color: #00acac;
}
div.order-details span {
	color: #666;
	font-size: 1.1em;
	padding-bottom: 10px;
	display: inline-block;
	font-family: Helvetica, Arial;
}
div.order-details span.valor {
	font-size: 1.4em;
}
div.order-details span span {
	padding-left: 3px;
	font-size: 0.8em;
}
.botaoCheckout {
	width: 100%;
	min-width: 280px;
	min-height: 40px;
}
.list-career {
	list-style-type: disc;
	margin:0;
	padding-top: 0;
	padding-left: 30px;
	color: #555;
}
.list-career li {
	padding-left: 5px;
	padding-bottom: 5px;
}
.list-career li a {
	font-weight: bold;
	color: #0aa;
	cursor: pointer;
}
.list-career li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.backlink {
	color: #0aa;
	cursor: pointer;
}
.backlink:hover {
	text-decoration: underline;
	cursor: pointer;
}
.helper {
	font-size: 8.5pt;
	color: #06b3b1;
	line-height: 6pt;
	padding: 0;
	margin-bottom: 15px;
}
.form-block {
	border-top: 1px solid #eee;
	margin: 30px auto;
	padding-top: 30px !important;
}
.contact-block-selected {
	border-color: #00d4c2;
}
.contact-block-selected:hover {
	border-color: #00d4c2;
}
textarea.textarea-contact {
	min-height: 100px;
	height: 100px;
}

section.numbers {
	position: relative;
	min-height: 100px;
	padding: 30px 0 60px;
	background-size: cover;
	text-transform: none;
	box-sizing: border-box;
	text-align: center;
	border-top: 0;
	background: #07c0b4;
}

section.numbers h2 {
	color: #FEFEFE;
	text-shadow: 2px 2px 8px #1868A6;
    font-size: 22pt;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 35pt;
	margin-bottom: 20px;
	font-family: 'Montserrat', Helvetica, Arial;
}

section.numbers .number-group {
	display: block; 
	margin-top: 20px;
}

/* Medium screens */
@media screen and (min-width: 600px) {
	section.numbers .number-group {
		display: inline-block;
		margin-top: 0px;
	}

	section.numbers .number-group {
		margin-left: 20px;
		margin-right: 20px;
	}
}

section.numbers .number-group:last-child {
	margin-right: 0;
}

.number-group h3 {	
	text-align: center;
	color: white;
	font-size: 3em;
	font-weight: bold; 
	text-shadow: 2px 2px 8px #1868A6;
	margin-bottom: 0px;
	font-family: 'Montserrat', Helvetica, Arial;
}

.number-group h3 small {
	font-size: 0.6em;
}

.number-group span {	
	text-align: center;
	text-shadow: 2px 2px 8px #1868A6;
	color: #FEFEFE;
	font-size: 0.9em;
	font-weight: bold; 
}
.submenu {
	display: inline-block;
	position: absolute;
	top: 120px;
	width: auto;
	background: #fff;
	padding: 0px 10px 10px 10px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	border-radius: 0 0 12px 12px;
}
.submenu a {
	color: #555;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	font-weight: normal;
	font-size: 11pt;
	width: 100%;
}
.submenu a:hover {
	text-decoration: none;
	background: #f4f4f4;
}
.carousel-item {
	min-height: 250px; 
	color: #fff; 
	font-size: 1.6em;
	padding-bottom: 30px;
}
.testimonial-text {
	font-size: 1em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
}
.btn.btn--banner-white:hover {
	color: #fff;
}
.step-title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	letter-spacing: -0.5px;
	margin-top: 20px;
}
.step-flag {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
	width: 2.2em;
	height: 2.2em;
	line-height: 1.8em;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	color: #555;
	background-color: transparent;
	border: 0.2em solid #00b7bd;
}
.step-item {
	font-size: 1.3em;
	line-height: 1.8em;
	text-transform: none;
	font-weight: bold;
	color: #444;
	display: inline-block;
	margin: 2px 10px;
	text-align: left;
}
