body, p {
  font-size: 13px;
  line-height: 33px;
}

a {
  text-decoration: none;
  color: #f65a16;
}

a:hover {
  color: #f14a01;
}

H1, H2, H3, H4, H5, H6 {
  clear: both;
}

H1 {
  font-size: 32px;
  line-height: 60px;
  margin: 10px 0;
  color: white;
  font-weight: 100;
}

.reg-blog H1 {
  color: #f35b27;
}

H1.homepage {
  /*font-family: 'PT Sans Narrow', sans-serif;*/
  -webkit-text-stroke: 1px black;
  font-weight: bold;
  font-size: 34px;
  line-height: 80px;
  color: white;
}

.black {
  color: #363636;
}

.white {
  color: white;
}

a.white:hover {
  color: black;
}

.orange {
  color: #f35b27;
}

.white-link a {
  color: white;
}

.profile H1 {
  color: #f35b27;
  font-size: 16px;
  line-height: 16px;
}

.profile .about-you h1 {
  margin-bottom: -20px;
}

.company H1 {
  color: #363636;
}

H2 {
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
  padding: 24px 0;
}

H2.extra-height-reg1 {
  margin-bottom: 45px;
}

H2.header-nomargin {
  margin-bottom: 0;
}

.bottom-row h2 {
  padding: 0;
}

.top-row h2 {
  padding-top: 0;
  margin-top: 0;
}

#sectionhoppers h2 {
  text-decoration: none;
  color: #363636;
}


h3 {
  font-weight: 100;
  font-size: 20px;
  margin: 5px 0;
}

H4 {
  color: #363636;
  font-weight: normal;
  font-size: 15px;
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.post .white-box h1 {
  color: #434343;
}

.reg22 h4 {
  color: white;
}

.add_experience span.ng-binding, .list_experience span.ng-binding {
  font-size: 10px;
  position: relative;
  top: -10px;
  left: 5px;
}

.account span#town {
  font-size: 12px;
  font-style: italic;
}

.tips {
  font-size: 13px;
}

.small-text {
  font-size: 12px;
  line-height: 14px;
}

.oops {
  font-size: 100px;
  color: #626262;
  margin: -25px 0px -50px 0;
}

.oops-font {
  color: #dddddd;
  font-size: 50px;
  line-height: 55px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

span.small {
  font-size: 12px;
}

.draft {
  font-style: italic;
}

#wrapper.footer a {
  color: white;
}

.post .white-box ul {
  list-style-type: disc;
  list-style-position: inside;
}

.post .white-box strong {
  font-weight: 800;
}

.job-title {
  font-style: italic;
}

#wrapper {
  max-width: 80%;
  margin: 0 auto;
}

#wrapper-hhopper {
  max-width: 58%;
  margin: 0 auto;
}

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 75px;
}

.smaller {
  max-width: 600px;
}

.centre {
  margin: 0 auto;
  max-width: 300px;
}

.centre-middle {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.centre-lge {
  max-width: 100%;
  text-align: center;
  font-size: 24px;
}

.central {
  text-align: center;
}

/* HOMEPAGE 
====================================================================== */
.container-fluid {
  /*padding-right: 20px;
  padding-left: 20px;*/
  max-width: 1060px;
  margin: 0 auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
}

.container-fluid:after {
  clear: both;
}

/* COLUMNS 
====================================================================== */
.three-columns-one {
  width: 32%;
  margin-right: 1%;
  float: left;
}

.three-columns-two {
  width: 32%;
  margin-right: 1%;
  float: left;
}

.three-columns-three {
  width: 33%;
  float: left;
}

.account .three-columns-one {
  width: 30%;
  margin-right: 7%;
  float: left;
}

.account .three-columns-two {
  width: 30%;
  margin-right: 7%;
  float: left;
}

.account .three-columns-three {
  width: 25%;
  float: left;
}

.three-columns-auto {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  height: 110px;
}

.two-columns-one {
  width: 49%;
  margin-right: 1%;
  float: left;
}

.two-columns-two {
  width: 49%;
  float: left;
}

.tidy-large-columns {
  text-align: center;
  width: 500px;
  height: 360px;
  border: 2px solid #e9e9e9;
  float: left;
  margin: 5px;
}

.tidy-large-columns > * {
  vertical-align: middle;
}

.tidy-large-columns .helper {
  display: inline-block;
  height: 360px;
}

.tidy-large-columns img {
  max-height: 90%;
  margin-top: 1%;
}


.tidy-columns {
  text-align: center;
  width: 350px;
  height: 236px;
  border: 2px solid #e9e9e9;
  float: left;
  margin: 5px;
}

.tidy-columns > * {
  vertical-align: middle;
}

.tidy-columns .helper {
  display: inline-block;
  height: 236px;
}

.tidy-columns img {
  max-height: 97%;
  /*margin-top: 1%;*/
  max-width: 98%;
}

.two-thirds {
  width: 66%;
  float: left;
  margin-right: 4%;
}

.one-third {
  width: 30%;
  float: left;
}

.reg14 .two-thirds {
  width: 66%;
  margin-right: 2%;
  border-right: thin solid #d64d1e;
  padding-right: 1%;
}

#main-column {
  width: 65%;
  padding-right: 1%;
  float: left;
}

#secondary-column {
  width: 34%;
  float: left;
}

#reg-1-three-cols {
  max-width: 1060px;
  margin: 0 auto;
}

/* three column */
.reg-1-col-1, .reg-1-col-2, .reg-1-col-3 {
  width: 31%;
  float: left;
  color: #ffffff;
  margin-right: 1%;
  margin-top: 0px;
}

.reg-1-col-2 {
  text-align: center;
  margin-top: 180px;
}

.reg-1-col-3 {
  margin: 0px 3% 0px 0px;
  width: 29%;
}

.reg-1-col-3 button {
  background: none;
  border: none;
  text-align: left;
}

.reg-1-col-2 {
  font-size: 18px;
}

/* three column, reg2 */
.reg-2-col-1, .reg-2-col-3 {
  width: 40%;
  float: left;
  color: #ffffff;
  margin-right: 1%;
}

.reg-2-col-2 {
  text-align: center;
  margin-top: 130px;
  width: 15%;
  float: left;
}

.reg-2-col-3 {
  float: right;
}

.reg-2-col-3 button {
  background: none;
  border: none;
}

.reg-2-col-2 {
  font-size: 18px;
}

.half-col {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}

.half-col-last {
  width: 48.5%;
  float: left;
}

/* FOUR COLUMNS 
====================================================================== */
.eighty {
  width: 80%;
  margin: 0 auto;
}

.quarter {
  width: 20%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
}

 .quarter-first {
  width: 20%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
}

.quarter-last {
  width: 21%;
  float: left;
}

.quarter-three {
  width: 74%;
  float: left;
}

.quarter-third {
  width: 70%;
  float: left;
  margin-right: 1%;
}

.quarter-final {
  width: 29%;
  float: left;
}

/* FIVE COLUMNS 
====================================================================== */
.fifth-one, .fifth-four {
  width: 22%;
  float: left;
  margin-right: 1%;
}

.fifth-three {
  width: 10%;
  float: left;
  text-align: center;
}

.fifth-two, .fifth-five {
  width: 22%;
  float: left;
}

/*.present {clear:both; width:64%; text-align:right;}*/
/* BLOGS
====================================================================== */
.blog #main-column, .blog #main-column-100 {
  width: 100%;
}

.blog-checkbox .ng-scope {
  min-width: 20px;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
}

.excerpt-block {
  min-height: 200px;
}

/* COMPANY
====================================================================== */
.terms {
  margin: 0 auto;
  width: 50%;
}

.terms input.ng-pristine.ng-invalid.ng-invalid-required, .terms input.ng-dirty.ng-valid.ng-valid-required, .terms input.ng-dirty.ng-invalid.ng-invalid-required {
  width: 20px;
  height: 25px;
  float: left;
}

.co-left {
  text-align: left;
  line-height: 40px;
  padding-left: 30px;
}

.company-follow {
  float: right;
  width: 200px;
  margin: 0 0 0 0;
}

.company-name {
  float: left;
}

.company-socme {
  float: right;
  margin-top: -50px;
  width: 300px;
  text-align: right;
}

