/* Homepage Overlay */
.thumbnail:hover .overlay {
  z-index: 2;
}
.thumbnail:hover img {
  z-index: 1;
  transform: scale(1.05);
}
.thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Portfolio media */
#site-body figure {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#site-body figure:hover {
  opacity: .9;
  cursor: zoom-in;
}
#site-body figure img:hover {
  cursor: zoom-in;
}
#site-body figure.video,
#site-body figure.video-half,
#site-body figure.scrollview {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#site-body figure.video:hover,
#site-body figure.video-half:hover,
#site-body figure.scrollview:hover {
  opacity: 1;
  cursor: default;
}
#site-body figure.video img:hover,
#site-body figure.video-half img:hover,
#site-body figure.scrollview img:hover {
  cursor: default;
}
#site-body figure.video-half,
#site-body figure.scrollview {
  text-align: center;
}
#site-body figure.video-half video,
#site-body figure.scrollview video {
  /*
			   width:320px;
			   height:568px;
				*/
}
#site-body figure.scrollview {
  margin: 24px 0 48px;
  background: linear-gradient(#555,#333 25%);
  position: relative;
}
#site-body figure.scrollview:after{
  font-family: 'FontAwesome';
  content: '\F175';
  font-size: 28px;
  position: absolute;
  right: 8px;
  top: 32px;
  color: #a0a0a0;
}

#site-body figure.scrollview div {
  width: 100%;
  height: 610px;
  overflow-y: scroll;
  padding: 32px;
}
#site-body figure.scrollview div img {
  max-width: 100%;
}
#site-body .caption {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px 25px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
#site-body .caption span {
  color: #222;
  background: #fff;
  font-size: 15px;
  position: absolute;
  margin: -48px 0 0 -25px;
  padding: 16px 25px 4px 25px;
  font-weight: bold;
}
#site-body .caption span em {
  font-size: 11px;
  padding: 1px 6px;
  margin: 0 0 0 5px;
  font-weight: normal;
  color: #888;
}
/* More Projects Include */
.more-projects{
  border-top:1px solid #dadada;
  margin-top:24px;
  padding:64px 38px 0;
}
.more-projects img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-projects a {
  overflow: hidden;
  box-sizing: border-box;
}
.more-projects a:hover img {
  transform: scale(1.05);
}
.more-projects .tag{
  position:absolute;
  bottom:0;
  left:15px;
  width:calc(100% - 30px);
  pointer-events: none;
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 12px 4px;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.95) 30%);
  border-bottom:1px solid #dadada;
}
.more-projects .tag.visible-xs{
  padding:6px 4px;
  font-size:13px;
}
.more-projects h4{
  margin: 32px 16px 48px;
  color: #999;
  letter-spacing: 0.1px;
  font-size: 22px;
  display: none;
}
/* About - Skillsets */
#wheel {
  width: 555px;
  height: 555px;
  background: url(/lib/img/wheelbg.png) no-repeat;
  position: relative;
  margin: 0 auto;
}
#wheel ul {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#wheel ul li {
  width: 50px;
  height: 50px;
  font-size: 50px;
  position: absolute;
}
#wheel ul li.active {
  color: #ef6250;
}
#wheel ul li:hover {
  cursor: pointer;
}
#wheel ul li.s01 {
  left: 250px;
  top: 30px;
}
#wheel ul li.s02 {
  left: 380px;
  top: 70px;
}
#wheel ul li.s03 {
  left: 460px;
  top: 185px;
}
#wheel ul li.s04 {
  left: 465px;
  top: 320px;
}
#wheel ul li.s05 {
  left: 380px;
  top: 435px;
}
#wheel ul li.s06 {
  left: 250px;
  top: 470px;
}
#wheel ul li.s07 {
  left: 120px;
  top: 435px;
}
#wheel ul li.s08 {
  left: 35px;
  top: 320px;
}
#wheel ul li.s09 {
  left: 40px;
  top: 185px;
}
#wheel ul li.s10 {
  left: 120px;
  top: 70px;
}
#wheel .holder {
  position: absolute;
  width: 50%;
  top: 30%;
  left: 25%;
  text-align: center;
}
#wheel .holder h3 {
  color: #ef6250;
}
#wheel .holder p {
  font-size: 13px;
}
#wheel .holder p.list {
  font-weight: bold;
}
#types {
  margin-bottom: 20px;
}
#types ul.desc {
  list-style: none;
  margin: 0 0 -40px 20px;
}
#types ul.desc li {
  width: 18%;
  display: inline-block;
  margin-bottom: 60px;
  font-size: 50px;
  text-align: center;
}
#types ul.desc li.active {
  color: #ef6250;
}
#types ul.desc li:hover {
  cursor: pointer;
}
#types h3 {
  margin: -110px 0;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #ef6250;
  font-size: 18px;
  font-style: italic;
}
#types p {
  font-size: 13px;
  line-height: 17px;
}
#types p.list {
  font-weight: bold;
}
.aboutintro {
  font-size: 18px;
  line-height: 27px;
}
.spacelist-p {
  font-size: 13px;
  font-style: italic;
  display: block;
  padding-top: 15px;
}
.spacelist-p em {
  border-bottom: 2px dotted #b89052;
}
.spacelist {
  margin: 40px 0;
}
.spacelist .fa-long-arrow-right {
  font-size: 14px;
  margin: 0 4px;
  color: #c79b75;
}
.spacelist li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #999;
  padding-left: 80px;
  font-size:16px;
  line-height: 24px;
}
.spacelist li:last-of-type{
  border-bottom: 1px dotted #999;
  padding-bottom: 16px;
}
.spacelist li.current {
  border-bottom: 2px dashed #ccc;
  border-top: 2px dashed #aaa;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.spacelist li a {
  border-bottom: none;
  color: #EC7C6D;
}
.spacelist li a:hover {
  color: #EC5F4D;
}
.spacelist li strong {
  position: absolute;
  color: #5f5758;
  font-weight: bold;
  font-size: 20px;
  margin: auto -80px;
}
[id$=-tooltip] {
  border-bottom: 1px dotted #EC7C6D;
  color: #564A37;
}
[id$=-tooltip]:hover {
  cursor: default;
  border-bottom: 1px solid #222;
  color: #333;
}
