/* CSS Document */
@font-face {
  font-family: 'Pistara';
  src: url('/font/Pistara.ttf.eot');
  src: local('EPDS'), url('/font/Pistara.ttf.woff') format('woff'), url('/font/Pistara.ttf.ttf') format('truetype');
}

* {
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */   
}

html,
body {
  background: #ffffff;
  font-family: Arial;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  color: #434343;
}

input:not([type='checkbox']),
select,
textarea {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #7a7a7a;
  font-weight: normal;
  font-style: italic; 
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #7a7a7a;
  font-weight: normal;
  font-style: italic;
  opacity: 1;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #7a7a7a;
  font-weight: normal;
  font-style: italic;
  opacity: 1;  
}

:-ms-input-placeholder,
input:-ms-input-placeholder {  
  color: #7a7a7a;
  font-weight: normal !important;
  font-style: italic;
  opacity: 1;  
}

::-ms-clear {
  display: none;
}

img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}

a {
  cursor: pointer;
  color: inherit;
}

#wrapper {
  width: 100%;
  height: auto;
  padding-top: 174px;
  overflow: hidden;
}

.lowercase {
  text-transform: lowercase;
}

.invisible {
  display: none !important;
}

/* header */
header {
  width: 100%;
  height: 174px;
  background: #f8f6f1 url(../images/header_background.png) 120px 0 no-repeat;
  z-index: 501;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

header.sticky {
  height: 59px;
  background: #f8f6f1 url(../images/header_background.png) 80px -37px no-repeat;
}

section#header_shadow {
  width: 100%;
  height: 13px;
  background: url(../images/header_shadow.png) center top no-repeat;
  z-index: 500;
  position: fixed;
  top: 174px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;   
}

section#header_shadow.sticky {
  top: 59px;  
}

/* logo */
header #logo {
  position: absolute;
  width: 240px;
  height: 88px;
  top: 20px;
  left: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

header.sticky #logo {
  height: 44px;
  top: 7px;
  z-index: 100;  
}

/* account */
header #account {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 30px;
  padding: 16px 0 16px 0;
  background: url(../images/account_line.png) -60px bottom no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

header.sticky #account {
  background: none;
  z-index: 200;
}

header #account:after {
  content: '';
  display: block;
  clear: both;  
}

header #account a {
  font-size: 13px;
  padding: 6px 11px;  
  text-decoration: none;
  float: left;
  display: block;
  margin: 0 0 0 5px;
}

header #account a:last-child {
  margin-right: 0;
}

header #account a:hover {
  color: #909090;
}

header #account a.button {
  padding: 6px 11px;
  border-radius: 5px;
  background: #131313;
  color: #ffffff;  
}

header #account a.button:hover {
  background: #f6d30a;
  color: #131313;
  border: none;
}

header #account a.button2 {
  padding: 6px 11px;
  border-radius: 5px;
  background: #f6d30a url(../images/sign_up_tick.png) right 10px center no-repeat;
  background-size: 15px 15px;
  color: #131313;
  padding-right: 33px;  
}

header #account a.button2:hover {
  background: #131313 url(../images/sign_up_tick_white.png) right 10px center no-repeat;
  background-size: 15px 15px;  
  color: #ffffff;
  border: none;
}

header #account a.notification {
  background: rgba(203, 201, 198, 0.5) url(../images/notification_grey.png) center center no-repeat;
  background-size: 16px 16px;
  display: block;
  padding: 6px 13px;
  border-radius: 5px;  
}

header #account a.notification:hover {
  background: rgba(203, 201, 198, 1) url(../images/notification_grey.png) center center no-repeat;
  background-size: 16px 16px;  
}

header #account a.notification span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #f6d30a;
  top: -5px;
  right: -5px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-top: 1px;
  display: none;
}

header #account a.targetlist {
  background: rgba(203, 201, 198, 0.5) url(../images/target_darkgrey.png) center center no-repeat;
  background-size: 20px 14px;
  display: block;
  padding: 6px 15px;
  border-radius: 5px;  
}

header #account a.targetlist:hover {
  background: rgba(203, 201, 198, 1) url(../images/target_darkgrey.png) center center no-repeat;
  background-size: 20px 14px;  
}

header #account a.targetlist span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #f6d30a;
  top: -5px;
  right: -5px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-top: 1px;
}

header #account .profile_holder {
  float: left;
  margin: 0 5px 0 5px;  
}

header #account .profile_holder .profile {
  background: rgba(203, 201, 198, 0.5);
  display: block;
  padding: 6px 41px 6px 11px;
  border-radius: 5px;
  font-size: 13px; 
  text-decoration: none;
  cursor: pointer;
  z-index: 888;
  text-align: left;
  font-weight: bold;
  width: auto;
  min-width: 200px;
}

header #account .profile_holder .profile:hover {
  background: rgba(203, 201, 198, 1);
}

header #account .profile_holder .profile .picture {
  display: block;
  background: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  position: absolute;
  top: -4px;
  right: -5px;
  overflow: hidden;
}

header #account .profile_holder .profile .picture img {
  position: absolute;
  margin: auto; 
  min-height: 100%;
  min-width: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;  
}

header #account .profile_holder .dropdown {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  background: rgba(203, 201, 198, 0.95) url(../images/profile_arrow.png) 15px 40px no-repeat;
  border-radius: 5px;
  z-index: 887;
  padding: 40px 20px 10px 55px;
}

header #account .profile_holder .dropdown a {
  display: block;
  float: none;
  margin: 0;
  padding: 5px 0;
}

header #account .profile_holder .dropdown .separator {
  border-top: #989795 1px dotted;
  margin: 5px 0;
}

/* notification */
header #account a #notification_count {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;  
  top: -6px;
  right: -6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: rgba(193, 10, 10, 0.8);
  text-align: center;
  padding-top: 3px;
}

header #account a.selected #notification_count {
  top: -7px;
  right: -7px;  
}

/* navigation */
header nav {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 58px;
  right: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

header.sticky nav {
  opacity: 0;
}

header.sticky #nav2 {
  opacity: 0;
}

header nav:after {
  content: '';
  display: block;
  clear: both;  
}

header nav a {
  font-family: 'Pistara';
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 7px 15px 5px 15px;  
  margin: 0 5px;
  float: left;
}

header nav a:last-child {
  margin-right: 0;
}

header nav a:last-child:not(.search) {
  padding-right: 0;
}

header nav a:hover {
  color: #909090;
}

header nav a.selected {
  background: #ffffff;
  border: #f6d30a 1px solid;
  border-radius: 5px;
  padding: 6px 14px 4px 14px;
  pointer-events: none;
  cursor: default;  
}

header nav a.search {
  background: #f6d30a;
  border-radius: 5px;
  color: #131313;
  padding-right: 60px;
}

header nav a.search:hover {
  background: #131313;
  color: #ffffff;
}

header nav a.search span {
  display: block;
  width: 64px;
  height: 55px;
  position: absolute;
  top: -10px;
  right: -15px;
  background: url(../images/search.png) center center no-repeat;  
}

header #nav2 {
  width: 100%;
  background: #131313;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 30px 0 30px;
  text-align: right;
  overflow: hidden;  
}