.company-twitter {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.iframe#twitter-widget-0 {
  float: right;
  width: 50%;
}

.company-centre input#twitterId {
  margin-bottom: 0px !important;
  /*float: right;*/
  /*width: 95%;*/
}

/* REG1.3
====================================================================== */
.reg13 span#town {
  top: -12px;
}

.reg13 .auto-social {
  float: left;
  /*margin: -25px 0 15px 0;*/
}

.reg13 .auto-social-label {
  float: left;
  margin-top: -5px;
}

.reg13 .auto-social-container {
  min-width: 300px;
}

.reg13 .auto-social-wrapper {
  float: left;
  margin-top: -5px;
}

.reg13 .auto-social-box {
  float: left;
  width: 20px;
  margin-top: 5px;
}

.reg13 .accountConnection {
  text-align: center;
}

.reg13 .accountConnection img {
  padding: 0 10px;
  width: 45px;
}

.reg13 .accountConnection button img {
  width: 150px;
}

.blog-large {
  display: inline;
}

.blog-small {
  display: none;
}

/* REG2.4
====================================================================== */
.reg24 span#town {
  top: -12px;
}

/*.reg24 .auto-social {float:left;margin: -25px 0 15px 0;}*/
.reg24 .auto-social-label {
  float: left;
  margin-top: -5px;
}

.reg24 .auto-social-container {
  min-width: 300px;
}

.reg24 .auto-social-wrapper {
  float: left;
}

.reg24 .auto-social-box {
  float: left;
  width: 20px;
  margin-top: 5px;
}

/* ACTIVITIES/PROFILE
====================================================================== */
.profile span#town, .activities span#town {
  top: -12px;
}

.profile .auto-social-label, .activities .auto-social-label {
  float: left;
  margin-top: -5px;
}

.profile .auto-social-container, .activities .auto-social-container {
  min-width: 300px;
}

.profile .auto-social-wrapper, .activities .auto-social-wrapper {
  float: left;
}

.profile .auto-social-box, .activities .auto-social-box {
  float: left;
  width: 20px;
  margin-top: 5px;
}
@media  (max-width: 1023px) {
  .profile .auto-social-box, .activities .auto-social-box {
    margin-top: -5px;
  }
}

.profile .accountConnection, .activities .accountConnection {
  text-align: center;
}

.profile .accountConnection img, .activities .accountConnection img {
  padding: 0 10px;
  width: 45px;
}

/* UPLOAD BAR
====================================================================== */
.company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
  width: 1040px;
}

.profile-pic-banner div#progressbar {
  width: 200px;
}

/* STATUS
====================================================================== */
.latest-status {
  clear: both;
}

.responsive-big {
  display: none;
}

form {
  margin: 0;
}

.styled-select select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: transparent;
  width: 100%;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  margin-bottom: 0;
  cursor: pointer;
}

.styled-select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  background: url(/resources/img/down-arrow-select.png) no-repeat right 5% center white;
  border: 1px solid #ccc;
}

input.image-upload {
  display: none;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 35px;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  width: 20px;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.dropdown-inline-image {
  vertical-align: text-top;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: relative;
  top: 13px;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  text-transform: lowercase;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #363636;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f35b27;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;*/
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input#acceptedTC {
  display: none;
}

.experience input {
  margin-bottom: 5px;
}

.experience select {
  width: 100%;
}

.experience .styled-select {
  margin-bottom: 5px;
}

textarea#description {
  min-height: 100px;
}

input#toPresent {
  width: 3%;
  height: 15px;
}

.present {
  width: 67%;
  text-align: right;
  font-size: 20px;
}

.controls.fixed-size textarea {
  resize: none;
  height: 80px;
}

.business-card-right input {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  margin: 0;
}

.business-card-right textarea {
  resize: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 16px;
}

.business-card-right textarea, .business-card-right input:focus {
  font-size: 14px;
}

/* EXPERIENCE
============== */
.no-borders input#organisation
, .no-borders input#title
, .no-borders input#fromYear
, .no-borders input#description
, .no-borders input#toYear
, .no-borders select.ng-pristine.ng-valid
, .styled-select.no-borders
, .styled-select.fifth-one.no-borders {
  border: none;
  background: none;
  box-shadow: none;
}

.reg22 .no-borders input#organisation
, .reg22 .no-borders input#title
, .reg22 .no-borders input#fromYear
, .reg22 .no-borders input#description
, .reg22 .no-borders input#toYear
, .reg22 .no-borders select.ng-pristine.ng-valid
, .reg22 .styled-select.no-borders
, .reg22 .styled-select.fifth-one.no-borders {
  border: none;
  background: #d1d1d1;
  box-shadow: none;
  height: 35px;
}

/*.add_experience .styled-select.border, .list_experience .styled-select {background:none;border:none;margin-bottom:0;}*/
.profile .add_experience span.ng-binding {
  top: -2px;
}

.profile .add_experience input#title, .profile .add_experience input#organisation {
  margin: 0 0 -10px 0;
}

.profile .add_experience textarea#description {
  margin-top: 8px;
}

.add_experience textarea#description {
  margin: 7px 0 -4px 0;
}

.styled-select.fifth-one, .styled-select.fifth-four.border {
  border: 1px solid #ccc;
  height: 35px;
}

.profile .add_experience .ng-binding {
  font-size: 12px;
}

.list_experience input#title {
  font-size: 20px;
}

.list_experience input#title:focus
, .list_experience input#organisation:focus
, .list_experience input#fromYear:focus
, .list_experience input#toYear:focus
, .list_experience input#description:focus {
  background: #fff;
  border: thin solid #dddddd;
}

/* focus */
/*select.ng-valid.ng-dirty {width: 85px;}*/
/* BLOGS
============== */
.blog-checkbox input[type="radio"], .blog-checkbox input[type="checkbox"] {
  min-height: 20px;
  width: 20px;
}

label.label-left {
  float: left;
  width: 25%;
  font-size: 14px;
  line-height: 40px;
}

.field-left {
  width: 75%;
  float: left;
}

textarea#excerpt {
  min-height: 150px;
}

.post .mce-edit-area iframe {
  min-height: 500px;
}

.chars-remaining {
  display: none;
}

/* REG2.2
============== */
.reg22 .styled-select select {
  height: 40px;
}

/* REG3.3
============== */
.central-align {
  max-width: 535px;
  margin: 0 auto;
}

.reg33 .junior {
  float: left;
  margin-right: 10px;
}

.reg33 form#registerForm {
  float: left;
}

/* ALERTS 
====================================================================== */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #fcf8e3;
}

.alert,
.alert h4 {
  color: #ffffff;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #fffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  position: relative;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.alert a {
  color: #f35b27;
}

.alert.alert-info.email {
  left: 90px;
  top: 0px;
  font-size: 14px;
}

.alert.alert-info.email .header-alert {
  position: absolute;
  z-index: 1;
  right: 74px;
}

div.ui-tooltip {
  color: #fff;
  max-width: 450px;
  font-size: 14px;
  left: 20px;
  position: relative;
  margin-bottom: -70px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px;
  border-width: 2px;
  border: #000;
  border-radius: 0;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Oxygen', sans-serif;
  cursor: pointer;
}

.button {
  background-color: #f65a16;
  /*height: 30px; */
  width: 300px;
  padding: 10px 0;
  text-align: center;
  float: right;
  font-family: 'Oxygen', sans-serif;
  font-size: 26px;
}

.alert-info.alert-dismissable button {
  padding: 10px;
  color: white;
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.button a:hover {
  color: #484848;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  color: #f35b27;
  padding: 10px 25px;
  font-size: 20px;
  letter-spacing: 3px;
  border: thin #f35b27;
}

#next-button {
  clear: both;
  max-width: 1060px;
  margin: 0 auto;
  border-top: thin solid white;
  text-align: right;
}

#next-button button {
  background: #ffffff;
  border-radius: 0;
  text-shadow: none;
  color: #f35b27;
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 18px;
  border: none;
  border-bottom: 3px #ecd9d3 solid;
  height: 43px;
  background: url(/resources/img/next-arrow.png) no-repeat right white;
  width: 154px;
  text-align: left;
}

button.connectButton {
  border: none;
  background: none;
  float: left;
  width: 50%;
}

