html, body, input, a, label, p {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

h1, h3{
	font-weight: Bold;
	color: #004086;

}
 h2, h4, h5, h6 {
	font-family: "Bitter","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: Bold;
	color: #004086;
}
html, body {
	font-size: 16px;
}
body {
	color: #444;
	background: #fff url(../img/dust.png) repeat top left;
}
}
p {
	font-size: 16px;
	line-height: 30px;
}
a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f30 {
	font-size: 30px;
}
.f32 {
	font-size: 32px;
}
.f42 {
	font-size: 42px;
}
.search-form {
	padding: 8px;
	position: relative;
}
input.search {
	border-radius: 20px;
	padding-right: 30px;
		
}
button.search {
	position: absolute;
	border-radius: 20px;
	right: 13px;
	top: 12px;
	padding: 0;
	border: none;
	height: 26px;
	width: 26px;
	background: transparent;
}
.bold{
	font-weight:bold;
}
.list-upper-letters {
	list-style-type: upper-alpha;
}
.navbar-brand {
	font-weight: 900;
}
.img-r {
	border-radius: 50%;
	border-bottom-right-radius: 0;
}
.content {
	padding-bottom: 50px;
}
.wrapper {
	background: #fff url(../img/line.png) repeat-x top center;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	padding: 10px 30px 30px;
	margin-top: -120px;
}
.navbar.navbar-default {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	background: #30363E;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff	;
	background-color: #408CBE;
}
.navbar-default .navbar-brand {
	color: #fff;
	padding-left: 70px;
	background: url(../img/logo-s.png) no-repeat 10px center;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus {
	color: #ccc;
}
.hero, .subhero, .affiliates {
background: #c0d4e2;
background: -moz-radial-gradient(center, ellipse cover,  #c0d4e2 1%, #6bbdf4 75%, #4a92e0 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#c0d4e2), color-stop(75%,#6bbdf4), color-stop(100%,#4a92e0));
background: -webkit-radial-gradient(center, ellipse cover,  #c0d4e2 1%,#6bbdf4 75%,#4a92e0 100%);
background: -o-radial-gradient(center, ellipse cover,  #c0d4e2 1%,#6bbdf4 75%,#4a92e0 100%);
background: -ms-radial-gradient(center, ellipse cover,  #c0d4e2 1%,#6bbdf4 75%,#4a92e0 100%);
background: radial-gradient(ellipse at center,  #c0d4e2 1%,#6bbdf4 75%,#4a92e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d4e2', endColorstr='#4a92e0',GradientType=1 );

}
header.main {
	background: url('../img/hero-bg.png') no-repeat center center;
	background-size: cover;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.5);
	margin-top: 50px;
}
.hero .banner {
	padding: 10px 0 130px;
}
.banner-logo {
	margin: 60px 0;
}
.subhero {
	height: 70px;
	box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,0.3);
}
.hero-logo {
	margin: 20px auto;
}
.sidebar {
	padding: 20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
	margin-top: -60px;
	background: #fff;
}

.footer {
	font-size: 14px;
	padding: 20px 0 10px;
	margin-top: 40px;
	color: #fff;
	box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.1);
	background: #30363E;
}
.map {
	margin-top: 20px;
	box-shadow: 20px 20px 0 -20px rgba(0, 64, 134, 0.5);
	/*
	border: #eee 10px solid;
	border-radius: 50%;
	*/
}

.panel-me {
	padding: 20px;
	margin: 20px;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
	background-image: url(../img/gplaypattern.png);
}
.pad-l {
	padding-left: 40px;
}

.glyphicon {
	padding-right: 20px;
}

.hero-banner {
}
.hero-banner h1 {
	color: #005F85;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.service-list > li, .service-list > li > ol > li {
	padding-top: 20px;
}
.service-list > li > ol > li >  ul {
	list-style: none;
	padding: 0;
}
.service-list > li > ol > li >  ul > li {
	padding: 10px 10px 10px 45px;
	background: transparent url(../img/check.png) no-repeat 10px center;	
}
.affiliates {
	box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.3);
	padding: 40px 0;
}

.affiliates img {
	border-radius: 3px;
	margin: 10px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);

	opacity: 0.7;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.affiliates img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
	z-index: 10;
	position: relative;
}

.careers {
	list-style-type: none;
}
.careers li {
	padding: 10px 10px 10px 20px;
	background: #fff;
	border: #ccc 1px solid;
	margin: 5px;
	border-bottom-left-radius: 10px;


    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.careers li:hover {
	background: #ccc;
	text-indent: 40px
}

.sidebar .social {
	margin-bottom: 20px;
}
.social a.icon-fixed-width {
	font-size: 20px;
	border-radius: 50%;
	height: 30px;
	width: 30px !important;
	line-height: 30px;
	padding: 0;
	text-align: center;
}

.footer .social a.icon-fixed-width {
	font-size: 14px;
	border-radius: 50%;
	height: 24px;
	width: 24px !important;
	line-height: 24px;
	background: #fff;
	color: #333;
	border: 0;
	opacity: 0.7;
}

.footer .social a.icon-fixed-width:hover,
.footer .social a.icon-fixed-width:focus,
.footer .social a.icon-fixed-width:active {
	opacity: 1;
}

.subpage .wrapper,
.join.wrapper {
	margin-top: 20px;
}

.subpage .sidebar {
	margin-top: 80px;
}
.welcometo {
	font-size: 30px;
	font-style: italic;
}

.hero-banner .carousel {
	position: relative;
	margin: 20px 0;
}
.hero-banner .carousel:before {
	position: absolute;
	height: 10%;
	width: 100%;
	border-radius: 0 0 50% 50%;
	content: ' ';
	bottom: 0;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.carousel img {
	width: 100%;
}
.carousel-indicators {
	bottom: 0;
	left: 0;
	width: auto;
	margin: 0;
	padding: 10px 15px;;
}
.carousel-indicators li {
	display: block;
	border-radius: 1px;
	border: 0;
	background: #ccc;
	background: rgba(255, 255, 255, 0.5);
}

.img-responsive {
	width: 100%;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

.totop {
	font-size: 50px;
	color: #111;
	color: rgba(0,0,0,0.5);
	position: absolute;
	display: block;
	top: 100%;
	margin-top: 10px;
	right: 0;
	z-index: 10;
}

.icon-fixed-width,
.icon-fixed-width:active,
.icon-fixed-width:focus,
.icon-fixed-width:hover {
	text-decoration: none;
}
.totop:active,
.totop:focus,
.totop:hover {
	color: #333;
	color: rgba(0,0,0,0.3);
}

.likebox {
	margin-top: 20px;
}

.well {
	border-radius: 2px;
}

.btn {
	border-radius: 2px;
}

.panel.jobseeker .panel-title {
	color: #fff;
}
#form-company {
	display: none;
}

.btn-grad.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-grad {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #007ab8;
	background-image: -moz-linear-gradient(top, #0088cc, #006699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#006699));
	background-image: -webkit-linear-gradient(top, #0088cc, #006699);
	background-image: -o-linear-gradient(top, #0088cc, #006699);
	background-image: linear-gradient(to bottom, #0088cc, #006699);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff006699', GradientType=0);
	border-color: #006699 #006699 #00334d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #006699;

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active,
.btn-grad.active,
.btn-grad.disabled,
.btn-grad[disabled] {
	color: #ffffff;
	background-color: #006699;
	*background-color: #005580;
}
.btn-grad:active,
.btn-grad.active {
	background-color: #004466 ;
}

.panel.panel-primary.jobseeker {
	border-color: #d2322d;
}
.panel.panel-primary.jobseeker .panel-heading {
	background-color: #d2322d;
	border-color: #d2322d;
}
.now {
	padding-bottom: 20px;
}
.join {
	padding: 20px;
}

.join span {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

.vm p {
	font-weight: bold;
	font-style: italic;
}

.contact-js {
	border-color: #d2322d;
	background: #FFE3E2;
}
.contact-emp {
	border-color: #428bca;
	background: #DDEFFF;
}