@font-face {
        font-family: "Futura;
        src: url(/fonts/Futura.tff);
}
body {
	font-family: 'Poppins', sans-serif;
	background-color: #FDFDFF;
}

.container {
	width: 100% !important;
	max-width: 1170px !important;
}

.black-text {
	color: #000 !important;
}

nav.navbar.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: 68px !important;
	z-index: 100;
}

section {
	
}

section.navigation {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

section.footer {
	margin-top: 0;
	margin-bottom: 0;
}

section.white {
	background-color: #FFFFFF;
	padding: 40px 0px 40px 0px;
}

section.steps {
	background-color: #FFFFFF;
	padding: 40px 0px 30px 0px;
}

section.grey {
	padding: 40px 0px 40px 0px;
}

section.blue {
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	padding: 60px 0px 60px 0px;
	border-radius: 10px;
	margin: 15px;
	box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
}



section.footer {
	background-color: transparent;
	padding: 40px 0px 40px 0px;
}

.icon-container {
	background-color: #521BE6;
    color: white;
    border-radius: 50%;
    font-size: 32px !important;
    padding: 20px;
}

.icon-user {
	padding-right: 25px !important;
    padding-left: 25px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #521BE6;
}

.navbar-fixed-top.top {
  background-color: #521BE6 !important;
  transition: background-color 200ms linear;
}

.navbar-collapse { 
	border: 0;
	background-color: #fff;
} 

.navbar-collapse .btn-signup {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 440px;
}

.navbar-toggle {
	padding: 13px 13px;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.steps-margin {
	margin-bottom: 10px;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

p.grey {
	
}

.navbar-brand>img {
   width: 120px;
}

.navbar-default .navbar-nav>li>a {
	color: black;
	font-weight: 450;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-default .navbar-nav>li>a:hover, .header a.btn-signup:hover {
	opacity: 0.5;
	text-decoration: none;
}

.btn-register, .navbar-default .navbar-nav>li>a.btn-signup, .header a.btn-signup {
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	color: white !important;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
}

@media (min-width: 0px) { 

	section.blue-half {
		background: linear-gradient(0deg, #FFFFFF 50%, #602FE8 50%);
		padding: 15px 0px 15px 0px;
		border-radius: 10px;
		margin: 15px;
		box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
	}


	.header {	
		min-height: 80vh;
	}

	.header h2 {
		font-size: 24px;
		font-weight: 200;
	}

	.header h3 {
		font-size: 14px;
		font-weight: 100;
	}

	.text {
		margin-top: 240px;
		max-width: 300px;
	}
}


@media (min-width: 768px) { 
	section.blue-half {
		background: linear-gradient(90deg, #602FE8 50%, #FFFFFF 50%);

		padding: 30px 0px 30px 0px;
		border-radius: 10px;
		margin: 15px;
		box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
	}

	.header {	
		min-height: 100vh;
	}

	.header h2 {
		font-size: 32px;
		font-weight: 300;
	}

	.header h3 {
		font-size: 20px;
		font-weight: 100;
	}

	.text {
		margin-top: 120px;
		max-width: 400px;
	}
}

@media (min-width: 1000px) { 
	.header {	
		min-height: 135vh;
	}

	.header h2 {
		font-size: 48px;
		font-weight: 300;
	}

	.header h3 {
		font-weight: 100;
	}

	.text {
		margin-top: 120px;
		max-width: 600px;
	}
}

section.no-min {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}

section#marketplace {
	margin-top: 0;
	margin-bottom: 0;

}

.step {
	border: 3px solid #4A4A4A;
	border-radius: 50%;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}

h4.steps {
	text-transform: uppercase;
	font-size: 16px;
}

p.steps {
	color: #000;
	font-size: 13px;
	line-height: 0;
}

h1.platform-title {
	padding-bottom: 20px;
}

p.platform-text {
	line-height: 25px;
	color: #000;
}

ol>li {
	color: #000;
}

.box-style-3 {
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
	border-radius: 10px;
	color: #fff;
	margin: 0px;
	height: 100px;
}


.box-style-2 {
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
	border-radius: 10px;
	color: #fff;
	margin: 10px;
	height: 200px;
}

.box-style-2 img {
	margin-top: 20px;
	height: 80px;
}

h1.features-title {
	font-size: 30px;
	padding-bottom: 40px;
	text-align: center;
}

h5.features-subtitle {
	font-size: 16px;
	padding-top: 5px; 
}

h5.publishers-heading {
	font-size: 20px;
	padding-top: 25px;
	text-align: center;
	color: #EEE;
}

p.publishers-text {
	font-size: 12px;
	padding-top: 5px; 
	color: #EEE;
}

p.features-text {
	font-size: 12px;
	color: #EEE;
}

.features-row {
	padding-top: 20px;
}

h1.demo-title {
	text-align: center;
	font-size: 48px;
}

h1.brands-title, h1.publishers-title {
	text-align: center;
	font-size: 30px;
}

h4.brands-subtitle, h4.publishers-subtitle {
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-bottom: 40px;
}

.demo-buttons {
	padding-top: 40px;
	padding-bottom: 40px;
}

.btn.btn-demo {
	 font-size: 24px;
    background-color: transparent;
    color: #4A4A4A;
}


.pricing-content {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    color: #777777;
    border: 1px solid #eee;
    line-height: 30px;
}

.pricing-content ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.pricing-content ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.pricing-content ul li i {
    margin-right: 5px;
}


.pricing-content .price {
    background-color: #24394C;
    margin-right: 0;
    margin-left: 0;
    height: 80px;
    padding: 8px;
}

.pricing-content .price h4 {
    font-size: 46px;
    font-weight: 600;
    color: #FFFFFF;
}

.pricing-content .price p {
    color: #CDD1D6;
    font-size: 10px;
    text-align: start;
}

.pricing-content .type {
    padding: 30px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    background-color: #521BE6;
}

.pricing-content .pricing-footer {
    padding: 20px;
}

.pricing-container {
	margin-top: 60px;
}

.pricing-container > .col-lg-4,
.pricing-container > .col-lg-3,
.pricing-container > .col-md-4,
.pricing-container > .col-md-3,
.pricing-container > .col-sm-4,
.pricing-container > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.pricing-content.popular {
	margin-top: 10px;
}

.row.price.popular {
	height: 120px;
	padding-top: 25px;
}

.interested-title {
	color: white;
	text-align: center;
	font-size: 24px;
}

.interested-subtitle {
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
}

.btn-signup {
	border-radius: 5px;
	background-color: white;
	color: #4A4A4A;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.btn-signup-purple {
	border-radius: 5px;
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer small {
	color: black;
}

.footer ul {
	list-style-type: none;
}

.footer ul>li {
	color: black;
}

.footer ul>li>a {
	color: black;
	font-weight: 300;
}

h4.precent {
	color: white;
	font-size: 56px;
	font-weight: 700;
	float: right;
}

h5.comision {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	color: #D3D7DB;
}

h5.transaction {
	float: left;
	margin: 0;
	font-size: 12px;
	color: #D3D7DB;
	font-weight: 300;
}

.precent-col {
	padding-right: 0px !important;
}

.exp-col {
	padding-left: 5px !important;
	margin-top: 12px !important;
}

.header-image {
	padding: 0;
	position: absolute;
    bottom: 20%;
    right: 0;
    width: 60%;    
}

.padding-header {
	padding-top: 30vh;
}

.video {
	position: absolute;
    width: 24.5%;
    margin-top: 16%;
    margin-left: 1.7%;
}

@media (max-width: 768px) { 
	h5.transaction {
		font-size: 9px;
	}

	.box-style-3:after {
	    content: '';
	    position: absolute;
	    left: 48%;
	    bottom: -10px;
	    width: 0;
	    height: 0;
	    border-top: 10px solid #6030E8;
	  	border-right: 10px solid transparent;
	 	border-left: 10px solid transparent;
	    clear: both;

	}

	.last-box:after {
		border: 0;
	}
}

@media (max-width: 425px) { 
	.header-image {
		width: 90%;		
	}
}

@media (min-width: 768px) { 
	div#bs-example-navbar-collapse-1 {
		height: 59px !important;
	}

	.box-style-3:after {
	    content: '';
	    position: absolute;
	    right: -5px;
	    top: 50px;
	    width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	  	border-bottom: 10px solid transparent;
	 	border-left: 10px solid #6030E8;
	    clear: both;

	}

	.last-box:after {
		border: 0;
	}

}

.product {
    margin-top: 20px;
}
hr {
    border: 2px solid #ddd;
}
.keywords {
    display: none;
}
#search {
	height: 100px;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	background-image: linear-gradient(-225deg, #764AEB 0%, #521BE6 100%);
	box-shadow: 0 24px 36px -24px rgba(82,27,230,0.50);
}