button.ng-binding {
  width: 200px;
  margin-top: 10px;
  background: #ffffff;
  border: none;
  height: 35px;
  color: #f35b27;
  text-transform: uppercase;
  font-size: 18px;
}

button.orange-button {
  background: #f35b27;
  color: #fff;
  text-transform: lowercase;
  padding: 10px 15px;
}

button.white-button {
  background: #ffffff;
  color: #f35b27;
  text-transform: lowercase;
  padding: 10px 15px;
}

button.black-button {
  background: #363636;
  color: #fff;
  text-transform: lowercase;
  padding: 10px 15px;
}

/* FB Button on reg1.3 */
.facebook-button {
  background: url(/resources/img/facebook-button.jpg) no-repeat right white;
  text-align: left;
  padding-right: 70px;
}

/* Buttons on reg1.4 */
.junior {
  background: url(/resources/img/right-arrow-big.jpg) no-repeat right white;
  text-align: left;
  padding-right: 70px;
}

.experience-button {
  background: url(/resources/img/add-experience.png) no-repeat right #363636;
  text-align: left;
  height: 60px;
  padding: 0 75px 0 10px;
  color: #ffffff;
}

.blog-black-button {
  position: absolute;
  background: url(/resources/img/blog.png) no-repeat right #363636;
  text-align: left;
  padding: 8px 75px 8px 10px;
  color: #ffffff;
  max-width: 150px;
}

.blog-black-button a {
  color: #ffffff;
}

.company-button {
  text-align: center;
}

/* Following */
.img-follow {
  display: block;
  width: 200px;
  height: 39px;
  background: url("/resources/img/following.png") no-repeat 0 0;
  margin-top: 25px;
}

.img-follow:hover {
  background-position: 0 -38.5px;
}

.img-follow span {
  position: absolute;
  top: -999em;
}

.img-nofollow {
  display: block;
  width: 200px;
  height: 39px;
  background: url("/resources/img/notfollowing.png") no-repeat 0 0;
  margin-top: 25px;
}

.img-nofollow:hover {
  background-position: 0 -38.5px;
}

.img-nofollow span {
  position: absolute;
  top: -999em;
}

/* ACTIVITIES
============================ */
.reg24 .controls.fixed-size textarea,
.activities .controls.fixed-size textarea,
.community .controls.fixed-size textarea,
.company .controls.fixed-size textarea {
  resize: none;
  height: 55px;
  width: 85%;
  float: left;
}

.reg24 .black-button,
.activities .black-button,
.community .black-button,
.company .black-button {
  width: 15%;
  /*float:left;*/
  background: #363636;
  color: #fff;
  height: 55px;
  position: relative;
}

/* PROFILE
============================ */
.reg13 .controls.fixed-size textarea, .profile .controls.fixed-size textarea {
  resize: none;
  height: 75px;
  width: 100%;
}

.reg13 .black-button, .profile .black-button {
  width: 100%;
  background: #363636;
  color: #fff;
  height: 40px;
  position: relative;
  top: -20px;
}

.normal-black-button {
  width: 100%;
  background: #363636;
  color: #fff;
  height: 40px;
  position: relative;
}

.normal-black-button a {
  color: #ffffff;
}

.alert-info.alert-dismissable {
  color: #ffffff;
}

*.alert-info.alert-dismissable a {
  color: #f35b27;
}

.mce-panel {
  background-image: none;
}

.mce-btn {
  border: none;
  background-image: none;
}

.mce-btn-group .mce-first {
  border: none;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  /*margin: 0;*/
  padding: 0;
  border: 0;
  font: inherit;
  /*vertical-align: baseline;*/
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-family: 'Oxygen', sans-serif;
  color: #434343;
  background: #f35b27;
}

body.home {
  background: #fff;
}

img {
  max-width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr.rule {
  border: none;
  border-bottom: 1px solid #d64d1e;
  margin: 35px 0;
}

hr.rule-thin {
  border: none;
  border-bottom: 1px solid #d64d1e;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

.clearfloat {
  clear: both;
}

.error {
  display: none;
}

.white-box {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  overflow: auto;
  line-height: 33px;
}

.extra-height {
  min-height: 320px;
}

.resize, textarea#description {
  resize: none;
}

.extra-padding {
  padding: 25px 0 5px 0;
  border-bottom: thin solid #ccc;
  min-height: 100px;
}

.padding-left {
  margin-left: 110px;
}

textarea {
  font-family: 'Oxygen', sans-serif;
}

.mobile {
  display: none;
}

/* ------------------------------
HEAD
------------------------------ */
#sectionhead {
  width: 100%;
  background: #ffffff;
  height: 9%;
}

.menu {
  float: right;
}

.menu_left {
  float: left;
}

.menu ul, .menu li,.menu_left ul, .menu_left li {
  color: #000000;
  font-weight: bold;
  display: inline;
  list-style: none;
  padding: 0 3px;
  font-size: 14px;
  line-height: 50px;
}

.menu li a,.menu_left li a{
  color: #000000;
}

.socme {
  float: left;
  text-align: right;
  padding: 10px 0 0 0;
  width: 250px;
}

.socme img {
  width: 12%;
}

.footer_social {
  text-align: right;
  padding: 10px 0 0 0;
  width: 250px;
}

.footer_social img {
  width: 12%;
}


form#searchForm {
  margin: 6px 1% -6px;
  float: left;
  width: 350px;
}

.search-container {
  display: inline;
  width: 220px;
}

.search-container select.selectpicker {
  width: 105px;
  border-radius: 0;
  background: #6d6d6d;
  color: #fff;
  height: 35px;
  line-height: 20px;
  margin-right: -5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@media (max-width: 360px) {
  .search-container select.selectpicker {
    width: 95px;
    margin-left: 5px;
  }
}

.search-container input {
  width: 240px;
}
@media (max-width: 1023px) {
  .search-container input {
    width: 210px;
  }
  form#searchForm {
    width: 315px;
  }
}
form#searchForm input#term {
  border-radius: 0;
  background: #6d6d6d;
  color: #fff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#ff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px 0px;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  text-transform: uppercase;
}

.navbar .nav-icons {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 13px 10px 0 0;
  list-style: none;
}

