#developer_toolbar {
  display: none;
}

/* Header and Logo: */
.logo {
  height: 100px;
}
.logo img
{
  height: 100%;
  width: auto;
  max-width: 100%;
}

.page-title
{
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs {
  padding-bottom: 10px;
}
.page-title .page-title-heading h1
{
  padding-top: 20px;
}

@media screen and (max-width: 568px)
{
  .header {
    margin-bottom: 20px;
  }
  .logo {
    height: 80px;
  }
}
@media screen and (max-width: 991px)
{
  .header {
    margin-bottom: 40px;
  }
	
  #mainnav {
	display: none;
  }
	
  .page-title .page-title-heading {
    padding: 0;
  }
}
@media screen and (min-width: 992px)
{
  .page-title .page-title-heading {
    width: auto;
  }
  .page-title .page-title-heading h1
  {
  /*font-size: 72px;*/
	font-size: 48px;
  }
}

@media screen and (max-width: 568px)
{
  .page-title .page-title-heading h1
  {
  /*font-size: 72px;*/
	font-size: 48px;
  }
}


span.link
{
    color: rgb(51, 51, 51);
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 2px solid #00c365;
}


/* Footer: */
.flat-footer
{
  margin-top: 50px;
  background-image: url(../images/bg-footer.jpg);
}
    
.footer-widgets .logo {
  height: 120px;
}

.flat-footer .mention {
  font-size: 0.8em;
}
.flat-footer .mention a {
  color: #222;
}

/* Contact form: */
.flat-contact-form .form-inline .form-control {
  width: 100%;
}


.project-navigation ul li a
{
  z-index: 1;
  position: relative;
}

.project-content {
  font-size: 14pt;
}
.project-single .project-content
{
  padding-bottom: 0px;
  width: auto;
}
@media only screen and (max-width: 991px)
{
  .project-single.project-content-right {
    padding-top: 0;
  }
}

.project-navigation {
  margin: 40px 0 10px;
}

.project-item .jgherba-portfolio-portfolio_entry-video
{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75% /* 4:3 */
}

.project-thumb img
{
  width: 100%;
  height: auto;
}

.gallery-alt-layout .item-wrap .project-info {
}
.gallery-alt-layout .item-wrap .project-thumb a
{
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.flat-project .project-item
{
  padding: 0 5px;
  margin-bottom: 10px;
}



/*
ul.jgherba-skills-list
{
  list-style: none;
  overflow: hidden;
  margin-bottom: 0.75em;
}
ul.jgherba-skills-list li
{
  float: none;
  margin-left: 30px;
}
ul.jgherba-skills-list li span {
  white-space: nowrap;
}
*/
p.jgherba-skills-list
{
  text-indent: -.6em;
  padding-left: .6em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px)
{
  p.jgherba-skills-list {
    margin-bottom: 1em;
  }
  p.jgherba-skills-list span {
    display: block;
  }
}

