﻿

body {
	line-height:24px !important;
}

#middleSec .wrapper{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;	
}

#leftCol{
}

#rightCol{
	width:1003px;
	float: right;	
}

.d_grey{
	background: #303030;	
}

.l_grey{
	background: #656565;
}

.d_grey_o{
	background: rgba(48,48,48,0.7);	
}

.l_grey_o{
	background: rgba(101,101,101,0.7);		
}

.contentBox,
.scrollerBox {
	
}

#hpLeftBox{
	float: left;
width: 303px;
margin-right: 30px;	
}

#hprightLatestJobs{
	float: left;	
	width: 670px;
}
	
	#hpJobScroller ul .location,
	#hpJobScroller ul .salary{
			font-size: 18px;
	}



#hpContainer1 h2{
	color: #FFF;	
}


#jobsCarousel .item .holder .inner{
		background: #FFF;
		padding-top: 10px;
		padding-bottom: 45px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		height:380px;
}


#jobsCarousel .item .title{
	padding-top: 0px;	
	min-height: 75px;
	margin-bottom: 10px;
}

#jobsCarousel .item .title a{
	color: #000;
	font-size: 18px !important;
	font-weight: 600;
}

#jobsCarousel .item .title a:hover{
	color: #AED135;
	text-decoration: none;
}

#jobsCarousel .item .salary,
#jobsCarousel .item .location,
#jobsCarousel .item .type{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-left: 10px;	
	font-size: 13px;
}


#jobsCarousel .item .desc{
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;		
	font-size: 13px;
	height:115px;
	overflow:hidden;
}

#jobsCarousel .item .salary{
	background: url('../../gfx/icon_salary.png') left center no-repeat;	
}

#jobsCarousel .item .location{
	background: url('../../gfx/icon_location.png') left center no-repeat;	
}

#jobsCarousel .item .type{
	background: url('../../gfx/icon_type.png') left center no-repeat;	
}

#jobsCarousel .item .buttons{
	margin-top: 20px;	
	width: 100%;
}

#jobsCarousel .item .buttons a{
	background: #AED135;
	color: #FFF;
	width: 46%;
	float: left;
	margin-left: 2%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

#jobsCarousel .item .buttons a:first-child{
	margin-right: 2%;	
}

#hpLatestJobs .carousel-control.right,
#hpLatestJobs .carousel-control.left{
	width: 45px;
	height: 89px;
	margin-top: 56px;
	opacity: 1;	
}

#hpLatestJobs .carousel-control.right{
	background: url('../../gfx/right_arrow.png')	no-repeat;
	transition: background 0.5s;
}
#hpLatestJobs .carousel-control.right:hover{
	background: url('../../gfx/right_arrow2.png')	no-repeat;
	transition: background 0.5s;
}

#hpLatestJobs .carousel-control.left{
	background: url('../../gfx/left_arrow.png')	no-repeat;
	transition: background 0.5s;	
}
#hpLatestJobs .carousel-control.left:hover{
	background: url('../../gfx/left_arrow2.png')	no-repeat;
	transition: background 0.5s;
}

/*Home Page*/	

.hpButtons > div,
.hpButtons > div > .image,
.hpButtons > div > .content{
	height: 120px;	
}

.hpButtons > div > .image{
	background: #0578BE;
	width: 30%;
}

.hpButtons >div > .image span{
	width: 100%;
	height: 100%;
	float: left;	
}
	
.hpButtons > div > .content{
	background: #C7C8CA;
	width:70%;
	  padding-top: 20px;
  padding-left: 15px;
  font-size: 26px;
  color: #FFF;
}

.hpButtons >div.item1,
.hpButtons >div.item2{
	padding-right: 0px;	
}
.hpButtons >div.item2,
.hpButtons >div.item3{
	padding-left: 0px;	
}

#hp_latestJobs ul{
	list-style: none;
	padding-left: 0px;
	height: 220px;
	overflow: hidden;
}

#hp_latestJobs ul li{
	margin-bottom: 10px;	
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 10px;
	height: 220px;
	background: #FFF;
	transition: background: 0.5s;
}

#hp_latestJobs ul li:hover{
	background: #39C0C6;
	transition: background 0.5s;
	cursor: pointer;
	color: #FFF;
}


#hp_latestJobs ul li:hover > *,
#hp_latestJobs ul li:hover .jobTitle a,
#hp_latestJobs ul li:hover .location, 
#hp_latestJobs ul li:hover .salary{
	color: #FFf !important;	
}

#hp_latestJobs ul li .jobTitle a{
	float: left;	
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #653F96;
}

#hp_latestJobs ul li .location,
#hp_latestJobs ul li .salary{
	float: left;
	width: 100%;
	color: #0D4743;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}


#hp_latestJobs ul li .scrollerNavHolder{
	display: none;	
}

#hpSearch .sectionTitle,
#hpSearch .sectionContent{
	background: #C7C8CA;	
	float: left;
	width: 100%;
}

#hpSearch .sectionContent{
	padding-bottom: 20px;	
	height: 300px;
}

#hp_latestJobs h2,
#hp_MainContent h2,
#hpSearch h2{
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 23px;
	color:#0D4743;	
	border-bottom:solid 1px #DEDEDE;
	padding-bottom:10px;
}

#hpSearch h2{
	padding-left: 15px;
	color: #FFF;
}