.navbar .nav-icons li {
  display: inline-block;
  margin: 0 5px;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
  line-height: 46px;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 7px;
  color: #777777;
  text-decoration: none;
  font-size: 14px;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

/*.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}*/
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background: #434343;
  /*background-image: -moz-linear-gradient(top, #434343, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#111111));
  background-image: -webkit-linear-gradient(top, #434343, #111111);
  background-image: -o-linear-gradient(top, #434343, #111111);
  background-image: linear-gradient(to bottom, #434343, #111111);
  background-repeat: repeat-x;*/
  border-color: #434343;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff111111', GradientType=0);
  height: 48px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  /*background: #434343;
  background-image: -moz-linear-gradient(top, #434343, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#111111));
  background-image: -webkit-linear-gradient(top, #434343, #111111);
  background-image: -o-linear-gradient(top, #434343, #111111);
  background-image: linear-gradient(to bottom, #434343, #111111);*/
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.icons .navbar-inverse .nav .active > a,
.icons .navbar-inverse .nav .active > a:hover,
.icons .navbar-inverse .nav .active > a:focus {
  margin: 0;
  padding: 0 5px;
  line-height: 50px;
}

.home-rollover {
  width: 27px;
  height: 27px;
  text-decoration: none;
  background: url(/resources/img/home.png);
  float: left;
  padding: 0;
  display: inline-block;
  top: 0;
  background-position: top center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.activities-rollover {
  width: 27px;
  height: 27px;
  text-decoration: none;
  background: url(/resources/img/activities.png);
  float: left;
  padding: 0;
  display: inline-block;
  top: 0;
  background-position: top center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.profile-rollover {
  width: 27px;
  height: 27px;
  text-decoration: none;
  background: url(/resources/img/profile.png);
  float: left;
  padding: 0;
  display: inline-block;
  top: 0;
  background-position: top center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.account-rollover {
  width: 27px;
  height: 27px;
  text-decoration: none;
  background: url(/resources/img/account.png);
  float: left;
  padding: 0;
  display: inline-block;
  top: 0;
  background-position: top center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.notifications-rollover {
  width: 27px;
  height: 27px;
  text-decoration: none;
  background: url(/resources/img/bell.png);
  float: left;
  padding: 0;
  display: inline-block;
  top: 0;
  background-position: top center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.displace {
  position: absolute;
  top: -50000px;
  left: 0;
}

a.home-rollover:hover {
  opacity: 1;
}

a.activities-rollover:hover {
  opacity: 1;
}

a.profile-rollover:hover {
  opacity: 1;
}

a.account-rollover:hover {
  opacity: 1;
}

a.notifications-rollover:hover {
  opacity: 1;
}

/* SEARCH 
--------------------------------- */
ul.search-dropdown {
  background: white;
  opacity: 0.9;
  width: 100%;
  -webkit-margin-start: 0;
  max-height: 600px;
  overflow: auto;
}

ul.search-dropdown li {
  list-style: none;
  margin-bottom: thin solid #eee;
  padding: 5px 0;
}

ul.search-dropdown li a img {
  width: 30px;
  height: 30px;
}

/* ------------------------------
MAIN
------------------------------ */
#sectionmain {
 /* background: white url(/resources/img/jobhop-background5.jpg) no-repeat; */
  background: white;
  background-size: cover;
  min-height: 30%px;
}

.logo img {
  width: 10%;
  padding: 10px 20px;
}

.strap {
  color: #f65a16;
  margin: -30px 10px -15px 10px;
  font-size: 23px;
}

.home-left {
  float: left;
  width: 65%;
  padding-top: 3%;
}

img.homepage-socme {
  width: 62px;
  padding: 0 1px;
}

button.social-network {
  width: 63px !important;
  margin: 0px 2px;
}

.homepage-images {
  width: 100%;
  margin: 0 auto;
}

.home-right {
  float: right;
  width: 300px;
  padding-top: 5%;
}

.login {
  float: right;
  clear: both;
  background: rgba(0, 0, 0, 0.5);
  width: 270px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  padding: 10px 15px;
}

.login a {
  color: #fff;
  text-decoration: underline;
}

.login button {
  border: none;
  background: none;
  float: left;
  cursor: pointer;
  width: 50%;
}

.login-labels {
  width: 12%;
  float: left;
  line-height: 50px;
}

input.login-fields {
  border-radius: 0;
  height: 40px;
}

.login-password {
  float: right;
}

.login-password a {
  color: #fff;
}

.login-page {
  width: 100%;
  height: 40px;
}

a.login-register {
  color: #fff;
}

.socme-login {
  width: 70%;
}

.quotation {
  text-align: center;
  font-size: 22px;
}

.quotation-sm {
  text-align: center;
  font-size: 14px;
}

/* ------------------------------
HOPPERS
------------------------------ */
.hopper1 {
  width: 24%;
  float: left;
  text-align: center;
  padding-right: 1%;
}

.hopper2 {
  width: 24%;
  float: left;
  text-align: center;
  padding-right: 1%;
}

.hopper3 {
  width: 24%;
  float: left;
  text-align: center;
}

/* ------------------------------
FIRST SECTION - grey
------------------------------ */
#sectionfirst {
  clear: both;
  background: #f35b27;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  /*background: url(/resources/img/debut_dark.png) #525252; */
  background-size: 20px 20px;
}

#sectionfirst h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

#sectionfirst .hopper-image {
  width: 400px;
  float: right;
  padding-left: 30px;
}

#sectionfirst p {
  /*text-align: justify;*/
  line-height: 34px;
}

/* ------------------------------
SECOND SECTION - orange
------------------------------ */
#sectionsecond {
  clear: both;
  background: #f35b27;
  color: #fff;
  padding: 30px 0;
}

#sectionsecond h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

#sectionsecond .hopper-image {
  width: 400px;
  float: right;
  padding-left: 30px;
}

#sectionsecond p {
  text-align: justify;
  line-height: 34px;
}

/* ------------------------------
THIRD SECTION - grey
------------------------------ */
#sectionthird {
/*  clear: both;
  background: #525252;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  background: url(/resources/img/debut_dark.png) #525252;
  background-size: 20px 20px;*/
clear: both;
  background: #f35b27;
  color: #fff;
  padding: 30px 0;
}

#sectionthird h2 {
   text-align: center;
  color: #fff;
  font-size: 36px;
}

#sectionthird .hopper-image {
  width: 400px;
  float: right;
  padding-left: 30px;
}

#sectionthird p {
  text-align: justify;
  line-height: 34px;
}

/* ------------------------------
FOURTH SECION - orange
------------------------------ */
#sectionfourth {
/*  clear: both;
  background: url(/resources/img/profile-wall.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;*/
clear: both;
  background: #f35b27;
  color: #fff;
  padding: 30px 0;
}

#sectionfourth h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

#sectionfourth .hopper-image {
  width: 400px;
  float: right;
  padding-left: 30px;
}

#sectionfourth p {
  text-align: justify;
  line-height: 34px;
}

/* ------------------------------
SECION SPACER- white
------------------------------ */
#sectionspacer {
  clear: both;
  background: #ffffff;
  color: #000;
  padding: 30px 0;
}

#sectionspacer h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

#sectionspacer p {
  text-align: justify;
}

/* ------------------------------
FOOTER  
------------------------------ */
#sectionfooter {
  clear: both;
  background: #cccccc;
  color: black;
  padding: 30px 0;
  height: 5%;
}

#sectionfooter h3 {
  text-align: center;
  color: #black;
  font-size: 36px;
}

footer.footer {
  clear: both;
  /*border-top: thin solid #be3a00;*/
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 0;
}

 /* ------------------------------
REGISTRATION JOURNEY
------------------------------ */
.reg-journey {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 40px;
}

.full-reg {
  display: inline;
}

.sm-reg {
  display: none;
}

#tandcs {
  max-width: 450px;
  margin: 0 auto;
}

#tandcs a {
  color: #ffffff;
  text-decoration: underline;
}

.tandcs-text {
  color: #fff;
  float: left;
  width: 65%;
  text-align: left;
}

.tandcs-check {
  width: 10%;
  float: left;
  margin-top: 90px;
}

.next-text {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.next-text a {
  color: #fff;
  text-decoration: underline;
}

.slideThree {
  width: 10%;
  float: left;
}

input#acceptedTC1 {
  position: absolute;
  left: -9999px;
}

[for="acceptedTC1"] span {
  position: absolute;
  left: -9999px;
}

/* SLIDE THREE */
.slideThree {
  width: 90px;
  height: 40px;
  background: #333;
  margin: 85px 0 0 0;
  /*-webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;*/
  position: relative;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: 'NO';
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
  line-height: 38px;
}

.slideThree:before {
  content: 'YES';
  font-size: 16px;
  color: #f35b27;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
  line-height: 38px;
}

.slideThree label {
  display: block;
  width: 40px;
  height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* REG2 */
span#descriptionCharCount {
  float: right;
}

/* REG 3 */
input#mobile, input#postcode {
  margin: 3px 0;
  /*width: 85%;*/
  padding: 10px;
  border-radius: 0px;
}

.reg-3-col-4 textarea#status {
  border-radius: 0;
  background-color: #ffffff;
  border: #ffae00 2px solid;
}

span#statusCharCount {
  position: absolute;
}

.reg-3-col-1 button.btn {
  position: relative;
  margin: -74px 0 0 372px;
  height: 50px;
}

.top-row {
  border-bottom: 2px solid #d64d1e;
  min-height: 220px;
}

.bottom-row {
  margin-top: 20px;
}

.reg-3-col-1, .reg-3-col-4 {
  border-right: 2px solid #d64d1e;
  min-height: 210px;
}

.tell-world {
  width: 100%;
}

.tell-world .control-group {
  width: 75%;
  float: left;
}

.tell-world-btn {
  width: 25%;
  float: left;
  height: 62px;
}

/* four column */
.reg-3-col-1, .reg-3-col-2, .reg-3-col-3, .reg-3-col-4, .reg-3-col-5 {
  width: 44%;
  float: left;
  color: #ffffff;
  margin-right: 1%;
  padding: 0 10px;
}

.reg-3-col-2 {
  text-align: center;
  margin-top: 130px;
  width: 15%;
}

.reg-3-col-3 button {
  background: none;
  border: none;
}