header #nav2 a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 25px;
}

header #nav2 a:hover,
header #nav2 a.selected {
  color: #f6d30a;
}

header #nav2 a.info {
  padding-left: 39px;
}

header #nav2 a.info span {
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../images/info_watermark.png) center center no-repeat;
  top: -15px;
  left: 0;
  opacity: 0.4;
}

/* footer */
footer {
  background: #131313;
  z-index: 100;
  padding: 40px 30px;
  text-align: center;
  margin-top: 80px;
}

footer .row {
  border-bottom: #353535 1px solid;
  padding-bottom: 10px;
  font-size: 14px;  
}

footer .row:nth-child(2) {
  padding-top: 10px;
  font-size: 12px;  
}

footer .row .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

footer .row .inner:after {
  content: '';
  display: block;
  clear: both;  
}

footer .row .col {
  float: left;
  width: 33%;
}

footer .row .col a {
  display: block;
  text-decoration: none;
  color: #b2b2b2;
  padding: 3px 0;
}

footer .row .col a:hover {
  color: #f6d30a;
}

footer .row.title .col {
  color: #ffffff;
  text-transform: uppercase;
}

footer .company {
  padding-top: 40px;
}

footer .company:after {
  content: '';
  display: block;
  clear: both;  
}

footer .company .impress {
  float: left;
}

footer .company .impress p {
  padding: 6px 0 0 0;
  margin: 0;
  font-size: 12px;
  color: #e4e4e4;
}

footer .company .social {
  float: right;
}

footer .company .social:after {
  content: '';
  display: block;
  clear: both;  
}

footer .company .social a {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  float: left;
  margin: 0 2px;
}

footer .company .social a:last-child {
  margin-right: 0;
}

footer .company .social a.facebook {
  background-position: 0 0;
}

footer .company .social a.facebook:hover {
  background-position: 0 -25px;
}

footer .company .social a.google {
  background-position: -25px 0;
}

footer .company .social a.google:hover {
  background-position: -25px -25px;
}

footer .company .social a.linkedin {
  background-position: -50px 0;
}

footer .company .social a.linkedin:hover {
  background-position: -50px -25px;
}

/* main content */
main {
  display: block;
  z-index: 101;
  text-align: center;
  padding-top: 50px;
}

body[class=""] main {
  padding-top: 0;
}

main .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

main h1 {
  font-family: 'Pistara';
  font-size: 36px;
  color: #131313;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 30px 0;  
}

body[class=""] main h1 {
  margin-top: 50px;
}

main h2 {
  font-family: 'Pistara';
  font-size: 30px;
  color: #131313;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 30px 0 15px 0;  
}

body[class=""] main h2 {
  margin: 50px 0 30px 0;
}

main h3 {
  font-family: 'Pistara';
  font-size: 18px;
  text-decoration: underline;
  color: #131313;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0 15px 0;  
}

main p {
  line-height: 21px;
  margin: 15px 0;
  text-align: justify;
}

main ul {
  text-align: justify;
  list-style-position: inside;
  margin-left: 20px;
}

main #e403 p {
  min-height: 359px;
  background: url(../images/e403.png) center center no-repeat;  
}

main #e404 p {
  min-height: 359px;
  background: url(../images/e404.png) center center no-repeat;  
}

main p.noquote {
  background: url(../images/empty_list_arrow.png) top right 20px no-repeat;
  text-align: right;
  color: #bab8b5;
  font-family: 'Pistara';
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px; 
  padding: 31px 70px 0 0;
  margin-top: -30px;
}

main hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #e5e4e3;
}

main .box {
  background: #edebe7;
  border-radius: 5px;
}

main .half .col {
  width: 370px;
  margin-right: 60px;
  float: left;
}

main .half .col h2 {
  color: #f6d30a;
  margin: 0;
}

main .half .col h3 {
  color: #909090;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 15px 0;
  text-decoration: none;
}

main .half .col:nth-child(2n) {
  margin-right: 0;
}

main .half:after {
  content: '';
  display: block;
  clear: both;  
}

/* form */
main .form {
  padding: 25px 170px;
  font-size: 16px
}

main .form input,
main .form label,
main .form select {
  display: block;
  width: 100%;
  font-size: inherit;
}

main .form input {
  padding: 7px 10px;
  border: none;
  margin: 10px 0;
  font-weight: bold;
}

main .form .registration_form .jzusSelect {
  margin: 10px 0;  
}

main .form .registration_form .jzusSelect.single .holder {
  padding-top: 4px;
  padding-bottom: 2px;
}

main .form select {
  padding: 7px 10px;
  border: none;
  margin: 10px 0;
  font-weight: bold;
}

main .form input.button {
  margin: 30px auto 0 auto;
  background: #f6d30a;
  border-radius: 5px;
  border: none;
  width: 50%;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 0;
}

main .form .password a {
  position: absolute;
  top: 9px;
  right: 15px;
  text-decoration: none;
  color: #909090;
  font-size: 14px;
}

main .form .password a:hover {
  color: #f6d30a;
}

main .form .password input {
  padding-right: 90px;
}

main .form .terms {
  padding-top: 5px;
}

main .form .terms input {
  position: absolute;
  margin: 0;
  display: block;
  width: auto;
  top: 9px;
  left: 0;
  z-index: 100;
}

main .form .terms p {
  font-size: 13px;
  margin: 0 0 0 5px;
  text-align: right;
}

main .form .delete_account_form .terms p {
  text-align: left;
  padding-left: 30px;
}

main .half .col .form {
  padding: 25px;
  font-size: 13px;
}

main .half .col .form input:not(.button),
main .half .col .form label,
main .half .col .form select {
  font-size: inherit;
}

main .noresult {
  width: 100%;
  background: #edebe7;
  border-radius: 5px;
  color: #131313;
  font-family: 'Pistara';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px 0;
}

main .milestone {
  padding: 10px 0 0 55px;
}

main .milestone:not(:first-child) {
  margin-top: 45px;
}

main .milestone .number {
  position: absolute;
  top: 0;
  left: 0;
  background: #131313;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

main .milestone p {
  margin: 0;
  font-size: 13px;
  text-align: left;
}

main .milestone p.lead {
  color: #131313;
  font-family: 'Pistara';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  height: auto;
}

main .milestone .highlight {
  width: 107px;
  height: 18px;
  position: absolute;
  top: 35px;
  left: 385px;
  background: url(../images/search_highlight.png) center center no-repeat;  
}

main .milestone .way {
  position: absolute;
  width: 6px;
  height: 31px;
  background: url(../images/search_way_v.png) center center no-repeat;
  bottom: -33px;
  left: 17px;  
}

/* block */
.separator {
  border-top: #e5e4e3 1px solid;
  margin: 50px 30px;
}

/* statistics */
#statistics {
  width: 100%;
  height: auto;
  background: url(../images/statistics_background.png) center bottom 70px no-repeat;  
}

#statistics .inner:after {
  content: '';
  display: block;
  clear: both;  
}

#statistics .entry {
  width: 25%;
  float: left;
}

#statistics .entry .result {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #f6d30a;
  margin: 0 auto;
  padding: 15px;
}

