body{
	background: #FFF;
}
.divider {
	border-top:2px solid #676767;
	margin-bottom:50px
}

/*
 * 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;
	}
}


/*
 * hero
 */

 .hero-row-bg{
	background-color:#fff;
	color:#fff;
	height:auto;
	background-image:url(../jpg/hero-background-editors-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-editors-lg.jpg);
	}
}
@media(max-width:991px) {
	.hero-row-bg{
		height:auto;
		background-image:url(../jpg/hero-background-editors-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.75em;
	}
	.hero-row-bg h2 {
		font-size:1.75em;
	}
	.btn-lg {
		font-size:1em !important;
	}
}
@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;
	z-index:3;
}
.hero_desc {
	padding-left:55px;
}
.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:12px 72px !important;
	font-size:2em !important;
}
@media(max-width:1359px) {
	.btn-hero-index {
		padding:10px 50px !important;
		font-size:1em !important;
	}
}

/*
 * services row
 */

.services-head-row {
	position: relative;
	background-color: #292A28;
	z-index: 2;
}
.services-head-row.head-row::before {
	opacity:0.3;
}
	.services-row .row-inner {
		position: relative;
		padding:20px 0px;
		padding-bottom: 80px;
	}
		.services-row .service-wrapper {
			display: inline-block;
			width:296px;
			padding:35px 30px;
		}
		.services-row .service {
			text-align: center;
			background-color: #E4E4E0;
		}
			.service a:hover {
				text-decoration: none;
			}
			.service-title {
				font-size: 24px;
  				padding-top: 20px;
  				margin-bottom: 15px;
				font-weight: bold;
				color:#2E2E2E;
			}
			.btn-sub-service {
				margin:20px 0px;
				margin-bottom: 25px;
			}
		.all-services-btn {
			display: block;
			margin: 40px auto;
			margin-top: 60px;
			width: 185px;
		}

.subhero-head-row{
	padding: 40px;
	background-color: #258299;
	position:relative;
	z-index:10;
}
.subhero-head-row h2{
	color:#fff;
	font-size:2.2em;
	margin-top:5px;
	text-shadow: 2px 3px 0px #444;
	text-align:center;
}
.sub-hero-break {
	font-size:3.5em;
	font-weight:700;
	padding:10px 0 20px;
	text-align:center;
}
.info-row {
	background:#f3f3f1;
}
.new-testimonial-row {
	background:#fff;
}
.info-row,.new-testimonial-row {
	font-size:1.75em;
	padding:40px 0;
	text-align:center;
}
.info-row p {
	margin-bottom:40px;
}
.info-row-box {
	color:#fff;
	border:0;
	background-color: #9cb022;
	box-shadow: 10px 10px 5px  rgba(90,101,20,0.9);
	-moz-box-shadow: 10px 10px 5px  rgba(90,101,20,0.9);
	-webkit-box-shadow: 10px 10px 5px  rgba(90,101,20,0.9);
	-o-box-shadow: 10px 10px 5px  rgba(90,101,20,0.9);
	border-radius:25px;
	font-weight:700;
	margin:20px auto 40px;
	padding:20px;
	width:40%;
}
@media(max-width: 1200px) {
	.info-row-box {
		width:50%;
	}
}
@media(max-width: 900px) {
	.info-row {
		font-size:1.25em;
	}
	.info-row-box {
		width:60%;
	}
}
@media(max-width: 600px) {
	.info-row {
		font-size:1.1em;
	}
	.info-row-box {
		width:80%;
	}
}
.info-row-box-num {
	font-size:2em;
}

/*
 * reviews row
 */

 #review_carousel_container {
	margin-bottom: 45px;
 }
#review_carousel_container .inner {
	display:inline-block;
	margin:20px 10px;
	padding:10px;
	width:30%;
	vertical-align:top;
}
#review_carousel_container .reviews-name {
	font-weight:700;
	font-size:1em;
}
#review_carousel_container .reviews-aff,#review_carousel_container .reviews-rev {
	font-size:0.6em;
}
#review_carousel_container .reviews-rev {
	margin:20px 0;
}

