#footer {
  opacity: 0;
}

.features {
    text-align: center;
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: table;
}

.features .feature-wrapper {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    display: table-row;
}

.features .feature {
    margin: 0 10px;
    display: inline-block;
    width: 95%;
    opacity: 0;
    bottom: -30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff;
    height: 320px;
	height: 270px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    padding: 0px 0px 10px 0px;
}

.feature#parliament {
   z-index: 5555;
}

.feature.animated {
   opacity: 1;
   bottom: 15px;
}

.feature .thumb {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.feature#blkshp .thumb {
  background: url(http://petersims.com/wp-content/uploads/unnamed1-300x201.jpg) no-repeat top left scroll;
  background-position: -20px -20px;
  background-size: 225% auto;
	background-position: center center;
	background-size: cover;
}
.feature#parliament .thumb {
 background:url(http://petersims.com/wp-content/uploads/parliamentidea.jpg) no-repeat top left scroll;
  background-size: 200% auto;
	background-position: center center;
	background-size: cover;
}
.feature#siliconguild .thumb {
  background: url(http://petersims.com/wp-content/uploads/bookbg.png) no-repeat top left scroll;
  background-size: 175% auto;
}

.feature .overlay {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    border-radius: 5px 5px 0 0;
  z-index: 10;
  background: rgba(0,0,0,.70);
}
.feature#parliament .overlay {
  background: rgba(0,0,0,.50);
}
.feature:hover .overlay,
.feature#parliament:hover .overlay {
  background: rgba(0,0,0,.15);
}

.feature .thumb img {
  position: relative;
  z-index: 15;
}

#intro {
   display: table;
   padding-left: 5%;
   margin: 0px auto 15px auto;
}
.intro {
   color: #464646;
   position: relative;
   font-size: 25px;
   line-height: 1;
   display: table-cell;
   vertical-align: middle;
	padding-top: 30px;
}

.intro.first {
    font-size: 30px;
}

.sectionlink {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
	z-index: 9988;
}

@media screen and (max-width: 767px) {
   .features {
          padding-bottom: 50px;
	    max-width: 300px;
    }

.features .feature-wrapper {
	display: block;
}

}


@media screen and (min-width: 768px) {

.feature p {
	padding-top:20px;
	font-size:18px;
	position:relative;
	z-index:10;
}

.feature#parliament.animated {
   bottom: -15px;
}

.features .feature-wrapper {
    width: auto;
    display: table-cell;
	vertical-align: middle
}

#intro {
   padding-left: 9%;
   margin: 10px auto 35px auto;
}
.intro {
   font-size: 20px;
}
.intro.second,
.intro.third {
   padding-top: 40px;
}
.intro.first {
	padding-top: 0;
    vertical-align: top;
    font-size: 25px;
}
.feature-wrapper:nth-child(2) #intro {
   /*padding-top: 50px;*/
   margin: 0px auto -5px auto;
	padding-left: 7%;
}
.features .feature {
    min-width: 240px;
}

.feature#parliament {
   width: 270px;
   height: 360px;
}

.feature#parliament .thumb {
    height: 245px;
}

}

@media screen and (min-width: 960px) {

.features .feature-wrapper {
    padding-top: 0px;
}

.features .feature {
    width: 280px;
    height: 300px;
    display: inline-block;
}

.feature#parliament {
   width: 350px;
   height: 340px;
}

}
@media screen and (min-width: 1080px) {

.features .feature {
    width: 300px;
	height: 320px;
}
.feature#parliament {
   width: 370px;
	height: 380px;
}
.feature#parliament .thumb {
	height: 265px;
}
.intro {
   font-size: 25px;
}
.intro.first {
    font-size: 34px;
}

}

.typed-cursor{
    color: transparent;
    position: relative;
    font-size: 32px;
    z-index: 110;
    opacity: 0 !important;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.infooverlay {
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    font-family: 'blzeeregular';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.25;
    color: #fff;
    background: rgba(0,0,0,.95);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35% 5% 0 5%;
    z-index: 5555;
    display: table;
    opacity: 0;
    height: 100%;
    border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.infooverlay p {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.infooverlay .topimg {
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.feature:hover .infooverlay,
.feature:hover .infooverlay p {
   opacity: 1;
}
.feature:hover img.featurelogo {
    z-index: 9999;
}
.feature:hover .loaderleft,
.feature:hover .loaderright {
   z-index: -1;
} 

.blkshpimg {
	width: 75px;
	margin: 25px auto 0px auto;
	display: block;
}
.siliconguildimg {
	width: 75px;
	margin: 25px auto 0px auto;
	display: block;
}
.parliamentimg {
	width: 75px;
	margin: 25px auto 0px auto;
	display:block;
}
@media screen and (min-width: 768px) {
.blkshpimg {
	width: 75px;
	margin:45px auto 0px auto;
}
.siliconguildimg {
	width: 75px;
	margin: 45px auto 0px auto;
}
.parliamentimg {
	width: 100px;
	margin:50px auto 10px auto;
}
}
#quote {
	opacity: 0;
	bottom: -20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}