* {
	box-sizing: border-box;
	font-family: 'Poppins';
	font-size: 14px;
	line-height: 1.2;
}

body {
	padding: 0px 0px 0px 0;
	margin: 0;
	background: #102552;	
}

body.publishers {
	background: #FFF;
}

body.noscroll {
	font-size: 0;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
}

a,
a:link,
a:visited,
a:active {
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
}

.button {
	background: #102552;
/* 	min-width: 80px; */
	color: #FFF;
	display: inline-block;
	padding: 10px 12px 10px 12px;
	border-radius: 50px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button.small {
	padding: 0px 5px 0px 5px;
	min-width: 50px;	
}

.button.large {
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	line-height: 18px;	
}

.button.hide {
	pointer-events: none;
	opacity: .25;
}

.button:hover {
	opacity: .8;
}

.button svg {
	color: white;
	vertical-align: middle;	
}

.button.green {
	background: #102552;
}

.button.white {
	background: #FFF;
	color: #102552;
}

.button.gray {
	background: #EEE;
}

.button.red {
	background: #C73D3D;
	color: #FFF;
}


.button .label {
	color: white;
	line-height: 20px;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: middle;
}

h1 {
	font-size: 5vw;
	line-height: 5vw;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	max-width: 600px;
}

#header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 50px 24px 50px;
	background: #102552;
	color: #FFF;
/* 	box-shadow: 0px 3px 5px rgba(61, 162, 199, .8); */
}

body.publishers #header {
	box-shadow: none;
	background: #FFF;
	box-shadow: 0px 3px 5px rgba(255, 255, 255, .8);	
}

body.publishers #header a {
	color: #102552;
}

body.publishers #header .nav-el {
	border-bottom: 2px solid #FFF;	
}

body.publishers #header .nav-el:hover {
	border-bottom: 2px solid #102552;	
}

body.publishers #header .nav-el.on {
	border-bottom: 2px solid #102552;	
}


#header svg {
	width: 150px;
}

.reset #header svg {
	width: 250px;
}

body.publishers #header svg path,
body.publishers #header svg rect {
	fill: #102552;
}

#marketing {
	width: calc(100% - 400px);
	height: 100%;
	padding: 80px 50px 50px 50px;
	color: #FFF;

}

.footer {
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	padding: 40px;
}

.footer .logo-footer {
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.advantages {
	text-align: center;
	font-size: 2.5em;
	font-weight: 300;	
	color: #102552;
	background: #FFF;
	padding: 40px;
	margin-left: -50px;
	margin-top: 30px;
	width: calc(100% + 100px);
}

.advantages .advantage  {
	color: #666;	
	font-weight: 300;
	display: inline-block;
	text-align: center;
	width: 25%;
	min-width: 280px;
	vertical-align: top;
	margin: 10px;
}

.advantages .advantage .title {
	font-size: 1.5em;
	color: #102552;
	padding-bottom: 20px;
}

.advantages .advantage .text {
	font-size: 12px;
}



.iubenda-cs-close-btn {
	font-size: 30px;	
}

body.publishers #marketing {
	color: #102552;
}

.screenshot {
	margin-top: 50px;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 20px 35px rgba(0, 0, 0, .35);
}
.screenshot img {
	width: 101%;
	max-width: 1000px;
	display: block;	
}

.logo,
.nav,
.nav-el {
	display: inline-block;
	vertical-align: middle;
}

.nav {
	margin-left: 50px;	
}

.nav-el {
	padding-bottom: 3px;
	margin-right: 30px;
	font-weight: 300;
	border-bottom: 2px solid #102552;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.nav-el.on,
.nav-el:hover {
	opacity: .5;
	border-bottom: 2px solid #FFF;
}

.nav-el.on {
	font-weight: 600;
}


#door {
	width: 400px;
	height: 100%;
	position: fixed;
	z-index: 3;
	right: 0px;
	top: 0px;
	background: #FFF;
	padding: 40px;
	font-weight: 300;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.reset #door {
	width: 70%;
}

body.publishers #door {
	background: #F7F7F7;
}

.sign-buttons {
	position: fixed;
	z-index: 20000;
	top: 40px;
	right: 20px;
	cursor: pointer;
	color: #102552;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
	
}

.sign-buttons .button.hide {
	display: none;
}

.sign-buttons svg {
	margin-right: 3px;
}

#door .title {
	color: #102552;	
	font-size: 24px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
}

#door input {
	-webkit-appearance: none;	
}

#door input[type=text],
#door input[type=password] {
	width: 100%;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #999;
	border: 1px solid #EEE;	
	outline: none;
	border-radius: 4px;
	transition: all ease-in-out .25s;
}

