body { background-color: #fff;}

/*
 * post nav bar
 */

.header-top-block a {
	color:#777 !important;
}
.header-top-block a:hover {
	color:#777 !important;
}
.nav-row {
	position:relative;
	z-index:3;
}
.nav-dropdown-menu {
	background:#eee;
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
	color:#777;
	margin:6px 0 0 -8px;
	position:absolute;
	width:250px;
}
.header-caret-down {
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 5px 0 5px;
	border-color:#777 transparent transparent transparent;
}
.header-caret-up {
	width:0;
	height:0;
	border-style:solid;
	border-width:0 5px 5px 5px;
	border-color:transparent transparent #777 transparent;
}
.header-icon-caret-menu {
	margin:11px 0 0 5px;
}
@media(max-width:1680px) {
	.header-icon-caret-menu {
		margin:9px 0 0 5px;
	}
}
.header-top-block a {
	color:#777;
}
.header-top-block a:hover {
	color:#777;
}
.header-top-block:hover,.header-profile-block:hover {
	background:transparent;
}
.header-user-name {
	color:#777;
}
.dash-user-dd-item {
	color:#777;
}
.dash-user-dd-item:hover {
	color:#fff;
	background:#777;
}
.navbar-kibin {
	background-color:#fff;
	border:none !important;
	font-size:1em;
	z-index:2;
}
.navbar-kibin-logo {
	display:inline-block;
}

.navbar-actions a {
	color:#777;
	padding:0;
}
.navbar-actions a:hover { 
	color:#777;
}
.navbar-login-link,.navbar-signup-link { 
	background-color:inherit!important;
}
.nav-top-icon-menu,.navbar-right {
	margin-top:6px;
}
@media(max-width:1680px) {
	.nav-top-icon-menu,.navbar-actions {
		margin-top:10px;
	}
}
@media(max-width: 600px) {
	.nav-links .nav-link, .nav .nav-more-btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	.nav .nav-more-btn {
		display: inline-block;
		padding: 11px;
	}
	.nav-links-overflow.expanded {
		display: block;
	}
	.nav .nav-link.essay-examples,
	.nav .nav-link.plagiarism-checker,
	.nav .nav-link.thesis-builder {
		display: none;
	}

	.header-top-block { width:100%; }
	.header-icon-caret-menu { margin:8px 0 0 5px }
	.header-caret-down {
		width:0;
		height:0;
		border-style:solid;
		border-width:10px 10px 0 10px;
		border-color:#777 transparent transparent transparent;
	}
}

/*
 * scroll to top
 */

.scrollup{
	display:none;
	position:fixed;
	top:20px;
	right:20px;
	padding:9px 10px;
	border-radius:3px;
	background-color:#fff;
	color:#777;
	z-index:10;
	cursor:pointer;
}

/*
 * hero
 */

.hero-row-bg{
	background-color:#fff;
	color:#fff;
	height:auto;
	background-image:url(../jpg/hero-background-edb-xl.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	padding:1% 0;
	position:relative;
}
@media(max-width:1199px) {
	.hero-row-bg{
		background-image:url(../jpg/hero-background-edb-lg.jpg);
	}
}
@media(max-width:991px) {
	.hero-row-bg{
		height:auto;
		background-image:url(../jpg/hero-background-edb-xs.jpg);
		background-position:top;
		background-color:rgb(102,102,102);
		background-size:contain;
		padding-top:60%;
	}
}
.hero-row-bg h1 {
	font-size: 6.3em;
	text-shadow: 2px 2px 1px #183d4f;
}
.hero-row-bg h2 {
	font-size:3em;
	font-weight:400 !important;
	line-height:1.25em;
	margin:0 auto;
	margin:40px 0;
}
@media(max-width:2048px) {
	.hero-row-bg h1 {
		font-size:5em;
	}
	.hero-row-bg h2 {
		font-size:2.5em;
	}
}
@media(max-width:1640px) {
	.hero-row-bg h1 {
		font-size:4em;
	}
	.hero-row-bg h2 {
		font-size:2em;
	}
}
@media(max-width:1359px) {
	.hero-row-bg h1 {
		font-size:3.4em;
	}
	.hero-row-bg h2 {
		font-size:1.75em;
	}
}
@media(max-width:1160px) {
	.hero-row-bg h1 {
		font-size:2.5em;
	}
	.hero-row-bg h2 {
		font-size:1.25em;
	}
}

.head-row{
	position: relative;
	text-align: center;
	padding:30px;
}
.head-row h5{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: -9px;
	color:#FFF;
}
.head-row h2{
	font-size: 38px;
	margin-bottom: 8px;
	color:#FFF;
}
.hero_desc,.hero_img {
	position:relative;
	margin:0;
	z-index:3;
}
.hero_desc {
	margin-left:20px;
	padding-right:40px;
}
.hero_desc_mobile {
	display:none;
}
@media(max-width:991px) {
	.hero_desc {
		display:none;
	}
	.hero_desc_mobile {
		display:inline-block;
	}
	.hero-row-bg h1 {
		font-size:3em;
	}
	.hero-row-bg h2 {
		font-size:1em;
	}
}

.hero_img img {
	margin-right:-45px;
}
.hero_img.paper_feature,.hero_img.magnifying_glass_feature {
	margin-bottom:0 !important;
}
.btn-hero-index {
	box-shadow: 0px 0px 30px #444;
	padding:4px 40px !important;
	font-size:1.75em !important;
}
@media(max-width:1359px) {
	.btn-hero-index {
		padding:10px 50px !important;
		font-size:1em !important;
	}
}

.btn-hero-index-container {
	margin-top:20%!important;
}

.btn-plans {
	padding:12px 72px !important;
}

.hero-btn {
	padding:12px 72px !important;
	font-size:2em !important;
}

.sub-hero-break {
	font-size:2.75em;
	font-weight:700;
	padding-bottom:20px;
	text-align:center;
	color:white;
}

/*
 * info row
 */

.edb-head-row {
	background-color:#258299;
	padding:30px;
	position:relative;
	text-align:center;
	z-index:2;
}
.edb-block-buffer {
	color:#fff;
	font-size:2.25em;
	font-weight:700;
}

.edb-info-header {
	font-size:1.5em;
	font-weight:700;
	margin-top:30px;
}
.edb-info-container {
	margin-bottom:50px;
}
.edb-info-item-img {
	color:#555;
	font-size:1.2em;
	margin:40px 0;
}
.edb-info-item-desc-header {
	font-size:1.5em;
	font-weight:700;
	margin-bottom:20px;
}
.edb-info-item-desc-text {
	font-size:1.25em;
}
.edb-search-header {
	font-size:2.25em;
	font-weight:700;
}
.edb-search-bar {
	margin:40px 0 60px;
}

/*
 * new essays
 */

.index_latest_container {
	padding:30px 0 25px;
}
.index_latest_placeholder {
	font-size:2em;
}
.sim-essays-block {
	cursor:pointer;
	border:1px solid #999;
	display:inline-block;
	margin:0 30px 10px;
	height:179px;
	width:140px;
	position:relative;
}
.sim-essays-prev {
	height:177px;
	width:138px;
	left:0;
	top:0;
	position:absolute;
}
.sim-essays-words {
	background:white;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-bottom-right-radius:5px;
	font-size:0.8em;
	padding:5px 7px;
	position:absolute;
	z-index:5;
}
.sim-essays-title {
	background:white;
	border-top:1px solid #999;
	bottom:0;
	font-size:0.8em;
	padding:5px 7px;
	position:absolute;
	width:138px;
	z-index:10;
}
@media(max-width:500px) {
	.sim-essays-block {
		width:125px;
	}
	.sim-essays-prev,.sim-essays-title {
		width:123px;
	}
}

/*
 * section break
 */

.section-break {
	background-color:rgb(104,104,104);
	height:160px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	padding:1% 0;
	position:relative;
	color:white;
	text-align:center;
}
@media(max-width:991px) {
	.section-break {
		height:80px;
	}
}
@media(max-width:767px) {
	.section-break {
		display:none;
	}
}

/*
 * pitch row
 */

.pitch-head-row {
	background-color: #4b4b48;
	z-index:2;
}
.pitch-head-row.head-row::before {
	opacity:0.3;
}
	.pitch-head-row h5 {
		color:#E1E1DC;
	}
.pitch-row .row-inner {
	padding-bottom: 20px;
}
@media(max-width:767px) {
	.pitch-feature-extra-header {
		margin-top:40px;
	}
}

/*
 * pitch feature
 */

.pitch-feature {
	border-bottom:1px solid #777;
	margin-bottom:50px;
	min-height:400px;
}
.pitch-feature-block {
	margin:80px auto;
}
.pitch-feature-block h2 {
	font-size:2em;
	font-weight:400 !important;
	padding-bottom:25px;
}
.pitch-feature-block-striped {
	color:#fff;
	background-color:#777;
	width:100%;
	padding:40px 0;
}
.pitch-feature-block-striped-blog {
	background-color:rgb(242,242,242);
	width:100%;
	padding:40px 0;
	margin-bottom:0;
}

.pitch-feature-body { padding-top:60px;}
.pitch-feature-body h2 {
	font-size:1.85em;
	margin-bottom:8px;
}
.pitch-feature-body p {
	color:#3d3d3d;
	font-size:1em;
	margin:10px 0 20px;
}
.services-block {
	margin:60px auto;
}
.pitch-feature-extra {
	font-size:1.25em;
	font-weight:400;
}
@media(max-width:1359px) {
	.pitch-feature-extra {
		font-size:1em;
	}
}
.pitch-feature-extra h1 {
	margin-bottom:30px;
}
.pitch-feature-extra-header {
	font-size:4em;
	line-height:1em;
}
@media(max-width:2048px) {
	.pitch-feature-extra-header {
		font-size:3em;
	}
}
@media(max-width:1359px) {
	.pitch-feature-extra-header {
		font-size:2em;
	}
}
.pitch-feature-extra p {
	margin-bottom:40px;
}
.pitch-feature-extra-tp-side-bottom {
	margin-top:100px;
}
.pitch-feature-blog-item {
	margin:10px 0;
}
@media(max-width:767px) {
	.pitch-feature-blog-item {
		margin:20px auto;
		width:400px;
	}
}
@media(max-width:550px) {
	.pitch-feature-blog-item {
		width:250px;
	}
}
.pitch-feature-blog-img {
	width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
@media(max-width:400px) {
	.pitch-feature-image-block { position:static;bottom:none; }
	.pitch-feature { min-height:545px;}
	.pitch-feature-body { padding-top:0 !important;}
}



/*
 * product
 */

.product {
	background:#efefef;
	padding:25px 20px;
	border-radius:6px;
	border: 1px solid rgba(151,151,151,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 8px 16px 0 rgba(0,0,0,.1);
}
@media(max-width:767px) {
	.product {
		margin:0 auto;
		width:300px;
	}
}
@media(max-width:400px) {
	.product {
		width:200px;
	}
}
.product-desc {
	font-size:1.3em;
	height:280px;
}
@media(max-width:1359px) {
	.product-desc {
		font-size:1em;
	}
}
@media(max-width:991px) {
	.product {
		margin-bottom:20px;
	}
	.product-desc {
		height:auto;
	}
}
.products-row {
	position: relative;
	padding: 60px 0;
	background-color: #F3F3F1;
	z-index: 2;
}
.products-row .row-inner{
	max-width: 100%;
	text-align:center;
}
.products-row .product-wrapper{
	display: inline-block;
	vertical-align: top;
	padding:0 5px;
	width:280px;
}
.products-row .product{
	padding:20px 10px;
	text-align: center;
	background-color: #DFDFDB;
}
.product a:hover{
	text-decoration: none;
}
.product img{
	width:125px;
	margin-bottom: 10px;
}
.product .product-title{
	font-weight: bold;
	color:#3d3d3d;
	white-space: nowrap;
}
.product-divider {
	margin:5px auto;
	border-bottom:1px solid #999;
	width:80%;
}
.product p {
	min-height:70px;
	color:#3d3d3d;
}
.products-row-top {
	padding-bottom:0px !important;
}
.products-row-bottom {
	padding:0 0 60px;
}

/*
 * categories
 */

.paper-categories-row,.paper-types-row { padding:60px 0;}
.paper-category a,.paper-type a {
	color:#1E8DAC;
	font-size:1.3em;
	font-weight:700;
}
.paper-category a::before,.paper-type a::before{
	position: absolute;
	left:-5px;
	width:6px;
	height:6px;
	top:50%;
	margin-top:-3px;
	border-radius: 50%;
	background-color: #1E8DAC;
}
.paper-category, .paper-type {
	display: inline-block;
	margin:0 10px;
	vertical-align: top;
	width:325px;
}

@media(max-width: 900px){
	.paper-categories-row .row-inner{
		padding: 50px 0px;
		width: 603px;
		margin: 0 auto;
		position: relative;
		right: -30px;	
	}
	.paper-category{ width:50%;}
}

@media(max-width: 750px){
	.paper-categories-row .row-inner{
		padding:30px 0px;
	}
	.pitch-image-first,.pitch-image-second {
		position:relative;
	}
	.pitch-image-third img {
		position:relative !important;
	}
}
@media(max-width: 767px) {
	.mobile-header {
		display:inline-block;
	}
}

@media(max-width: 600px){
	.paper-categories-row .row-inner {
		right:0px;
		padding-left: 20px;
	}
}

@media(max-width: 500px){
	.paper-categories-row .row-inner{
		right:0px;
		width:280px;
		margin:0 auto;
	}
	.paper-category{
		width:100%;
	}
}

@media(max-width: 400px){
	.paper-categories-row .row-inner .paper-category:first-of-type .paper-category-icon{
		top: 18px;
	}
}

/*
 * footer
 */

.edb-foot-header {
	font-size:2em;
	margin-bottom:40px
}
.edb-foot-text,.edb-foot-btn {
	margin-bottom:50px;
}