/** 404 PAGE **/
#page-not-found {
	text-align: center;
	padding: 40px 0;
}

#page-not-found .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

#page-not-found .not-found {
	font-size: 83px;
	font-weight: normal;
	padding: 150px 0;
	position: relative;
	background: transparent url(images/404-top.png) no-repeat top center;
}

#page-not-found .not-found:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: transparent url(images/404-bottom.png) no-repeat bottom center;
	display: block;
	content: '';
}


/**
  About us related styling
**/

.single.type-about h2.main-title.section-title {
	padding: 15px 15px 0;
}

.single.type-about .section-title {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.single.type-about .section-title.main-title {
	margin: 0;
	padding-bottom: 0;
}

.style-boxed .single.type-about .wrapper-even {
	background: none;
}

.style-boxed .single.type-about .wrapper-even:last-child {
  border: none;
}

.style-normal .single.type-about .main-content {
  border: none;
}

.style-boxed #maincontent .single.type-about .section-title.region {
	padding: 10px 0;
}

.single-about .max-960.style-normal .boxed {
  width: 972px;
}

/** SERVICES **/
.services .icon-wrapper {
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  width: 62px;
  height: 62px;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 62px;
  font-size: 20px;
}

.services .service-items {
  margin-bottom: 15px;
}

.services .service-content.with-icon {
  margin-left: 75px;
}

.services .title {
  margin: 0;
  padding: 0;
  font-family: droid;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: normal;
}

.services .body {
  margin: 0;
  padding: 0;
}

/** SKILLS **/
.skills .skills-items {
  margin: 20px 0 40px;
}
.skills .title {
  font-weight: normal;
  font-family: droid;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 3px;
}

.skills .progress-wrapper {
  height: 24px;
  width: 100%;
  position: relative;
}

.skills .progress-bar-wrapper {
  height: 24px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}

.skills .progress-bar {
  height: 24px;
}

.skills .progress-meter {
  position: absolute;
  top: -39px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  width: 46px;
  height: 28px;
  vertical-align: middle;
  line-height: 28px;
  margin-left: -23px;
  position: absolute;
}

.skills .progress-meter:after {
   content: "";
   display: block; /* reduce the damage in FF3.0 */
   position: absolute;
   bottom: -9px;
   left: 50%;
   width: 0;
   border-width: 9px 6px 0;
   border-style: solid;
   margin-left: -6px;
}

/** TEAMS **/
.teams .teams-members {
  font-size: 13px;
  vertical-align: top;
  text-align: center;
}

.teams .teams-members:nth-child(3n+2) {
  background: transparent;
}

.teams .teams-members img {
  width: 100%;
  vertical-align: top;
  height: 182px;
}

.teams .teams-members .name {
  font-family: droid;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 15px 15px 5px;
  line-height: 120%;
  margin: 0;
}