#door input[type=text]:focus,
#door input[type=password]:focus {
	border: 1px solid #102552;
}


#door input[type=checkbox] {
	width: 20px;
	height: 20px;
	border: 1px solid #EEE;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-appearance: checkbox;	
}

#door input[type=submit] {
	margin-top: 50px;
	width: 100%;
	padding: 12px;
	background: #102552;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	border-radius: 30px;
	border: 0px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: none;		
	
}	

#door input[type=submit]:hover {
	opacity: .8;
	cursor: pointer;
}

#signup label.agree {
	font-size: 12px;
	color: #999;
	padding-bottom: 20px;
	display: inline-block;	
}

#door a {
	text-decoration: underline;
}

#door .button {
	margin-top: 20px;
	width: 100%;
	padding: 12px;
	background: #FFF;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 30px;
}

#door .button:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
	box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3)
}

#door .button img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

#imageuploader {
	display: none;
}

#signup,
#signin,
#resetpassword {
	display: none;
	-webkit-animation:signup-anim .75s 1;
    -moz-animation:signup-anim .75s 1;
    -o-animation:signup-anim .5s 1;
    animation:signup-anim .5s 1;
    
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#resetpassword .title {
	padding-top: 50px;
}

#pricing {
	background: #FFF;
	width: calc(100% + 100px);
	margin-left: -50px;
}
#pricing .swiper-wrapper {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#pricing .swiper-pagination {
	bottom: 0;
}

#pricing .swiper-pagination-bullet,
#pricing .swiper-pagination-bullet-active {
	background: #102552;
}

#pricing .swiper-container {
	margin: 20px 0 50px 0;
	align-items: center;
	justify-content: center;
}

#pricing .title {
	font-size: 2.5em;
	font-weight: 300;
	color: #102552;
	text-align: center;
	padding: 40px;
}

#pricing .package small {
	font-size: 12px;
	font-weight: 100;
	padding-top: 30px;
	color: #666;
	display: block;
}

#pricing .package  {
	margin: 20px;
	max-width: 300px;
	width: 80%;
	transition: all ease-in-out .2s;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	padding: 20px;
	cursor: pointer;
	height: auto;
	outline: none;
	position: relative;
}
#pricing .package:hover {
	transform: scale(1.05,1.05);
}
#pricing .package.small  {
	text-align: left;
}
#pricing .package.small > div  {
}

#pricing .package.small h4  {
	margin: 0;	
}
#pricing .package i + span sup {
	line-height: 10px;
}

#pricing .package i.fa-times + span {
	color: #AAA;
}

#pricing .profile .cols .col.package {
	margin: 30px 30px 30px 0px;
}

#pricing .profile .cols .col.package.selected {
	border: 1px solid #102552;
}

#pricing .package ul {
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 0;
	display: inline-block;
}

#pricing .package ul li {
	display: table-row;
	font-size: 18px;
}

#pricing .package li i,
#pricing .package li span {
	display: table-cell;
	line-height: 18px;
	padding-bottom: 5px;
}

#pricing .package li span {
	color: #666;
}

#pricing .package li i {
	width: 30px;
	padding-right: 10px;
	color: #102552;
}

#pricing .package li i.fa-times {
	color: #CCC;
}


#pricing .package .card-selector {
	border: 1px solid #102552;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
}

#pricing .package .card-selector .selector {
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 30px;
	transition: all ease-in-out .2s;
}

#pricing .package.selected .card-selector .selector {
	background: #102552;
}

#pricing .package h4 {
	font-size: 20px;
	font-weight: 200;
	color: #102552;
	margin-bottom: 0;
}

#pricing .package .price {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 20000;
	color: #102552;
	margin: 0;
	padding: 0;
}

#pricing .package .price sup {
	font-size: 30px;
	font-family: 'Poppins';	
}

#pricing .package ul {
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 0;
	display: inline-block;
}

#pricing .package ul li {
	font-weight: 100;
	padding-left: 10px;
	line-height: 24px;
}

#pricing .package .reason {
	font-weight: 200;
	font-family: 'Poppins';
	font-size: 16px;
	text-align: center;
}

#pricing .package.selected {
	border: 1px solid #102552;
}
#pricing .package.trial {
	border: 1px solid #102552;
}

#pricing .package form {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.package.selected[data-package] .button {
	/* display: none; */
}
.package.selected form {
	display: block;
}