#statistics .entry .result div {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 130px;
  background: #ffffff;
  font-size: 54px;
  font-weight: bold;
  padding-top: 30px;
  overflow: hidden;
}

#statistics .entry .result div span.percent {
  padding-right: 20px;
}

#statistics .entry .result div span i {
  font-size: 22px;
  font-style: normal;
  position: absolute;
  top: 17px;
  right: 0;
}

#statistics .entry h3 {
  font-family: 'Pistara';
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
  text-decoration: none;
}

/* sign up for free */
.sign_up_container {
  width: 100%;
  height: 238px;
  background: url(../images/Exworld.png) center center no-repeat; 
}

.sign_up_container .inner {
  padding-top: 50px;
}

.sign_up_container .inner:after {
  content: '';
  display: block;
  clear: both;  
}

.sign_up_container p {
  text-align: center;
  margin: 0;
  padding: 2px 0;
  display: block;
}

.sign_up_container p.text {
  opacity: 0.7;
}

.sign_up_container p a.sign_up_button {
  font-family: 'Pistara';
  font-size: 30px;
  color: #131313;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  padding: 25px 75px 20px 40px;
  background: #f8d201 url(../images/sign_up_tick.png) right 30px center no-repeat;
  border-radius: 5px;
  display: inline-block;
}

/* services */
#services:after {
  content: '';
  display: block;
  clear: both;  
}

#services .entry {
  float: left;
  width: 33%;
  text-align: center;
}

#services .entry .icon {
  width: 170px;
  height: 170px;
  border-radius: 170px;
  background-color: #f8d201;
  display: inline-block;
  background-image: url(../images/services.png);
  background-repeat: no-repeat;    
}

#services .entry.professionals .icon {
  background-position: 0 0;
}

#services .entry.employers .icon {
  background-position: -170px 0;
}

#services .entry.everyone .icon {
  background-position: -340px 0;
}

#services .entry h3 {
  font-family: 'Pistara';
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
  text-decoration: none;
}

#services .entry ul {
  margin-top: 20px;
  text-align: left;
  padding-left: 50px;
  list-style: none;
  list-style-position: inside;
  margin-left: 0;
}

#services .entry ul li {
  background: url(../images/list_tick.png) left center no-repeat;
  line-height: 26px;
  padding-left: 30px;    
}

/* latest news */
body[class=""] .statseparator {
  display: none;
}

#latest_news {
  background: #e5e4e3 url(../images/splash_news_background.png) bottom center no-repeat;
  padding: 50px 0;
  margin: 50px 0;
}

#latest_news:after {
  content: '';
  display: block;
  clear: both;
}

#latest_news h2 {
  margin-top: 0;
}

#latest_news .inner p.more {
  text-align: center;
}

#latest_news .cols:after {
  content: '';
  display: block;
  clear: both;
}

#latest_news .cols {
  margin-bottom: 30px;
}

#latest_news .latest {
  width: 380px;
  height: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.37);
  margin-right: 40px;
  float: left;
  padding: 10px;
}

#latest_news .popular {
  width: 380px;
  height: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.37);
  float: left;
  padding: 10px;  
}

#latest_news .latest h3,
#latest_news .popular h3 {
  font-family: 'Pistara';
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
  text-decoration: none;
  text-align: left;
  padding: 0 10px;  
}

#latest_news a {
  text-decoration: none;
}

#latest_news article {
  text-align: left;
  padding: 10px;  
}

#latest_news a:hover article {
  background-color: rgba(246, 211, 10, 0.8);
  border-radius: 5px;
}

#latest_news article h4 {
  font-weight: bold;
  font-size: 15px;
}

#latest_news article span.date {
  font-size: 13px;
  font-style: italic;
}

#latest_news article p {
  font-size: 13px;
  line-height: 19px;
  margin: 5px 0 0 0;
}

#latest_news a.button {
  font-family: 'Pistara';
  font-size: 14px;
  color: #131313;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 7px 15px;
  background: #f6d30a;
  font-style: normal;
  border-radius: 5px;
  text-decoration: none;
}

/* quotes */
#quotes:after {
  content: '';
  display: block;
  clear: both;  
}

#quotes .entry {
  float: left;
  width: 230px;
  text-align: center;
  margin: 0 25px;
  padding-bottom: 45px;
}

#quotes .entry:first-child {
  margin-left: 0;
}

#quotes .entry:last-child {
  margin-right: 0;
}

#quotes .entry .pic {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 230px;
  background: #e2e0db;
  display: block;
}

#quotes .entry .quote {
  display: block;
  width: 36px;
  height: 30px;
  background: url(../images/quote.png) center center no-repeat;
  opacity: 0.18;
  position: absolute;
  top: 295px;
  left: -15px;
  z-index: 10;
}

#quotes .entry h3 {
  font-family: 'Pistara';
  font-size: 16px;
  color: #f6d30a;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 0 0;  
  text-decoration: none;
}

#quotes .entry h4 {
  font-family: 'Pistara';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;  
}

#quotes .entry p {
  color: #909090;
  font-style: italic;
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  z-index: 50;
}

#quotes .entry p:last-child {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

#quotes .entry p:last-child a {
  font-family: 'Pistara';
  font-size: 14px;
  color: #131313;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 7px 15px;
  background: #f6d30a;
  font-style: normal;
  border-radius: 5px;
  text-decoration: none;
}

#quotes .entry p:last-child a:hover {
  background: #131313;
  color: #ffffff;
}

/* partners */
#partners:after {
  content: '';
  display: block;
  clear: both;  
}

#partners .entry {
  width: auto;
  height: 50px;
  max-width: 150px;
  margin: 0 10px;
  display: inline-block;
}

#partners .entry a {
  display: block;
  height: 100%;
}

#partners .entry a img {
  display: block;
}

#partners .entry a img:hover {
  opacity: 0.5;
}

/* slider */
#slider,
#responsive_slider {
  width: 100%;
  height: auto;
  display: none;
}

#slider .slides,
#responsive_slider .slides {
  width: 100%;
  overflow: hidden;
  background: #f8d201;
}

#slider .slides .entry,
#responsive_slider .slides .entry {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#slider .slides .entry:not(:first-child),
#responsive_slider .slides .entry:not(:first-child) {
  visibility: hidden;
}

#slider .slides .entry .image,
#responsive_slider .slides .entry .image {
  width: 100%;
  height: auto;
  z-index: 10;
}

#slider .slides .entry .image img,
#responsive_slider .slides .entry .image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

#slider .navigation,
#responsive_slider .navigation {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

#slider .navigation a,
#responsive_slider .navigation a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #bdbbb8;
  margin: 0 2px;
  cursor: pointer;
}

#slider .navigation a:hover,
#slider .navigation a.selected,
#responsive_slider .navigation a:hover,
#responsive_slider .navigation a.selected {
  background: #f6d30a;
}

/* professional */
#professional:after {
  content: '';
  display: block;
  clear: both;  
}

#professional .picture {
  float: left;
  width: 230px;
  margin-right: 50px;
}

#professional .picture h1 {
  color: #f6d30a;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 4px;
}

#professional .picture .pic {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  overflow: hidden;
  background: #ecebe6;
}

