/* home.css */
body.home #header #home-slider h2,
body.home #header #home-slider h3 {
  filter:progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=2, Direction=135) !important;
}


#photo-overlay {
  background-color: #0a0a0a;
}

/* base.less */
a.popup {
    cursor: pointer !important;
}

body.qna .col-md-4 {
  width: 33.2%;
}
body.qna .col-md-12 {
  width:  100%;
}
¡
body.qna-question .user-image{
  width: 16.6%;
}

body.qna-question .answer-content{
  width: 79.3%;
  margin-left:10px;
}

body.qna-question .question-content{
  width: 616px;
}

body.qna-question .answer-content{
  width: 523px;
}

body.qna-question .answer-form-title .col-md-2{
  width: 16%;
}
body.qna-question .answer-form-title .col-md-10{
  width: 83%;
}
.ie-label{
  font-family: Helvetica,Arial,sans-serif;
  display: block !important;
}

.landing_it .subcategory-popup{
  display: none !important;
}
.landing_it .subcategory-selector,
.landing_it #subsubcategory-container.visible-xs{
  display: block !important;
}
.landing_it #subsubcategory-container.hidden{
  display: none !important;
}
.landing_it form.has-errors .form-field {
  margin-top: 28px !important;
}
.landing_it form.has-errors .form-field.has-error {
  margin-top: 4px !important;
}
.landing_it .carousel-indicators{
  display:none;
}

.responsive .jumbotron{
  background-color: transparent !important;
}
.responsive .jumbotron h1{
  color: #fff !important;
  font-size: 54px !important;
}
body.responsive {
  min-width: 450px !important;
}

.home .nav-pills li.active a{
    background: #8E8E8E;
}

.last-projects-sidebar-block .project-block-element .project-content .project-meta{
    top: 67px !important;
}
