/* COMPANY
* ================================= */
.ahrefs--company {
	overflow: hidden;
	min-width: 1150px;
	clear: both;
}
.ahrefs--company h1 {
	margin: 0;
}
.ahrefs--company h2,
.ahrefs--company h2 span {
	color: #333;
	font-size: 22px;
}


/* Company Page banners 
 * ==================================================== */

.ahrefs--banner {
	position: relative;
	height: 210px;
	background: #01293d; /* Old browsers */
	background: -moz-linear-gradient(top, #01293d 0%, #032d4d 20%, #032d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01293d), color-stop(20%,#032d4d), color-stop(100%,#032d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #01293d 0%,#032d4d 20%,#032d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #01293d 0%,#032d4d 20%,#032d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #01293d 0%,#032d4d 20%,#032d4d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #01293d 0%,#032d4d 20%,#032d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01293d', endColorstr='#032d4d',GradientType=0 ); /* IE6-9 */
}

.ahrefs--banner h1 {
	display: block;
	margin:0 auto;
	padding:80px 0 0;
	width: 1150px;
	color: #96d4ff;
	text-align: left;
	font-size: 38px;
}

.ahrefs--banner .img {
	position: absolute;
	top:-2px;
	right: 50%;
	margin-right: -700px;
	width: 722px;
	height: 212px;
}

.ahrefs--banner .img--about{
	top:21px;
}


/* Company Pages BreadCrumbs
* ====================================================== */

.ahrefs--breadcrumbs {
	margin: 0px;
	padding: 30px 0;
	background: url(/images/home/well-bg@2x.png) repeat;
}
.ahrefs--breadcrumbs nav {
	margin: 0 auto;
	min-width: 1060px;
	width: 1180px;
}
.ahrefs--breadcrumbs ul,
.ahrefs--breadcrumbs li {
	margin:0;
	padding:0;
	list-style: none;
}

.ahrefs--breadcrumbs ul { text-align: left; }

.ahrefs--breadcrumbs li {
	display: inline-block;
	margin: 0 20px;
}

.ahrefs--breadcrumbs li:hover a,
.ahrefs--breadcrumbs li.active a {
	padding-bottom: 3px;
	border-bottom: 2px solid #ec792a;
	color: #ec792a;
	text-decoration: none;
}

/* Clear float, and bottom border line using an image */

.team--clearFloat {	clear: both; }
.team--clearFloatLine {
	clear: both;
	clear: both;
	margin:0 0 35px;
	padding:0;
	height: 1px;
	background: url(/images/home/hr.png) no-repeat center top;
}


.ahrefs--breadcrumbs a {
	color: #333;
	text-transform: uppercase;
}




/* Team Contact info
* ==============================================*/
.ahrefs--team {
    min-width: 1080px;
}
.ahrefs--team h2 cite,
.ahrefs--team h2 span cite {
	display: inline-block;
	margin: 0px;
	padding-left: 5px;
	height: 22px;
	border-left: 1px solid #ddd;
}
.ahrefs--team h2 cite.fixMargin a:first-child {
	margin-left: 35px;
}
.ahrefs--team h2 a {
	margin: 0 5px;
}
.ahrefs--team .title--pointer {
	margin-left: -10px;
}

/* Team Memebers Area */
.ahrefs--team p {
	font-size: 13px;
}

.ahrefs--team .row-fluid {
	margin: 0 auto;
	max-width: 1300px;
}

img.team-point {
	margin: 60px 0 30px 0;
}
.ahrefs--team .lines2 {
    display: inline-block;
    margin-left: 149px;
}

/* Adjust some of the team member's padding for descriptions */
.ahrefs--team .team-workie-2 p {
	margin: 12px 0 12px;
}
.ahrefs--team .team-workie-3 p {
	margin: 12px 0 12px;
}
.team-about {
	position: relative;
}
.team-about img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.team-about div {
	position: relative;
	z-index: 5;
	padding: 28px 50px 20px 50px;
}
.team-workie-1 h2 {
	position: relative;
	top: 5px;
	z-index: 5;
	float: left;
	margin: 2.2em 0 0 0;
	padding: 50px 30px 0 0;
	background: url('/images/team/Team-arrow-left@2x.png') 100% 0 no-repeat;
	background-size: 48px 38px;
}
@media (max-width:1300px) {
	.team-workie-1 h2 {
		width: 40%;
	}
}
@media (max-width:1200px) {
	.team-workie-1 h2 {
		width: 30%;
	}
}
.team-workie-1 .team-member {
	position: relative;
	left: -25px;
	margin-bottom: 1em;
}
.team-workie-2 h2 {
	position: relative;
	top: -30px;
	margin: 0;
	margin-bottom: -30px;
	padding: 50px 0 0 0;
	background: url('/images/team/Team-arrow-left@2x.png') 10px 0 no-repeat;
	background-size: 48px 38px;
}
.team-workie-3 .team-member {
	float: left;
	margin: 0 .5em 0 0;
}
.team-workie-3 h2 {
	position: relative;
	top: 0;
	margin: 2.2em 0 0 0;
	padding: 55px 0 0 0;
	background: url('/images/team/Team-arrow-right@2x.png') 130px 15px no-repeat;
	background-size: 50px 30px;
}

.team-workie-3 h2 img {
	position: relative;
	left: -30px;
}
.team-workie-1 span,
.team-workie-2 span,
.team-workie-3 span {
	position: relative;
	top: -4px;

	color: #2d2d2d;
	font-weight: normal !important;
	font-size: 18px;
	font-family: 'Shadows Into Light Two', Helvetica, Arial, sans-serif;
}
.team-hobbies {
	padding: 7px 0 7px 45px;
	background: url('/images/team/team-heart@2x.gif') 0 20% no-repeat;
	background-size: 32px 29px;
	color: #333;
	font-style: italic;
	font-size: 13px;
}
.team-position {
	position: relative;
	top: -5px;
	display: block;
	color: #0c416a !important;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 1em;
}


h2 .team-position {
	top: 0;
}

/* last item, joing us */
.ahrefs--team .last h2 {
	top: 30px;
	left: -50px;
	padding-top:65px;
	background-position: 168px 15px;
}

span.joingteam { font-size:22px; }
span.joingteam img { margin:0 0 0 25px; }


/* About ahrefs
 * ========================================== */

.ahrefs--about--intro {
	padding:0 0 35px;
	width: 1000px;
	background: url(/images/home/hr.png) no-repeat center bottom;
	color: #333;
	font-weight: bold;
}

.ahrefs--about article {
	padding:0;
}

.ahrefs--about--intro p {
	line-height: 20px;
	font-weight: 600;
}

.ahrefs--about--descriptions {
	padding:35px 0;
	background: url(/images/home/well-bg@2x.png) repeat;
}

.ahrefs--about--descriptions img {
	float: left;
	width: 320px;
}

.ahrefs--about--descriptions .content {
	float: left;
	margin-left:20px;
	width: 660px;
}

.ahrefs--about--descriptions .content p { line-height: 20px; }

.ahrefs--about--descriptions .wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* Join the team/ Job page 
 * ========================================================= */
.ahrefs--jobs--title {
	margin: 0 auto 80px auto;
	width: 1000px;
}
.ahrefs--jobs--title h1 {
	margin:40px 0 20px;
	font-size: 40px;
}

.ahrefs--jobs--title p {
	font-weight:600;
}

/* listings */
.ahrefs_jobs--listings li,
.ahrefs_jobs--listings ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.ahrefs_jobs--listings ul {
	margin: 0 auto 60px auto;
	width: 1030px;
	border-top:1px solid #e2e2e2;
}

/* Clear the margin for the post item */
.ahrefs_jobs--post ul {
	margin:0 auto 40px auto;
}

.ahrefs_jobs--listings li {
	margin: 20px 0 0;
	padding:0 25px 20px 25px;
	border-bottom: 1px solid #e2e2e2;
}

.ahrefs_jobs--listings i.icons {
	display: block;
	float: left;
	margin-right: 20px;
	width: 42px;
	height: 42px;
}

.ahrefs_jobs--listings i.icon-backenddeveloper {
	background: url(/images/team/icons_backend_developer.gif) no-repeat;
	background-size:42px 42px;
}

.ahrefs_jobs--listings li a {
	display: block;
	width: 100%;
	background: url(/images/team/jobs-listings-arrow-right.gif) no-repeat right 15px;
	background-size: 15px 22px;
	text-decoration: none;
}

.ahrefs_jobs--listings li:hover a h3 {
	color: #333;
}

.ahrefs_jobs--listings li h3 {
	margin: 0 0 5px;
	color: #3778a8;
	font-size: 24px;
}

.ahrefs_jobs--listings li cite {
	color: #333;
	font-style: normal;
	font-size:13px;
}

/********** listings post ****************/

.ahrefs_jobs--post ul { border-top:0; }
.ahrefs_jobs--post li { margin: 0; }

/* Back button */
.ahrefs_jobs--listings li a.ahrefs_jobs--back {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	padding-right: 20px;
	width: 24px;
	height: 41px;
	border-right: 1px solid #ccc;
	background: url(/images/team/jobs-listings-arrow-left.gif) no-repeat left center;
	background-size: 15px 22px;
	text-indent: -5000px;
}

.ahrefs_jobs--post .descriptions {
	margin:0 auto;
	width: 960px;
}

/* description contents */
.ahrefs_jobs--post .descriptions-wrapper {
	margin-bottom: 40px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e2e2e2;
	overflow: auto;
	margin-left: 60px;
	width: 825px;
}

.ahrefs_jobs--post .descriptions-wrapper p {
	font-size: 14px;
    line-height: 22px;
    margin: 0 0 27px;
}
.ahrefs_jobs--post .descriptions-wrapper p.p20{
    margin: 0 0 13px;
}

.ahrefs_jobs--post .descriptions-wrapper.last {
	/* Remove border-bottom for the last item */
	border-bottom: none;
	margin-bottom: 20px;
}

/* Extra settings */
.ahrefs_jobs--post .descriptions-wrapper strong.semi {
	font-weight: 600 !important;
}
.ahrefs_jobs--post .descriptions-wrapper span {
	color: #3778a8;
	font-weight: 600;
}

.ahrefs_jobs--post .descriptions h3 {
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px;
	margin:0 0 20px 0;
}

.ahrefs_jobs--post .descriptions h4 {
	font-size: 16px;
	font-weight: bold;
    margin:0 0 13px 0;
}

.ahrefs_jobs--post .testTask {
    background: #f6f6f6;
    padding:30px;
    overflow: auto;
    margin: 0 45px 0 35px;
}

.ahrefs_jobs--post .testTask p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 27px;
}