#professional .picture .target {
  position: absolute;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  bottom: 150px;
  left: -15px;
  cursor: pointer;
  z-index: 100;
  padding: 23px 0 0 22px;
}

#professional .picture .target span {
  display: block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;  
}

#professional .picture .target.on span {
  background-image: url(../images/target_yellow.png);
}

#professional .picture .target.off span {
  background-image: url(../images/target_grey.png);
}

#professional .datas {
  float: left;
  width: 520px;
}

#professional .datas h2 {
  font-size: 26px;
  letter-spacing: 3px;
  text-align: left;
  margin-top: 0;  
}

#professional .datas p {
  font-size: 14px;
  text-align: left;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  border-bottom: #e5e4e3 1px solid;
}

#professional .datas p a {
  text-decoration: none;
}

#professional .datas p:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

#professional .datas p a.attachment {
  background: #cbc9c6 url("../images/attachment.png") 8px center no-repeat;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
  display: inline-block;
}

#professional .datas p.cv {
  padding-top: 3px;
}

#professional .listing {
  clear: both;
  padding-top: 30px;
}

#professional .listing h3 {
  font-family: 'Pistara';
  font-size: 24px;
  color: #f6d30a;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: #f6d30a 1px solid;
  text-align: left;
  margin: 0;
  padding-bottom: 5px;
  text-decoration: none;
}

#professional .listing p.empty {
  color: #bab8b5;
  font-family: 'Pistara';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  margin-bottom: 0; 
}

#professional .listing .entry {
  border-bottom: #e5e4e3 1px solid; 
  text-align: left;
  font-size: 14px;
  padding: 15px 0;
}

#professional .listing .entry:last-child {
  border: none;
}

#professional .listing .entry:after {
  content: '';
  display: block;
  clear: both;  
}

#professional .listing .entry .time {
  float: left;
  width: 230px;
  margin-right: 50px;  
}

#professional .listing .entry .time p {
  margin: 0;
  font-weight: bold;
}

#professional .listing .entry .description {
  float: left;
  width: 520px;  
}

#professional .listing .entry .description h4 {
  margin-bottom: 5px;
}

#professional .listing .entry .description p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

#professional .listing .entry .description p.scope {
  font-style: italic;
  margin-top: 5px;
}

#professional .listing .entry .description p.attachments {
  padding-top: 5px;  
}

#professional .listing .entry .description p.attachments a {
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  text-decoration: none;
  background: #cbc9c6 url(../images/attachment.png) 8px center no-repeat;  
}

/* search */
#search:after {
  content: '';
  display: block;
  clear: both;  
}

#search .search {
  float: left;
  width: 230px;
  margin-right: 50px;
}

#search .search .title {
  height: 103px;
}

#search .search .title h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: left;
}

#search .search .title .way {
  position: absolute;
  width: 6px;
  height: 31px;
  background: url(../images/search_way_v.png) center center no-repeat;
  top: 50px;
  left: 5px;
}

#search .search .title .clear {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/search_actions.png) center center no-repeat;
  background-position: 0 0;
  bottom: 26px;
  left: 25px;
  cursor: pointer;
}

#search .search .title .reload {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/search_actions.png) center center no-repeat;
  background-position: -22px 0;
  bottom: 26px;
  left: 60px;
  cursor: pointer;
}

#search .search .main .entry {
  border-bottom: #e5e4e3 1px solid;
  padding: 10px 0;
}

#search .search .main .entry:first-child {
  border-top: #e5e4e3 1px solid;  
}

#search .search .main .entry.selected {
  background: #fef9df;
}

#search .search .main .entry label {
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 20px;
  cursor: pointer;
}

#search .search .main .entry label span {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 16px;
  font-weight: bold;
}

#search .search .main .entry.open label span {
  top: -4px;
  left: 7px;
  font-size: 18px;
}

#search .search .main .entry .value {
  padding: 0 20px;
  font-size: 13px;
  display: none;
}

#search .search .main .entry.open .value {
  display: block;
  margin-top: 10px;
}

#search .search .main .entry .value input,
#search .search .main .entry .value select {
  width: 100%;
  border: #e5e4e3 1px solid;
  padding: 5px;
  font-weight: bold;  
}

#search .search .main .button {
  background: #f6d30a url(../images/button_arrow.png) center right 20px no-repeat;
  font-size: 16px;
  width: 100%;
  display: block;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  margin-top: 15px;
}

#search .search .main .button span {
  position: absolute;
  top: 13px;
  left: 80px;
  font-size: 12px;
}

#search .result {
  float: left;
  width: 520px;
}

#search .result .title {
  height: 110px;
}

#search .result .title h1 {
  color: #f6d30a;
  margin-bottom: 0;
  text-align: left;
  padding-left: 40px;
}

#search .result .title h1 span {
  position: absolute;
  font-size: 16px;
  letter-spacing: 2px;
  color: #131313;
  right: 0;
  top: 13px;
}

#search .result .title .way {
  position: absolute;
  width: 98px;
  height: 23px;
  background: url(../images/search_way_h.png) center center no-repeat;
  top: 12px;
  left: -86px;
}

#search .result .title .order {
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: 13px;
}

#search .result .title .order:after {
  content: '';
  display: block;
  clear: both;  
}

#search .result .title .order p {
  font-weight: bold;
  float: left;
  margin: 5px 10px 0 0;
}

#search .result .title .order .select_container {
  float: left;
  width: 250px;
  margin-right: 5px;
}

#search .result .title .order .select_container select {
  width: 250px;
}

#search .result .title .order a {
  float: left;
  width: 30px;
  display: block;
  background: #f6d30a url(../images/button_arrow.png) center center no-repeat;
  border-radius: 5px;
  padding: 6px 0;
}

#search .result .main .entry:after {
  content: '';
  display: block;
  clear: both;  
}

#search .result .main .entry {
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

#search .result .main .entry:last-child {
  margin-bottom: 0;
}

#search .result .main .entry .pic {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  overflow: hidden;
  background: #ffffff;
}

#search .result .main .entry .data {
  float: left;
  text-align: left;
  padding-left: 20px;
  width: 340px;
}

#search .result .main .entry .data a {
  text-decoration: none;
}

#search .result .main .entry .data h3 {
  font-size: 18px;
  text-decoration: none;
  margin: 0;
}

#search .result .main .entry .data h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0 5px 0;
}

#search .result .main .entry .data p {
  font-size: 13px;
  margin: 0;
  line-height: 19px;
}

#search .result .main .entry .target {
  position: absolute;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 15px 30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  top: -30px;
  right: -20px;
  cursor: pointer;
  padding: 30px 0 0 15px;
}

#search .result .main .entry .target span {
  display: block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;  
}

#search .result .main .entry .target.on span {
  background-image: url(../images/target_yellow.png);
}

#search .result .main .entry .target.off span {
  background-image: url(../images/target_grey.png);
}

/* targetlist */
#targetlist .result .main .entry:after {
  content: '';
  display: block;
  clear: both;  
}

#targetlist .result .main .entry {
  overflow: hidden;
  margin-bottom: 20px;
}

#targetlist .result .main .entry:last-child {
  margin-bottom: 0;
}