@-webkit-keyframes signup-anim {
    0%   {
        opacity: 0;
    }100% {
		opacity: 1;
    }
}
@-moz-keyframes signup-anim {
    0%   {
        opacity: 0;
    }100% {
		opacity: 1;
    }
}
@-o-keyframes signup-anim {
    0%   {
        opacity: 0;
    }100% {
		opacity: 1;
    }
}
@keyframes signup-anim {
    0%   {
        opacity: 0;
    }100% {
		opacity: 1;
    }
}

#signup.on,
#signin.on,
#resetpassword.on {
	display: block;
}

.g-signin2 .abcRioButton {
	width: auto !important;
	padding: 5px;	
	height: auto !important;
	max-height: 45px;
	border-radius: 30px;	
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 20px;
	background: #FFF;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #EEE;
}

.g-signin2 .abcRioButton .abcRioButtonContents {
	font-weight: 300;
	vertical-align: middle;
	line-height: normal;	
}

.g-signin2 .abcRioButton .abcRioButtonIcon {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;	
}

.g-signin2 .abcRioButton .abcRioButtonSvg,
.g-signin2 .abcRioButton .abcRioButtonIconImage {
	display: inline-block;
	vertical-align: middle;
}

body.publishers #header {
	z-index: 10;
}

body.publishers #door {
	z-index: 20;
}

.nav {
	position: relative;
}

.premium-trial {
	background: #afd81a;
	padding: 8px 13px;
	border-radius: 30px;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.beta {
	background: #afd81a;
	padding: 5px 8px;
	border-radius: 20px;
	position: absolute;
	color: #FFF;
	font-size: 10px;
	font-family: 'Poppins';
	font-weight: 200;
	top: -5px;
	right: 5px;
}

body.publishers .beta-rebate {
	background: #afd81a;
	padding: 8px 13px;
	border-radius: 30px;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

body.publishers .striked {
	text-decoration: line-through;
}

body.publishers .swiper-container h3 {
	font-size: 32px;
	font-weight: 300;
	margin-top: 0;

}

body.publishers .button.large {
	font-weight: 300;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}

body.publishers .button i {
	margin-right: 5px;
}

body.publishers .swiper-wrapper {
	display: flex;
/* 	flex-wrap: wrap; */
}

body.publishers .swiper-pagination {
	bottom: 100px;
}

body.publishers .swiper-pagination-bullet,
body.publishers .swiper-pagination-bullet-active {
	background: #102552;
}

body.publishers .swiper-container {
	text-align: center;
	background: #FAFAFA;
	padding: 40px 50px 120px 50px;
	width: calc(100% + 100px);
	margin: 0 0 20px -50px;
	position: relative;
}

body.publishers .cols .col.package {
/* 	flex: 1 1 auto; */
	width: calc(33% - 20px);
	min-width: 270px;
	max-width: 350px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	padding: 20px;
	transition: all ease-in-out .2s;
	cursor: pointer;
	position: relative;
	height: auto;
	cursor: auto;
	outline: none;
	text-align: center;
	color: #000;
	margin: 20px;
	justify-content: center;
	background: #FFF;	
}

body.publishers .package i.fa-times + span {
	color: #AAA;
}

body.publishers .cols .col.package h4,
body.publishers .cols .col.package .reason,
body.publishers .cols .col.package ul li span,
body.publishers .cols .col.package small {
	font-family: 'Poppins';	
}

body.publishers .cols .col.package small {
	font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    color: #666;
    display: block;
}

body.publishers .cols .col.package:first-child {
/* 	margin-left: 0; */
}

body.publishers .cols .col.package:last-child {
/* 	margin-right: 0; */
}


body.publishers .cols .col.package.selected {
	border: 1px solid #102552;
}

body.publishers .package ul {
	display: table;	
}

body.publishers .package ul li {
	display: table-row;
	padding-bottom: 5px;
}

body.publishers .package li i,
body.publishers .package li span {
	display: table-cell;
	line-height: 16px;
	font-size: 12px;
	color: #666;
	
}

body.publishers .package li span {
	padding-bottom: 5px;
}

body.publishers .package li i {
	padding-right: 10px;
	color: #102552;
}

body.publishers .package li i.fa-times {
	color: #CCC;
}


body.publishers .package .card-selector {
	border: 1px solid #102552;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
}

body.publishers .package .card-selector .selector {
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 30px;
	transition: all ease-in-out .2s;
}

body.publishers .package.selected .card-selector .selector {
	background: #102552;
}


body.publishers .package:hover {
	transform: scale(1.05,1.05);
}

body.publishers .package h4 {
	font-size: 20px;
	font-weight: 200;
	color: #102552;
	margin-bottom: 0;
	margin-top: 5px;
}

body.publishers .package .price,
body.publishers .package .price .striked,
body.publishers .package .price .green {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 300;
	color: #102552;
	margin: 0;
	padding: 0;
}

body.publishers .package .price .green {
	color: #afd81a;
}

body.publishers .package .price sup {
	font-size: 24px;
	font-family: 'Poppins';	
}

body.publishers .package ul {
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 0;
	display: inline-block;
}

body.publishers .package ul li {
	font-weight: 300;
	padding-left: 10px;
	line-height: 24px;
}

body.publishers .package .reason {
	font-weight: 200;
	font-family: 'Poppins';
	font-size: 16px;
	text-align: center;
	margin-top: 0;
}

body.publishers #marketing {
	text-align: center;		
}

body.publishers #marketing h2 {
	display: block;
	margin: 0 auto;
	max-width: 800px;
}