.reg-3-col-4 {
  clear: both;
}

.reg-3-col-2 {
  font-size: 18px;
}

.reg-3-col-1 input#email,
.reg-3-col-1 input#password,
.reg-3-col-1 input#confirmPassword {
  width: 300px;
  height: 30px;
}

/* CONGRATULATIONS */
.congratulations-msg {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.congratulations-msg p {
  margin-bottom: 25px;
}

.four-col {
  max-width: 20%;
  float: left;
  margin-right: 2%;
  text-align: center;
}

.four-col.last {
  margin-top: 50px;
  max-width: 33%;
  margin-right: 0;
}

.hopper-name {
  font-size: 20px;
  line-height: 40px;
}

.hopper-desc {
  text-align: justify;
}

.hopper-name-centre {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

/* REG 2.1
==============================================================================
============================================================================== */
.reg21-left {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.reg21-right {
  width: 48%;
  float: left;
}

.reg21-summary {
  clear: both;
}

.reg21-summary-text textarea {
  width: 100%;
  min-height: 300px;
}

/* REG 2.2
==============================================================================
============================================================================== */
.reg22 {
  font-size: 16px;
  line-height: 28px;
}

.accountConnection .connectButton {
  width: 100%;
}

/* HOPPER PROFILE PICTURE
==============================================================================
============================================================================== */
.profile-image-container {
  float: left;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
}

.hopper-profile-pic {
  width: 200px;
  height: 200px;
}

.hopper-profile-pic-sm {
  width: 50px;
  height: 50px;
}

.hopper-profile-pic-sm .overlay {
  position: relative;
  top: -60px;
  width: 50px;
  height: 50px;
}

/* NEW ROUND STUFF */
.hopper-profile-pic {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.hopper-profile-pic img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

/* HOPPER PROFILE PICTURE - ACTIVITIES
==============================================================================
============================================================================== */
.profile-200 {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 10px;
}

.profile-200 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.profile-100 {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.profile-100 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.profile-75 {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.profile-75 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.profile-50 {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.profile-50 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.profile-35 {
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
}

.profile-35 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.profile-30 {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  clear: both;
}

.profile-30 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  float: left;
}

/* HOPPER PROFILE PICTURE - COMPANY
==============================================================================
============================================================================== */
.company .status-hopper-profile-pic {
  width: 75px;
  height: 75px;
}

.company .hopper-profile-pic-sm {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.company .hopper-profile-pic-sm img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  float: left;
}

.company .hopper-profile-pic-sm .overlay {
  position: relative;
  top: -85px;
  width: 75px;
  height: 75px;
}

/* STATUSES */
.individual-statuses {
  clear: both;
}

.status-hopper-profile-pic {
  width: 50px;
  height: 50px;
  float: left;
  padding-right: 10px;
}

/* ACCOUNT */
.account-hopper {
  margin: 0 auto;
  text-align: center;
}

.center-align {
  text-align: center;
  margin: 0 auto;
}

.account-center {
  clear: both;
  text-align: center;
}

.public-profile {
  width: 50%;
  float: left;
}

.public-checkbox {
  width: 50%;
  float: left;
}

/*Tiny MCE Editor */
.mce-tinymce {
  width: 100% !important;
}

/* PROFILE
==============================================================================
============================================================================== */
.business-card-left {
  width: 30%;
  float: left;
  margin-right: 3%;
}

.business-card-right {
  width: 67%;
  float: left;
}

.profile input:focus {
  border: thin solid #ccc;
  padding: 6px;
}

.profile textarea {
  padding: 5px;
}

.profile textarea:focus {
  border-radius: 0;
  border: thin solid #ccc;
  padding: 5px;
}

.profile input#firstname, .profile input#lastname, .profile input#email, .profile input#postcode {
  padding: 0px;
}

.profile input#firstname:focus, .profile input#lastname:focus, .profile input#email:focus, .profile input#postcode:focus {
  padding: 5px;
}

/* COMPANY PAGE
==============================================================================
============================================================================== */
.company-centre {
  text-align: center;
}

.company-centre input#name {
  border-radius: 0;
  width: 50%;
  height: 40px;
}

.company-left input {
  font-size: 24px;
  height: 50px;
}

.company-banner {
  max-width: 1170px;
}

.company-banner img {
  min-height: 219px;
}

.company-banner-img {
  min-height: 219px;
}
.company-logo {
  max-width: 200px;
  width: 200px;
  margin: -150px 0 0 0px;
}

/* STATUSES
==============================================================================
============================================================================== */
.status-time {
  font-size: 14px;
  color: #cfcfcf;
  float: left;
  margin-right: 10px;
}

/* SLUG
==============================================================================
============================================================================== */
.url {
  /*width: 45%;*/
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 35px;
}

.registration .url {
  font-size: 15px;
}

.url-field {
  width: 55%;
  float: left;
}

.url-msg {
  font-size: 12px;
  margin-top: -20px;
  position: relative;
  top: 10px;
  text-align: left;
}

label.label-left.gender {
  margin-bottom: 35px;
}

input#gender {
  width: 20px;
}

/* BLOG
==============================================================================
============================================================================== */
img.excerpt-image {
  max-width: 200px;
  max-height: 200px;
  float: left;
  padding: 0 3% 3% 0;
}

img.blog-picture {
  width: 100%;
}

.post .profile-image-container {
  float: left;
  max-width: 9%;
  max-height: 9%;
  margin-right: 1%;
}

.blog-title {
  width: 90%;
  float: left;
}

.blog-title H1 {
  font-size: 28px;
  margin: 0;
  line-height: 30px;
}

.each-excerpt {
  clear: both;
}

.sharing-icons {
  min-width: 60px;
  float: left;
  margin-left: 20px;
}

.fb-share-button.fb_iframe_widget {
  margin-top: 3px;
}

/* EXPERIENCE
==============================================================================
============================================================================== */
.list-experience {
  border-bottom: thin solid grey;
  padding: 15px 0;
}

.float-left {
  float: left;
  margin-right: 20px;
}

@media (max-width: 1059px) {
  #wrapper, .wrapper, .container-fluid, .reg-journey {
    padding: 0 10px;
  }

  .wrapper, #reg-1-three-cols, #next-button {
    padding: 0 10px;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 1020px;
  }
}
@media (max-width: 1020px) {
  .alert.alert-info.email {
    float: right;
    top: 0px;
    font-size: 14px;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 975px;
  }
}
@media (max-width: 960px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  /*.logo, .home-left {width: 100%; text-align: center;}*/
  .logo {
    width: 100%;
    text-align: center;
  }

  .home-right {
    width: 300px;
    float: none;
    margin: 0 auto;
    clear: both;
  }

  .home-right .button {
    float: none;
  }

  .home-right .login {
    float: none;
  }

  .strap {
    text-align: center;
  }

  .home-left {
    display: none;
  }

  .home-right {
    float: none;
    text-align: center;
    padding-top: 10%;
  }

  .reg14 .three-columns-one {
    width: 100%;
    margin-right: 0;
    text-align: center;
    clear: both;
  }

  #main-column, #secondary-column {
    width: 100%;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 915px;
  }
}
@media (max-width: 865px) {
  H2 {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .half-col, .half-col-last {
    width: 100%;
  }

  .half-col-last {
    text-align: center;
  }

  .reg-1-col-1, .reg-1-col-3 {
    width: 40%;
  }

  .reg-1-col-2 {
    width: 10%;
    font-size: 12px;
    float: left;
    padding: 0 2%;
  }

  .reg-1-col-2 img {
    width: 75%;
  }

  .account .three-columns-one, .account .three-columns-two {
    width: 36%;
    margin-right: 1%;
  }

  .company .quarter-third, .company .quarter-final {
    width: 100%;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 750px;
  }

  .responsive-small {
    display: none;
  }

  .responsive-big {
    display: inline;
  }

  .three-columns-one.text-right, .three-columns-three.text-left.responsive-big {
    text-align: center;
  }

  .three-columns-three.text-left.responsive-big {
    margin-top: -50px;
  }
}
@media (max-width: 750px) {
  form#searchForm {
    margin: 6px 0px -6px 0px;
  }

  .three-columns-auto {
    -webkit-columns: 1;
    columns: 1;
    height: 100%;
    text-align: center;
  }

  .eighty {
    width: 100%;
  }

  .quarter, .quarter-first {
    width: 30%;
  }

  .quarter-three {
    width: 60%;
  }

  .account .three-columns-one, .account .three-columns-two, .account .three-columns-three {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .account .three-columns-two {
    border-top: 1px solid #d64d1e;
    border-bottom: 1px solid #d64d1e;
    padding-top: 20px;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 710px;
  }

  #registerForm .central .junior {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 660px) {
  form {
    /*margin: 0 10px;*/
  }

  .reg-journey {
    padding: 0 10px;
    width: 300px;
  }

  .hopper1, .hopper2, .hopper3 {
    width: 100%;
    padding: 0 10px;
  }

  H2 {
    font-size: 20px;
  }

  .full-reg {
    display: none;
  }

  .sm-reg {
    display: inline;
    margin: 0 auto;
  }

  #tandcs {
    border-bottom: #d64d1e 2px solid;
    min-height: 185px;
  }

  .reg-1-col-1,
  .reg-1-col-3,
  .reg-2-col-1,
  .reg-2-col-3,
  .reg-3-col-1,
  .reg-3-col-2,
  .reg-3-col-3,
  .reg-3-col-4,
  .reg-3-col-1,
  .two-columns-one,
  .two-columns-two {
    width: 100%;
    margin-top: 0px;
  }

  .reg-1-col-2 {
    display: none;
  }

  .reg-1-col-1,
  .reg-1-col-3,
  .reg-2-col-1,
  .reg-3-col-1, .reg-3-col-3, .reg-3-col-4 {
    border-bottom: 2px solid #d64d1e;
    padding-bottom: 30px;
    text-align: center;
  }

  #reg-3-three-cols {
    padding: 0 10px;
  }

  #reg-3-three-cols form {
    margin: 0px;
  }

  .reg-2-col-3 {
    float: left;
    text-align: center;
  }

  span#descriptionCharCount {
    float: left;
  }

  .top-row {
    border-bottom: none;
  }

  .reg-3-col-1, .reg-3-col-4 {
    border-right: none;
  }

  .reg14 .two-thirds {
    width: 100%;
    padding-bottom: 15px;
  }

  .reg14 .one-third {
    width: 100%;
    border-top: thin solid #d64d1e;
  }

  .reg21-right, .reg21-left {
    width: 100%;
  }

  .profile .business-card-left, .profile .business-card-right {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  li .hide {
    display: none;
  }

  .hide {
    display: none;
  }

  .reg33 .junior {
    float: none;
  }

  .reg33 form#registerForm {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  .present {
    width: 100%;
    text-align: left;
  }

  .fifth-three {
    width: 100%;
  }

  .fifth-one, .fifth-four {
    width: 49%;
  }

  .fifth-two, .fifth-five {
    width: 50%;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 610px;
  }

  .alert.alert-info.email {
    top: 150px;
    left: 0;
  }
  .reg-1-col-3 button {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    margin-top: 115px;
  }
}
@media (max-width: 600px) {
  .navbar-inverse .navbar-inner {
    height: 95px;
  }

  .navbar-inverse .navbar-inner.not-auth {
    height: 48px;
  }

  .navbar-inner .blog-item {
    display: none;
  }

  .wrapper {
    margin-top: 150px;
  }

  .navbar .nav-icons {
    clear: left;
  }

  .nav-collapse.icons {
    margin: 0 auto;
    width: 170px;
  }

  .navbar .brand {
    padding: 10px 20px 0px 0px;
  }

  H1.homepage {
    font-size: 40px;
    line-height: 65px;
  }

  .home-right {
    padding-top: 17%;
  }

  .reg14 .junior {
    width: 100%;
  }

  .quarter, .quarter-first {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .quarter-three {
    width: 100%;
    float: none;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 540px;
  }

  div.ui-tooltip {
    top: -700px;
    left: 20px;
  }

  .blog-large {
    display: none;
  }

  .blog-small {
    display: inline;
  }

  .reg-journey {
    margin-top: 145px;
  }
}
@media (max-width: 550px) {
  .logo img {
    width: 40%;
  }

  .strap {
    font-size: 20px;
  }

  .reg13 .centre {
    width: 300px;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 490px;
  }

  .reg24 .controls.fixed-size textarea, .activities .controls.fixed-size textarea, .company .controls.fixed-size textarea {
    width: 100%;
    float: none;
  }

  .reg24 .black-button, .activities .black-button, .company .black-button {
    width: 100%;
  }
}
@media (max-width: 500px) {
  div.ui-tooltip {
    top: -700px;
    left: 20px;
    max-width: 75%;
  }
}
@media (max-width: 485px) {
  H1.homepage {
    font-size: 36px;
    line-height: 50px;
  }

  #tandcs H1 {
    font-size: 26px;
  }

  #tandcs {
    padding: 0 10px;
  }

  .slideThree {
    float: right;
  }

  .home-right {
    padding-top: 25%;
  }

  .company-banner-upload div#bannerImageProgressBar, .company-banner-upload div#progressbar {
    width: 430px;
  }

  .company-socme {
    float: none;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .notifications-popover {
    left: -112px !important;
  }
  .popover.bottom .arrow {
    left: 252px;
  }
}
@media (max-width: 440px) {
  div.ui-tooltip {
    top: -740px;
  }
}
@media (max-width: 420px) {
  .notifications-popover {
    min-width: 390px !important;
    max-width: 390px !important;
    width: 390px !important;
  }
  .notifications-popover {
    left: -112px !important;
  }
  .popover.bottom .arrow {
    left: 252px;
  }
}
@media (max-width: 375px) {
    .search-container input {
        width: 208px;
    }
    form#searchForm {
        float: right;
        width: 88%;
    }
    .navbar .brand {
        padding: 10px 0px 0px 0px;
    }
    .notifications-popover {
        min-width: 360px !important;
        max-width: 360px !important;
        width: 360px !important;
    }
    .notifications-popover {
      left: -98px !important;
    }
    .popover.bottom .arrow {
      left: 237px;
    }
}
@media (max-width: 360px) {
    .search-container input {
        width: 190px;
    }
    form#searchForm {
        float: right;
        width: 88%;
    }
    .navbar .brand {
        padding: 10px 0px 0px 0px;
    }
    .notifications-popover {
      min-width: 340px !important;
      max-width: 340px !important;
      width: 340px !important;
    }
    .notifications-popover {
      left: -107px !important;
    }
    .popover.bottom .arrow {
      left: 212px;
    }
}
@media (max-width: 340px) {
  .notifications-popover {
    min-width: 310px !important;
    max-width: 310px !important;
    width: 310px !important;
  }
  .notifications-popover {
    left: -92px !important;
  }
  .popover.bottom .arrow {
    left: 198px;
  }
}
@media (max-width: 374px) {
  .search-container input {
    width: 180px;
  }
}