#targetlist .result .main .entry .box {
  width: 520px;
  height: 100%;
  padding: 20px;
  float: left;
}

#targetlist .result .main .entry .box:after {
  content: '';
  display: block;
  clear: both;  
}

#targetlist .result .main .entry .box .pic {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  overflow: hidden;
  background: #ffffff;
}

#targetlist .result .main .entry .box .data {
  float: left;
  text-align: left;
  padding-left: 20px;
  width: 340px;
}

#targetlist .result .main .entry .box .data a {
  text-decoration: none;
}

#targetlist .result .main .entry .box .data h3 {
  font-size: 18px;
  margin: 0;
  text-decoration: none;
}

#targetlist .result .main .entry .box .data h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0 5px 0;
}

#targetlist .result .main .entry .box .data p {
  font-size: 13px;
  margin: 0;
  line-height: 19px;
}

#targetlist .result .main .entry .box .target {
  position: absolute;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 15px 30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  top: -30px;
  left: -20px;
  cursor: pointer;
  padding: 30px 0 0 20px;
}

#targetlist .result .main .entry .box .target span {
  display: block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;  
}

#targetlist .result .main .entry .box .target.on span {
  background-image: url(../images/target_yellow.png);
}

#targetlist .result .main .entry .box .target.off span {
  background-image: url(../images/target_grey.png);
}

#targetlist .result .main .entry .info {
  width: 230px;
  margin-left: 20px;
  float: left;
  text-align: left;
  padding-top: 20px;
}

#targetlist .result .main .entry .info .arrow {
  position: absolute;
  width: 22px;
  height: 28px;
  top: 19px;
  left: -42px;
  background-image: url(../images/targetlist_info_arrow.png);  
}

#targetlist .result .main .entry .info h5 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: #e5e4e3 1px solid; 
  padding-bottom: 5px;
}

#targetlist .result .main .entry .info p {
  font-size: 13px;
  margin: 6px 0;
  font-style: italic;
}

/* mynotifications */
#mynotifications .entry {
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 50px 20px 20px; 
}

#mynotifications .entry:last-child {
  margin-bottom: 0;
}

#mynotifications .entry.read {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

#mynotifications .entry h3 {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: Arial;
  text-decoration: none;
  text-transform: none;
  margin: 0;
  letter-spacing: normal;
  color: #434343;
  font-weight: bold;
}

#mynotifications .entry p {
  font-size: 13px;  
  margin: 0;
  line-height: normal;
}

#mynotifications .entry .actions {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
}

#mynotifications .entry:hover .actions {
  display: block;
}

#mynotifications .entry .actions a.make_read {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  background: url(../images/acting_icons.png) -40px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;
}

#mynotifications .entry .actions a.make_read:hover {
  opacity: 1;
}

#mynotifications .entry.read a.make_read {
  display: none;
}

/* downloads */
#downloads .entry {
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  background-image: url(../images/download.png);
  background-position: right 12px center;
  background-repeat: no-repeat; 
}

#downloads .entry:not(.premium):hover {
  background-image: url(../images/download_hover.png);
}

#downloads .entry.premium {
  background-image: url(../images/download_premium.png);
}

#downloads .entry:last-child {
  margin-bottom: 0;
}

#downloads .entry h3 {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: Arial;
  text-decoration: none;
  text-transform: none;
  margin: 0;
  letter-spacing: normal;
  color: #434343;
  font-weight: bold;
}

/* myquotes */
#myquotes .entry {
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 50px 20px 20px;
  min-height: 125px;
}

#myquotes .entry.hide {
  display: none;
}

#myquotes .entry:last-child {
  margin-bottom: 0;
}

#myquotes .entry:after {
  content: '';
  display: block;
  clear: both;  
}

#myquotes .entry p {
  margin: 0;
}

#myquotes .entry p.status {
  font-size: 13px;
  float: left;
  width: 250px;
  font-weight: bold;
  z-index: 50;
}

#myquotes .entry p.description {
  font-size: 13px;
  line-height: 18px;  
  float: left;
  width: 480px;  
}

#myquotes .entry .actions {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
}

#myquotes .entry:hover .actions {
  display: block;
}

#myquotes .entry .actions a.edit {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  background: url(../images/acting_icons.png) -20px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;
}

#myquotes .entry .actions a.delete {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 0;
  background: url(../images/acting_icons.png) -40px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;  
}

#myquotes .entry .actions a.edit:hover,
#myquotes .entry .actions a.delete:hover {
  opacity: 1;
}

#myquotes .entry .icon {
  position: absolute;
  display: block;
  width: 85px;
  height: 85px;
  top: 20px;
  left: 20px;
  z-index: 10;  
}

#myquotes .entry.accepted .icon {
  background: url(../images/quotes_icons.png) 0 top no-repeat;  
}

#myquotes .entry.rejected .icon {
  background: url(../images/quotes_icons.png) -85px top no-repeat;  
}

#addquotes {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/acting_icons.png) 0 center no-repeat;
  background-size: 100px 25px;
  right: 5px;
  top: 13px;
}

#myquotes .entry.editnew {
  padding: 20px;
  display: none;
}

#myquotes .entry.editnew textarea {
  width: 100%;
  border: #e5e4e3 1px solid;
  padding: 5px;
  resize: none;
  font-size: 13px;
  height: 65px;  
}

#myquotes .entry.editnew .navigation {
  padding-top: 10px;
}

#myquotes .entry.editnew .navigation:after {
  content: '';
  display: block;
  clear: both;  
}

#myquotes .entry.editnew .navigation .count {
  float: left;
  font-size: 13px;
  padding-top: 5px;
}

#myquotes .entry.editnew .navigation .buttons {
  float: right;
  font-size: 13px;
}

#myquotes .entry.editnew .navigation .buttons:after {
  content: '';
  display: block;
  clear: both;  
}

#myquotes .entry.editnew .navigation .buttons a {
  padding: 5px 10px;
  border-radius: 5px;
  background: #cbc9c6;
  float: left;
  margin-left: 10px;
}

#myquotes .entry.editnew .navigation .buttons a.save {
  background: #f6d30a;
  color: #131313;
}

/* atex news */
#atexnews .entry {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e4e3;
}

#atexnews .entry:after {
  content: '';
  display: block;
  clear: both;
}

#atexnews .entry:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

#atexnews .entry .pic {
  width: 280px;
  height: 200px;
  float: left;
  margin-right: 30px;
  background: #edebe7;  
  overflow: hidden;
}

#atexnews .entry .pic.empty {
  background: #edebe7 url(../images/news_list_pic_background.png) bottom center no-repeat;
}

#atexnews .entry .pic img {
  position: absolute;
  margin: auto; 
  max-height: 100%;
  max-width: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

#atexnews .entry .pic:not(.empty) img {
  cursor: pointer;
}

#atexnews .entry .datas {
  width: 490px;
  height: auto;
  float: left;
}

#atexnews .entry .datas h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;  
}

#atexnews .entry .datas h2 a {
  margin: 0;
  font-size: 18px !important;
  letter-spacing: 2px; 
  padding: 0 !important;
  background: none !important;
}

#atexnews .entry .datas span.date {
  font-size: 13px;
  font-style: italic;
}