body.publishers .marketing-header {
	padding: 10% 0;
}

body.publishers .what .cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.publishers .what .cols .col {
	width: 33%;
	min-width: 280px;
	padding: 20px;
	flex: 1 1 33%;
	max-width: 400px;	
}

body.publishers .what .cols .col img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}


body.publishers .what .cols .col h4 {
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 300;
}

body.publishers .what .cols .col p {
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 300;
	line-height: 18px;	
	color: #999;
}

body.publishers .bg {
	position: absolute;	
	z-index: -1;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	left: 0;
	margin-top: 200px;	
}

body.publishers .bg img {
	position: relative;
	left: -30%;
	width: 130%;
}

body.publishers .why {
	text-align: center;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	position: relative;
}

body.publishers .why img {
	max-width: 800px;
}

body.publishers .why .cols {
	margin: 50px 0 80px;
	min-height: 500px;
}

body.publishers .why h3 {
	font-size: 26px;
	font-weight: 300;
}

body.publishers .why p {
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	color: #666;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}

body.publishers .footer {
	color: #999;
}

body.publishers .footer .logo-footer {
	margin-top: 20px;	
}

body.publishers .footer .logo-footer svg {
	width: 120px;
}

@media only screen and (min-width: 1440px) {
	body.publishers .swiper-wrapper {
		justify-content: center;
	}
}


@media only screen and (max-width: 800px) {

	.logo {
		margin-bottom: 20px;			
	}
	
	.sign-buttons .button svg,
	.sign-buttons .button i {
		display: none;
	}
	
	.sign-buttons {
		top: 15px;
		right: 15px;
	}
	.sign-buttons .button {
		min-width: 50px;
		margin: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
		
	.sign-buttons .button.hide {
		pointer-events: all;
		display: inline-block;
		opacity: 1;
	}

	#header {
		padding: 20px;	
	}
	
	#header .logo img {
		width: 130px;
	}
	
	.advantages {
		width: 100%;
		margin-left: 0;
			
	}
	
	
	.nav {
		margin-left: 0;
	}
	
	#marketing {
		padding: 120px 20px 20px 20px;
		width: 100%;
	}
	
	#marketing h1 {
		font-size: 10vw;
		line-height: 10vw;
	}
	
	#marketing h2 {
		font-size: 20px;
	}

	
	#door {
		width: 100%;
		padding: 30px;
		position: relative;
		height: auto;
	}
	
	.steps {
		text-align: center;	
	}
	
	.steps .step {
		width: calc(50% - 20px);
	}
	
	.advantages {
		text-align: center;	
	}
	
	.advantages .advantage {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#pricing {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	#pricing .swiper-wrapper  {
		display: block;
	}
	
	#pricing .package {
		margin: 40px auto;
	}
	
	body.publishers .swiper-container {
		width: calc(100% + 40px);
		padding: 20px 20px 120px 20px;
		margin: 0 0 20px -20px;
	}

	body.publishers .cols .col.package {
		margin-left: 0;
	}

	body.publishers .cols .col.package:last-child {
		margin-right: 0;
	}
	
	body.publishers .swiper-container .button.large {
		white-space: nowrap;
	}
	
	body.publishers .bg {
		height: auto;
		margin-top: 250px;
	}
	
	body.publishers .bg img {
		width: auto;
		height: 800px;
		left: -150%;
	}
	
	body.publishers .why img:not(.bg)  {
		width: 100%;
	}
	
	body.publishers .why .cols {
		margin: 30px 0 80px;
		min-height: auto;
	}
	
	body.publishers .cols .col.package {
		min-width: 90%;
	}
	
}


@media only screen and (max-width: 400px) {
	.logo {
		width: 40px;
		overflow: hidden;
		margin-right: 60px;	
		margin-bottom: 20px;			
	}
	
	#header .search.expanded {
		width: 55%;
	}
}