.ahrefs_jobs--post .testTask p strong {
    font-weight: bold !important;
}
.descriptions-wrapper ul,
.descriptions-wrapper ul li,
.ahrefs_jobs--post .testTask ul,
.ahrefs_jobs--post .testTask li {
	margin:0;
	padding:0;
	border: none;
	width: auto;
}

/* Give a list style for list class */
.ahrefs_jobs--post ul.list {
	margin:0 0 40px 20px;
	list-style: disc;
}
.ahrefs_jobs--post ul.list li {
	list-style: disc;
	color: #0a416a;
	margin: 0 0 10px;
}

.ahrefs_jobs--post ul.list li p {
	margin:0;
	padding:0;
	color: #222;
}

.ahrefs_jobs--post ul.whatyhouget.list li {
    width: 100%;
}



/* Float left each items for the skills list */
.ahrefs_jobs--post ul.skills li {
	float: left;
	width: 90px;
	height: 90px;
	margin:0 30px 0 0;
	padding: 0;
	border: 1px solid #e2e2e2;
}


/* Give a list style for list class but also float left 
 * Example:
 * item 1    |   item 2
 * item 3    |   item 4
 */

.ahrefs_jobs--post ul.listSide li {
	width: 100%;
	/*float: left;*/
    clear: both;
	margin: 0 0 10px;
    clear: both;
}

