/* Commons */
body {
	font-family: sans-serif;
	padding-top: 55px;
	font-weight: 300 !important;
	font-size: 16px !important;
}


.api-content h3 {
	font-weight: 600 !important;
	font-size: 16px !important;
}

.api-content .popover-title {
	font-size: 14px !important;
}

.api-content .popover {
	max-width: none;
}

.api-content img {
	max-width: 100%;
}

.api-content section#example a {
	word-wrap: break-word;
}

h3 {
	font-weight: 300 !important;
	font-size: 30px !important;
}

table#responses .label {
	font-family: monospace;
}

.section-offset:before {
	display: block;
	content: " ";
	height: 50px; /* Give height of your fixed element, bust cache */
	margin-top: -50px; /* Give negative margin of your fixed element */
	visibility: hidden;
}

a.anchor {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

.version-name {
	font-family: monospace;
}

h4 {
	font-weight: 500 !important;
}

.well {
	border: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-sandwich {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.btn-blue {
	background-color: #1f85d3 !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
	border: 0 !important;
	text-transform: uppercase;
}

.btn-blue:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-yellow {
	background-color: #e8983f !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
	border: 0 !important;
	text-transform: uppercase;
}

.btn-yellow:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-violet {
	background-color: #7b69e4 !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
	border: 0 !important;
	text-transform: uppercase;
}

.btn-violet:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-blue-light {
	background-color: #4d97fa !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
	border: 0 !important;
	text-transform: uppercase;
	box-shadow: 0 4px 10px -7px #000;
}

.btn-blue-light:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-blue-semitrans {
	background-color: transparent !important;
	border-radius: 40px !important;
	border: 1px solid #67819a !important;
	color: #67819a !important;
	padding: 10px 20px !important;
	font-weight: 300 !important;
}

.btn-blue-semitrans:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-red {
	background-color: #e74c3c !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 17px !important;
	border: 0 !important;
}

.btn-red:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-green {
	background-color: #5cb85c !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
	border: 0 !important;
}

.btn-green:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-normal-header {
	border: 1px solid #484848 !important;
	background: white !important;
	border-radius: 40px !important;
	color: #35373b !important;
	padding: 10px 20px !important;
	margin-bottom: 10px !important;
}

.btn-normal-header:hover {
	color: #35373b !important;
	text-decoration: underline !important;
}

.btn-white-border-black {
	border: 1px solid #484848 !important;
	background: white !important;
	border-radius: 40px !important;
	color: #35373b !important;
	padding: 9px 19px !important;
}

.btn-white-border-black :hover {
	color: #35373b !important;
	text-decoration: underline !important;
}

.btn-white {
	border: 1px solid #fff !important;
	background: transparent !important;
	border-radius: 40px !important;
	color: #fff !important;
	padding: 10px 20px !important;
}

.btn-white:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-white-full {
	border: 1px solid #fff !important;
	background: #fff !important;
	border-radius: 40px !important;
	color: #333 !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	box-shadow: 0 4px 10px -7px #000;
}

.btn-white-full:hover {
	color: #333 !important;
	text-decoration: underline !important;
}

.btn-grey {
	background-color: #EDEFF0 !important;
	border-radius: 40px !important;
	color: #afafaf !important;
	padding: 10px 20px !important;
	border: 0 !important;
}

.btn-grey:hover {
	text-decoration: underline !important;
}

.btn-semitrans {
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-radius: 40px !important;
	color: #949494 !important;
	padding: 10px 20px !important;
}

.btn-semitrans:hover {
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	color: #ccc !important;
}

.btn-android {
	background-color: #33bda2 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 5px 13px 4px 13px !important;
	font-weight: 300 !important;
	border: 0 !important;
	margin-left: 8px;
}

.btn-android:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-request {
	background-color: #1f85d3 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 5px 13px 4px 13px !important;
	font-weight: 300 !important;
	border: 0 !important;
	margin-left: 8px;
}

.btn-request:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-ios {
	background-color: #405d74 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 5px 13px 4px 13px !important;
	font-weight: 300 !important;
	border: 0 !important;
	margin-left: 8px;
}

.btn-ios:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-tencent {
	background-color: #ffb000 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 5px 13px 4px 13px !important;
	font-weight: 300 !important;
	border: 0 !important;
	margin-left: 8px;
}

.btn-tencent:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-amazon {
	background-color: #FF9900 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 5px 13px 4px 13px !important;
	font-weight: 300 !important;
	border: 0 !important;
	margin-left: 8px;
}

.btn-amazon:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

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

.content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content.signup {
	padding-top: 50px;
}

.border-top {
	margin-top: 20px;
	padding-top: 80px;
	border-top: 1px solid #EDEFF0;
}

/* Login, Singup, etc. */

.brand-black {
	display: inline-block;
	width: 155px;
	height: 44px;
	background: transparent url(../img/commons/logo-black.svg) no-repeat 0 0;
	background-size: 100%;
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Header */

.navbar {
	border-radius: 0;
	border: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.navbar .navbar-nav > li > a {
	padding: 16px 9px
}
@media (min-width: 991px) {
	.navbar .navbar-nav > li.navbar-item > a {
		padding: 16px 9px 16px 9px;
		transition: all .2s ease-in-out;
		border-bottom-width: 5px;
	}
	.navbar .navbar-nav > li.navbar-item > a:hover {
		padding-bottom: 16px;
		border-bottom-width: 5px;
	}
}
.navbar .container {
	margin-top: 8px;
}

.navbar-header {
	margin-bottom: 7px;
}

.navbar-default {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
	margin-top: -8px;
}

.navbar .btn {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.navbar-nav .active a {
	font-weight: 500 !important;
	background-color: #f2f2f2 !important;
	border-bottom: 5px solid #05305b;
}

.navbar-nav a {
	font-weight: normal !important;
	border-bottom: 5px solid transparent;
}

.nav-warning, .nav-warning:visited {
	display: block;
	padding: 10px;
	background-color: #e74c3c;
	color: #ffffff;
	text-decoration: none !important;
}

.nav-warning:hover {
	background-color: #c0392b;
	color: #ffffff;
	text-decoration: none !important;
}

.nav-info, .nav-info:visited {
	display: block;
	padding: 10px;
	background-color: #5cb85c;
	color: #ffffff;
	text-decoration: none !important;
}

.products-dropdown {
	border-radius: 0 4px 4px 4px !important;
	background: #eee !important;
	border: 0;
}

.products-dropdown li a {
	padding: 6px 20px;
}

.products-dropdown li a:hover {
	padding: 6px 20px;
}

/* Jumbo */
.jumbo {
	background: #022848 url("../img/home/header-background.png") top no-repeat;
	background-size: 1400px auto;
	background-position: center -20px;
	padding: 100px 0;
}

@media (max-width: 992px) {
	.jumbo {
		background: #022848 url("../img/home/header-background-sml.png") top no-repeat;
		background-size: auto 100%;
	}
}
.jumbo .wrapper {
	padding: 0 3%;
}

.jumbo .title {
	font-size: 44px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: 300;
}

.jumbo .text {
	font-size: 20px;
	font-weight: 300;
	color: #e4e4e4;
	line-height: 25px;
}

.jumbo-light {
	background-color: #1f85d3;
	background-size: cover;
	padding: 50px 0;
}

.jumbo-light .wrapper {
	padding: 0 3%;
}

.jumbo-light .title {
	font-size: 42px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: 300;
}

.jumbo-light .text {
	font-size: 20px;
	font-weight: 300;
	color: #e4e4e4;
	line-height: 25px;
}

.jumbo-white {
	background-color: transparent;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 0px;
}

.jumbo-white .wrapper {
	padding: 0 3%;
}

.jumbo-white .title {
	font-size: 42px;
	margin: 0 0 20px;
	color: #000000;
	font-weight: 400;
}

.jumbo-white .text {
	font-size: 20px;
	font-weight: 300;
	color: #909090;
	line-height: 25px;
}

/* .well-white {
	background: white !important;
	-webkit-border-radius: 1px solid #edf0f1 !important;
	-moz-border-radius: 1px solid #edf0f1 !important;
	-o-border-radius: 1px solid #edf0f1 !important;
	border-radius: 1px solid #edf0f1 !important;
	border: 1px solid #edf0f1 !important;
} */

.boxes {
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(left, #197fd6 50%, #339eef 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #197fd6 50%, #339eef 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #197fd6 48%, #339eef 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#197fd6', endColorstr='#339eef', GradientType=1); /* IE6-9 */
}

.box {
	color: #ffffff;
	padding: 50px
}

.box h2 {
	font-size: 30px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: 300 !important;
}

.box h3 {
	font-size: 30px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: 300 !important;
}

.box img {
	height: 80px;
	margin-bottom: 20px;
}

.box-left {
	background-color: #197fd6 !important;
}

.box-right {
	background-color: #339eef !important;
}

@media (min-width: 768px) {
	.boxes .container {
		width: 100%;
	}
}

.boxes a.btn.btn-white-full {
	margin: 5px;
}

.subtitle-blue-dark {
	font-size: 18px;
	font-weight: 300;
	color: #67819a !important;
}

.subtitle-blue-dark a {
	color: #67819a !important;
}

.subtitle-blue-light {
	font-size: 17px;
	font-weight: 300;
	color: #97c7eb !important;
}

.subtitle-blue-lighter {
	font-size: 17px;
	font-weight: 300;
	color: #98d0f7 !important;
}

.free-trial-blue-lighter {
	font-size: 16px;
	font-weight: 300;
	color: #98d0f7 !important;
	padding-left: 5px;
}

.border {
	display: block;
	height: 5px;
	background-color: #197fd6;
}

.use-cases hr {
	margin-top: 10px;
	margin-bottom: 30px;
}

.use-cases img {
	height: 60px;
	margin-bottom: 20px;
}

.faq hr {
	margin-top: 10px;
	margin-bottom: 30px;
}

/* Text blocks */
/*.text-block {*/
/*margin-bottom: 45px;*/
/*}*/
/*.text-block.small-margin {*/
/*margin-bottom: 10px;*/
/*}*/
/*.text-block .title,*/
/*.text-block .text-content .title {*/
/*font-size: 20px;*/
/*color: #1E1E1E;*/
/*line-height: 25px;*/
/*text-align: center;*/
/*}*/
/*.text-block .text,*/
/*.text-block .text-content p,*/
/*.text-block .text-content ul li {*/
/*font-size: 13px;*/
/*color: #727272;*/
/*line-height: 18px;*/
/*text-align: center;*/
/*margin-bottom: 30px;*/
/*}*/
/*.text-block .title-small {*/
/*font-size: 20px;*/
/*color: #1E1E1E;*/
/*line-height: 25px;*/
/*text-align: center;*/
/*}*/
/*.text-block .text-small {*/
/*font-size: 12px;*/
/*color: #B2B2B2;*/
/*line-height: 18px;*/
/*margin-top: 10px;*/
/*}*/
/*.text-block .price {*/
/*font-size: 40px;*/
/*color: #2E9DD3;*/
/*line-height: 35px;*/
/*font-weight: 200;*/
/*margin: 15px 0;*/
/*}*/
/*.text-block .price .min {*/
/*font-size: 25px;*/
/*color: #2E9DD3;*/
/*}*/

/* Customers */
.customers img {
	margin-bottom: 30px;
	max-width: 60%;
}

.customers h3 {
	color: #ffffff;
}

/* Footer */
.footer {
	background-color: #042b4f;
	padding: 50px 0 0px;
	color: #ffffff;
}

.footer-2 {
	margin-top: 30px;
	background-color: #04294a;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer hr {
	border-color: #103558 !important;
}

.footer h3 {
	margin-bottom: 30px;
	font-weight: 300;
}

.footer .title {
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.footer ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.footer ul li {
	line-height: 22px;
	font-size: 15px;
}

.footer ul li a {
	color: #67819a;
}

.footer ul li a:hover {
	color: #ffffff;
	text-decoration: none !important;
}

.copyright {
	padding-top: 10px;
}

.copyright p {
	font-size: 13px;
	color: #4d6882;
	line-height: 21px;
}

.footer .links ul li {
	font-size: 20px;
}

.footer .links ul li a {
	color: #B1B6B8;
}

.copyright {
	background-color: #03213b;
	padding: 50px 0 30px;
	color: #ffffff;
}

.copyright .text-muted {
	color: #4d6882;
}

.footer-item p {
	border-bottom: 1px solid #04476f;
	padding: 5px 0 10px;
}

.footer-item p .caret {
	margin-top: 7px;
	color: #04476f;
}

/* Look a Like */
.lookalike {
}

.lookalike p {
	text-align: center !important;
	width: 80% !important;
	margin: 0 auto 20px;
}

/* Pricing */
.price-container-head {
	background-color: #042b4f;
	padding-top: 48px;
}

@media (max-width: 991px) {
	.price-container-head .container {
		width: 100%;
	}
}

.price-container-table {
	adding-top: 0px;
}

.price-table-head {
	color: white;
}

.price-table-head h1 {
	color: #ffffff;
	margin-top: 0px;
	font-size: 42px;
	font-weight: 400;
}

.price-table-head h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 300;
}

.price-table-head h4 {
	margin-top: 5px;
	font-weight: 100 !important;
	font-size: 16px;
}

.price-table-head hr {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 50%;
	border: none;
	border-top: 1px solid #04476f !important;
}

.price-table-head .small {
	font-size: 14px;
	font-weight: 100;
}

.price-table-head .desc {
	font-size: 11pt;
	font-weight: 100;
	padding-bottom: 5px;
}

.price-table-head .desc-ame {
	font-size: 11pt;
	font-weight: 100;
	padding-bottom: 15px;
}

.price-table-head .alternate-bg {
	background-color: #04355c;
	padding-top: 15px;
	padding-bottom: 15px;
}

.price-table-head .alternate-bg-2 {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
}

.price-table {
	font-size: 14px;
}

.price-table-feature {
	padding-left: 20px !important;
}

.price-table .info {
	background-color: #f1f8fd;
}

.price-table .row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dce1e5 !important;
}

.price-table .row:not(.no-hover):hover {
	background-color: #edf2f6;
}

.price-table a {
	color: black;
}

.ctv-table a {
	color: #337ab7;
}

@media (max-width: 767px) {
	.modal-body {
		overflow: auto;
	}
	.price-table {
		min-width: 766px;
	}
}

.well-dump {
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #042b4f;
	color: #fff;
	font-weight: 100 !important;
	padding-top: 40px;
	padding-bottom: 40px;
}

.icon-default {
	color: #ff3531;
}

.icon-green {
	color: #1f85d3;
}

.from-text{
	visibility: hidden;
	font-size: 0 !important;
}
/* Sign up */
.sign-form {
	background: #f4f4f4;
	padding: 30px 30px 20px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}

.sign-form h1 {
	font-size: 18px!important;
	font-weight: 500!important;
}

/* Forms */
.form input[type='email'],
.form input[type='text'],
.form input[type='password'],
.form select {
	background: #FFFFFF;
	border: 1px solid #DADBDC;
	border-radius: 5px;
	box-shadow: inset 0px 1px 3px 0px rgba(46, 50, 54, 0.09);
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.form select{
	height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
}

@-moz-document url-prefix() {
	select {

		height: 42px !important;
	}
}

.form textarea {
	background: #FFFFFF;
	border: 1px solid #DADBDC;
	box-shadow: inset 0px 1px 3px 0px rgba(46, 50, 54, 0.09);
	border-radius: 10px;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 15px;
	height: 120px;
}

.form label.error {
	color: #e74c3c;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 17px;
	text-align: center !important;
}

.text-block .text-content .sign-form {
	max-width: 370px;
	text-align: center;
}

.text-block .text-content .form p {
	width: 100% !important;
	text-align: center;
}

.text-block .text-content .form .g-recaptcha {
	margin: 0 auto;
}

.login-text {
	width: 100%;
}

.login-text p {
	text-align: center !important;
	width: 100% !important;
}

.contact-page {
	max-width: 800px;
	margin: 0 auto;
}

.text-center-xs {
	text-align: center !important;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.text-center-xs {
		text-align: left !important;
	}

	.navbar-nav {
		margin-bottom: 0px;
	}

	.navbar-nav .active a {
		font-weight: 500 !important;
		background-color: transparent !important;
		border-bottom: 5px solid #05305b;
	}

	.navbar-nav a {
		font-weight: normal !important;
		border-bottom: 5px solid transparent;
	}

	.navbar-nav a:hover {
		font-weight: normal !important;
		border-bottom: 5px solid #50b1fa;
	}

	.navbar-nav .active a:hover {
		font-weight: 500 !important;
		background-color: transparent !important;
		border-bottom: 5px solid #05305b !important;
	}

	.navbar-nav ul.dropdown-menu a{
		border-bottom: none;
	}

	.navbar-nav ul.dropdown-menu a:hover {
		background-color: rgb(224, 224, 224);
	}

	.navbar .btn {
		margin-top: 5px !important;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.jumbo {
		background: #022848 url("../img/home/header-background.png") top no-repeat;
		background-size: 1350px auto;
		background-position: center -40px;
		padding: 160px 0;
	}

	.price-container-head {
		box-shadow: 0px 0px 9px 4px grey;
		background-color: #042b4f;
		padding-top: 48px;
		position: fixed;
		z-index: 50;
		left: 0;
		width: 100%;
	}

	.price-container-table {
		padding-top: 350px;
	}
	.price-container-table-small-header{
		padding-top: 200px;
	}

	.price-table-head .alternate-bg {
		background-color: transparent;
	}

	.price-table-head .alternate-bg-2 {
		background-color: transparent;
	}

	.price-table-head h4 {
		margin-top: -15px;
		font-weight: 100 !important;
		font-size: 16px;
	}

	.flexible-container{
		display:flex;
		align-items: center;
	}
	.price-container-head, .price-container-table, .alternate-bg, .alternate-bg-2{
		transition: padding .2s linear;
	}
	.shrink{
		padding-top: 23px;
	}
	.shrink .alternate-bg, .shrink .alternate-bg-2{
		padding-bottom: 5px;
	}
	.shrink .alternate-bg, .shrink .alternate-bg-2{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.price-amount{
		transition: font-size .2s linear;
	}
	.shrink .price-amount{
		 font-size: 24px;
	}
	.extra-spacing{
		height: 18px;
		transition: height .2s linear;
	}
	.shrink .extra-spacing{
		height: 0;
	}
	.from-text{
		visibility: hidden;
		transition: font-size .2s linear;
		font-size: 0 !important;
	}
	.shrink .from-text{
		font-size: 14px !important;
		visibility: visible;

	}
	.extra-info, .extra-info p{
		transition: all .25s linear, color .2s ease-out;
	}
	.shrink .extra-info, .shrink .extra-info p{
		color: transparent;
		font-size: 0 !important;
		padding: 0;
		margin: 0;
	}
	.shrink .extra-info hr{
		display: none;
	}
	.prominent_col {
		border-left: 1px solid #dce1e5 !important;
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.navigation-bar {
		float: right;
	}

	.footer-item p {
		border-bottom: 0;
		padding-top: 0;
	}

	.footer ul {
		margin: 0;
	}

	.well-dump {
		margin-top: 60px;
		margin-bottom: 60px;
		background-color: #042b4f;
		color: #fff;
		font-weight: 100 !important;
		padding-top: 40px;
		padding-bottom: 40px;
		display: flex;
		align-items: center;
	}

}

/*To make navbar collapse on specific width*/
@media (max-width: 991px) {

	.navbar-header {
		float: none;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

}

.audience-header {
	background: url("/img/audience-data/header-image@1x.png") center no-repeat;
	background-size: 840px auto;
	width: 840px;
	height: 170px;
	margin: 50px auto 20px auto;
}

.api-header {
	background: url("/img/app-market-data/header-image@1x.png") center no-repeat;
	background-size: 890px auto;
	width: 890px;
	height: 170px;
	margin: 50px auto 20px auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	/* Retina-specific stuff here */
	.audience-header {
		background: url("/img/audience-data/header-image.png") center no-repeat;
		background-size: 840px auto;
		width: 840px;
		height: 170px;
		margin: 50px auto 20px auto;
	}

	.api-header {
		background: url("/img/app-market-data/header-image.png") center no-repeat;
		background-size: 890px auto;
		width: 890px;
		height: 170px;
		margin: 50px auto 20px auto;
	}
}

/*@media (min-width:767px) {*/

/*.headline {*/
/*padding: 26px 30px;*/
/*}*/
/*.headline p {*/
/*font-size: 15px;*/
/*line-height: 18px;*/
/*}*/

/*.products-nav li {*/
/*font-size: 13px;*/
/*padding: 0 5px;*/
/*}*/
/*.products {*/
/*margin: 90px 0 75px;*/
/*}*/
/*.products p {*/
/*width: 80%;*/
/*margin: 0 auto;*/
/*}*/
/*.products .icon,*/
/*.products .button {*/
/*text-align: center;*/
/*}*/
/*.products .icon img {*/
/*width: 45%;*/
/*}*/
/*.products .title {*/
/*font-size: 25px;*/
/*line-height: 35px;*/
/*font-weight: 500;*/
/*text-align: center;*/
/*margin-bottom: 10px;*/
/*}*/
/*.products .text {*/
/*font-size: 15px;*/
/*line-height: 24px;*/
/*text-align: center;*/
/*margin-bottom: 20px;*/
/*}*/
/*.products .icon img {*/
/*margin-bottom: 20px;*/
/*}*/
/*.products .product {*/
/*padding-bottom: 0;*/
/*}*/
/*.text-block {*/
/*margin-bottom: 105px;*/
/*}*/
/*.text-block .title,*/
/*.text-block .text-content .title {*/
/*width: 80%;*/
/*font-size: 30px;*/
/*line-height: 35px;*/
/*text-align: left;*/
/*}*/
/*.text-block .title-small {*/
/*text-align: left;*/
/*}*/
/*.text-block .text {*/
/*font-size: 15px;*/
/*line-height: 25px;*/
/*text-align: left;*/
/*margin-bottom: 0;*/
/*}*/
/*.text-block .text-content p,*/
/*.text-block .text-content ul li {*/
/*font-size: 15px;*/
/*line-height: 25px;*/
/*text-align: left;*/
/*}*/
/*.text-block.greater-roi .title,*/
/*.text-block.greater-roi .text {*/
/*text-align: center;*/
/*width: 80%;*/
/*margin: 0 auto;*/
/*}*/
/*.text-block.greater-roi .title {*/
/*margin-bottom: 20px;*/
/*}*/

/*.footer .links {*/
/*text-align: right;*/
/*margin-top: 20px;*/
/*padding-top: 20px;*/
/*border-top: 1px solid #EDEFF0;*/
/*}*/
/*.section-presentation {*/
/*margin-bottom: 105px;*/
/*}*/
/*.section-presentation h1 {*/
/*margin: 0 auto 20px;*/
/*font-size: 42px;*/
/*line-height: 65px;*/
/*}*/
/*.section-presentation h1.small {*/
/*font-size: 35px;*/
/*color: #1E1E1E;*/
/*line-height: 45px;*/
/*margin-top: 45px;*/
/*}*/
/*.section-presentation .text {*/
/*margin: 0 auto;*/
/*width: 40%;*/
/*font-size: 15px;*/
/*line-height: 25px;*/
/*margin-bottom: 20px;*/
/*}*/

/*.section-header {*/
/*text-align: left;*/
/*}*/
/*.section-header .container {*/
/*padding: 70px 0 90px;*/
/*}*/
/*.section-header h1 {*/
/*margin: 0 auto 20px;*/
/*font-size: 42px;*/
/*line-height: 65px;*/
/*}*/
/*.section-header h1.small {*/
/*font-size: 35px;*/
/*color: #1E1E1E;*/
/*line-height: 45px;*/
/*margin-top: 45px;*/
/*}*/
/*.section-header .text {*/
/*width: 70%;*/
/*font-size: 15px;*/
/*line-height: 25px;*/
/*margin-bottom: 20px;*/
/*padding: 0;*/
/*}*/

/*.api-background {*/
/*background: #000 url(../img/headers/api-desktop.jpg) no-repeat center bottom;*/
/*background-size: contain;*/
/*}*/
/*.profiler-background {*/
/*background: #000 url(../img/headers/profiler.jpg) no-repeat center bottom;*/
/*background-size: contain;*/
/*}*/
/*.targeting-background {*/
/*background: #000 url(../img/headers/app-targeting.jpg) no-repeat center bottom;*/
/*background-size: contain;*/
/*}*/
/*.revenues-background {*/
/*background: #000 url(../img/headers/app-revenues.jpg) no-repeat center bottom;*/
/*background-size: contain;*/
/*}*/

/*}*/

textarea:focus, input:focus, .uneditable-input:focus {
	border-color: rgba(229, 103, 23, 0.8) !important;
	box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6) !important;
	outline: 0 none !important;
}

.app-items {
	display: block;
}

.app-items td {
	vertical-align: top;
}

.app-items .app-item {
	display: block;
	margin-bottom: 20px;
	min-height: 90px;
	height: auto;
	border-radius: 3px;
	padding: 2px;
	float: left;
	vertical-align: top;
}

.app-items .app-item:hover {
	background: #f5f5f5;
}

.app-items .app-item img {
	display: block;
	float: left;
}

.app-items .app-item .list-content {
	display: block;
	padding-left: 15px;
	width: 185px;
	float: right;
}

.app-items .app-item p {
	margin-bottom: 5px;
	width: 170px;
	display: block;
	float: left;
}

.app-items .app-item .list-title {
	font-size: 14px;
	font-weight: 500;
	display: block;
	float: left;
}

.app-items .app-item .list-title a {
	color: #555;
	display: block;
	float: left;
}

.app-items .app-item .list-price {
	font-weight: bold;
	color: #a5bf55;
}

.stars-black5,
.stars-black4,
.stars-black3,
.stars-black2,
.stars-black1,
.stars-black0,
.stars-black05,
.stars-black15,
.stars-black25,
.stars-black35,
.stars-black45 {
	display: inline-block;
	width: 61px;
	height: 10px;
	background: transparent url("//d366gm0srjd7da.cloudfront.net/v2/img/n/stars-black.png") no-repeat 0 0;
	margin-left: 10px;
}

.stars-black4 {
	background-position: 0 -33px;
}

.stars-black3 {
	background-position: 0 -66px;
}

.stars-black2 {
	background-position: 0 -100px;
}

.stars-black1 {
	background-position: 0 -133px;
}

.stars-black0 {
	background-position: 0 -166px;
}

.stars-black05 {
	background-position: 0 -333px;
}

.stars-black15 {
	background-position: 0 -300px;
}

.stars-black25 {
	background-position: 0 -266px;
}

.stars-black35 {
	background-position: 0 -233px;
}

.stars-black45 {
	background-position: 0 -200px;
}

.rating-black {
	width: 100px;
	margin: 0;
	padding-left: 70px;
	font-size: 12px;
	line-height: 14px;
	color: #b3b3b3;
	font-style: normal;
}

.api-cancel-subs-modal {
	background: transparent !important;
	color: black;
}

.api-cancel-subs-modal .modal-header {
	background-color: #F5F5F5;
	border-radius: 6px 6px 0 0;
	padding-left: 20px;
	text-align: left !important;
}

.api-cancel-subs-modal .modal-header h4 {
	font-weight: 500 !important;
}

.api-cancel-subs-modal .modal-body {
	background: #fff;
	padding: 40px 20px;
	border-radius: 0 0 6px 6px;
	font-weight: 300 !important;
	text-align: left !important;
}

.api-cancel-subs-modal .modal-footer {
	background: #fcfcfc;
	box-shadow: 0 0 0 !important;
}

.api-button-grey {
	display: inline-block;
	font-weight: 400;
	width: auto;
	text-align: center;
	font-size: 14px;
	color: #666b6f;
	padding: 10px 16px;
	border-radius: 40px;
	cursor: pointer;
	background: #f5f5f5;
	border: 0;
	text-decoration: none !important;
}

.api-button-grey i {
	opacity: .7;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.api-button-grey:hover {
	position: relative !important;
	top: 1px !important;
	color: #666b6f !important;
	text-decoration: none !important;
}

.api-button-green,
.api-button-green:hover,
.api-button-red,
.api-button-red:hover {
	display: inline-block;
	font-weight: 400;
	width: auto;
	text-align: center;
	font-size: 14px;
	padding: 10px 16px;
	border-radius: 40px !important;
	box-shadow: 0 0 0 !important;
	text-shadow: 0 0 0 !important;
	cursor: pointer;
	border: 0;
	outline: none;
}

.api-button-green,
.api-button-green:hover,
.api-button-green:active,
.api-button-green:focus,
.api-button-green.dropdown-toggle {
	background: #88bc3f !important;
	color: #fff !important;
}

.api-button-green:hover {
	position: relative !important;
	top: 1px !important;
	text-decoration: none !important;
}

.api-button-red,
.api-button-red:hover,
.api-button-red:active,
.api-button-red:focus,
.api-button-red.dropdown-toggle {
	background: #d63333 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.api-button-green:hover,
.api-button-red:hover {
	position: relative !important;
	top: 1px !important;
}

.api-button-green .caret,
.api-button-red .caret {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff !important;
	margin-left: 5px;
}

.cancel-subscription-message {
	margin-bottom: 40px;
}

.cancel-subscription-message h5 {
	font-size: 17px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.cancel-subscription-message p {
	margin-top: 0;
	margin-bottom: 15px;
}

.api-status-loading {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ebeeef;
	border-radius: 3px;
	margin-bottom: 50px;
}

.api-status-loading-black {
	margin-top: 35px !important;
	margin-bottom: 0px !important;
}

.api-status-loading p {
	margin: 0;
}

.api-dashboard-messages {
	float: left;
	width: 100%;
	clear: left;
}

.api-dashboard-messages h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.api-dashboard-messages .warning-alert {
	background: #f5d35b;
	border-color: #f5d35b;
	color: #a6731b;
	text-shadow: 0 0 0 #f5d35b !important;
}

.api-dashboard-messages .error-alert {
	background: #c83e41;
	border-color: #c83e41;
	color: #ffe4dd;
	text-shadow: 0 0 0 #c83e41 !important;
}

.api-dashboard-messages .error-alert a {
	color: #ffe4dd !important;
	text-decoration: underline;
}

.api-dashboard-messages .error-alert a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.api-dashboard-messages .warning-alert a {
	color: #a6731b !important;
	text-decoration: underline;
}

.api-dashboard-messages .warning-alert a:hover {
	color: #765314 !important;
	text-decoration: underline;
}

.api-dashboard-messages .success-alert {
	background: #5cb85c;
	border-color: #5cb85c;
	color: #ffffff;
	text-shadow: 0 0 0 #5cb85c !important;
}

.prominent_numbers {
	font-size: 32px;
	font-weight: 400;
}

.prominent_numbers a {
	color: #333;
}

.prominent_text {
	color: #3594d7 !important;
	font-weight: 400;
	margin-bottom: 0px !important;
	font-size: 1em;
}

.prominent_col {
	border-top: 1px solid #dce1e5 !important;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: white;
}

.section-offset:before {
	display: block;
	content: " ";
	height: 50px; /* Give height of your fixed element */
	margin-top: -50px; /* Give negative margin of your fixed element */
	visibility: hidden;
}

.tos h1 {
	margin-bottom: 60px;
}

.tos h4 {
	margin-top: 40px;
}

.tos p {
	margin-bottom: 20px;
}

.control-label {
	margin-top: 10px;
}

/* Documentation */
.api-content {
}

.api-content h2 {
	font-size: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.api-content pre {
	padding: 0;
	border: 0;
}

.api-content code {
	font-weight: 100;
}

.wrapper-doc {
	width: 100%;
	background: linear-gradient(0deg, #081B30, #081B30), linear-gradient(184.25deg, #081B30 -0.46%, #0D2C50 24.56%, #081B30 85.28%);
	position: relative;
}

.padding-left-sidebar .container {
	max-width: 100%;
}

@media (max-width: 991.98px) {
	.wrapper-doc {
		overflow: hidden;
	}
}

.api-content .docs-nav {
	padding-right: 0;
	font-weight: 300;
	font-size: 11pt;
}

.api-content .docs-nav .nav-header {
	font-weight: 300;
	color: #33bda2;
	font-size: 15px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.api-content .docs-nav .nav-header.active {
	color: #ffffff;
}

.api-content .level-1 {
	border-bottom: 1px solid #04476f;
	color: #fff !important;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: 300 !important;
	font-size: 18px !important;
}

.api-content .docs-nav .nav-stacked > li + li {
	margin-top: 0;
}

.api-content .docs-nav .nav-pills li a {
	padding: 5px 15px;
	color: #67819a;
}

.api-content .docs-nav > ul ul > li a {
	border-left: 1px solid #04476f;
}

.api-content .docs-nav .nav-pills li a:focus,
.api-content .docs-nav .nav-pills li a:hover {
	background: none;
	color: white;
}

.api-content .docs-nav .nav-pills li.active a {
	background-color: #04355c;
	color: white;
}

.api-content .docs-nav .nav-pills li a {
	border-radius: 0;
}

.api-content .sidebar-v2-row .bg {
	background-color: white;
	/* Following will make our bg element the same size as its parent
     and will put it behind it making it look like a background */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

@media (min-width: 992px) {
	.api-content .docs-content {
		padding: 50px 15px 50px 30px;
		background-color: white;
		position: relative; /* Let it have absolute positioned children  */
		z-index: 1;
		min-height: 2500px;
		height: 100%;
	}

	.api-content .sidebar-v2-row .bg {
		right: 0;
		left: auto;
		width: 50vw;
	}
}

.sidebar-v2-row .docs-nav .docs-sidebar .docs-sidebar-list a {
	line-height: 24px;
}

.sidebar-v2-row .docs-nav .docs-sidebar .docs-sidebar-badge {
	margin-top: 5px;
}

@media (max-width: 991.98px) {
	.sidebar-v2-row {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 992px) {
	.sidebar-v2-row {
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}

	.sidebar-v2-row .docs-nav {
		width: 340px;
		flex-shrink: 0;
		/* background: linear-gradient(0deg, #081B30, #081B30), linear-gradient(184.25deg, #081B30 -0.46%, #0D2C50 24.56%, #081B30 85.28%); */
	}

	.sidebar-v2-row .docs-sidebar {
		background-color: transparent;
	}

	#docs-sidebar .page-sidebar {
		margin-top: 0 !important;
	}

}

@media (min-width: 1799.98px) {
	.sidebar-v2-row .docs-nav {
		width: 325px;
	}
}

@media (max-width: 991px) {

	.nav-tabs li {
		float: none;
	}

	.api-content .docs-content {
		padding-bottom: 0;
		padding-left: 15px;
		margin-bottom: 0;
	}

	.api-content .docs-content {
		padding: 50px 15px;
		background-color: white;
		position: relative; /* Let it have absolute positioned children  */
		z-index: 0;
		padding-left: 30px;
		height: 100%;
	}

	.docs-padding-left-sidebar {
		.api-content .docs-content {
			padding-left: 15px;
		}
	}
}

.api-content .label {
	font-weight: 100;
	text-transform: uppercase;
}

.api-content .label a {
	color: white;
}

.api-content .label-default {
	background-color: #bebebe;
}

.api-content .label-method {
	font-size: 8px;
	width: 30px;
	vertical-align: middle;
	display: inline-block;
	padding: 4px 0 .2em;
	margin-right: .5em;
	font-weight: 100;
	text-transform: uppercase !important;
}

.api-content .label-method.file {
	background-color: #1E8BC3;
}

.api-content .label-method.get {
	background-color: #1BA39C;
}

.api-content .label-method.post {
	background-color: #d3931b;
}

.api-content table {
	font-size: 14px;
}

.api-content table tr td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.api-content table thead {
	background-color: #f1f1f1;
	color: #909090;
}

.api-content table th {
	font-weight: 500;
}

.api-content tbody tr td:first-child {
	font-weight: 500;
}

/*Cookie consent*/
.cc_btn {
	float: left !important;
	margin-right: 20px !important;
}

/* Use cases */
.use-examples .nav-tabs > li > a {
	color: #777;
	border: transparent;
	border-bottom: 4px solid transparent !important;
}

.use-examples .nav-tabs > li.active > a {
	color: #1f85d3;
	font-weight: 500;
	border: transparent;
	border-bottom: 4px solid #1f85d3 !important;
}

.use-examples .nav-tabs > li > a:hover {
	border: transparent;
	background-color: transparent;
	border-bottom: 4px solid #50b1fa !important;
}

.use-examples .nav-tabs > li.active > a:hover {
	color: #1f85d3;
	font-weight: 500;
	border: transparent;
	border-bottom: 4px solid #1f85d3 !important;
}

.window-header {
	border: 1px solid #4d97fa !important;
	background: #4d97fa !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	color: #333 !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	width: 100%;
	height: 25px;
	/*margin-left: 50px;*/
}

.window-dot {
	float: left;
	border: 1px solid #fff !important;
	background: #fff !important;
	border-radius: 4px !important;
	width: 8px;
	height: 8px;
	margin-left: -5px;
	margin-right: 10px;
	margin-top: -3px;
}

.window-main {
	background-color: #23262d;
	width: 100%;
	height: auto;
	max-height: 600px;
	/*margin-left: 50px;*/
	overflow: hidden;

}

.flipping {
	position: relative;
	perspective: 800px;
}

#screens {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 1s;
	transform-origin: right center;
}

#screens figure {
	margin: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#screens .front {
}

#screens .back {
	transform: rotateY(180deg);
}

#screens.flipped {
	/*transform: rotateY( 180deg );*/
	transform: translateX(-100%) rotateY(-180deg);
}

.img-integration {
	width: 100%;
	max-width: 80px;
}

.img-30h {
	max-height: 30px
}

.img-50h {
	height: 50px
}

.img-200h {
	max-height: 200px
}

.img-250h {
	max-height: 250px
}

.img-275h {
	max-height: 275px
}

.img-300h {
	max-height: 300px
}

.img-325h {
	max-height: 325px
}

.img-350h {
	max-height: 350px
}

.img-375h {
	max-height: 375px
}

.img-400h {
	max-height: 400px
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px !important;
}
.partners-showcase .col-xs-12.col-sm-3.text-center{
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: opacity .2s ease-in-out;
}
.partners-showcase .col-xs-12.col-sm-3.text-center:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
@media (max-width: 768px) {
	.partners-showcase .col-xs-12.col-sm-3.text-center{
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
.credential-label{
	display: inline;
	white-space: normal;
	word-wrap: break-word;
}
@media (max-width: 1199px) {
	.credential-label{
		display: block;
	}
}

section#app-details h4, section#search-api h4, section#daily-market-charts h4, section#download-as-file-dumps h4{
	line-height: 2;
}

#HW_badge {
	margin-top: 10px!important;
}

.HW_changelog {
	display: inline-block;
	width: 30px;
}

#cache-buster{
	width:100px;
}