/* slick carousel settings */
.slick-prev:before, .slick-next:before {
	color: #333!important;
}



.hero_main_div_v4{
	border:none;
}
.services_breadcrumbs{
	display: none;
}
.editors-head-row{
	position: relative;
	background-color: #292A28;
	z-index: 2;
}
.editors-head-row.head-row::before{
	opacity:0.3;
}
.editors-row .row-inner{
	position: relative;
	padding:80px 0px;
	padding-bottom: 120px;
}
.editors-row p {
	font-size:1.5em;
	margin-top:40px;
	text-align:center;
}
.testimonial-row{
	position: relative;
	background-color: #258299;
	color:#FFF;
	z-index: 2;
}
.testimonial-row .row-inner{
	position: relative;
	max-width:650px;
	margin:0 auto;
	padding:60px 0px 80px 0px;
}
.testimonial-quote{
	position: relative;
	font-size: 24px;
}
.testimonial-quote:before{
	content: "";
	position: absolute;
	left: -51px;
	top: -21px;
	width: 43px;
	height: 51px;
	background: url('https://cdn.kibin.com/images/quote.svg') no-repeat;
}
.no-svg .testimonial-quote:before{
	background: url('../png/quote.png') no-repeat;	
	background-size: cover;
}
.testimonial-author{
	position: absolute;
	right:0px;
	margin-top: 17px;
	font-size: 19px;
	vertical-align: top;
}
.testimonial-author img{
	vertical-align: top;
	margin-right: 5px;
}
.editor-wrapper { 
	padding-top:40px;
	padding-bottom:40px;
}
.editor{
	background-color: #E1E1E1;
	box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-moz-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-o-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	text-align: center;
	border-radius:35px;
}
.editor-stats {
	border-radius:15px;
	padding-bottom:20px;
}
.editor-profile{
	position: relative;
	padding:30px;
}
.editor-profile, .editor-profile .profile, .editor-profile .shadow{
	border-radius: 50%;
}
.editor-profile .profile-inner{
	position: relative;
	margin:0 auto;
}
.profile {
	border: 4px solid #fff;
}
.editor-profile .profile-inner:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
	z-index: 2;
	border-radius: 50%;
}
.profile-inner .profile{
	height:160px;
	width:160px;
}
.editor .btn{
	font-weight:700;
	font-size:2em;
	width:150px;
	margin-bottom:10px;
}
.editor-location{
	min-height: 27px; /* maintain height for empty location divs, so profile divs are aligned */
	font-size: 1.2em;
	margin-bottom: 5px;
}
.editor-location img{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -5px;
}
.editor-stat{
	background:#fff;
	border:2px solid #183d4f;
	border-radius:6px;
	color:#183d4f;
	display: inline-block;
	margin:5px;
	padding:12px;
	font-size: 1.75em;
	font-weight:700;
	text-align: center;
}
.editor-stat-label{
	font-size: 0.75em;
	font-weight:400;
	color:#183D4F;
}
.services-list-head-row{
	background-color: #9cb022;
}
.services-list-head-row h6{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: -9px;
	color:#FFF;
}
.services-list-head-row h2{
	text-shadow: 2px 3px 0px #708829;
}
@media(max-width:1200px) {
	.editor-location,.editor-stat { font-size:1em;}
	.profile-inner .profile { height:100px;width:100px;}
}
@media(max-width: 900px) {
	.testimonial-quote { font-size: 24px;}
	.testimonial-author { font-size: 18px;}
}
@media(max-width: 750px){
	.testimonial-row .row-inner{
		max-width: 100%;
		padding: 60px 60px 70px 80px;
	}
	.testimonial-quote{
		font-size: 20px;
	}
	.testimonial-quote::before{
		left:-45px;
		width:35px;
		height:42px;
		background-size: cover;
	}
	.testimonial-author{
		right:80px;
	}
}
@media(max-width: 600px){
	.testimonial-row .row-inner{
		padding: 45px 50px 70px 75px;
	}
	.testimonial-quote{
		font-size: 18px;
	}
	.testimonial-quote::before{
		left:-36px;
		top:-16px;
		width:29px;
		height:35px;
	}
	.testimonial-author{
		font-size: 17px;
		margin-top: 20px;
	}
	.testimonial-author img{
		height:50px;
		margin-top: 3px;
	}
	.testimonial-author-name, .testimonial-author-handle {
		padding-left: 52px;
	}
	.profile-inner .profile {
		height: 200px;
		width: 200px;
	}
	.editor-location {
		font-size:1.3em;
		margin-bottom:15px;
	}
	.editor a,.editor-stat {
		font-size: 2em!important;
	}
	.editor-stat-label {
		font-size: 1em;
	}
}
@media(max-width: 500px){
	.hero-text{
		display: block;
	}
	.testimonial-quote::before{
		left: -28px;
		top: -11px;
		width: 23px;
		height: 28px;
	}
	.testimonial-quote{
		font-size: 16px;
	}
	.testimonial-author{
		right:50px;
		margin-top:20px;
		font-size: 15px;
	}
		.testimonial-author img{
			height:40px;
		}
	.editor-wrapper{
		display: block;
		margin:0 auto;
}
	.editor-profile{
		padding: 20px 30px;
	}
	.editor .btn{
		margin-bottom: 18px;
	}
}
@media(max-width: 400px){
	.testimonial-row .row-inner{
		padding:38px 20px 59px 47px;
	}
}

