/* Custom Styles for Homepage added by RDI */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body{
	background: url(../images/main_bg.jpg);
}

body, input, button, select, textarea {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.container {
	/*width: 1170px !important;*/}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5em;
}

p {
	line-height: 22px;
	margin-bottom: 20px;
}

a:focus {
	outline: none;
}

.clear-top {
	margin-top: 0 !important;
}
.clear-bottom {
	margin-bottom: 0 !important;
}
.add-top {
	margin-top: 40px !important;
}
.half-top {
	margin-top: 20px !important;
}
.add-bottom {
	margin-bottom: 40px !important;
}
.half-bottom {
	margin-bottom: 20px !important;
}
.aplha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}
.white{
	color:#FFF !important;
}
.orange{
	color:#FF7A29 !important;
}
.gray{
	color: #666666 !important;
}
.dark-bg {
	background: url(../images/dark_bg.jpg) left top
}
.btn {
	padding-left: 20px;
	padding-right: 20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.btn-warning {
	background-color: #ef5316;
	border-color: #df5400;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #fd6e17;
	border-color: #df5400;
}
.btn-primary { background-color: #0087e7;}

/*----- Div Based Table Start -----*/
div.table{
	display:table;
	border-left:1px solid #BBB;}
div.table .table-row{
	display: table-row;
	border-bottom:1px solid #BBB;}
div.table .table-row.thead .table-cell{
	color: #FF7A29;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	line-height:26px;}
div.table .table-cell{
	padding: 4px 8px;
	display: table-cell;
	border: 1px solid #BBB;
	border-bottom:none;
	border-left:none;
	vertical-align:top;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}
div.table .table-cell h4{
  margin-top:0;
  margin-bottom:0;}
div.table .table-row:last-child .table-cell{
	border-bottom:1px solid #BBB;}
div.table .table-cell .cell-title{
	display:none;
	margin:0;
	font-family: 'segoe_uiregular';
	color: #FF7A29;
	line-height:20px;}

div.table.table-stripped .table-row:nth-child(odd){background-color:#E5E5E5;}
div.table.table-stripped .table-row:nth-child(even){background-color: #F0F0F0;}
div.table .table-row.thead,
div.table.table-stripped .table-row.thead{background-color:#FFF;}

/* Table Dashed Border */
div.table.table-border{
  border-left:2px dashed #DDD;}
div.table.table-border .table-row{
  border-bottom:2px dashed #DDD;}
div.table.table-border .table-cell{
  border:2px dashed #DDD; border-bottom:none; border-left:none;}
div.table.table-border .table-row:last-child .table-cell{
  border-bottom:2px dashed #DDD;}

/* Table Radius */
div.table.table-radius{
	border-radius:4px;}
div.table.table-radius > div:first-child > div:last-child{
	  -webkit-border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	  border-top-right-radius: 4px;}
div.table.table-radius > div:first-child > div:first-child{
	  -webkit-border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	  border-top-left-radius: 4px;}

div.table.table-radius > div:last-child > div:last-child{
	  -webkit-border-bottom-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	  border-bottom-right-radius: 4px;}
div.table.table-radius > div:last-child > div:first-child{
	  -webkit-border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	  border-bottom-left-radius: 4px;}
/*----- Div Based Table End -----*/


/* Responsive Video Start */
.video_container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;  /* 16:9 */
	padding-top: 35px;
	position: relative;
	border:5px solid #FFF;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 1px rgba(0, 0, 0, 0.3);
}
.video_container video {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* Responsive Video End */


/* Topbar */
#top-bar .navbar {
	background: url(../images/dark_bg.png) left top;
	border-bottom: none;
}

/* Right Links */
#top-bar p{margin:9px 0;}

/* Social Icons */
.social-icons{margin:9px 0;}
.social-icons li{display:inline-block; float:left; margin-left:5px;}
.social-icons li a{
	display:block;
	padding: 4px 9px;
	width:32px;
	height:32px;
	background:rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,0);
	color: #333 !important;
	border-radius: 3px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;}
.social-icons li a:hover{
	color: #FFF !important;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }
.social-icons li .facebook:hover{ background-color: #3b5998 !important; }
.social-icons li .twitter:hover{ background-color: #3B88C3 !important; }
.social-icons li .linkedin:hover{ background-color: #007bb6 !important; }
.social-icons li .share:hover{ background-color: #00bf00 !important; }
.social-icons li .rss:hover{ background-color: #f36f24 !important; }


/* Header */
.navbar {
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	background: #FFF;
}
.navbar-brand {
	height: auto;
	margin-top: 4px;
}
#navigation{
	margin: 0 0 10px;
}
#navigation .nav > li > a{
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#navigation .nav > li > a .fa { font-weight: bold; }
#navigation .nav > li > a:after{
	bottom: 10px;
	position: relative;
	display: block;
	width: 100%;
	height: 5px;
	opacity: 0;
	font-family: 'FontAwesome';
	content: "\f0d7";
	text-align: center;
	color: #ef5316;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
#navigation .nav > li > a:hover:after{
	bottom: -3px;
	opacity: 1;
}
#navigation .nav li a:hover, #navigation .nav li a:focus{
	background: #ef5316;
	color: #FFF;
}

header .google_ad { margin: 10px 0; }

/* SEARCH JOB */
.search-job {
	padding: 20px 0;
}

/* Slider */
#slider:after{
	content:"";
	display: block;
	width: 100%;
	height: 51px;
	background: url(../images/slider_shadow.png) center top no-repeat;
}
/*#slider {
	margin-bottom: 20px;
}*/
.carousel-inner .img-responsive {
	max-height: 420px;
}
.carousel-control { z-index: 999; }
.carousel-caption {
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	padding: 0 15px;
	text-align: left;
	height: 100%;
}
.carousel-caption .left-content, .carousel-caption .right-content {
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.carousel-caption h1 {
	position: absolute;
	left: 20%;
	top: 10%;
	font-size: 40px;
	line-height: 1.1;
}
.carousel-caption .slide-btn {
	position: absolute;
	left: 20%;
	top: 78%;
}
.carousel-caption .slide-btn .btn {
	padding: 10px 15px;
	line-height: 30px;
	margin-right: 10px;
	font-size: 20px;
}
.carousel-caption .img-char {
	position: absolute;
	bottom: 0;
	right: 70px;
}
.carousel-caption ul {
	position: absolute;
	left: 20%;
	top: 30%;
}

/* SMALL PANELS */
#small_panels .panel-default > img {
	width: 100%;
	height: 155px;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#small_panels .panel-default .panel-heading { padding: 0 15px 0 0; }
#small_panels .panel-default .panel-heading > h3 {display: inline-block;}
#small_panels .panel-default .panel-heading .panel-heading-addon{
	display: inline-block;
	margin-right: 5px;
	width: 45px;
	height: 45px;
	background: #0073c5;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#small_panels .panel-default .panel-footer {
	background: url(../images/panel_footer_bg.png) left top;
	border-top: 1px solid #0073c5;
}
#small_panels .panel-default .panel-footer a:hover {
	color: #000 !important;
	text-decoration: none;
}

#small_panels .panel-default:hover > img {
	filter: none;
	-webkit-filter: grayscale(0);
}
#small_panels .panel-default:hover .panel-heading .panel-heading-addon{
	background: #ef5316;
	color: #FFF;
}

/* 	FEATURE COMPANIES */
.feature-companies {
	background-image: url(../images/feature_companies_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height:295px;
	padding: 30px 0;
}
.slick-slide img{ margin: 0 auto; }

/* NEWS LETTER SUBSCRIPTION */
.subscription {
	/*background: #151515;*/
	padding-bottom: 20px;
	background: #0f4972;
}

/* Footer */
footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	/*background: #262626;*/
	background: #064069;
	color: #FFF;
	font-weight: 600;
	color:#393738;
	position:relative;
	bottom:0px;
}
footer a {
	color:#999999;
	line-height: 24px;
}
footer a:hover { color: #FFF; }

footer .scroll-top {
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 100%;
	left: calc(50% - 50px);
	background: url(../images/scroll_top_bg.png) no-repeat;
	text-align: center;
}
footer .scroll-top i{
	margin-top: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
footer .scroll-top:hover i{ margin-top: 5px;}

.col-sm-6 >.panel-default > .panel-heading {
    background-color: #0073c5 !important;
    border-color: #0073c5 !important;
    color: #FFF;
}
#slider .carousel-inner > .item { width:100%; }
/* 18-06-2014*/
.inputStat {
    color: #FFFFFF;
    margin-left: 174px;
    margin-top: 16px;
}
.searchNav {
 float: right;
    
    margin-bottom: -1px;
    margin-right: 107px;
    width: 11%;
}
.moreOptions {
color: #FFFFFF !important;
    height: 31px !important;
    padding-bottom: 6px !important;
    padding-top: 1px !important; }
