.canvas {
	background: #f7f7f7;
	line-height: 1.3;
	position: relative;
	z-index: 0;
}

.preload {
	opacity: 0;
}

.table {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.landing-box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 561px;
	line-height: 561px;
}

.landing-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.42857;
	min-height: 520px;
}

.tool2-panel {
	min-height: 356px;
}

@media (max-width: 1200px) {
	.tool2-panel {
		min-height: 401px;
	}
}

@media (max-width: 991px) {
	.tool2-panel {
		min-height: 493px;
	}
}

@media (max-width: 768px) {
	.tool2-panel {
		min-height: 0;
	}
}

.static-header {
	color: #4696CA;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.static-header.black {
	color: #4d4d4d;
}

.static-header.sm {
	font-size: 22px;
}

.about-benefits .static-header.sm {
	margin-bottom: 10px;
}

.static-header.free-app {
	margin: 30px 0 15px;
}

.stripe .static-header {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.static-header span {
	display: block;
	font-size: 18px;
}


.static-text {
	color: #4d4d4d;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 15px;
}

.static-text.text-center {
	text-align: center;
}

.stripe .static-text {
	color: #fff;
	text-align: center;
}

.static-text > strong {
	text-transform: uppercase;
}

.offers {
	margin: 50px 0 20px;
	font-weight: bold;
	text-align: center;
}

.panel-white {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.panel-white.with-bottom {
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}

.panel-white .static-header {
	margin: 0 0 15px;
}

.panel-bottom {
	border-radius: 0 0 10px 10px;
	margin-bottom: 30px;
	padding: 20px 20px 10px;
	background: #f1f8fe;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.font-icon {
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
	color: #4696CA;
}

.stripe .font-icon {
	color: #fff;
	margin-bottom: 15px;
}

.font-icon.no-bottom {
	margin-bottom: 10px;
}

.btn-md {
	font-size: 16px;
	padding: 8px 14px;
}

.stripe {
	padding: 15px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3)
}

.stripe.light-blue {
	background: #7cb4d9;
}

.stripe.dark-blue {
	background: #4696ca;
}

.btn-empty {
	background: transparent;
	border-color: #fff;
	color: #fff;
	text-shadow: none;
	opacity: 0.7;
	margin-top: 5px;
	text-transform: none;
}

.btn-empty:hover,
.btn-empty:active,
.btn-empty:focus {
	border-color: #fff;
	color: #fff;
	opacity: 1;
}

.pv {
	padding: 20px 15px;
}

.pv-text {
	padding: 20px 15px 10px;
}

.pv-panels {
	padding: 30px 15px 0;
}

.gray {
	background: #eee;
	min-height: 617px;
}

.app-box {
	display: table;
	width: 100%;
}

.app-box > img {
	float: right;
	margin-left: 10px;
}

.app-text {
	float: right;
	text-align: right;
	padding-top: 80px;
}

.app-text h4{
	margin: 0;
}

.app-text p{
	text-align: right;
}

.slides-texts {
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
    min-height:63px;
}

.slides-text {
	font-size: 16px;
	color: #4b98d2;
	position: relative;
	z-index: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	display: none;
}

.slides-text.active {
	opacity: 1;
	display: block;
}

@media (max-width: 768px) {
	.app-text,
	.app-text p {
		float: none;
		text-align: center;
		padding: 0;
	}
	
	.gray {
		min-height: 0;
	}
}

.slides-controls {
	text-align: center;
	height: 22px;
	margin-bottom: 20px;
}

.slides-control {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	width: 22px;
	text-align: center;
	color: #adadad;
	border: solid #adadad 1px;
	border-radius: 50%;
    cursor:pointer;
}

.slides-control:hover,
.slides-control:active,
.slides-control:focus,
.slides-control.active {
	color: #4b98d2;
	border-color: #4b98d2;
	text-decoration: none;
}

.slides-control.active {
	background: #4b98d2;
	color: #fff;
	font-weight: bold;
}

.slides-slides {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.slides-slide {
	margin-left: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
}

.slides-slide.active {
	margin-left: 0;
	position: relative;
}

.slides-slide img {
	max-width: 85%;
}

.slides-arrows {
	display: block;
	position: absolute;
	z-index: 1;
	height: 40px;
	line-height: 40px;
	width: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 40px;
	color: #4b98d2;
    cursor: pointer;
}

.slides-arrows[data-dir=left] {
	left: 0;
}

.slides-arrows[data-dir=right] {
	right: 0;
}

@media (max-width: 768px) {
	.slides-arrows {
		display: none;
	}
	
	.slides-slide img {
		max-width: 100%;
	}
}

.slides-arrows {

}

.padding-top {
	padding-top: 30px;
}

.with-icon {
	position: relative;
	z-index: 0;
}

.with-icon .form-control {
	position: relative;
	z-index: 0;
	padding-left: 30px;
}

.with-icon select.form-control {
	padding-left: 28px;
}

.with-icon select.form-control:not(*:root) {
	padding-left: 0;
	text-indent: 28px;
}

.with-icon .fa {
	font-size: 16px;
	color: #ccc;
	position: absolute;
	z-index: 1;
	left: 9px;
	top: 12px;
}

.branch-list {
	transition: all 0.3s ease 0s;
}

.branch-hidden {
	width: 0;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.show-branch .branch-list,
.show-branch .branch-hidden {
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 768px) {
	.show-branch .branch-list,
	.show-branch .branch-hidden {
		width: 100%;
		padding: 0 15px;
	}
}

.btn-submit {
	border-color: #013696;
	background-color: #3885fd;
	color: #fff;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
	border-color: #013696;
	background-color: #1e6fee;
	color: #fff;
}

.input-md {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 8px 14px;
}

input.input-md {
	line-height: 20px;
}

select.input-md {
	line-height: 34px;
}

textarea.input-md {
	height: 100px;
	line-height: 1.3;
}

.placeholder {
	color: #aaa;
}

.checkbox label.form-label {
	font-size: 16px;
	padding-left: 25px;
}

.form-label input {
	opacity: 0;
}

.form-label span:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: solid #4b98d2 1px;
	border-radius: 4px;
	border: none\0/;
}

.form-label input + .fa {
	display: none;
	position: absolute;
	z-index: 0;
	left: 2px;
	top: 1px;
	color: #4b98d2;
}

.form-label input:checked + .fa {
	display: block;
}

.tff-back {
	float: right;
	width: 70%;
	max-width: 440px;
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.tff-back {
		margin-top: 20px;
		max-width: 100%;
		width: auto;
	}
	
	.free-app-box {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.tff-back {
		margin-top: 0;
		max-width: 100%;
		width: auto;
	}
	
	.free-app-box {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.free-app-box {
		padding-bottom: 30px;
		text-align: center;
	}
}

.bg-white {
	background: #fff;
}

.about-small {
	padding: 0 35px;
}

.about-benefits-row {
	font-size: 0;
}

.about-benefits {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 30px;
}

.static-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.static-list.center-block {
	display: table;
	margin: 0 auto;
}

.static-list li {
	position: relative;
	z-index: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.static-list li .fa {
	position: absolute;
	z-index: 0;
	color: #4B98D2;
	left: 0;
	top: 0;
	font-size: 18px;
}

.login-regiter {
	margin-top: 10px;
}

.reseller-text {
	color: #4d4d4d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.reseller-icons {
	padding-top: 15px;
}

.lines:before {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background: #4B98D2;
	position: absolute;
	z-index: 0;
	left: 50px;
	top: 120px;
	transform: rotate(-15deg);
}

.lines:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background: #4B98D2;
	position: absolute;
	z-index: 0;
	right: 50px;
	top: 120px;
	transform: rotate(15deg);
}

@media (max-width: 1200px) {
	.lines:before {
		width: 100px;
	}
	
	.lines:after {
		width: 100px;
	}
}

@media (max-width: 991px) {
	.lines:before {
		width: 70px;
		left: 30px;
	}
	
	.lines:after {
		width: 70px;
		right: 30px;
	}
}

@media (max-width: 768px) {
	.lines:before,
	.lines:after {
		display: none;
	}
}

.faq-link {
	font-size: 16px;
	position: relative;
	z-index: 0;
	color: #4b98d2;
	padding-left: 20px;
}

.faq-link:hover,
.faq-link:focus,
.faq-link:active {
	text-decoration: none;
}

.faq-link i {
	position: absolute;
	z-index: 0;
	font-size: 17px;
	left: 0;
	top: 0;
}

.faq-text {
	font-size: 16px;
	color: #4d4d4d;
	padding: 0 20px;
	background: #fff;
	margin-top: 3px;
	border-radius: 4px;
	overflow: hidden;
	max-height: 0;
	transition: all 0.5s ease 0s;
}

.open .faq-text {
	max-height: 1000px;
	padding: 10px 20px;
}

.faq-box {
	margin-bottom: 20px;
}

.label-thin {
	font-weight: normal;
}

.packs-text {
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 0;
}

.packs-text.line-through {
	text-decoration: line-through;
}

.table > tbody > tr > .packs-title {
	width: 33.3333%;
	vertical-align: middle;
}

.table > tbody > tr > .packs-marks {
	width: 16.6667%;
	text-align: center;
	vertical-align: middle;
}

.table > thead > tr > .packs-title-xs,
.table > tbody > tr > .packs-title-xs,
.table > tfoot > tr > .packs-title-xs {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.table > thead > tr > .packs-marks-xs,
.table > tbody > tr > .packs-marks-xs,
.table > tfoot > tr > .packs-marks-xs {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.packs-marks .fa-check,
.packs-marks-xs .fa-check {
	color: #7CB4D9;
	font-size: 25px;
}

.packs-marks .fa-minus,
.packs-marks-xs .fa-minus {
	color: #D8023E;
	font-size: 25px;
}

.table.table-bordered,
.table > thead > tr > .packs-title,
.table > thead > tr > .packs-marks,
.table > tfoot > tr > .packs-title,
.table > tfoot > tr > .packs-marks,
.table > thead > tr > .packs-title-xs,
.table > thead > tr > .packs-marks-xs,
.table > tfoot > tr > .packs-title-xs,
.table > tfoot > tr > .packs-marks-xs {
	border: none;
}

.packs-text-th {
	color: #aeaeae;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: justify;
	text-shadow: none;
}

.packs-title {
	color: #fff;
	font-size: 26px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	font-weight: normal;
	position: relative;
	z-index: 0;
	padding-top: 60px;
}

.packs-link {
	display: block;
	color: #fff;
	font-size: 26px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	font-weight: normal;
	line-height: 1.2;
}

.packs-link:hover,
.packs-link:focus,
.packs-link:active {
	color: #BCE5FF;
	text-decoration: none;
}


.first-pack {
	background: #1E79B2;
	text-align: center;
}

.second-pack {
	background: #7CB4D9;
	text-align: center;
	overflow: hidden;
}

.third-pack {
	background: #4696CA;
	text-align: center;
}

.fourth-pack {
	background: #1E79B2;
	text-align: center;
}

.recommended {
	display: block;
	background: #FFF600;
	position: absolute;
	z-index: 0;
	color: #7CB4D9;
	font-size: 22px;
	text-align: center;
	width: 300px;
	text-shadow: none;
	line-height: 1.5;
	left: 50%;
	top: 15px;
	margin-left: -150px;
	transform: rotate(-10deg);
}


.table-xs > tbody > tr:nth-of-type(4n + 3),
.table-xs > tbody > tr:nth-of-type(4n + 4) {
	background: #F9F9F9;
}

.table-xs {
	display: none;
}

tr:nth-of-type(2n + 1) .td_recommended {
	background: #F3EFEC;
}

tr:nth-of-type(2n) .td_recommended {
	background: #FFFCFC;
}

.table-xs tr:nth-of-type(4n + 4) .td_recommended {
	background: #F3EFEC;
}

.table-xs tr:nth-of-type(4n + 2) .td_recommended {
	background: #FFFCFC;
}

@media (max-width: 991px) {
	.table-xs {
		display: table;
	}
}

@media (max-width: 767px) {
	.packs-title {
		font-size: 18px;
		padding-top: 30px;
	}
	
	.packs-link {
		font-size: 14px;
	}
	
	.recommended {
		font-size: 9px;
		font-weight: bold;
		top: 0;
	}
}

.res-small .font-icon {
	font-size: 35px;
}

.res-small .static-header.sm {
	font-size: 16px;
}

.hiw_arrow {
	cursor: pointer;
	position: relative;
	z-index: 0;
	top: -3px;
	margin: 0;
}

.hiw_arrow.left_arrow {
	margin-right: 4%;
}

.hiw_arrow.right_arrow {
	margin-left: 4%;
}

.hiw_slider {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.hiw_slide {
	margin-left: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
}

.hiw_slide.active {
	margin-left: 0;
	position: relative;
}

@media (max-width: 991px) {
	.hiw_arrow {
		margin: 0;
	}
}

.tools3-slides {
	min-height: 550px;
}

.link_up {
	position: fixed;
	z-index: 1000;
	right: 50px;
	bottom: 20px;
	font-size: 50px;
	color: #000;
	opacity: 0.5;
	display: none;
}

.btn-empty-blue {
	border-color: #4696CA;
	color: #4696CA;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-empty-blue:hover,
.btn-empty-blue:focus,
.btn-empty-blue:active {
	color: #4d4d4d;
	border-color: #4d4d4d;
}

.other-buttons-box {
	text-align: right;
	padding-top: 20px;
}

.tool2-phone.other-buttons-box {
	padding-top: 120px;
}

.tool3-phone.other-buttons-box {
	padding-top: 200px;
}

.back-text {
	color: #4d4d4d;
}

@media (max-width: 768px) {
	.landing-box h2.static-header {
		font-size: 19px;
	}
	
	.other-buttons-box .btn-empty-blue {
		display: block;
		margin-top: 5px;
	}
}

.static-header .hiw_arrow > span {
	display: inline-block;
	opacity: 0.5;
	font-size: 26px;
	vertical-align: middle;
	width: 340px;
}

.static-header .hiw_arrow.left_arrow > span {
	padding-right: 30px;
	text-align: right;
}

.static-header .hiw_arrow.right_arrow > span {
	padding-left: 30px;
	text-align: left;
}

.static-header .hiw_arrow:hover > span {
	opacity: 1;
}

@media (max-width: 768px) {
	.static-header .hiw_arrow > span {
		display: none;
	}
}

.app-link {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.about-us-1 {
	background: url("../img/about-us-1.jpg") center no-repeat;
	background-size: cover;
}

.about-us-2 {
	background: url("../img/about-us-2.jpg") center no-repeat;
	background-size: cover;
}

.white-text {
	color: #fff;
}

.static-header.white-text,
.static-header.white-text span {
	color: #fff;
	font-size: 26px;
}

.about-us-1 .app-link {
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.about-us-1 .pv-text {
	padding: 60px 15px 50px;
}

.about-us .panel-white {
	padding: 15px 30px;
}

.about-us .font-icon {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.about-us-1 {
		background-position: 0 center;
		background-size: auto;
	}
}

@media (max-width: 768px) {
	.about-us-1 {
		padding-right: 50px;
	}
}

@media (max-width: 660px) {
	.about-us-1 {
		padding-right: 0;
	}
}

/* norway HIW fixes */
.norway-hiw-fix {font-size:24px;}
.norway-hiw-fix> .hiw_arrow > span { font-size:22px;}
.norway-hiw-fix> .hiw_arrow.left_arrow  { margin-right:3%;}
.norway-hiw-fix> .hiw_arrow.right_arrow { margin-left:3%;}

@media (max-width: 1199px) {
    .norway-hiw-fix {font-size:22px;}
    .norway-hiw-fix> .hiw_arrow > span { font-size:20px; width:290px;}
    .norway-hiw-fix> .hiw_arrow.left_arrow > span {padding-right:20px;}
    .norway-hiw-fix> .hiw_arrow.right_arrow > span {padding-left:20px;}
    .norway-hiw-fix> .hiw_arrow.left_arrow  { margin-right:1%;}
    .norway-hiw-fix> .hiw_arrow.right_arrow { margin-left:1%;}
}

/*---------------------------packages--------------------*/
.pckg_header {
	padding: 80px 0;
	font-family: "Helvetica Neue", sans-serif;
}

.billed_period {
	display: flex;
	justify-content: center;
}

#period_toggle {
	visibility: hidden;
	width: 0;
	height: 0;
}

.page_title {
	font-size: 96px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	line-height: 110px;
}

.period_label {
	background: #013D9A;
	border-radius: 12px;
	height: 24px;
	width: 48px;
	position: relative;
	margin: 0 20px;
}

.period_label:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}

.toggle-menu {
	font-size: 18px;
	color: #c4c4c4;
}

.active {
	color: #013D9A;
}

.non-active {
	color: #c4c4c4;
}

#period_toggle:checked + .period_label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}



/*------options--------------*/
.options {
	font-family: "Helvetica Neue",sans-serif;
}

.pricing_option {
	padding: 50px;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
	border-radius: 6px;
	margin-bottom: 20px;
}

.pricing_option .best {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.option-title
{
	font-size: 24px;
	color: #000;
}

.light .option-title,
.premium .option-title
{
	margin-bottom: 20px;
}

.best-value {
	font-size: 11px;
	padding: 11px 18px 9px 19px;
	border-radius: 18px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #000;
}

.option-price {
	margin-bottom: 20px;
	color: #000;
}

.option-price .euro_custom {
	font-size: 32px;
}

.option-price .sup_override {
	top: -0.2em !important;
}

.option-price .price {
	font-size: 48px;
}

.option-price .interval-to-pay {
	font-size: 18px;
	bottom: 0;
}

.option-benefits {
	margin-bottom: 30px;
}

.option-benefits{
	list-style-type: none;
	font-size: 16px;
	padding-left: 0;
}

.option-benefits li {
	margin-bottom: 10px;
	color: #000;
}

.option-benefits li:before {
	font-family: "FontAwesome", sans-serif;
	content: '\f00c';
	padding-right: 10px;
}

.option-benefits li.cons:before {
	font-family: "FontAwesome", sans-serif;
	content: '\f068';
	padding-right: 14px;
}

.try-for-free-btn {
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	background-color: #fff;
	font-size: 18px;
	color: #000;
}

.try-for-free-btn:focus {
	outline-color: #013D9A;
}

.try-for-free-btn:hover {
	color: #fff;
	background-color: #013D9A;
	border: 1px solid #013D9A;
}

.total {
	font-size: 16px;
	color: #c4c4c4;
	margin-bottom: 20px;
}

.selected {
	background-color: #013D9A;
	transform: scale(1.07);
	margin-bottom: 25px;
}

.selected .option-benefits li,
.selected .cons,
.selected .option-title,
.selected .option-price,
.selected .best-value
{
	color: #fff;
	border-color: #fff;
}

.selected .try-for-free-btn {
	border-color: #fff;
}

/*more features*/

.more-features {
	font-size: 48px;
	color: #000;
	padding: 60px 0 40px 0;
	font-family: "Helvetica Neue", sans-serif;
}

.table_heading {
	margin-bottom: 16px;
}

.features,
.prices
{
	box-shadow: none;
	border: none;
	font-family: "Helvetica Neue", sans-serif;
}

.prices {
	margin-bottom: 58px;
}

.features > .panel-heading,
.prices > .panel-heading
{
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.panel-default>.panel-heading {
	background-color: transparent;
	border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-body {
	border: none;
	padding: 8px 0;
	color: #000;
}

.panel-group {
	margin-bottom: 7px;
}

.features .panel-heading .panel-title > .title,
.prices .panel-heading .panel-title > .title,
.title
{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

.arrow-custom {
	line-height: 0;

}

.features .arrow,
.prices .arrow
{
	font-weight: lighter;
	color: #c4c4c4;
	display: inline-block;
	font-size: 20px;
}

.arrow[aria-expanded=true] {
	transform: rotate(180deg);
	padding-bottom: 3px;
}

.pro, .con {
	position: relative;
}

.pro:after {
	font-family: "FontAwesome", sans-serif;
	content: '\f00c';
	color: #39CD74;
}

.con:after {
	font-family: "FontAwesome", sans-serif;
	content: '\f00d';
	color: #E04545;
}

.features .reviews,
.features .light div,
.features .professional div,
.features .premium div,
.prices .pricing div,
.prices .light div,
.prices .professional div,
.prices .premium div {
	font-size: 18px;
	color: #000;
}

.prices .pricing div,
.prices .light div,
.prices .professional div,
.prices .premium div,
.p-spacing
{
	margin-bottom: 14px;
}

.breaking-point {
	margin-bottom: 20px;
}

.prices div.empty-price:after {
	font-family: "FontAwesome", sans-serif;
	content: '\f068';
	color: #c4c4c4;
}

.gray-price {
	color: #c8c8c8;
}

@media (min-width: 768px) {
	.features .panel-heading > div,
	.prices .panel-heading > div,

	.features .panel-body > div,
	.prices .panel-body > div,

	.pro, .con {
		text-align: center;
	}

	.lpp {
		display: none;
	}

	.features .lpp_top {
		visibility: hidden;
	}

	hr.list-divider {
		display: none;
	}
}

@media (max-width: 765px) {
	.reviews {
		padding-bottom: 10px;
	}

	.lpp_top {
		display: none;
	}

	.selected {
		transform: scale(1);
	}

	hr.list-divider {
		margin-top: 7px;
		margin-bottom: 7px;
		background-color: #ededed;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
}