@media (max-width: 350px) {
  .search-container input {
    width: 165px;
  }
}

.middle-checkbox {
  vertical-align: top;
  margin-top: 7px !important;
}

@media (max-width: 768px) {
  .middle-checkbox {
    margin-top: -5px !important;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ajax-loader {
  margin-left: 50%;
  position: fixed;
  top: 300px;
  z-index: 10000;
}

.company-blog-btns {
  margin: -60px 0 0 215px;
}

.post-button {
  color: white;
  float: left;
  font-size: 16px;
  background-color: #363636;
  height: 40px;
  width: auto;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

.post-button-comp {
  color: white;
  float: left;
  font-size: 16px;
  background-color: #363636;
  height: 40px;
  width: auto;
  padding: 5px 5px 4px 10px;
  margin-bottom: 20px;
}
.post-button-comp-container {
  position: absolute;
  left: 670px;
}

.post-button img, .post-button-comp img {
  vertical-align: middle;
}

.search-result-text {
  vertical-align: top;
  line-height: 30px;
}
.status-actions {
  padding-right: 10px;
  color: #cfcfcf;
}

.status-actions .counter {
  font-size: 14px;
}

.status-action-active {
  color: #f14a01;
}

.comment-input {
  width: 400px;
  height: 35px;
  margin-bottom: 0px;
}

.black-button.comment-btn {
  height: 35px !important;
  background-color: #717171;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
}

.comment-container {
  clear: both;
  border-bottom: thin solid #ccc;
  min-height: 55px;
  padding-top: 5px;
}

.repeat-container {
  min-height: 55px;
  padding-top: 5px;
}
.comment-user-link {
  min-height: 20px;
}

.repeat-user-link {
  height: 20px;
}

.comment-status-time {
  font-size: 14px;
  color: #cfcfcf;
  margin-right: 10px;
}

.delete-comment-link {
  font-size: 12px;
  color: #365899;
  cursor: pointer;
}

.text-chars-count {
  font-size: 12px;
}

.notification-cont {
  border-bottom: solid 1px #cfcfcf;
  height: 67px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.notification-cont .border {
  height: 64px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  border-bottom: solid 1px #cfcfcf;
}
.notification-cont h1 {
  float: left;
  line-height: 35px;
}
.notification-cont a {
  float: left;
}
.notification-cont .noti-black-button {
  margin-top: 5px;
  text-align: left;
  padding: 8px 25px 8px 20px;
  color: #cfcfcf;
  font-size: 20px;
}
.noti-black-button:hover {
  color: #6f6f6f !important;
}
.notification-cont .noti-black-button img {
  width: 40px;
  height: 25px;
  padding-left: 30px;
  vertical-align: middle;
}
.noti-black-button-active {
  color: #6f6f6f !important;
}
@media (max-width: 375px) {
  .notification-cont .noti-black-button {
    margin-left:10px;
  }
}
.add-new-admin-divider {
  height: 1px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.add-new-admin {
  text-align: center;
  width: 35%;
  margin: auto;
}

#removeFromAdmin.orange-button {
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 13px;
}

.admins-col-cont {
  border: solid 1px #cccccc;
  border-radius: 2px;
  color: #434343;
  margin-right: 20px;
  padding: 5px;
  height: 35px;
  margin-top: 10px;
}

.admin-company-owner {
  font-size: 10px;
  top: 20px;
  position: absolute;
  left: 50px;
}

.admin-delete {
  color: #777777;
}

.admin-search-input {
  width: 200px;
  height: 45px !important;
}

.admin-search-result {
  position: absolute;
  max-width: 250px;
  margin-left: 80px;
  -webkit-margin-start: 80px !important;
  max-height: 300px !important;
  text-align: left;
  padding: 10px;
}

.btn-jobhop-default {
  background-color: #363636;
  color: white;
  font-size: 16px;
  letter-spacing: 0px;
  margin-left: 10px
}

.btn-jobhop-upgrade {
  background-color: #C5C6CA;
  color: #0099ff;
  font-size: 16px;
  letter-spacing: 0px;
  margin-left: 10px;
  float: right;
  border: solid #f35b27 thick;
}

.btn-jobhop-default.disabled {
  background-color: #777777 !important;
}

a[disabled].btn-jobhop-default,
a[disabled].btn-jobhop-default:hover,
a[disabled].btn-jobhop-default:active, a[disabled].btn-jobhop-default:focus{
  background-color: #8d8d8d !important;
  color: #bebebe !important;
  cursor: default;
}

.fa-rotate-n45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.display-inline{
  display:inline-block!important
}
.no-text-transform {
  text-transform: none !important;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  margin-top: -2px;
}
.modal-header h4 {
  display: inline-block;
  font-weight: bold;
}

textarea.community-description {
  min-height: 100px;
}

#community-left-column {
  width: 31%;
  padding-right: 1%;
  float: left;
}

#community-right-column {
  width: 68%;
  float: left;
}

.community-logo {
  max-width: 75px;
}

.community-info {
  display: inline;
}
.community-info .left {
  width: 73%;
  float: left;
}
.community-info .right {
  width: 70%;
  float: right;
}
.community-info h3 {
  font-weight: bold;
  margin: 0px;
}
.community-info h4 {
  margin: 0px;
}
.community-desc {
  height: 65px;
  margin-top: 10px;
}
.fa-blog-icon-top {
  position: absolute;
  font-size: 20px;
  margin-top: -3px;
}
.community-invite-icon {
  float: right;
  padding: 10px;
}
@media (max-width: 960px) {
  .community-invite-icon {
    float: none;
  }
}
@media (max-width: 412px) {
  .community-invite-icon {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.profile-name-section {
  float: left;
  min-width: 380px;
}
.community-popover-title {
  text-align: center;
}
.community-popover {
  max-width: 500px !important;
}
.community-popover .popover-inner {
  max-height: 600px !important;
  overflow-y: auto;
  width: 450px;
}
.community-company-popover-title {
  font-weight: bold;
}
.community-company-table {
  width: 100%;
  margin-top: 10px;
}
.community-join div.left {
  white-space: nowrap;
  padding-right: 80px;
  width: 100%;
}

.community-join div.pending {
  white-space: nowrap;
}
.community-join div.right {
  float: right;
}
.pending span{
  float: right;
  font-style: italic;
  background-color: #C5C6CA;
  line-height: 17px;
  padding: 3px 10px;
  margin-top: 4px;
}
.community-join {
  padding: 0 10px 0 10px;
  border-bottom: solid 1px #c0bbb7;
}
.dropdown-menu > li.community-join > div a {
  float: right;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
  background-color: #f65a16;
  margin-top: 5px;
  white-space: nowrap;
}
.dropdown-menu > li.community-join > div a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #363636;
}
.join-community-request {
  text-align: center;
  margin-top: 20px;
}
.pending-invite{
  font-style: italic;
  color: white;
  background-color: #f65a16;
  line-height: 17px;
  padding: 3px 3px;
  margin-top: 4px;
}
.notifications-popover {
  min-width: 450px;
}
.notifications-popover .popover-inner {
  max-height: 600px !important;
  overflow-y: auto;
}
.notification-badge {
  position: absolute;
  color: white;
  margin-top: 3px;
  margin-left: -1px;
  width: 27px;
  text-align: center;
}
.notification-block {
  text-align: left;
  margin-bottom: 15px;
}
.notification-divider {
  margin-left: -10px;
  margin-right: -10px;
  height: 1px;
  border: 0;
  background-color: #cccccc;
}
.nb-left {
  width: 270px;
  float:left;
}

.nb-right {
  float:right;
  text-align: right;
}
.nb-right .btn-jobhop-default{
  font-size: 13px;
}
.nb-reject-btn {
  color: #7c7c7c;
  text-decoration: underline;
  font-size: 14px;
}
.left-margin-20 {
  margin-left: 20px;
}
.btn-orange-small {
  padding: 3px 20px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
  background-color: #f65a16;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-orange-small:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #363636;
}
.left-padding-10{
  padding-left: 10px;
}
.right-padding-10{
  padding-right: 10px;
}
.left-padding-40{
  padding-left: 40px;
}
.right-padding-40{
  padding-right: 40px;
}
.manage-communities-popover {
  min-width: 350px;
}

.btn-remove-member {
  padding: 3px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
  background-color: #f65a16;
  white-space: nowrap;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0px;
  width: 80px;
  text-align: right;
}
.btn-remove-member:hover {
  color: #ffffff;
  background-color: #363636;
}
.community-members-tooltip {
  position: absolute;
  text-align: center;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 50px;
  border-radius: 25px;
}

.community-members-tooltip div {
  height: 25px;
  font-size: 22px;
  vertical-align: top;
  line-height: 22px;
}
.members-border-bottom {
  border-bottom: solid 1px #000000;
}
.certificate-cont {
  position: absolute;
  top: 125px;
  left: 125px;
}
.certificate-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 4px;
}

img.excerpt-image-small {
  max-width: 50px;
  max-height: 50px;
  float: left;
  padding: 0 3% 0 0;
}

.excerpt-block-small {
  height: auto;
  margin-top: -8px;
  margin-bottom: 10px;
  min-height: 60px;
}

.excerpt-h5-small {
 line-height: 30px;
}

.no-margin{
  margin:0!important
}

.company-media {
  margin-bottom: 20px;
}

.company-media-delete {
  height: 15px;
  line-height: 15px;
  padding-left: 2px;
}

.company-media-btn {
  width: 150px;
}

.company-media-video-input {
  width: 350px;
}

.company-media-video-error {
  margin-top: -15px;
  height: 30px;
}

.company-media-add-video {
  margin-top: -10px;
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.jobs-title {
  padding: 15px 20px 15px 15px;
}

.job-content {
  padding: 10px;
}

.job-content table {
  margin: 15px;
}

.job-content table td {
  /*padding-left: 20px;*/
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.jobs-title h2 {
  padding:0;
  margin:0;
  float: left;
}
.jobs-title a {
  float: right;
}
.required {
  color: #e9002c;
}
.job-label {
  font-weight: bold;
}
.common-input {
  margin:0 !important;
  width: 350px;
}

.common-input-sm {
  margin:0 !important;
  width: 150px;
}

.salary-input {
  margin:0 !important;
  width: 175px;
}

.jobs-container {
  padding: 15px;
}

.job-section {
  width: 450px;
  height: 250px;
  border: 2px solid #aeaeae;
  float: left;
  margin: 5px;
  padding:15px;
  cursor: pointer;
}

.jobs-job-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}

.job-text-row {
  line-height: 20px;
  font-family: serif;
}

div.clear-style {
  all: initial;
}

/*div.clear-style * {*/
  /*all: unset;*/
/*}*/

.job-description {
  margin-top: 10px;
  line-height: 22px;
  height: 105px;
  overflow: hidden;
  width: auto;
}

.job-status-time {
  font-size: 14px;
  color: #cfcfcf;
  float: right;
  margin-right: 10px;
}

.job-status-time-left {
  font-size: 14px;
  color: #cfcfcf;
  margin-right: 10px;
}

.job-delete-button {
  margin-top: 4px;
  float: right;
}

.text-info {
  color: #f35b27;
}

.label-sticker {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: .25em;
}

.label-sticker-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}

.applies-profile-section {
  width: 350px;
  height: 190px;
  border: 2px solid #aeaeae;
  float: left;
  margin: 5px;
  padding:15px;
  line-height: 25px;
}

.applies-name-section {
  float: left;
  min-width: 230px;
}

.applies-modal-window .modal-dialog {
  width: 830px;
}

.upgrade{
  padding-left: 10px;
  padding-right: 10px;
}

.upgrade-select{
  margin-left: 20px;
  margin-bottom: 0px;
}

.upgrade-link {
  color: #f35b27 !important;
  text-transform: capitalize;
}

.upgrade-content {
  padding: 10px;
}

.upgrade-title {
  padding: 0px;
}

.upgrade-content table {
  margin: auto;
}

.upgrade-content table td {
  height: 50px;
  width: 250px;
  border: solid #aaabab 1px;
  text-align: center;
}

.upgrade-content table tr td:first-child {
  background-color: #b1b1b1;
  border: none;
}

.upgrade-prices {
  background-color: #fdefea;
}

.upgrade-prices-no-bg-border {
  background-color: #ffffff !important;
  border: none !important;
}

.upgrade-buy-now {
  background-color: #363636;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.job-search-home {
  width: 98%;
  padding-right: 0%;
  margin-top: 5%;
  min-height: 13%;
}

.search-box-home {
    padding: 0 10px;
     width: 99%;
     margin-left: 12%;
}

.job-search-home-div {
  float: left;
  width: 34%;
  padding-top: 3%;
  margin-right: 1%
}
.job-search-home-div-btn {
  float: left;
  width: 15%;
  padding-top: 3%;
}

.btn-job-search-home {
  background-color: white;
  color: #000000;
  border: solid 1px;
}

.job-search {
  padding-left: 10px;
  padding-right: 10px;
}

.job-search-left {
  width: 34%;
  padding-right: 1%;
  float: left;
  border-right: solid 1px #363636;
  min-height: 855px;
}

.job-search-right {
  width: 64%;
  float: right;
}

.job-search-featured {
  background-color: #f5f4f4;
  padding: 10px;
}

.job-search-featured-title {
    font-size: 30px;
}

.job-featured-block {
  width: 45%;
  float: left;
  padding-top: 10px;
  border-right: solid 1px #f45b28;
  margin-right: 1%;
}

.job-featured-block-odd {
  padding-left: 40px;
  border-right: none;
}

.job-sharing-icons {
  min-width: 60px;
  float: left;
  margin-right: 20px;
}


@media (max-width: 900px) {
    .job-search-left {
        width: 100%;
        padding-right: 0;
        float: none;
        border-right: none;
        border-bottom: solid 1px #363636;
        min-height: 0;
        margin-bottom: 20px;
    }
    .job-search-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 600px) {

    .job-search-featured {
        text-align: center;
    }

    .job-featured-block {
        width: 100%;
        float: left;
        padding-top: 10px;
        border-bottom: solid 1px #f45b28;
        border-right: none;
        margin-right: 0;
    }

    .job-featured-block-odd {
        padding-left: 0;
        border-bottom: none;
    }
}

.share-by-email {
  padding: 2px 4px;
  margin-top: 2px;
  line-height: 15px;
  background-color: #848484;
  border-radius: 5%;
}

.share-by-email a {
  color: #ffffff;
  font-size: 13px;
}

.jobs-by-industry {
  padding: 10px;
}

.job-by-industry-block {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.job-by-industry-block a {
    color: #565656;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.login-modal-window .modal-dialog {
  width: 450px;
}

.login-or-register-block {
  text-align: center;
}

.search-box {
    padding: 0 10px;
}

.jobs-search-result {
  padding: 10px 20px;
}

.job-search-description {
  margin-top: 10px;
  line-height: 22px;
  overflow: hidden;
  width: auto;
}

.job-details {
  color: #797979;
  font-size: 16px;
}

.margin-top-10 {
  margin-top: 10px;
}
.search-job-title {
  font-size: 20px;
}
.search-job-empty {
  text-align: center;
}

.apply-modal-window .modal-dialog {

}

.btn-orange, .btn-orange:hover {
  background-color: #f65a16;
  color: white;
  font-size: 16px;
  letter-spacing: 0px;
}

.navbar-links {
  background-color: #333333;
  height: 45px;
}

.navbar-links .nav {
  float: none;
  width: 290px;
  margin: 0 auto;
}

.navbar-links .admin-nav {
  width: 350px;
}

@media (max-width: 360px) {
  .navbar .nav-icons li {
    display: inline-block;
    margin: 0 0;
  }
  .nav-collapse.icons {
    margin: 0 auto;
    width: 130px;
  }
}

@media (min-width: 601px) {
  .navbar-links div.nav-collapse {
    display: none;
  }
  .navbar-links.not-auth {
    display: none;
  }
}

@media (min-width: 1024px) {
  .navbar-links {
    display: none;
  }
}

@media (max-width: 1100px) {
  .job-section {
      width: 45%;
  }
}

@media (max-width: 950px) {
  .job-section {
      width: 95%;
      float: none !important;
      padding-right: 0px;
  }
}

@media (max-width: 375px) {
  .job-section {
      padding-right: 0;
      height: auto;
  }
}

@media (max-width: 344px) {
    .job-status-time {
        float: left;
    }
}

@media (min-width: 425px) and (max-width: 600px) {
  form#searchForm {
    float: none;
    margin: 6px auto -6px;
  }
  .navbar .brand {
    padding-top: 5px;
  }
}
.note-editor.fullscreen .panel-heading {
  background-color: #f65a16;
  border-color: #f35b27;
}
.maintion-popover {
  padding: 25px 0 5px 0;
  min-height: 100px;
  width: 300px;
}

@media (max-width: 600px) {
    .navbar-links .nav {width: 100%; float: left;}
}

.whiteboxstatus {
    line-height: 16px;
    font-size: 14px;
    color: #808080;
    font-style: italic;
}

.empty-conversation {
  margin: 40px 30px 30px;
  font-size: 16px;
  color: #6f6f6f;
}

.last-status-text {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  font-style: italic;
  color: #6f6f6f;
}

/* By Kundan New Design implementation */

.wrapper_footer {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 0px;
}

hr.header {
    border-top: 2px solid #0099ff;
}

.div-home-btn{
   max-width: 1060px;
    margin: 0 auto;
    /* margin-top: 100px; */
    margin-bottom: 40px;
}


.btn-home-employer{
    background-color: #0099ff;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
}

.company-registration{
    width:33%; margin-left: auto;margin-right: auto; color: #ffffff;

}