#atexnews .entry .datas p {
  font-size: 13px;
  line-height: 19px;
  text-align: justify;
}

#atexnews .entry .datas a:last-child {
  color: #131313;
  padding: 5px 10px;
  background: #f6d30a;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

/* atex article */
#atexarticle img.leadpic {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 400px;
  max-height: 400px;  
}

#atexarticle h1 {
  margin-bottom: 10px;
}

#atexarticle h2.date {
  font-size: 16px;
  font-style: italic;
  font-family: Arial;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 30px;
  color: #434343;
}

#atexarticle h2 .fb_iframe_widget {
  position: absolute;
  top: 0;
  right: 70px;
}

#atexarticle h2 .IN-widget {
  position: absolute;
  top: 0;
  right: 0;
}

#atexarticle h2 .IN-widget span span a span:first-child {
  z-index: 100000 !important;
}

#atexarticle .back {
  border-top: 1px solid #e5e4e3;
  padding-top: 30px;
  margin-top: 30px;
  text-align: left;
  clear: both;
}

#atexarticle .back a {
  color: #131313;
  padding: 5px 10px;
  background: #f6d30a;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

/* mysubscriptions */
#mysubscriptions .entry {
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
}

#mysubscriptions .entry:last-child {
  margin-bottom: 0;
}

#mysubscriptions .entry.expired {
  opacity: 0.5;
}

#mysubscriptions .entry p {
  font-size: 13px;  
  margin: 0;
  line-height: normal;
  font-weight: bold;
}

#mysubscriptions .entry p span {
  font-weight: normal;
}

#mysubscriptions .entry .price {
  position: absolute;
  top: -3px;
  right: 10px;
  font-weight: bold;
  font-size: 36px;
  opacity: 0.25;
}

#mysubscriptions .entry .price {
  width: 90px;
  text-align: right;
}

#mysubscriptions .entry .price span {
  position: absolute;
  top: 0;
  left: 0;
}

#mysubscriptions .entry.offer {
  padding: 5px 50px 5px 20px;  
}

#mysubscriptions .entry.offer {
  background: #f6d30a;
  color: #131313;
}

#mysubscriptions .entry.offer:after {
  content: '';
  display: block;
  clear: both;   
}

#mysubscriptions .entry.offer p {
  float: left;
  display: block;
  font-size: 18px;
}

#mysubscriptions .entry.offer p:not(.discount) {
  padding-top: 7px;
}

#mysubscriptions .entry.offer p.discount {
  margin-left: 10px;
  font-size: 28px;
}

#mysubscriptions .entry.offer .price {
  opacity: 1;
  top: 2px;
}

/* mypersonaldata */
#mypersonaldata h2 {
  font-size: 24px;
  color: #f6d30a;
  letter-spacing: 2px;
  text-align: left;
  margin: 0;
  padding-bottom: 5px;  
}

#mypersonaldata .entry {
  padding: 20px;
}

#mypersonaldata .entry:after {
  content: '';
  display: block;
  clear: both;  
}

#mypersonaldata .entry .picture {
  float: left;
  width: 190px;
}

#mypersonaldata .entry .pic {
  width: 190px;
  height: 190px;
  border-radius: 190px;
  overflow: hidden;
  background: #ffffff;
}

#mypersonaldata .entry .pic img {
  position: absolute;
  margin: auto; 
  min-height: 100%;
  min-width: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

#mypersonaldata .entry .picture a {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  background: #cbc9c6;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

#mypersonaldata .entry .datas {
  float: left;
  width: 545px;
  padding-left: 25px;
  margin-left: 25px;
  border-left: #dad8d4 1px solid;
  min-height: 280px;
}

#mypersonaldata .entry .datas .data:after {
  content: '';
  display: block;
  clear: both;  
}

#mypersonaldata .entry .datas .data {
  font-size: 13px;
  margin-bottom: 10px;
}

#mypersonaldata .entry .datas .data label {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
  padding-top: 6px;
}

#mypersonaldata .entry .datas .data .select_container {
  float: left;
  width: 60%;  
}

#mypersonaldata .entry .datas .data input,
#mypersonaldata .entry .datas .data select {
  width: 100%;
  border: #e5e4e3 1px solid;
  padding: 5px;
  font-weight: bold; 
}

#mypersonaldata .entry .datas .data .refresh {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/refresh_icon.png) 0 center no-repeat;
  background-size: 20px 20px;
  opacity: 0.3;
  top: 4px;
  right: 6px;
  cursor: pointer;
}

#mypersonaldata .entry .datas .data#cvcontainer {
  text-align: left;
}

#mypersonaldata .entry .datas .data#cvcontainer .cv #cvuploadinput {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  cursor: pointer;
}

#mypersonaldata .entry .datas .data#cvcontainer .info {
  font-style: italic;
  opacity: 0.5;
  text-align: left;
  display: block;
  margin-top: 5px;
}

#mypersonaldata .entry .datas .data#cvcontainer .attachment {
  background: #cbc9c6 url("../images/attachment.png") 8px center no-repeat;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
  display: inline-block;
}

#mypersonaldata .entry .datas .data#cvcontainer .removecv {
  background: rgba(0, 0, 0, 0) url("../images/acting_icons.png") no-repeat scroll -40px center / 80px 20px;
  display: block;
  height: 20px;
  padding: 0;
  width: 20px;
  position: absolute;
  top: 4px;
  right: 5px;
}

#email_new,
#email_confirm {
  display: none;
}

#email_new .button,
#email_confirm .button {
  padding: 5px 10px;
  border-radius: 5px;
  background: #cbc9c6;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}

#mypersonaldata .entry .datas .navigation {
  padding-top: 10px;
}

#mypersonaldata .entry .datas .navigation:after {
  content: '';
  display: block;
  clear: both;  
}

#mypersonaldata .entry .datas .buttons {
  float: right;
  font-size: 13px;
}

#mypersonaldata .entry .datas .buttons:after {
  content: '';
  display: block;
  clear: both;  
}

#mypersonaldata .entry .datas .buttons a {
  padding: 5px 10px;
  border-radius: 5px;
  background: #cbc9c6;
  float: left;
  margin-left: 10px;
}

#mypersonaldata .entry .datas .buttons a.save {
  background: #f6d30a;
  color: #131313;
}

/* myworkplaces */
/* myreferences */
/* myeducations */
/* myextrainings */
/* deletemyprofile */
#myworkplaces h2,
#myreferences h2,
#myeducations h2,
#myextrainings h2 {
  font-size: 24px;
  color: #f6d30a;
  letter-spacing: 2px;
  text-align: left;
  margin: 50px 0 0 0;
  padding-bottom: 5px;  
}

#addworkplaces,
#addreferences,
#addeducations,
#addextrainings {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/acting_icons.png) 0 center no-repeat;
  background-size: 100px 25px;
  right: 5px;
  top: 3px;
}

#myworkplaces ul.entry,
#myreferences ul.entry,
#myeducations ul.entry,
#myextrainings ul.entry {
  padding: 20px;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

#myworkplaces ul.entry li,
#myreferences ul.entry li,
#myeducations ul.entry li,
#myextrainings ul.entry li {
  background: #f8f6f1;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 10px;
  min-height: 100px;
}