/*
 * mid-section
 */

.mid-section {
	margin:55px auto;
}
.mid-text {
	font-size:1.75em;
}
.mid-text-block-right {
	margin-left:40px;
}
.mid-banner {
	font-size:2em;
	color:#183d4f;
}
.mid-banner-notice {
	font-size:3em;
	color:#183d4f;
	background:#f0ebd5;
	border-radius:20px;
	margin:0 auto;
	width:90%
}
.mid-core-img {
	text-align:center;
	margin:-50px auto;
	width:100%;
}
.mid-section-global {
	background:url(https://cdn.kibin.com/images/editors-global.svg);
	background-size:cover;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:80%;
	margin:-60px 0 0 60px;
}
.mid-section-words {
	background:url(https://cdn.kibin.com/images/editors-words-edited.svg);
	background-size:cover;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:50%;
}
.mid-section-bulb {
	background:url(https://cdn.kibin.com/images/editors-bulb.svg);
	background-size:cover;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:85%;
	margin-top:-60px;
}
.mid-section-browse {
	background:url(https://cdn.kibin.com/images/editors-browse.svg);
	background-size:cover;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:100%;
	margin:0 0 40px 50px;
}
@media(max-width:991px) {
	.mid-section-global,.mid-section-browse {
		margin:0;
	}
	.mid-section-browse {
		margin-bottom:40px;
	}
}

/*
 * Misc.
 */

.mobile-view {
	display:none;
}
.testimonial-banner {
	background-color:#183d4f;
	color:#fff;
}
.editors-header {
	color:#183d4f;
	text-shadow: 2px 2px 2px #999;
}
.fa-map-marker {
	color:#398298;
}
.footer-notice {
	margin:60px auto 40px;
}
.footer-section-img {
	width:100%;
}
.footer-text {
	font-size:1.25em;
	margin:50px 0 0 40px;
}
@media(max-width:991px) {
	.desktop-view {
		display:none;
	}
	.mobile-view {
		display:block;
	}
	.mid-banner-notice {
		width:40%;
	}
	.mid-section-img,.footer-section-img {
		margin:40px auto;
	}
	.footer-section-img {
		width:100%;
	}
}
@media(max-width:701px) {
	.mid-banner-notice {
		width:90%;
	}
}