#hpSearch .searchForm,
#hpSearch .searchContent{
	background: rgba(29,29,30,0.9);
}

#hpSearch .searchContent{
	padding-bottom: 10px;	
}

#hpSearch .searchContent a{
	font-size: 13px;	
}

#hpSearch .searchContent ul{
	list-style: none;
	padding-left: 0px;	
}

#hpSearch .searchContent li{
	border-left: 1px solid #FFF;	
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	color: #FFF;
		font-size: 13px;
}

#hpSearch .searchContent li:first-child{
	border-left: 0px;	
}

#hpSearch .searchContent li p,
#hpSearch .searchContent li a{
		color: #FFF;
		font-size: 14px;
}


#hpSearch .input-block-level{
	   margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    border: 0px;
    padding-top: 5px;
    border-radius: 0px;
    color: #1d1d1e;
}

#hpSearch select{
		width: 100%;
		margin-top: 0px;
		color: #1d1d1e;
		border: 0px;
		font-size: 18px;
		line-height: 26px;
		padding: 5px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1d1d1e !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1d1d1e !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1d1d1e !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #1d1d1e !important;
}


#quickSectors .sector.active .img img{
	border: 2px solid #00A4ED;	
}

.row.searchBoxTitle > div{
		background: #F1F1F1;
		color: #1d1d1e;
		margin-left: 2%;
		width: 31.3333%;
		padding-top: 10px;
		padding-bottom: 10px;
}

.row.searchBoxTitle > div a{
	color: #1d1d1e;
}

.row.searchBoxTitle > div a:hover{
	color: #00A7EE;
}


.row.searchBoxTitle > div:first-child{
		background: rgba(29,29,30,0.9);
		margin-left: 0px;
		color: #F1F1F1;
}

#hpSearch .btn.btn-success{
		background: url('../../gfx/search_icon.png') no-repeat left top;
    border: 0px;
    height: 60px;
    margin-left: -1px;
    border-radius: 0;
}

#hpSearch label{
	  font-size: 16px;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 5px;	
}

form.loggedinJBE .tabHeaderDiv{
	padding: 10px 0px 0px;	
}

form.loggedinJBE .form-group{
		float: left;
		width:100%;
}


.socialNetworks a:hover{
		text-decoration: none;
	}
	
	#hpBoxes{
		margin-top: -120px;	
	}
	
	
	#hpTestimonials .lvl2 .banners .ban_defaultFade{
		position: relative;
	}
	
	#hpTestimonials .lvl2 .banners .ban_defaultFade li{
	  padding-left: 50%;
    margin-left: -98px;
  }
  
  
  
 .socialNetworks{
 	margin-top: 8px;
 	float: right;	
 	margin-right: 20px;
 }
 
  .footerSocial{
  	float: left;
  	width: 100%;
  }

 .footerSocial .socialNetworks{
 	margin-top: 0px;
 	float: none;
 	text-align: center;
 	margin-right: 0px;
 }
 

 #footerMenu{
	float: left;
	width: 100%;
}

#footerMenu > .container > .row{

padding-bottom: 10px;
	padding-top: 10px;
}

#footerMenu .parentLinkForMobile{
	display: none;
}

#footerMenu .inner > div img,
#footerMenu .inner li{
	margin: 0px auto;
	text-align: center;
}
ul.footerMenu li ul{

}
footer{
	    float: left;
    width: 100%;
    line-height: 57px;
}

#footerMenu .inner li a{
	color: #FFF;
}
 
.carousel-control{
	width: 11% !important;	
	z-index: 10000;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
	font-size: 60px !important;	
}

.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before{
	content: "";	
}
.carousel-control .glyphicon-chevron-right{
	background: url('../../gfx/controls.png') bottom right no-repeat;
	height: 50px !important;
}

.carousel-control .glyphicon-chevron-left{
		background: url('../../gfx/controls.png') top left no-repeat;
		height: 50px !important;
	}
	
	
	.carousel-indicators{
		display: none !important;	
	}


	
#headerContent .top{
	margin-top: 40px;
	float: right;
}

#headerContent .top p,
#headerContent .top a{
	font-size: 18px;
	color: #7f8082;
}

#headerContent .top a{
	color: #1FA3D8;
}

#headerContent .bottom{
	float: right;
	width: 100%;
}

#headerContent .bottom a{
	font-size: 16px;
	margin-left: 10px;
	color: #1FA3D8;
}

#headerContent .bottom a:first-child{
	border-right: 1px solid #7f8082;
	padding-right: 10px;
	color: #7f8082;
}

#headerContent .bottom .fltR.social a{
	border: 0px;
	padding: 0px;
}


.socialNetworks{
	margin: 0px;
}


#headerSlice{
	max-width: 1170px;
	height: 150px;
	overflow: hidden;
	margin-top: 20px;
}


#content38 .container{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

#content38 .btn{
	font-size: 26px;
}

.vac-photo-holder .vacDetails-job-details > div{margin-bottom:5px;}

.vacDetails-job-details{
	background: none !important;
    padding: 0 20px 0 0 !important;
    margin-bottom: 20px;
/*    color: #0f3051;	*/
}

.vacDetails-job-details {
    padding: 10px 15px !important;
}

.vacDetails-job-details .row{
	margin-bottom:5px;
}

#header-search-holder > .container > .row > .col-md-8{
	padding-left: 30px;
}