#myworkplaces ul.entry li.sortableactive,
#myreferences ul.entry li.sortableactive,
#myeducations ul.entry li.sortableactive,
#myextrainings ul.entry li.sortableactive {
  background: none;
  border: #989795 1px dashed;
}

#myworkplaces ul.entry li.hide,
#myreferences ul.entry li.hide,
#myeducations ul.entry li.hide,
#myextrainings ul.entry li.hide {
  display: none;
}

#myworkplaces ul.entry li.empty,
#myreferences ul.entry li.empty,
#myeducations ul.entry li.empty,
#myextrainings ul.entry li.empty {
  background: #edebe7 url(../images/empty_list_arrow.png) top right no-repeat;
  cursor: default;
  text-align: right;
  color: #bab8b5;
  font-family: 'Pistara';
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px; 
  padding: 24px 50px 0 0;
  min-height: 0;
}

#myworkplaces ul.entry li:last-child,
#myreferences ul.entry li:last-child,
#myeducations ul.entry li:last-child,
#myextrainings ul.entry li:last-child {
  margin-bottom: 0;
}

#myworkplaces ul.entry li:after,
#myreferences ul.entry li:after,
#myeducations ul.entry li:after,
#myextrainings ul.entry li:after {
  content: '';
  display: block;
  clear: both;  
}

#myworkplaces ul.entry li .time,
#myreferences ul.entry li .time,
#myeducations ul.entry li .time,
#myextrainings ul.entry li .time {
  float: left;
  width: 190px;
  margin-right: 50px;  
}

#myworkplaces ul.entry li .time p,
#myreferences ul.entry li .time p,
#myeducations ul.entry li .time p,
#myextrainings ul.entry li .time p {
  margin: 0;
  font-weight: bold;
}

#myworkplaces ul.entry li .description,
#myreferences ul.entry li .description,
#myeducations ul.entry li .description,
#myextrainings ul.entry li .description {
  float: left;
  width: 460px;  
}

#myworkplaces ul.entry li .description h4,
#myreferences ul.entry li .description h4,
#myeducations ul.entry li .description h4,
#myextrainings ul.entry li .description h4 {
  margin-bottom: 5px;
}

#myworkplaces ul.entry li .description p,
#myreferences ul.entry li .description p,
#myeducations ul.entry li .description p,
#myextrainings ul.entry li .description p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

#myworkplaces ul.entry li .description p.scope {
  font-style: italic;
  margin-top: 5px;
}


#myextrainings ul.entry li .description p.attachments {
  padding-top: 5px;  
}

#myextrainings ul.entry li .description p.attachments a {
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  text-decoration: none;
  background: #cbc9c6 url(../images/attachment.png) 8px center no-repeat;  
}

#myworkplaces ul.entry li .actions,
#myreferences ul.entry li .actions,
#myeducations ul.entry li .actions,
#myextrainings ul.entry li .actions {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
}

#myworkplaces ul.entry li:hover .actions,
#myreferences ul.entry li:hover .actions,
#myeducations ul.entry li:hover .actions,
#myextrainings ul.entry li:hover .actions {
  display: block;
}

#myworkplaces ul.entry li .actions a.edit,
#myreferences ul.entry li .actions a.edit,
#myeducations ul.entry li .actions a.edit,
#myextrainings ul.entry li .actions a.edit {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  background: url(../images/acting_icons.png) -20px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;
}

#myworkplaces ul.entry li .actions a.delete,
#myreferences ul.entry li .actions a.delete,
#myeducations ul.entry li .actions a.delete,
#myextrainings ul.entry li .actions a.delete {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 0;
  background: url(../images/acting_icons.png) -40px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;
}

#myworkplaces ul.entry li .actions a.sort,
#myreferences ul.entry li .actions a.sort,
#myeducations ul.entry li .actions a.sort,
#myextrainings ul.entry li .actions a.sort {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50px;
  right: 0;
  background: url(../images/acting_icons.png) -60px center no-repeat;
  background-size: 80px 20px;
  opacity: 0.5;
  cursor: ns-resize;
}

#myworkplaces ul.entry li .actions a.edit:hover,
#myreferences ul.entry li .actions a.edit:hover,
#myeducations ul.entry li .actions a.edit:hover,
#myextrainings ul.entry li .actions a.edit:hover,
#myworkplaces ul.entry li .actions a.delete:hover,
#myreferences ul.entry li .actions a.delete:hover,
#myeducations ul.entry li .actions a.delete:hover,
#myextrainings ul.entry li .actions a.delete:hover,
#myworkplaces ul.entry li .actions a.sort:hover,
#myreferences ul.entry li .actions a.sort:hover,
#myeducations ul.entry li .actions a.sort:hover,
#myextrainings ul.entry li .actions a.sort:hover {
  opacity: 1;
}

#myworkplaces .editnew,
#myreferences .editnew,
#myeducations .editnew,
#myextrainings .editnew {
  padding: 20px;
  margin-bottom: 10px;
  display: none;
}

#myworkplaces .editnew input:not(.jzusElement),
#myworkplaces .editnew select,
#myreferences .editnew input:not(.jzusElement),
#myreferences .editnew select,
#myeducations .editnew input:not(.jzusElement),
#myeducations .editnew select,
#myextrainings .editnew input:not(.jzusElement),
#myextrainings .editnew select {
  width: 100%;
  border: #e5e4e3 1px solid;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 10px;  
}

#myworkplaces .editnew .jzusSelect,
#myreferences .editnew .jzusSelect,
#myeducations .editnew .jzusSelect,
#myextrainings .editnew .jzusSelect {
  margin-bottom: 10px;
  font-size: 13px;  
}

#myworkplaces .editnew .split {
  font-size: 13px;
}

#myworkplaces .editnew .split:after {
  content: '';
  display: block;
  clear: both;   
}

#myworkplaces .editnew .split .half {
  width: 47%;
  float: left;
}

#myworkplaces .editnew .split .hyphen {
  width: 6%;
  float: left;
  font-size: 20px;
}

#myworkplaces .editnew .placeholder,
#myreferences .editnew .placeholder,
#myeducations .editnew .placeholder,
#myextrainings .editnew .placeholder {
  font-weight: normal;
}

#myworkplaces .editnew textarea,
#myreferences .editnew textarea,
#myeducations .editnew textarea,
#myextrainings .editnew textarea {
  width: 100%;
  border: #e5e4e3 1px solid;
  padding: 5px;
  resize: none;
  font-size: 13px;
  height: 65px; 
}

#myworkplaces .editnew .navigation,
#myreferences .editnew .navigation,
#myeducations .editnew .navigation,
#myextrainings .editnew .navigation {
  padding-top: 10px;
}

#myworkplaces .editnew .navigation:after,
#myreferences .editnew .navigation:after,
#myeducations .editnew .navigation:after,
#myextrainings .editnew .navigation:after {
  content: '';
  display: block;
  clear: both;  
}

#myworkplaces .editnew .navigation .count,
#myreferences .editnew .navigation .count,
#myeducations .editnew .navigation .count,
#myextrainings .editnew .navigation .count {
  float: left;
  font-size: 13px;
  padding-top: 5px;
}

