
html, body {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

body, body * {
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

:-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

::-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

:-ms-input-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

blockquote {
	background: #4F4B97;
}

blockquote p {
	color: #ffffff;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 22px;
	background: url(../svg/quote.svg) no-repeat center top;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 622px;
	line-height: 36px;
	padding-bottom: 40px;
}

h2 {
	font-size: 42px;
	color: #4F4B97;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 16px;
	color: #505050;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

a {
	color: #307bf7;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.full {
	max-width: 1084px;
	width: 100%;
}

.center {
	margin: 0 auto;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.author-container {
	width: 100%;
	text-align: center;
	position: relative;
	background: #4F4B97;
}

.author-container .section-wrapper img {
	position: absolute;
	top: -66px;
	left: 50%;
	margin-left: -66px;
}

.author-container blockquote {
	padding-top: 64px;
	padding-bottom: 36px;
}

.author-container blockquote .blockquote-author .author-name {
	font-size: 14px;
	color: #FDFDFD;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.author-container blockquote .blockquote-author .author-company {
	font-size: 14px;
	color: #A7A4E2;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*Main Section*/
#main_section {
	height: 600px;
	width: 100%;
	position: relative;
	background: #F6F7FB url("../png/bg%20big%20logo.png") 100% 100% no-repeat;
	background-size: auto 100%;
	text-align: center;

}

#main_section .section-wrapper {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	padding-top: 89px;
}

#main_section #logo img {
	max-width: 140px;
	width: 100%;
	margin-bottom: 10px;
}

#main_section #logo:after {
	content: '';
	width: 100%;
	max-width: 60px;
	display: block;
	margin: 0 auto;
	height: 2px;
	background: #bab9c3;
}

#main_section h1 {
	font-size: 64px;
	font-family: Roboto, sans-serif;
	color: #2c295b;
	font-weight: 900;
	margin-top: 38px;
	margin-bottom: 18px;
}

#main_section h2 {
	font-size: 18px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	color: #666666;
	line-height: 26px;
	margin-bottom: 50px;
}

#main_section #search {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
}

#main_section #search .left {
	margin-right: 8px;
}

#main_section #search {
	margin-top: 30px;
}

#main_section #search input[type=submit] {
	height: 46px;
	border: 0 none;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	background-color: rgb(248, 111, 139);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	text-indent: 0 !important;
	font-size: 16px;
	color: #1e2748;
	font-weight: bold;
	line-height: 46px;
	width: 153px;
	border-radius: 4px;
	padding: 0px 46px;
	-webkit-appearance: none;
}

#main_section #search input[type=submit]:hover {
	background: #ff809a;
}

#main_section #search .right {

}

#main_section #search .left {
	position: relative;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(224, 224, 224);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	flex: 1;
}

#main_section #search .left input {
	color: #070443;
	height: inherit;
	line-height: inherit;
	width: 100%;
	padding-left: 40px;
	font-size: 16px;
	border: none;
	font-weight: normal;
	font-family: Roboto, sans-serif;
	outline: none;
}

#main_section #search .left:before {
	content: "";
	display: inline-block;
	background: url(../svg/ic-search.svg) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 17px;
	left: 14px;
}

#main_section #bookmarklet_container {
	position: absolute;
	right: 24px;
	top: 15px;
}

#main_section #bookmarklet_container #bookmarklet-white {
	cursor: move;
	text-decoration: none;
	background: url('../png/bookmarklet%20white.png');
	width: 299px;
	height: 79px;
	display: inline-block;
	vertical-align: middle;
	user-drag: initial !important;
	-webkit-user-drag: initial !important;
}

#main_section #bookmarklet_container #bookmarklet-white #bookmarklet_title {
	color: rgba(0, 0, 0, 0);
}

/*Instant Backlink Checker Section*/
#backlink_checker .section-wrapper {
	padding-top: 100px;
	padding-bottom: 70px;
	border-bottom: 3px solid #C4C7DB
}

#backlink_checker .section-wrapper p {
	padding-top: 42px;
	padding-bottom: 70px;
	max-width: 768px;
}

/*Historical Backlink Data Section*/
#historical_backlink .section-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-top: 80px;
	padding-bottom: 110px;
}

#historical_backlink .section-wrapper .left-area {
	padding-top: 47px;
	margin-right: 20px;
}

#historical_backlink .section-wrapper .left-area h2 {
	padding-bottom: 38px;
}

/*Real Time Ranking Analysis Section*/
#ranking_analysis .section-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-top: 80px;
	padding-bottom: 110px;
	border-bottom: 3px solid #C4C7DB;
	align-items: center;
}

#ranking_analysis .section-wrapper .left-area h2 {
	padding-bottom: 38px;
}

/*Actionable Data*/
#actionable_data .section-wrapper {
	padding-top: 100px;
	padding-bottom: 200px;
}

