/* your styles go here */

.account-nav > .login {
	background: #555555;
	padding: 10px;
	padding-right: 0;
	color: #eeeeee;
}

.navbar-logo {
	margin-top: -47px;
}

.affix > .navbar > .container > .navbar-header > .navbar-brand > img {
	height: 60px;
	margin-top: 39px;
}

#top .login a:hover {
    color: rgb(141, 205, 158);
}

.btn-login {
	color: #986dbd;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-login:hover {
	color: rgb(141, 205, 158);
}

.register-button:hover .btn-login {
	color: rgb(141, 205, 158);
}

.title {
	color: rgb(141, 205, 158);
}

.title-inverse {
	color: rgb(152, 109, 189);
}

.required_input_field {
	color: rgb(152, 109, 189);
	padding-left: 5px;
}

/* Back to Top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #986dbd url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;

}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #986dbd;
  opacity: 1;
}

.cd-top:hover {
	background-color: #73439d;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

a#link-highlight:hover {
    color: #333333;
}

#notify_empty_search_result {
  display: none;
}

.category-active {
	background-color: #986dbd4d;
}

@media (max-width: 767px) {
  .hiring-sign {
    right: 1%;
    TOP:1.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiring-sign {
    right: 10%;
    TOP:2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hiring-sign {
    right: 4%;
    TOP:2.5%;
  }
}
@media (min-width: 1200px) {
  .hiring-sign {
    right: 19%;
    TOP:2%;
  }
}

.goog-logo-link {
   display:none !important;
}
.goog-te-gadget{
   color: transparent !important;
}
.goog-te-gadget .goog-te-combo{
   color:#666 !important;
}

.pricing {
  text-align: center; 
  font-size: 20px; 
  font-weight: 500;
  height: 280px;
}

.pricing-border {
  border: 2px solid black;
  border-radius: 25px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.pricing-header {
  
}

.pricing-content > div > ul > li {
  padding: 0px 0px 20px;
}

.pricing-content .price-value {
  font-size: 24px;
}

.pricing-content .annual-price-value {
  font-size: 16px;
  margin-top: -20px;
  color: #b5b5b5;
  font-weight: bold;
  margin-bottom: 12px;
}

.pricing-content .feature-item {
  text-align: left;
  padding-left: 16px;
  font-size: 14px;
}

.pricing-content .pricing-type {
  color: #b5b5b5;
  margin-top: 28px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button-small {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.1em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  margin-top: 0.2em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

#blog-post #post-content img {
  margin-bottom: 20px;
}

.tag-sidebar .tag-ul {
  margin-top: 10px;
  padding-inline-start: 0;
  list-style: none; 
  list-style-image: none;
}

.tag-sidebar .tag-ul .tag-li {
  margin-bottom: 8px; 
  margin-right: 8px; 
  display: inline-block;
}

.tag-sidebar .tag-ul .tag-li .tag-link {
  word-break: break-word; 
  color: rgba(117, 117, 117, 1);
  border-color: rgba(117, 117, 117, 1);
  text-decoration: none; 
  border-radius: 5px; 
  padding: 8px 16px; 
  background: rgb(242, 242, 242); 
}

.tag-sidebar .tag-ul .tag-li .tag-link:hover {
  background: rgb(189, 189, 189); 
}