#myworkplaces .editnew .navigation .buttons,
#myreferences .editnew .navigation .buttons,
#myeducations .editnew .navigation .buttons,
#myextrainings .editnew .navigation .buttons {
  float: right;
  font-size: 13px;
}

#myworkplaces .editnew .navigation .buttons:after,
#myreferences .editnew .navigation .buttons:after,
#myeducations .editnew .navigation .buttons:after,
#myextrainings .editnew .navigation .buttons:after {
  content: '';
  display: block;
  clear: both;  
}

#myworkplaces .editnew .navigation .buttons a,
#myreferences .editnew .navigation .buttons a,
#myeducations .editnew .navigation .buttons a,
#myextrainings .editnew .navigation .buttons a {
  padding: 5px 10px;
  border-radius: 5px;
  background: #cbc9c6;
  float: left;
  margin-left: 10px;
}

#myworkplaces .editnew .navigation .buttons a.save,
#myreferences .editnew .navigation .buttons a.save,
#myeducations .editnew .navigation .buttons a.save,
#myextrainings .editnew .navigation .buttons a.save {
  background: #f6d30a;
  color: #131313;
}

#myextrainings .editnew .attachment:after {
  content: '';
  display: block;
  clear: both;  
}

#myextrainings .editnew .attachment .upload div {
  float: left;
  margin-right: 5px;
}

#myextrainings .editnew .attachment .upload div input {
  margin: 0;
}

#myextrainings .editnew .attachment .upload div p {
  margin: 0;
  font-size: 13px;
  padding-top: 5px;
}

#myextrainings .editnew .attachment .upload div input {
  width: 250px;
}

#myextrainings .editnew .attachment .upload div:nth-child(2) input {
  cursor: pointer; 
}

#myextrainings .editnew .attachment .upload div:nth-child(2) {
  overflow: hidden;
}

#myextrainings .editnew .attachment .upload div:last-child p {
  font-style: italic;
  opacity: 0.5;
}

#myextrainings .editnew .attachment .upload #hiddenattachmentuploadform {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
}

#myextrainings .editnew .attachment .hide {
  display: none;
}

#myextrainings .editnew .attachment .list {
  text-align: left;
}

#myextrainings .editnew .attachment .list a {
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  text-decoration: none;
  background: #cbc9c6 url(../images/attachment.png) 8px center no-repeat;
  font-size: 13px;
}

#myextrainings .editnew .attachment .list a.removeattachment {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/acting_icons.png) -40px center no-repeat;
  background-size: 80px 20px;
  padding: 0;
  margin-top: 1px;
}

#myextrainings .editnew .attachment .list div {
  float: left;
  margin-right: 5px;
  padding-top: 5px;  
}

#myextrainings .editnew .attachment .list div p {
  margin: 0;
  font-size: 13px;
}

/* alert */
#alert {
  position: fixed;
  width: 460px;
  height: auto;
  padding: 5px 10px;
  display: none;
  left: 50%;
  top: 16px;
  margin-left: -230px;
  color: #ffffff;
  font-size: 12px;
  z-index: 15000;
  text-align: center;
  border-radius: 5px;
}

#alert.true {
  background: rgba(26, 113, 5, 0.8);
}

#alert.false {
  background: rgba(194, 8, 8, 0.8);
}

/* patience */
#patience {
  position: fixed;
  width: 460px;
  height: auto;
  padding: 5px 10px;
  display: block;
  left: 50%;
  top: 16px;
  margin-left: -230px;
  color: #989795;
  font-size: 12px;
  z-index: 15000;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9) url(../images/preloader_grey_25.png) 10px center no-repeat;
}

/* scrollToTop */
#scrollToTop {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(246, 211, 10, 0.8) url(../images/scrollToTop.png) center center no-repeat;
  position: fixed;
  right: 30px;
  bottom: 135px;
  display: none;
  z-index: 1000;
  cursor: pointer;
}

/* myTtip */
#myTtip {
  position: absolute;
  background: rgba(19, 19, 19, 0.90);
  z-index: 21000;
  color: #ffffff;
  font-size: 12px;
  display: none;
  padding: 10px;
}

#myTtip .arrow {
  position: absolute;
  width: 12px;
  height: 11px;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  background-image: url('/images/myTtip_arrow.png');
  opacity: 0.9;
}

/* cookie */
#cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(246, 211, 10, 0.8);
  padding: 10px 30px;
  text-align: center;
  color: #131313;
  font-size: 13px;
  z-index: 1000;
  visibility: hidden;
}

#cookie .accept {
  position: absolute;
  top: 5px;
  right: 30px;
  background: #131313 url('/images/tick_yellow.png') center center no-repeat;
  background-size: 15px 15px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}

/* feedback */
#feedback {
  position: fixed;
  top: 195px;
  left: -220px;
  width: auto;
  height: auto;
  z-index: 390;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;    
}

#feedback.sticky {
  top: 85px; 
}

#feedback .container {
  position: relative;
  width: 220px;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 0 0 5px 0;
}

#feedback .button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: -40px;
  background-color: rgba(0, 0, 0, 0.95);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

#feedback .button.close {
  background-image: url('/images/feedback_bubble.png');  
}

#feedback .button.open {
  background-image: url('/images/feedback_arrow.png');  
}

#feedback .container .title {
  color: #f6d30a;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 0 11px 0;  
}

#feedback .container textarea {
  resize: none;
  font-size: 13px;
  color: #333333;
  width: 100%;
  height: 150px;
  padding: 5px;
  background: #f2f0eb;
  border: none;
}

#feedback .container input {
  font-size: 13px;
  color: #333333;
  width: 100%;
  padding: 5px;
  background: #f2f0eb;
  border: none;
  margin-top: 5px;
}

#feedback .container a {
  background: #f6d30a none repeat scroll 0 0;
  color: #131313;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}

/* datepicker */
#ui-datepicker-div {
  font-family: Arial;
  font-size: 13px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.93);
  color: #434343;
  border: 1px solid #ececec;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-state-highlight {
  background: none;
}

#ui-datepicker-div .ui-state-hover {
  background: #cbc9c6;
}

#ui-datepicker-div .ui-state-active {
  background: #131313;
  color: #ffffff;
}

#ui-datepicker-div .ui-widget-header {
  background: #131313;
  border: none;
  color: #ffffff;
}

#ui-datepicker-div .ui-widget-header a {
  display: none !important;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  margin: 0;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title select {
  color: #434343;
  padding: 3px 5px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title select:first-child {
  margin-right: 5px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title select:last-child {
  margin-left: 5px;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
  display: none;
}

/* facebook login */
.facebook_login {

}

.facebook_login .or span {
  display: block;
  width: 1px;
  height: 8px;
  background: #b3b3b3;
  margin: 3px auto;
}

.facebook_login .or {
  padding: 5px 0;
  color: #b3b3b3;
  font-weight: bold;
  font-size: 16px;
}

.facebook_login .button {
  background: #3b579d url(../images/fb.png) left bottom no-repeat;
  background-size: auto 100%;
  border-radius: 5px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; 
  padding: 15px 0;
  overflow: hidden;   
}

/* disable responsive */
.responsive {
  display: none;
}