#actionable_data .section-wrapper p {
	padding-top: 42px;
	padding-bottom: 70px;
	max-width: 768px;
}

#actionable_data .graph-container {
	position: relative;
}

#actionable_data .graph-container .graph-box {
	position: absolute;
	display: inline-block;
	font-family: Open sans, sans-serif;
	font-size: 15px;
	color: #524CC4;
	font-weight: 700;
	background: #DEE1ED;
	padding: 15px 30px;
	border-radius: 3px;
	transition: background-color 0.2s;
	cursor: default;
}

#actionable_data .graph-container .graph-box.data-visualization {
	padding: 15px 34px;
	left: 358px;
	top: -19px;
}

#actionable_data .graph-container .graph-box.click-away {
	right: 0px;
	top: 178px;
	padding: 15px 66px;
}

#actionable_data .graph-container .graph-box.easily-navigate {
	left: 0px;
	top: 174px;
	padding: 15px 38px;
}

#actionable_data .graph-container .graph-box.quickly-find {
	bottom: 20px;
	right: 125px;
	padding: 15px 38px;
}

#actionable_data .graph-container .graph-box.share-data {
	bottom: 39px;
	left: 100px;
	padding: 15px 32px;
}

#actionable_data .graph-container .graph-box:hover {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(134, 127, 255, 0.4);
}

/*Deep Dive Instantly Section*/
#deep_dive_instantly .section-wrapper {
	padding-top: 100px;
	padding-bottom: 70px;
}

#deep_dive_instantly .section-wrapper p {
	padding-top: 42px;
	padding-bottom: 70px;
	max-width: 768px;
}

/*Counts Section*/
#counts {
	background: #574795;
	padding-top: 84px;
	padding-bottom: 52px;
}

#counts .section-wrapper {

}

/*Frequent Questions Section*/
#frequent_questions .section-wrapper {
	padding-top: 118px;
	padding-bottom: 100px;
}

#frequent_questions .section-wrapper h2 {
	padding-bottom: 80px;
}

#frequent_questions .questions-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#frequent_questions .questions-container .question-container {
	max-width: 485px;
	width: 100%;
	margin: 0 auto;
}

#frequent_questions .questions-container .question-container .question {
	font-size: 24px;
	color: #303030;
	font-weight: 300;
	margin-bottom: 26px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

#frequent_questions .questions-container .question-container .question-answer {
	font-weight: 300;
	font-size: 16px;
	color: #808080;
	margin-bottom: 76px;
	line-height: 30px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

footer {
	background: #574795;
}

footer p {
	height: 68px;
	line-height: 68px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	font-family: "Open sans", sans-serif;
}


/* Cookie Consent */
.cookie-consent {
	background: #fff;
	padding: 16px 10px;
	z-index: 2;
	position: fixed;
	top: 0;
	width: calc(100% - 62px);
}

.cookie-consent .full {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.cookie-consent .confirm-button {
	background: #413f6f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.cookie-consent .confirm-button:hover {
	background-color: #4A4371 !important;
}

.cookie-consent .full > div:first-child {
	margin-right: auto;
	color: #707070;
	line-height: 22px;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.section-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	#counts .section-wrapper img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1060px) {
	#actionable_data .graph-container .graph-box {
		position: relative;
		display: block;
		top: 0px !important;
		left: 0px !important;
		right: 0px !important;
		bottom: 0px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}

	#actionable_data .graph-container img {
		display: none;
	}

	#frequent_questions .questions-container .question-container {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.cookie-consent .full > div:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cookie-consent .full {
		padding: 6px 10px;
	}
}

@media (max-width: 1000px) {
	#historical_backlink .section-wrapper,
	#ranking_analysis .section-wrapper {
		flex-wrap: wrap;
	}

	#historical_backlink .section-wrapper .left-area,
	#ranking_analysis .section-wrapper .left-area {
		flex: 1 1 100%;
		text-align: center;
		padding-top: 0px;
	}

	#historical_backlink .section-wrapper .right-area,
	#ranking_analysis .section-wrapper .right-area {
		flex: 1 1 100%;
	}
}

@media (max-width: 980px) {
	#backlink_checker .section-wrapper img,
	#deep_dive_instantly .section-wrapper img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 870px) {
	#bookmarklet_container {
		display: none;
	}
}

@media (max-width: 650px) {
	#main_section {
		background: #F6F7FB;
		padding-bottom: 100px;
		height: 100%;
	}

	#main_section #search {
		flex-wrap: wrap;
	}

	#main_section #search .left,
	#main_section #search .right {
		flex: 1 1 100%;
	}

	#main_section #search .right {
		margin-top: 10px;
	}

	#historical_backlink .section-wrapper .right-area img,
	#ranking_analysis .section-wrapper .right-area img {
		width: 100%;
		height: 100%;
	}
}