

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, img, strong, ol, ul, li, form, input {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul {
  list-style: none;
  list-style-position: outside;
}

/*========================*/
/*===  2. General      ===*/
/*========================*/
body {
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}



a:focus {
  outline: none;
  -moz-outline-style: none;
}

p {
  display: block;
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}





/*========================*/
/*===  6.3. Portfolio  ===*/
/*========================*/
.portfolio {
  overflow: hidden;
}

.portfolio > li {
  float: left;
}

.portfolio li img {
  width: 100%;
}

.over {
  z-index: 20;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;

}

.over:hover {
  text-decoration: none;
  color: #666;
}

.over span {
  font-size: 22px;
  color: #444;
  display: block;
  margin: 10px 10px 5px 10px;
}

.over p {
  margin: 0px 10px;
  color: #999;
}

.zoom {
  background: #fff url(img/over_zoom.html) no-repeat center center;
}

.one-column > li {
  width: 900px;
  margin-bottom: 24px;
  display: inline-block;
  float: none;
}

.one-column li:last child {
  margin: 0;
}

.one-column .item-name span {
  margin-bottom: 0px;
}

.one-column .item-name span a {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

.one-column p {
  font-size: 12px;
  margin-bottom: 20px;
}

.one-column .item-name h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.detailed .item-image {
  float: left;
  width: 600px;
  margin-right: 30px;
}

.detailed .item-name {
  float: left;
  width: 256px;
  padding: 0;
  margin: 0;
}

.detailed .item-name span a {
  margin-bottom: 30px;
}

.detailed p {
  margin-bottom: 20px;
}

.detailed .item-name h3 {
  margin-top: 0px;
}

.portfolio li {
  position: relative;
}

.two-columns {
  width: 950px;
}

.two-columns li {
  width: 425px;
  margin: 0 50px 40px 0;
}

.two-columns li img, .two-columns .over {
  width: 411px;
  height: 290px;
}



.four-columns {
  width: 936px;
}

.four-columns li {
  width: 198px;
  margin: 0 36px 30px 0;
}

.four-columns li img, .four-columns .over {
  width: 184px;
  height: 130px;
}

.item-image {
  border: 1px solid #e1e1e1;
  padding: 6px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.gallery li {
  list-style: none;
}


/*===========================*/
/*===  9.6. Pricing Boxes ===*/
/*===========================*/



.inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  overflow: hidden;
}




a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}







#project_categories {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  overflow: hidden;
  margin-bottom: 0;
}

.project_category_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project_category_list li {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-bottom: 1.69492%;
}
.project_category_list li:nth-child(4n) {
  float: right;
  margin-right: 0;
}
@media all and (max-width: 950px) {
  .project_category_list li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  .project_category_list li:nth-child(4n) {
    float: left;
    margin-right: 1.69492%;
  }
  .project_category_list li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 700px) {
  .project_category_list li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  .project_category_list li:nth-child(3n) {
    float: left;
    margin-right: 1.69492%;
  }
  .project_category_list li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media all and (max-width: 460px) {
  .project_category_list li {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}

.project_category_cover {
  margin: 0;
  padding: 0;
}
.project_category_cover + figcaption {
  text-transform: uppercase;
  color: white;
  background: #1b386f;
  text-align: center;
  height: 70px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.project_category_cover + figcaption > .tbl {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project_category_cover + figcaption > .tbl:after {
  content: 'View Projects';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 100%;
  height: 70px;
  line-height: 70px;
}

.project_category_list li:hover figcaption .tbl {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}