.ahrefs_jobs--listings.ahrefs_jobs--post .social-likes__icon {
    color: #0a416c;
}

.ahrefs_jobs--post .apply {
	background: #e8eff5;
	color:white;
	padding:30px;
	text-align: left;
    margin: 0px 45px 60px 35px;
    overflow: auto;
}

.ahrefs_jobs--post .apply a {
	color: #3778a8;
	font-weight: bold;;
}

.ahrefs_jobs--post .apply p {
    color: #333333;
    font-size: 14px;
}

.ahrefs_jobs--post .apply p strong {
    font-weight: bold !important;
}


.ahrefs_jobs--post .apply ul,
.ahrefs_jobs--post .apply li {
    margin:0;
    padding:0;
    border: none;
    width: auto;
}
.ahrefs_jobs--post .apply h4 {
    margin-bottom: 23px;
}
.ahrefs_jobs--post .apply ul {
    padding-left: 20px;
}
.ahrefs_jobs--post .apply li {
    clear: none !important;
}

/** social liks **/
.social-likes {
	float: right;
	margin-top: -15px !important;
}
.social-likes a {
	background: none !important;
}

.social-likes .vertical-divider {
	color: #ccc;
}

/* BreadCrummbs
* ===================== */
.rotate-left {
	-webkit-transform: rotate(8deg); /* Safari and Chrome */
	-moz-transform: rotate(8deg); /* Firefox */
	-ms-transform: rotate(8deg); /* IE 9 */
	-o-transform: rotate(8deg); /* Opera */
	transform: rotate(8deg);
}
.rotate-right {
	-webkit-transform: rotate(-8deg); /* Safari and Chrome */
	-moz-transform: rotate(-8deg); /* Firefox */
	-ms-transform: rotate(-8deg); /* IE 9 */
	-o-transform: rotate(-8deg); /* Opera */
	transform: rotate(-8deg);
}