.teams .teams-members .position {
  font-size: 12px;
  line-height: 20px;
  padding: 0 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.teams .teams-members .social {
  margin: 20px 0;
  font-size: 16px !important;
  padding-left: 0;
}

.teams .teams-members .social i {
	font-size: 20px;
}


/** CLIENTS **/
.clients {
  font-size: 0;
}

.clients .client-items {
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: none;
  padding: 15px 20px;
  width: 20%;
}

.clients .client-items img {
  width: 160px;
  height: 55px;
}


/**
  Portfolio teasers
  This style will apply to portfolio categories too
  **/
ul.portfolio {
  position: relative;
}

.isotope-items {
	margin-right: -1px;
}

ul.portfolio > li {
  padding: 0 0 20px 0 !important;
  margin: 0;
  text-align: center;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -o-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  transition: ease-in .4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

ul.isotope-target > li.col-sm-3,
ul.isotope-target > li.col-md-3,
ul.isotope-target > li.col-xs-3,
ul.isotope-target > li.col-lg-3 {
	width: 24.9%;
}

@media (max-width: 768px) {
	ul.portfolio > li.col-xs-12 {
	  margin-bottom: 10px !important;
	}
	
	ul.portfolio > li.col-xs-12:last-child {
	  margin-bottom: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.portfolio > li.col-sm-12  {
	  margin-bottom: 10px !important;
	}

	ul.portfolio > li.col-sm-12:last-child {
	  margin-bottom: 0 !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul.portfolio > li.col-md-12 {
	  margin-bottom: 10px !important;
	}

	ul.portfolio > li.col-md-12:last-child {
	  margin-bottom: 0 !important;
	}
}
@media (min-width: 1200px) {
	ul.portfolio > li.col-lg-12 {
	  margin-bottom: 10px !important;
	}
	
	ul.portfolio > li.col-lg-12:last-child {
	  margin-bottom: 0 !important;
	}
}

ul.isotope-sources {
	margin-bottom: 20px;
}

ul.isotope-sources > li a {
  font-family: droid;
  font-size: 14px;
  text-transform: uppercase;
}

ul.portfolio > li .post-title a,
ul.portfolio > li .post-title {
  font-family: droid;
  text-transform: capitalize;
  font-size: 16px;
  margin: 5px 0;
}

ul.portfolio > li .post-terms {
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0;  
}

ul.portfolio .post-thumbnail img {
  width: 100%;
  height: auto;
}

ul.portfolio .post-thumbnail a {
	display: block;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-target {
  position: relative;
}


/**
  Full page
  **/
.portfolio-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}

.portfolio .section {
  margin-bottom: 20px;
}

.portfolio .post-terms a {
  font-size: 12px;
  text-transform: uppercase;
}

.portfolio .post-project-meta {
  margin: 0;
  padding: 10px 7px;
}

.portfolio .post-project-meta .meta-label {
  width: 30%;
  padding: 0 2%;
  overflow: hidden;
  float: left;
}

.portfolio .post-project-meta .separator {
  width: 6%;
  float: left;
}

.portfolio .post-project-meta .data {
  margin-left: 40%;
  display: block;
  font-family: droid;
}

.portfolio .post-metas .btn {
  margin-top: 20px;
}

.portfolio .post-social {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.portfolio .post-social-title {
  margin: 0;
}

.portfolio .post-portfolio-pager .item {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.portfolio .post-portfolio-pager > .item {
  margin: 0;
}

.portfolio .post-portfolio-pager > .item.span6 {
  width: 50%;
}

.portfolio .post-portfolio-pager > .item.span4 {
  width: 33.333%;
}

.portfolio .post-portfolio-pager .post-link-title {
  color: #21BB98;
}

.portfolio .post-portfolio-pager .post-link-links a {
  font-family: droid;
  font-size: 18px;
}

.portfolio .post-portfolio-pager .post-link-links a:hover {
  font-family: droid;
  font-size: 18px;
}


/**
  Hover link element
  **/
.portfolio .post-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -o-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  transition: ease-in .4s;
}

.portfolio .post-hover-link {
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: -100%;
  right: 0;
  -webkit-transition: ease-in .7s;
  -moz-transition: ease-in .7s;
  -o-transition: ease-in .7s;
  -ms-transition: ease-in .7s;
  transition: ease-in .7s;
}

ul.portfolio > li:hover .post-hover {
  opacity: 0.9;
}

ul.portfolio > li:hover .post-hover-link {
  left: 0;
}

.portfolio .post-hover-link .title {
  display: block;
  position: absolute;
  top: 5%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 20%;
  font-family: droid;
  font-size: 20px;
  font-weight: normal;
}

.portfolio .post-hover-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  border-radius: 124px;
  -webkit-border-radius: 124px;
  -moz-border-radius: 124px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  font-size: 32px;
}

.portfolio .post-hover-link .message {
  display: block;
  position: absolute;
  bottom: 5%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 20%;
  font-weight: normal;
}


/**
  Featured page related styling
  **/
.featured .post-main-image img {
  width: 100%;
}

.featured .post-title {
  font-size: 20px;
  line-height: 23px;
}

.featured .post-terms a {
  font-size: 12px;
  text-transform: uppercase;
}

.featured .section {
  margin-bottom: 20px;
}


/**
  Contact us page related styling
  **/
#contact-maps .section-title {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

#contact-maps {
  margin-bottom: 20px;
}

.gm-style-cc span {
	display: none;
}

#maps-element img {
	max-width: none;
}

.form-error {
  position: absolute;
  bottom: -40px;
}


/**
  Search Page
  **/
.well.searchbox {
	font-family: droid;
}
.well.searchbox .input-append {
	width: 100%;
	position: relative;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.well.searchbox .input-append input {
  width: 100%;
  margin: 0;
}

.well.searchbox .input-append button {
  width: 40px;
  position: absolute;
  right: 0;
}

.searched-title {
  display: inline-block;
  font-family: droid;
  font-size: 32px;
  margin-bottom: 15px;
  margin-right: 10px;
  text-transform: capitalize;
  vertical-align: middle;
}

.search-found {
	display: inline-block;
	font-size: 13px;
	font-family: droid;
	vertical-align: middle;
}

.well.searchbox .btn-toolbar {
	margin: 0;
}

.well.searchbox label {
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 14px;
	vertical-align: middle;
}

.well.searchbox select {
	margin-right: 15px;
	margin-bottom: 0;
	width: 200px;
}

.well.searchbox .btn-toolbar button {
	background: none;
	border: none;
	outline: 0;
	margin-top: 6px;
	font-size: 20px;
}

.input-append .search-input {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  width: 85%;
  max-height: 34px;
  float: left;
  outline: 0;
}

.input-append .search-button {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  float: right;
  width: 15%;
  max-width: 50px;
  max-height: 34px;
}

.searched-results {
	margin-top: 35px;
}

.searched-results .post-type {
	font-size: 12px;
	font-family: open_sansbold;
	text-transform: uppercase;
}

.searched-results.column li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.searched-results.column li > * {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.searched-results.list .post-thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.searched-results.list .post-wrapper {
	margin-left: 115px;
	padding: 0;
}

/** Slogan Full Page **/
.single.type-slogan .title {
	font-size: 20px;
	text-transform: capitalize;
	font-family: droid;
	margin: 0;
	font-weight: normal;
}

.single.type-slogan .post-terms {
	text-transform: uppercase;
  font-size: 12px;
}

.single.type-slogan .post-hover.section {
  margin-top: 50px;
}

.single.type-slogan .section {
	margin-top: 20px;
}

.single.type-slogan .post-image img {
	width: 100%;
	height: auto;
}

.single.type-slogan .post-icon {
	height: 100%;
	min-height: 180px;
	position: relative;
}

.single.type-slogan .post-icon i {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  line-height: 60px;
  font-size: 70px;
  color: #fff;
}